translation updates
This commit is contained in:
parent
a4c521b52a
commit
e2637e0995
|
@ -71,7 +71,7 @@ class phpGroupwareGroup extends baseModule {
|
||||||
$return['help'] = array(
|
$return['help'] = array(
|
||||||
'extension' => array(
|
'extension' => array(
|
||||||
"Headline" => _("Add phpGroupWare extension"),
|
"Headline" => _("Add phpGroupWare extension"),
|
||||||
"Text" => _("If you set this to true then the phpGroupware extension will be added.")
|
"Text" => _("If you set this to \"true\" then the phpGroupware extension will be added.")
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
// upload dependencies
|
// upload dependencies
|
||||||
|
|
|
@ -72,7 +72,7 @@ class phpGroupwareUser extends baseModule {
|
||||||
$return['help'] = array(
|
$return['help'] = array(
|
||||||
'extension' => array(
|
'extension' => array(
|
||||||
"Headline" => _("Add phpGroupWare extension"),
|
"Headline" => _("Add phpGroupWare extension"),
|
||||||
"Text" => _("If you set this to true then the phpGroupware extension will be added.")
|
"Text" => _("If you set this to \"true\" then the phpGroupware extension will be added.")
|
||||||
),
|
),
|
||||||
'phpgwAccountStatus' => array(
|
'phpgwAccountStatus' => array(
|
||||||
"Headline" => _("Account status"),
|
"Headline" => _("Account status"),
|
||||||
|
|
Loading…
Reference in New Issue