<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[BuddyPress] [2373] trunk:
  Moving terms out of the JS so that they can be translated.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2373</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2010-01-19 21:43:11 +0000 (Tue, 19 Jan 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Moving terms out of the JS so that they can be translated.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpcorebpcoreadminbarphp">trunk/bp-core/bp-core-adminbar.php</a></li>
<li><a href="#trunkbpthemesbpdefault_incglobaljs">trunk/bp-themes/bp-default/_inc/global.js</a></li>
<li><a href="#trunkbpthemesbpdefaultfunctionsphp">trunk/bp-themes/bp-default/functions.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpcorebpcoreadminbarphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/bp-core-adminbar.php (2372 => 2373)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/bp-core-adminbar.php        2010-01-19 21:26:59 UTC (rev 2372)
+++ trunk/bp-core/bp-core-adminbar.php        2010-01-19 21:43:11 UTC (rev 2373)
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx">         do_action( 'bp_adminbar_menus' );
</span><span class="cx"> 
</span><span class="cx">         echo '&lt;/ul&gt;';
</span><del>-        echo '&lt;/div&gt;&lt;/div&gt;';
</del><ins>+        echo &quot;&lt;/div&gt;&lt;/div&gt;&lt;!-- #wp-admin-bar --&gt;\n\n&quot;;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // **** Default BuddyPress admin bar logo ********
</span></span></pre></div>
<a id="trunkbpthemesbpdefault_incglobaljs"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/_inc/global.js (2372 => 2373)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/_inc/global.js        2010-01-19 21:26:59 UTC (rev 2372)
+++ trunk/bp-themes/bp-default/_inc/global.js        2010-01-19 21:43:11 UTC (rev 2373)
</span><span class="lines">@@ -157,7 +157,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 if ( 'fav' == type ) {
</span><span class="cx">                                         if ( !j('div.item-list-tabs li#activity-favorites').length )
</span><del>-                                                j('div.item-list-tabs ul li#activity-atme').before( '&lt;li id=&quot;activity-favorites&quot;&gt;&lt;a href=&quot;#&quot;&gt;My Favorites (&lt;span&gt;0&lt;/span&gt;)&lt;/a&gt;&lt;/li&gt;');
</del><ins>+                                                j('div.item-list-tabs ul li#activity-atme').before( '&lt;li id=&quot;activity-favorites&quot;&gt;&lt;a href=&quot;#&quot;&gt;' + bp_terms_my_favs + ' (&lt;span&gt;0&lt;/span&gt;)&lt;/a&gt;&lt;/li&gt;');
</ins><span class="cx"> 
</span><span class="cx">                                         target.removeClass('fav');
</span><span class="cx">                                         target.addClass('unfav');
</span><span class="lines">@@ -516,7 +516,7 @@
</span><span class="cx">                                         j(this).toggle();
</span><span class="cx"> 
</span><span class="cx">                                         if ( !i )
</span><del>-                                                j(this).before( '&lt;li class=&quot;show-all&quot;&gt;&lt;a href=&quot;#' + parent_li.attr('id') + '/show-all/&quot; title=&quot;Show all comments for this thread&quot;&gt;Show all ' +  comment_count + ' comments&lt;/a&gt;&lt;/li&gt;' );
</del><ins>+                                                j(this).before( '&lt;li class=&quot;show-all&quot;&gt;&lt;a href=&quot;#' + parent_li.attr('id') + '/show-all/&quot; title=&quot;' + bp_terms_show_all_comments + '&quot;&gt;' + bp_terms_show_all + ' ' + comment_count + ' ' + bp_terms_comments + '&lt;/a&gt;&lt;/li&gt;' );
</ins><span class="cx">                                 }
</span><span class="cx">                         });
</span><span class="cx"> 
</span><span class="lines">@@ -805,9 +805,9 @@
</span><span class="cx">                         } else {
</span><span class="cx">                                 button.fadeOut( 100, function() {
</span><span class="cx">                                         if ( j(this).hasClass('accept') )
</span><del>-                                                j(this).html( 'Accepted' ).fadeIn(50);
</del><ins>+                                                j(this).html( bp_terms_accepted ).fadeIn(50);
</ins><span class="cx">                                         else
</span><del>-                                                j(this).html( 'Rejected' ).fadeIn(50);
</del><ins>+                                                j(this).html( bp_terms_rejected ).fadeIn(50);
</ins><span class="cx">                                 });
</span><span class="cx">                         }
</span><span class="cx">                 });
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/functions.php (2372 => 2373)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/functions.php        2010-01-19 21:26:59 UTC (rev 2372)
+++ trunk/bp-themes/bp-default/functions.php        2010-01-19 21:43:11 UTC (rev 2373)
</span><span class="lines">@@ -200,6 +200,20 @@
</span><span class="cx">         &lt;?php
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+/* Add words that we need to use in JS to the end of the page so they can be translated and still used. */
+function bp_dtheme_js_terms() { ?&gt;
+&lt;script type=&quot;text/javascript&quot;&gt;
+        var bp_terms_my_favs = '&lt;?php _e( &quot;My Favorites&quot;, &quot;buddypress&quot; ) ?&gt;';
+        var bp_terms_accepted = '&lt;?php _e( &quot;Accepted&quot;, &quot;buddypress&quot; ) ?&gt;';
+        var bp_terms_rejected = '&lt;?php _e( &quot;Rejected&quot;, &quot;buddypress&quot; ) ?&gt;';
+        var bp_terms_show_all_comments = '&lt;?php _e( &quot;Show all comments for this thread&quot;, &quot;buddypress&quot; ) ?&gt;';
+        var bp_terms_show_all = '&lt;?php _e( &quot;Show all&quot;, &quot;buddypress&quot; ) ?&gt;';
+        var bp_terms_comments = '&lt;?php _e( &quot;comments&quot;, &quot;buddypress&quot; ) ?&gt;';
+        &lt;/script&gt;
+&lt;?php
+}
+add_action( 'wp_footer', 'bp_dtheme_js_terms' );
+
</ins><span class="cx"> /* Show a notice when the theme is activated - workaround by Ozh (http://old.nabble.com/Activation-hook-exist-for-themes--td25211004.html) */
</span><span class="cx"> if ( is_admin() &amp;&amp; isset($_GET['activated'] ) &amp;&amp; $pagenow == &quot;themes.php&quot; ) {
</span><span class="cx">         add_action( 'admin_notices', 'bp_dtheme_show_notice' );
</span></span></pre>
</div>
</div>

</body>
</html>