translation update
This commit is contained in:
parent
4a05c67158
commit
42477db123
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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"),
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -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> </td>";
|
||||
echo "<tr class=\"userlist\"><td style=\"padding:10px;\"><b>" . _("Managed suffixes") . "</b> </td>";
|
||||
echo "<td style=\"padding:10px;\">" . $namingContexts . "</td></tr>";
|
||||
|
||||
echo "<tr class=\"userlist\"><td style=\"padding:10px;\"><b>" . _("LDAP version") . "</b> </td>";
|
||||
|
|
Loading…
Reference in New Issue