mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
update locales
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@193 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
f8e2050de4
commit
315edfa593
@ -281,11 +281,9 @@ class PluginExampleExample extends CommonDBTM {
|
|||||||
// Add items in the items fields of the parm array
|
// Add items in the items fields of the parm array
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
case "in" :
|
case "in" :
|
||||||
//TRANS: %1$s is the start time of a planned item, %2$s is the end and %3$s is its name
|
//TRANS: %1$s is the start time of a planned item, %2$s is the end
|
||||||
printf(__('From %1$s to %2$s: %3$s'),date("H:i",strtotime($val["begin"])),
|
printf(__('From %1$s to %2$s :'),
|
||||||
date("H:i",strtotime($val["end"])),
|
date("H:i",strtotime($val["begin"])), date("H:i",strtotime($val["end"]))) ;
|
||||||
Html::resume_text($val["name"],80)) ;
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "through" :
|
case "through" :
|
||||||
@ -293,17 +291,17 @@ class PluginExampleExample extends CommonDBTM {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case "begin" :
|
case "begin" :
|
||||||
//TRANS: %1$s is the start time of a planned item, %2$s is its name
|
//TRANS: %s is the start time of a planned item
|
||||||
printf(__('Start at %1$s: %2$s'),date("H:i",strtotime($val["begin"])),
|
printf(__('Start at %s:'), date("H:i", strtotime($val["begin"]))) ;
|
||||||
Html::resume_text($val["name"],80)) ;
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "end" :
|
case "end" :
|
||||||
//TRANS: %1$s is the end time of a planned item and %2$s is its name
|
//TRANS: %s is the end time of a planned item
|
||||||
printf(__('End at %1$s: %2$s'),date("H:i",strtotime($val["end"])),
|
printf(__('End at %s:'), date("H:i", strtotime($val["end"]))) ;
|
||||||
Html::resume_text($val["name"],80)) ;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
echo "<br>";
|
||||||
|
echo Html::resume_text($val["name"],80);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
BIN
locales/fr_FR.mo
BIN
locales/fr_FR.mo
Binary file not shown.
156
locales/fr_FR.po
156
locales/fr_FR.po
@ -3,176 +3,188 @@
|
|||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# DOMBRE Julien <moyo@indepnet.net>, 2011.
|
# DOMBRE Julien <moyo@indepnet.net>, 2011, 2012.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GLPI Project - example plugin\n"
|
"Project-Id-Version: GLPI Project - example plugin\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2011-12-20 10:59+0100\n"
|
"POT-Creation-Date: 2012-05-29 15:05+0200\n"
|
||||||
"PO-Revision-Date: 2011-12-20 09:59+0000\n"
|
"PO-Revision-Date: 2012-05-29 13:12+0000\n"
|
||||||
"Last-Translator: DOMBRE Julien <moyo@indepnet.net>\n"
|
"Last-Translator: DOMBRE Julien <moyo@indepnet.net>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: French (France) (http://www.transifex.net/projects/p/GLPI_example/language/fr_FR/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: fr_FR\n"
|
"Language: fr_FR\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
||||||
|
|
||||||
#: config.php:49
|
#: config.php:48
|
||||||
msgid "This is the plugin config page"
|
msgid "This is the plugin config page"
|
||||||
msgstr ""
|
msgstr "Ceci est la page de configuration du plugin"
|
||||||
|
|
||||||
#: hook.php:63 inc/dropdown.class.php:42
|
#: hook.php:62
|
||||||
msgid "Plugin Example Dropdown"
|
msgid "Plugin Example Dropdown"
|
||||||
msgstr "Dropdown du plugin example"
|
msgstr "Dropdown du plugin example"
|
||||||
|
|
||||||
#: hook.php:79
|
#: hook.php:78
|
||||||
msgid "Example plugin"
|
msgid "Example plugin"
|
||||||
msgstr "Plugin Example"
|
msgstr "Plugin Example"
|
||||||
|
|
||||||
#: hook.php:273
|
#: hook.php:272
|
||||||
msgid "plugin_example_DoIt"
|
msgid "plugin_example_DoIt"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:277
|
#: hook.php:276
|
||||||
msgid "Add a document"
|
msgid "Add a document"
|
||||||
msgstr ""
|
msgstr "Ajouter un document"
|
||||||
|
|
||||||
#: hook.php:278
|
#: hook.php:277
|
||||||
msgid "Do Nothing - just for fun"
|
msgid "Do Nothing - just for fun"
|
||||||
msgstr ""
|
msgstr "Ne fait rien - just pour le fun"
|
||||||
|
|
||||||
#: hook.php:294 hook.php:304
|
#: hook.php:293 hook.php:325
|
||||||
|
msgid "Write in item history"
|
||||||
|
msgstr "Ecrit un élément d'historique"
|
||||||
|
|
||||||
|
#: hook.php:303
|
||||||
msgid "but do nothing :)"
|
msgid "but do nothing :)"
|
||||||
msgstr ""
|
msgstr "mais ne fait rien"
|
||||||
|
|
||||||
#: hook.php:320 hook.php:335
|
#: hook.php:324 hook.php:345
|
||||||
msgid "Right it is the type I want..."
|
msgid "Right it is the type I want..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:321 hook.php:336
|
#: hook.php:346
|
||||||
msgid "But... I say I will do nothing for:"
|
msgid "But... I say I will do nothing for:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:363 hook.php:374
|
#: hook.php:381 hook.php:392
|
||||||
msgid "Not really specific - Just for example"
|
msgid "Not really specific - Just for example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:395
|
#: hook.php:413
|
||||||
msgid "Not really specific - Use your own dropdown - Just for example"
|
msgid "Not really specific - Use your own dropdown - Just for example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:418
|
#: hook.php:436
|
||||||
msgid "Pre Update Computer Hook"
|
msgid "Pre Update Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:425
|
#: hook.php:443
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update Computer Hook (%s)"
|
msgid "Update Computer Hook (%s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:433
|
#: hook.php:451
|
||||||
msgid "Empty Computer Hook"
|
msgid "Empty Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:442
|
#: hook.php:460
|
||||||
msgid "Pre Delete Computer Hook"
|
msgid "Pre Delete Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:449
|
#: hook.php:467
|
||||||
msgid "Delete Computer Hook"
|
msgid "Delete Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:458
|
#: hook.php:476
|
||||||
msgid "Pre Purge Computer Hook"
|
msgid "Pre Purge Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:465
|
#: hook.php:483
|
||||||
msgid "Purge Computer Hook"
|
msgid "Purge Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:474
|
#: hook.php:492
|
||||||
msgid "Pre Restore Computer Hook"
|
msgid "Pre Restore Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:482
|
#: hook.php:500
|
||||||
msgid "Pre Restore Phone Hook"
|
msgid "Pre Restore Phone Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:489
|
#: hook.php:507
|
||||||
msgid "Restore Computer Hook"
|
msgid "Restore Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the
|
#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the
|
||||||
#. destination ID
|
#. destination ID
|
||||||
#: hook.php:497
|
#: hook.php:515
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Transfer Computer Hook %1$s %2$d -> %3$d"
|
msgid "Transfer Computer Hook %1$s %2$d -> %3$d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:516
|
#: setup.php:67
|
||||||
msgid "test planning example 1"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: hook.php:565 hook.php:575 hook.php:580 hook.php:588
|
|
||||||
msgid "Test PLugin"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: hook.php:581
|
|
||||||
msgid "Test PLugin 2"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: hook.php:623
|
|
||||||
msgid "Plugin central action"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: hook.php:646
|
|
||||||
msgid "Plugin mailing action"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: setup.php:66
|
|
||||||
msgid "Test link"
|
msgid "Test link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: setup.php:196
|
#: setup.php:198
|
||||||
msgid "Installed / not configured"
|
msgid "Installed / not configured"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: front/popup.php:48
|
#: front/popup.php:52
|
||||||
msgid "Test rules engine"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: front/popup.php:53
|
|
||||||
msgid "Cache informations"
|
msgid "Cache informations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/example.class.php:76
|
#: inc/dropdown.class.php:42 inc/dropdown.class.php:44
|
||||||
msgid "Dropdown"
|
msgid "Plugin Example Dropdowns"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/example.class.php:80
|
#: inc/example.class.php:102
|
||||||
msgid "Serial number"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: inc/example.class.php:103
|
|
||||||
msgid "Cron description for example"
|
msgid "Cron description for example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/example.class.php:104
|
#: inc/example.class.php:103
|
||||||
msgid "Cron parameter for example"
|
msgid "Cron parameter for example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/example.class.php:154 inc/example.class.php:157
|
#: inc/example.class.php:158 inc/example.class.php:164
|
||||||
#: inc/notificationtargetexample.class.php:45
|
#: inc/example.class.php:167 inc/notificationtargetexample.class.php:44
|
||||||
msgid "Example"
|
msgid "Example"
|
||||||
|
msgstr "Exemple"
|
||||||
|
|
||||||
|
#: inc/example.class.php:171 inc/example.class.php:178
|
||||||
|
msgid "Test PLugin"
|
||||||
|
msgstr "Test plugin"
|
||||||
|
|
||||||
|
#: inc/example.class.php:172
|
||||||
|
msgid "Test PLugin 2"
|
||||||
|
msgstr "Test plugin 2"
|
||||||
|
|
||||||
|
#: inc/example.class.php:190
|
||||||
|
msgid "Plugin Example on Phone"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/ruletest.class.php:68
|
#: inc/example.class.php:194
|
||||||
msgid "Software"
|
msgid "Plugin central action"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/ruletest.class.php:78
|
#: inc/example.class.php:217
|
||||||
|
msgid "Plugin mailing action"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:223
|
||||||
|
msgid "First tab of Plugin example"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:225
|
||||||
|
msgid "Second tab of Plugin example"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. TRANS: %1$s is a class name, %2$d is an item ID
|
||||||
|
#: inc/example.class.php:231
|
||||||
|
#, php-format
|
||||||
|
msgid "Plugin example CLASS=%1$s id=%2$d"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:260
|
||||||
|
msgid "test planning example 1"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:320
|
||||||
|
msgid "History from plugin example"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/ruletest.class.php:77
|
||||||
msgid "Category (class)"
|
msgid "Category (class)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
||||||
|
140
locales/glpi.pot
140
locales/glpi.pot
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2011-12-20 10:59+0100\n"
|
"POT-Creation-Date: 2012-05-29 15:05+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -17,158 +17,172 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: config.php:49
|
#: config.php:48
|
||||||
msgid "This is the plugin config page"
|
msgid "This is the plugin config page"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:63 inc/dropdown.class.php:42
|
#: hook.php:62
|
||||||
msgid "Plugin Example Dropdown"
|
msgid "Plugin Example Dropdown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:79
|
#: hook.php:78
|
||||||
msgid "Example plugin"
|
msgid "Example plugin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:273
|
#: hook.php:272
|
||||||
msgid "plugin_example_DoIt"
|
msgid "plugin_example_DoIt"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:277
|
#: hook.php:276
|
||||||
msgid "Add a document"
|
msgid "Add a document"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:278
|
#: hook.php:277
|
||||||
msgid "Do Nothing - just for fun"
|
msgid "Do Nothing - just for fun"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:294 hook.php:304
|
#: hook.php:293 hook.php:325
|
||||||
|
msgid "Write in item history"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: hook.php:303
|
||||||
msgid "but do nothing :)"
|
msgid "but do nothing :)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:320 hook.php:335
|
#: hook.php:324 hook.php:345
|
||||||
msgid "Right it is the type I want..."
|
msgid "Right it is the type I want..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:321 hook.php:336
|
#: hook.php:346
|
||||||
msgid "But... I say I will do nothing for:"
|
msgid "But... I say I will do nothing for:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:363 hook.php:374
|
#: hook.php:381 hook.php:392
|
||||||
msgid "Not really specific - Just for example"
|
msgid "Not really specific - Just for example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:395
|
#: hook.php:413
|
||||||
msgid "Not really specific - Use your own dropdown - Just for example"
|
msgid "Not really specific - Use your own dropdown - Just for example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:418
|
#: hook.php:436
|
||||||
msgid "Pre Update Computer Hook"
|
msgid "Pre Update Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:425
|
#: hook.php:443
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Update Computer Hook (%s)"
|
msgid "Update Computer Hook (%s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:433
|
#: hook.php:451
|
||||||
msgid "Empty Computer Hook"
|
msgid "Empty Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:442
|
#: hook.php:460
|
||||||
msgid "Pre Delete Computer Hook"
|
msgid "Pre Delete Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:449
|
#: hook.php:467
|
||||||
msgid "Delete Computer Hook"
|
msgid "Delete Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:458
|
#: hook.php:476
|
||||||
msgid "Pre Purge Computer Hook"
|
msgid "Pre Purge Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:465
|
#: hook.php:483
|
||||||
msgid "Purge Computer Hook"
|
msgid "Purge Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:474
|
#: hook.php:492
|
||||||
msgid "Pre Restore Computer Hook"
|
msgid "Pre Restore Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:482
|
#: hook.php:500
|
||||||
msgid "Pre Restore Phone Hook"
|
msgid "Pre Restore Phone Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:489
|
#: hook.php:507
|
||||||
msgid "Restore Computer Hook"
|
msgid "Restore Computer Hook"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the destination ID
|
#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the destination ID
|
||||||
#: hook.php:497
|
#: hook.php:515
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Transfer Computer Hook %1$s %2$d -> %3$d"
|
msgid "Transfer Computer Hook %1$s %2$d -> %3$d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: hook.php:516
|
#: setup.php:67
|
||||||
msgid "test planning example 1"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: hook.php:565 hook.php:575 hook.php:580 hook.php:588
|
|
||||||
msgid "Test PLugin"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: hook.php:581
|
|
||||||
msgid "Test PLugin 2"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: hook.php:623
|
|
||||||
msgid "Plugin central action"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: hook.php:646
|
|
||||||
msgid "Plugin mailing action"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: setup.php:66
|
|
||||||
msgid "Test link"
|
msgid "Test link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: setup.php:196
|
#: setup.php:198
|
||||||
msgid "Installed / not configured"
|
msgid "Installed / not configured"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: front/popup.php:48
|
#: front/popup.php:52
|
||||||
msgid "Test rules engine"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: front/popup.php:53
|
|
||||||
msgid "Cache informations"
|
msgid "Cache informations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/example.class.php:76
|
#: inc/dropdown.class.php:42 inc/dropdown.class.php:44
|
||||||
msgid "Dropdown"
|
msgid "Plugin Example Dropdowns"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/example.class.php:80
|
#: inc/example.class.php:102
|
||||||
msgid "Serial number"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: inc/example.class.php:103
|
|
||||||
msgid "Cron description for example"
|
msgid "Cron description for example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/example.class.php:104
|
#: inc/example.class.php:103
|
||||||
msgid "Cron parameter for example"
|
msgid "Cron parameter for example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/example.class.php:154 inc/example.class.php:157
|
#: inc/example.class.php:158 inc/example.class.php:164
|
||||||
#: inc/notificationtargetexample.class.php:45
|
#: inc/example.class.php:167 inc/notificationtargetexample.class.php:44
|
||||||
msgid "Example"
|
msgid "Example"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/ruletest.class.php:68
|
#: inc/example.class.php:171 inc/example.class.php:178
|
||||||
msgid "Software"
|
msgid "Test PLugin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/ruletest.class.php:78
|
#: inc/example.class.php:172
|
||||||
|
msgid "Test PLugin 2"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:190
|
||||||
|
msgid "Plugin Example on Phone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:194
|
||||||
|
msgid "Plugin central action"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:217
|
||||||
|
msgid "Plugin mailing action"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:223
|
||||||
|
msgid "First tab of Plugin example"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:225
|
||||||
|
msgid "Second tab of Plugin example"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. TRANS: %1$s is a class name, %2$d is an item ID
|
||||||
|
#: inc/example.class.php:231
|
||||||
|
#, php-format
|
||||||
|
msgid "Plugin example CLASS=%1$s id=%2$d"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:260
|
||||||
|
msgid "test planning example 1"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/example.class.php:320
|
||||||
|
msgid "History from plugin example"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: inc/ruletest.class.php:77
|
||||||
msgid "Category (class)"
|
msgid "Category (class)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -11,7 +11,7 @@ xgettext *.php */*.php --exclude-file=../../locales/glpi.pot -o locales/glpi.pot
|
|||||||
|
|
||||||
|
|
||||||
### for using tx :
|
### for using tx :
|
||||||
##tx set --execute --auto-local -r GLPI.glpipot 'locales/<lang>.po' --source-lang en --source-file locales/glpi.pot
|
##tx set --execute --auto-local -r GLPI_example.glpi-084-current 'locales/<lang>.po' --source-lang en --source-file locales/glpi.pot
|
||||||
## tx push -s
|
## tx push -s
|
||||||
## tx pull -a
|
## tx pull -a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user