fix gettext

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@217 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
yllen 2013-07-31 08:01:33 +00:00
parent 3bf5b6dd66
commit 0edcafd1fb

View File

@ -291,7 +291,7 @@ function plugin_example_MassiveActionsDisplay($options=array()) {
case "plugin_example_DoIt" : case "plugin_example_DoIt" :
echo "&nbsp;<input type='hidden' name='toto' value='1'>". echo "&nbsp;<input type='hidden' name='toto' value='1'>".
"<input type='submit' name='massiveaction' class='submit' value='". "<input type='submit' name='massiveaction' class='submit' value='".
__s('Post')."'> ".__('Write in item history', 'example'); _sx('button','Post')."'> ".__('Write in item history', 'example');
break; break;
} }
break; break;
@ -301,7 +301,7 @@ function plugin_example_MassiveActionsDisplay($options=array()) {
// No case for add_document : use GLPI core one // No case for add_document : use GLPI core one
case "do_nothing" : case "do_nothing" :
echo "&nbsp;<input type='submit' name='massiveaction' class='submit' value='". echo "&nbsp;<input type='submit' name='massiveaction' class='submit' value='".
__s('Post')."'> ".__('but do nothing :)', 'example'); _sx('button','Post')."'> ".__('but do nothing :)', 'example');
break; break;
} }
break; break;