[Bb-trac] [bbPress] #712: Missing localization
bbPress
bb-trac at lists.bbpress.org
Mon Jul 30 14:07:04 GMT 2007
#712: Missing localization
-----------------------+----------------------------------------------------
Reporter: aurin | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 0.8.3 & XML-RPC
Component: i18n/l10n | Version: 0.8.2.1
Severity: major | Keywords:
-----------------------+----------------------------------------------------
I found some again :)
bb-admin/content-forums.php:75
{{{
<li class="thead list-block"><div class="list-block">Name —
Description</div></li>
}}}
bb-admin/js/content-forums.js:60
{{{
$('#the-list').after("<p class='submit'><input type='button' id='forum-
order-edit' value='Edit Forum Order »' /></p>");
}}}
bb-admin/plugins.php:107,108,109
{{{
<th>Plugin</th>
<th class="vers">Version</th>
<th>Description</th>
}}}
bb-admin/plugins.php:132
{{{
<p>No Plugins Installed</p>
}}}
bb-includes/template-functions.php:780
{{{
$posts = sprintf(__ngettext( '%s post', '%s posts', $post_num ),
$post_num);
}}}
--
Ticket URL: <http://trac.bbpress.org/ticket/712>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list