translation update

This commit is contained in:
Roland Gruber 2009-12-08 21:29:19 +00:00
parent 4a05c67158
commit 42477db123
6 changed files with 1140 additions and 760 deletions

View File

@ -116,7 +116,7 @@ class asteriskAccount extends baseModule implements passwordService {
'name' => 'asteriskAccount_AstAccountContext',
'description' => _('Account context'),
'help' => 'AstAccountContext',
'example' => _('default'),
'example' => 'default',
'required' => true
),
array(

View File

@ -134,7 +134,7 @@ class asteriskExtension extends baseModule {
'name' => 'asteriskExtension_cn',
'description' => _('Common name'),
'help' => 'cn',
'example' => _('500-1'),
'example' => '500-1',
'required' => true
),
array(

View File

@ -382,7 +382,7 @@ class posixAccount extends baseModule implements passwordService {
),
'homeDirectory' => array(
"Headline" => _("Home directory"),
"Text" => _('$user and $group are replaced with user name or primary group name.')
"Text" => _('$user and $group will be replaced with user name and primary group name.')
),
'userPassword' => array(
"Headline" => _("Password"),

File diff suppressed because it is too large Load Diff

View File

@ -94,7 +94,7 @@ echo "<h1 align=\"center\">" . _("Server information") . "</h1>\n";
echo "<table class=\"userlist\" rules=\"none\">\n";
echo "<tr class=\"userlist\"><td style=\"padding:10px;\"><b>" . _("Managed suffix(es)") . "</b>&nbsp;&nbsp;</td>";
echo "<tr class=\"userlist\"><td style=\"padding:10px;\"><b>" . _("Managed suffixes") . "</b>&nbsp;&nbsp;</td>";
echo "<td style=\"padding:10px;\">" . $namingContexts . "</td></tr>";
echo "<tr class=\"userlist\"><td style=\"padding:10px;\"><b>" . _("LDAP version") . "</b>&nbsp;&nbsp;</td>";