translation updates

This commit is contained in:
Roland Gruber 2008-04-15 14:33:01 +00:00
parent a4c521b52a
commit e2637e0995
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"),