diff --git a/inc/example.class.php b/inc/example.class.php index 87871bc..0a73810 100644 --- a/inc/example.class.php +++ b/inc/example.class.php @@ -220,14 +220,14 @@ class PluginExampleExample extends CommonDBTM { case 'ComputerDisk' : case 'Supplier' : - return array(1 => __("Test PLugin", 'example'), - 2 => __("Test PLugin 2", 'example')); + return array(1 => __("Test Plugin", 'example'), + 2 => __("Test Plugin 2", 'example')); case 'Computer' : case 'Central' : case 'Preference': case 'Notification': - return array(1 => __("Test PLugin", 'example')); + return array(1 => __("Test Plugin", 'example')); } } diff --git a/locales/cs_CZ.mo b/locales/cs_CZ.mo new file mode 100644 index 0000000..bbac424 Binary files /dev/null and b/locales/cs_CZ.mo differ diff --git a/locales/cs_CZ.po b/locales/cs_CZ.po new file mode 100644 index 0000000..d20ef84 --- /dev/null +++ b/locales/cs_CZ.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Czech (Czech Republic) (http://www.transifex.com/teclib/glpi-plugin-example/language/cs_CZ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs_CZ\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/en_GB.mo b/locales/en_GB.mo index 913ff67..2aada9e 100644 Binary files a/locales/en_GB.mo and b/locales/en_GB.mo differ diff --git a/locales/en_GB.po b/locales/en_GB.po index b20326b..3e8e3e9 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Example\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-10-16 11:22+0200\n" -"PO-Revision-Date: 2015-09-18 12:08+0000\n" -"Last-Translator: Jérémy MOREAU \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/teclib/glpi-plugin-example/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,107 +22,91 @@ msgstr "" msgid "This is the plugin config page" msgstr "This is the plugin config page" -#: hook.php:62 +#: hook.php:61 msgid "Plugin Example Dropdown" msgstr "Plugin Example Dropdown" -#: hook.php:78 +#: hook.php:76 msgid "Example plugin" msgstr "Example plugin" -#: hook.php:273 +#: hook.php:260 msgid "plugin_example_DoIt" msgstr "plugin_example_DoIt" -#: hook.php:278 -msgid "Do Nothing - just for fun" -msgstr "Do Nothing - just for fun" - -#: hook.php:294 hook.php:326 -msgid "Write in item history" -msgstr "Write in item history" - -#: hook.php:304 -msgid "but do nothing :)" -msgstr "but do nothing :)" - -#: hook.php:325 hook.php:346 -msgid "Right it is the type I want..." -msgstr "Right it is the type I want..." - -#: hook.php:347 -msgid "But... I say I will do nothing for:" -msgstr "But... I say I will do nothing for:" - -#: hook.php:382 hook.php:393 +#: hook.php:281 hook.php:292 msgid "Not really specific - Just for example" msgstr "Not really specific - Just for example" -#: hook.php:414 +#: hook.php:312 msgid "Not really specific - Use your own dropdown - Just for example" msgstr "Not really specific - Use your own dropdown - Just for example" -#: hook.php:437 +#: hook.php:334 msgid "Pre Update Computer Hook" msgstr "Pre Update Computer Hook" -#: hook.php:444 +#: hook.php:340 #, php-format msgid "Update Computer Hook (%s)" msgstr "Update Computer Hook (%s)" -#: hook.php:452 +#: hook.php:348 msgid "Empty Computer Hook" msgstr "Empty Computer Hook" -#: hook.php:461 +#: hook.php:358 msgid "Pre Delete Computer Hook" msgstr "Pre Delete Computer Hook" -#: hook.php:468 +#: hook.php:364 msgid "Delete Computer Hook" msgstr "Delete Computer Hook" -#: hook.php:477 +#: hook.php:372 msgid "Pre Purge Computer Hook" msgstr "Pre Purge Computer Hook" -#: hook.php:484 +#: hook.php:378 msgid "Purge Computer Hook" msgstr "Purge Computer Hook" -#: hook.php:493 +#: hook.php:386 msgid "Pre Restore Computer Hook" msgstr "Pre Restore Computer Hook" -#: hook.php:501 +#: hook.php:393 msgid "Pre Restore Phone Hook" msgstr "Pre Restore Phone Hook" -#: hook.php:508 +#: hook.php:399 msgid "Restore Computer Hook" msgstr "Restore Computer Hook" #. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the #. destination ID -#: hook.php:516 +#: hook.php:407 #, php-format msgid "Transfer Computer Hook %1$s %2$d -> %3$d" msgstr "Transfer Computer Hook %1$s %2$d -> %3$d" -#: hook.php:652 +#: hook.php:589 msgid "Example event" msgstr "Example event" -#: hook.php:657 +#: hook.php:594 msgid "Example datas" msgstr "Example datas" -#: setup.php:67 -msgid "Test link" -msgstr "Test link" +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" -#: setup.php:201 +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 msgid "Installed / not configured" msgstr "Installed / not configured" @@ -130,61 +114,85 @@ msgstr "Installed / not configured" msgid "Plugin Example Dropdowns" msgstr "Plugin Example Dropdowns" -#: inc/example.class.php:102 +#: inc/example.class.php:80 +msgid "Test link" +msgstr "Test link" + +#: inc/example.class.php:124 msgid "Cron description for example" msgstr "Cron description for example" -#: inc/example.class.php:103 +#: inc/example.class.php:125 msgid "Cron parameter for example" msgstr "Cron parameter for example" -#: inc/example.class.php:160 inc/example.class.php:166 -#: inc/example.class.php:169 inc/notificationtargetexample.class.php:44 +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 msgid "Example" msgstr "Example" -#: inc/example.class.php:173 inc/example.class.php:180 -msgid "Test PLugin" -msgstr "Test PLugin" +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" -#: inc/example.class.php:174 -msgid "Test PLugin 2" -msgstr "Test PLugin 2" +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" -#: inc/example.class.php:192 +#: inc/example.class.php:214 msgid "Plugin Example on Phone" msgstr "Plugin Example on Phone" -#: inc/example.class.php:196 +#: inc/example.class.php:218 msgid "Plugin central action" msgstr "Plugin central action" -#: inc/example.class.php:219 +#: inc/example.class.php:241 msgid "Plugin mailing action" msgstr "Plugin mailing action" -#: inc/example.class.php:225 +#: inc/example.class.php:247 msgid "First tab of Plugin example" msgstr "First tab of Plugin example" -#: inc/example.class.php:227 +#: inc/example.class.php:249 msgid "Second tab of Plugin example" msgstr "Second tab of Plugin example" #. TRANS: %1$s is a class name, %2$d is an item ID -#: inc/example.class.php:233 +#: inc/example.class.php:255 #, php-format msgid "Plugin example CLASS=%1$s id=%2$d" msgstr "Plugin example CLASS=%1$s id=%2$d" -#: inc/example.class.php:262 +#: inc/example.class.php:284 msgid "test planning example 1" msgstr "test planning example 1" -#: inc/example.class.php:322 +#: inc/example.class.php:344 msgid "History from plugin example" msgstr "History from plugin example" +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "Do Nothing - just for fun" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "Write in item history" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "but do nothing :)" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "Right it is the type I want..." + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "But... I say I will do nothing for:" + #: inc/ruletest.class.php:77 msgid "Category (class)" msgstr "Category (class)" diff --git a/locales/en_US.mo b/locales/en_US.mo new file mode 100644 index 0000000..69b0179 Binary files /dev/null and b/locales/en_US.mo differ diff --git a/locales/en_US.po b/locales/en_US.po new file mode 100644 index 0000000..1a3cd16 --- /dev/null +++ b/locales/en_US.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: English (United States) (http://www.transifex.com/teclib/glpi-plugin-example/language/en_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/es_ES.mo b/locales/es_ES.mo new file mode 100644 index 0000000..188fc86 Binary files /dev/null and b/locales/es_ES.mo differ diff --git a/locales/es_ES.po b/locales/es_ES.po new file mode 100644 index 0000000..415de5f --- /dev/null +++ b/locales/es_ES.po @@ -0,0 +1,198 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Alexander Salas , 2016 +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/teclib/glpi-plugin-example/language/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "Esta es la página de configuración del plugin" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "Ejemplo de Plugin Desplegable" + +#: hook.php:76 +msgid "Example plugin" +msgstr "Plugin Ejemplo" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "plugin_ejemplo_Tonto" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "Nada en específico realmente - Solo para ejemplificar" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "Nada en específico realmente - Use to propio desplegable - Solo para ejemplificar" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "Pre actualización del gancho o hook del ordenador " + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "Actualizar Gancho o Hook del Ordenador (%s)" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "Gancho o Hook del Ordenador Vacio" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "Pre Eliminar Gancho o Hook del Ordenador" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "Eliminar Gancho o Hook del Ordenador" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "Pre Purgado del Gancho o Hook del Ordenador" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "Purgar Gancho o Hook del Ordenador" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "Pre Restaurado del Gancho o Hook del Ordenador" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "Pre Restaurado del Gancho Hook del Teléfono" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "Restaurar Gancho o Hook del Ordenador" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "Transferir Gancho o Hook del Ordenador %1$s %2$d -> %3$d" + +#: hook.php:589 +msgid "Example event" +msgstr "Evento ejemplo" + +#: hook.php:594 +msgid "Example datas" +msgstr "Data ejemplo" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "Instalado / no configurado" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "Menús desplegables del Plugin Ejemplo" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "Vinculo de prueba" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "Descripción del cron para ejemplo" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "Parametro cron para ejemplo" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "Ejemplo" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "Plugin ejemplo en el teléfono" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "Acción del plugin central" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "Acción de correo del plugin" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "Primera pestaña del Plugin ejemplo" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "Segunda pestaña del Plugin ejemplo" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "Plugin ejemplo CLASS=%1$s id=%2$d" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "prueba de planificación del ejemplo 1" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "Historial para el plugin ejemplo" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "No hace nada - solo para diversión" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "Escribir como item del historial" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "pero no hace nada :)" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "Correcto este es el tipo que yo quiero..." + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "Pero... Yo digo que no voy hacer nada para:" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "Categoría (clase)" diff --git a/locales/es_MX.mo b/locales/es_MX.mo new file mode 100644 index 0000000..7e11a61 Binary files /dev/null and b/locales/es_MX.mo differ diff --git a/locales/es_MX.po b/locales/es_MX.po new file mode 100644 index 0000000..2e44546 --- /dev/null +++ b/locales/es_MX.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Spanish (Mexico) (http://www.transifex.com/teclib/glpi-plugin-example/language/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/fr_FR.mo b/locales/fr_FR.mo index 542f96f..ce9d7fe 100644 Binary files a/locales/fr_FR.mo and b/locales/fr_FR.mo differ diff --git a/locales/fr_FR.po b/locales/fr_FR.po index ff5a176..9cf7277 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Example\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-10-16 11:22+0200\n" -"PO-Revision-Date: 2015-09-18 12:24+0000\n" -"Last-Translator: Jérémy MOREAU \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" "Language-Team: French (France) (http://www.transifex.com/teclib/glpi-plugin-example/language/fr_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,107 +23,91 @@ msgstr "" msgid "This is the plugin config page" msgstr "Ceci est la page de configuration du plugin" -#: hook.php:62 +#: hook.php:61 msgid "Plugin Example Dropdown" msgstr "Dropdown du plugin example" -#: hook.php:78 +#: hook.php:76 msgid "Example plugin" msgstr "Plugin Example" -#: hook.php:273 +#: hook.php:260 msgid "plugin_example_DoIt" msgstr "Effectuer l'action" -#: hook.php:278 -msgid "Do Nothing - just for fun" -msgstr "Ne fait rien - just pour le fun" - -#: hook.php:294 hook.php:326 -msgid "Write in item history" -msgstr "Ecrit un élément d'historique" - -#: hook.php:304 -msgid "but do nothing :)" -msgstr "mais ne fait rien" - -#: hook.php:325 hook.php:346 -msgid "Right it is the type I want..." -msgstr "Bien, c'est le type que je voulais..." - -#: hook.php:347 -msgid "But... I say I will do nothing for:" -msgstr "Cependant, j'ai dit que je ne ferais rien pour :" - -#: hook.php:382 hook.php:393 +#: hook.php:281 hook.php:292 msgid "Not really specific - Just for example" msgstr "Pas vraiment spécifique - Juste pour l'exemple" -#: hook.php:414 +#: hook.php:312 msgid "Not really specific - Use your own dropdown - Just for example" msgstr "Pas vraiment spécifique - Utilisez votre propre liste déroulante - Juste pour l'exemple" -#: hook.php:437 +#: hook.php:334 msgid "Pre Update Computer Hook" msgstr "Hook avant mise à jour d'un Ordinateur" -#: hook.php:444 +#: hook.php:340 #, php-format msgid "Update Computer Hook (%s)" msgstr "Hook de mise à jour d'un Ordinateur (%s)" -#: hook.php:452 +#: hook.php:348 msgid "Empty Computer Hook" msgstr "" -#: hook.php:461 +#: hook.php:358 msgid "Pre Delete Computer Hook" msgstr "" -#: hook.php:468 +#: hook.php:364 msgid "Delete Computer Hook" msgstr "" -#: hook.php:477 +#: hook.php:372 msgid "Pre Purge Computer Hook" msgstr "" -#: hook.php:484 +#: hook.php:378 msgid "Purge Computer Hook" msgstr "" -#: hook.php:493 +#: hook.php:386 msgid "Pre Restore Computer Hook" msgstr "" -#: hook.php:501 +#: hook.php:393 msgid "Pre Restore Phone Hook" msgstr "" -#: hook.php:508 +#: hook.php:399 msgid "Restore Computer Hook" msgstr "" #. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the #. destination ID -#: hook.php:516 +#: hook.php:407 #, php-format msgid "Transfer Computer Hook %1$s %2$d -> %3$d" msgstr "" -#: hook.php:652 +#: hook.php:589 msgid "Example event" msgstr "Événement exemple" -#: hook.php:657 +#: hook.php:594 msgid "Example datas" msgstr "Données d'exemple" -#: setup.php:67 -msgid "Test link" -msgstr "Lien de test" +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" -#: setup.php:201 +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 msgid "Installed / not configured" msgstr "Installer / non configurer" @@ -131,61 +115,85 @@ msgstr "Installer / non configurer" msgid "Plugin Example Dropdowns" msgstr "Listes déroulantes du plugin Exemple" -#: inc/example.class.php:102 +#: inc/example.class.php:80 +msgid "Test link" +msgstr "Lien de test" + +#: inc/example.class.php:124 msgid "Cron description for example" msgstr "" -#: inc/example.class.php:103 +#: inc/example.class.php:125 msgid "Cron parameter for example" msgstr "" -#: inc/example.class.php:160 inc/example.class.php:166 -#: inc/example.class.php:169 inc/notificationtargetexample.class.php:44 +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 msgid "Example" msgstr "Exemple" -#: inc/example.class.php:173 inc/example.class.php:180 -msgid "Test PLugin" -msgstr "Test plugin" +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" -#: inc/example.class.php:174 -msgid "Test PLugin 2" -msgstr "Test plugin 2" +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" -#: inc/example.class.php:192 +#: inc/example.class.php:214 msgid "Plugin Example on Phone" msgstr "Plugin Exemple sur les Téléphones" -#: inc/example.class.php:196 +#: inc/example.class.php:218 msgid "Plugin central action" msgstr "" -#: inc/example.class.php:219 +#: inc/example.class.php:241 msgid "Plugin mailing action" msgstr "" -#: inc/example.class.php:225 +#: inc/example.class.php:247 msgid "First tab of Plugin example" msgstr "Premier onglet du plugin Exemple" -#: inc/example.class.php:227 +#: inc/example.class.php:249 msgid "Second tab of Plugin example" msgstr "Deuxième onglet du plugin Exemple" #. TRANS: %1$s is a class name, %2$d is an item ID -#: inc/example.class.php:233 +#: inc/example.class.php:255 #, php-format msgid "Plugin example CLASS=%1$s id=%2$d" msgstr "" -#: inc/example.class.php:262 +#: inc/example.class.php:284 msgid "test planning example 1" msgstr "" -#: inc/example.class.php:322 +#: inc/example.class.php:344 msgid "History from plugin example" msgstr "Historique du plugin Exemple" +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "Ne fait rien - just pour le fun" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "Ecrit un élément d'historique" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "mais ne fait rien" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "Bien, c'est le type que je voulais..." + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "Cependant, j'ai dit que je ne ferais rien pour :" + #: inc/ruletest.class.php:77 msgid "Category (class)" msgstr "Categorie (classe)" diff --git a/locales/glpi.pot b/locales/glpi.pot index a5db6a2..40886e2 100644 --- a/locales/glpi.pot +++ b/locales/glpi.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-10-16 11:22+0200\n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,106 +21,90 @@ msgstr "" msgid "This is the plugin config page" msgstr "" -#: hook.php:62 +#: hook.php:61 msgid "Plugin Example Dropdown" msgstr "" -#: hook.php:78 +#: hook.php:76 msgid "Example plugin" msgstr "" -#: hook.php:273 +#: hook.php:260 msgid "plugin_example_DoIt" msgstr "" -#: hook.php:278 -msgid "Do Nothing - just for fun" -msgstr "" - -#: hook.php:294 hook.php:326 -msgid "Write in item history" -msgstr "" - -#: hook.php:304 -msgid "but do nothing :)" -msgstr "" - -#: hook.php:325 hook.php:346 -msgid "Right it is the type I want..." -msgstr "" - -#: hook.php:347 -msgid "But... I say I will do nothing for:" -msgstr "" - -#: hook.php:382 hook.php:393 +#: hook.php:281 hook.php:292 msgid "Not really specific - Just for example" msgstr "" -#: hook.php:414 +#: hook.php:312 msgid "Not really specific - Use your own dropdown - Just for example" msgstr "" -#: hook.php:437 +#: hook.php:334 msgid "Pre Update Computer Hook" msgstr "" -#: hook.php:444 +#: hook.php:340 #, php-format msgid "Update Computer Hook (%s)" msgstr "" -#: hook.php:452 +#: hook.php:348 msgid "Empty Computer Hook" msgstr "" -#: hook.php:461 +#: hook.php:358 msgid "Pre Delete Computer Hook" msgstr "" -#: hook.php:468 +#: hook.php:364 msgid "Delete Computer Hook" msgstr "" -#: hook.php:477 +#: hook.php:372 msgid "Pre Purge Computer Hook" msgstr "" -#: hook.php:484 +#: hook.php:378 msgid "Purge Computer Hook" msgstr "" -#: hook.php:493 +#: hook.php:386 msgid "Pre Restore Computer Hook" msgstr "" -#: hook.php:501 +#: hook.php:393 msgid "Pre Restore Phone Hook" msgstr "" -#: hook.php:508 +#: hook.php:399 msgid "Restore Computer Hook" msgstr "" #. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the destination ID -#: hook.php:516 +#: hook.php:407 #, php-format msgid "Transfer Computer Hook %1$s %2$d -> %3$d" msgstr "" -#: hook.php:652 +#: hook.php:589 msgid "Example event" msgstr "" -#: hook.php:657 +#: hook.php:594 msgid "Example datas" msgstr "" -#: setup.php:67 -msgid "Test link" +#: hook.php:651 +msgid "Plugin example displays on central page" msgstr "" -#: setup.php:201 +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 msgid "Installed / not configured" msgstr "" @@ -128,61 +112,85 @@ msgstr "" msgid "Plugin Example Dropdowns" msgstr "" -#: inc/example.class.php:102 +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 msgid "Cron description for example" msgstr "" -#: inc/example.class.php:103 +#: inc/example.class.php:125 msgid "Cron parameter for example" msgstr "" -#: inc/example.class.php:160 inc/example.class.php:166 -#: inc/example.class.php:169 inc/notificationtargetexample.class.php:44 +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 msgid "Example" msgstr "" -#: inc/example.class.php:173 inc/example.class.php:180 -msgid "Test PLugin" -msgstr "" - -#: inc/example.class.php:174 -msgid "Test PLugin 2" -msgstr "" - -#: inc/example.class.php:192 -msgid "Plugin Example on Phone" +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" msgstr "" #: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 msgid "Plugin central action" msgstr "" -#: inc/example.class.php:219 +#: inc/example.class.php:241 msgid "Plugin mailing action" msgstr "" -#: inc/example.class.php:225 +#: inc/example.class.php:247 msgid "First tab of Plugin example" msgstr "" -#: inc/example.class.php:227 +#: inc/example.class.php:249 msgid "Second tab of Plugin example" msgstr "" #. TRANS: %1$s is a class name, %2$d is an item ID -#: inc/example.class.php:233 +#: inc/example.class.php:255 #, php-format msgid "Plugin example CLASS=%1$s id=%2$d" msgstr "" -#: inc/example.class.php:262 +#: inc/example.class.php:284 msgid "test planning example 1" msgstr "" -#: inc/example.class.php:322 +#: inc/example.class.php:344 msgid "History from plugin example" msgstr "" +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + #: inc/ruletest.class.php:77 msgid "Category (class)" msgstr "" diff --git a/locales/hu_HU.mo b/locales/hu_HU.mo new file mode 100644 index 0000000..66767c2 Binary files /dev/null and b/locales/hu_HU.mo differ diff --git a/locales/hu_HU.po b/locales/hu_HU.po new file mode 100644 index 0000000..415876a --- /dev/null +++ b/locales/hu_HU.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Hungarian (Hungary) (http://www.transifex.com/teclib/glpi-plugin-example/language/hu_HU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: hu_HU\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/it_IT.mo b/locales/it_IT.mo new file mode 100644 index 0000000..aa8dfec Binary files /dev/null and b/locales/it_IT.mo differ diff --git a/locales/it_IT.po b/locales/it_IT.po new file mode 100644 index 0000000..c7a3307 --- /dev/null +++ b/locales/it_IT.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Italian (Italy) (http://www.transifex.com/teclib/glpi-plugin-example/language/it_IT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it_IT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/lv_LV.mo b/locales/lv_LV.mo new file mode 100644 index 0000000..346cd73 Binary files /dev/null and b/locales/lv_LV.mo differ diff --git a/locales/lv_LV.po b/locales/lv_LV.po new file mode 100644 index 0000000..9b2574d --- /dev/null +++ b/locales/lv_LV.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Latvian (Latvia) (http://www.transifex.com/teclib/glpi-plugin-example/language/lv_LV/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lv_LV\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/nl_NL.mo b/locales/nl_NL.mo new file mode 100644 index 0000000..fea84af Binary files /dev/null and b/locales/nl_NL.mo differ diff --git a/locales/nl_NL.po b/locales/nl_NL.po new file mode 100644 index 0000000..7b734b7 --- /dev/null +++ b/locales/nl_NL.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Dutch (Netherlands) (http://www.transifex.com/teclib/glpi-plugin-example/language/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/pl_PL.mo b/locales/pl_PL.mo new file mode 100644 index 0000000..9a5f7d8 Binary files /dev/null and b/locales/pl_PL.mo differ diff --git a/locales/pl_PL.po b/locales/pl_PL.po new file mode 100644 index 0000000..89e348f --- /dev/null +++ b/locales/pl_PL.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Polish (Poland) (http://www.transifex.com/teclib/glpi-plugin-example/language/pl_PL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl_PL\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/pt_BR.mo b/locales/pt_BR.mo new file mode 100644 index 0000000..4a74020 Binary files /dev/null and b/locales/pt_BR.mo differ diff --git a/locales/pt_BR.po b/locales/pt_BR.po new file mode 100644 index 0000000..a3996b1 --- /dev/null +++ b/locales/pt_BR.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/teclib/glpi-plugin-example/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/ro_RO.mo b/locales/ro_RO.mo new file mode 100644 index 0000000..8e13440 Binary files /dev/null and b/locales/ro_RO.mo differ diff --git a/locales/ro_RO.po b/locales/ro_RO.po new file mode 100644 index 0000000..4c4e278 --- /dev/null +++ b/locales/ro_RO.po @@ -0,0 +1,198 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Doru DEACONU , 2015 +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/teclib/glpi-plugin-example/language/ro_RO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ro_RO\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "Aceasta este pagina de configurare plugin" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "Exemplu plugin" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "Exemplu eveniment" + +#: hook.php:594 +msgid "Example datas" +msgstr "Exemplu date" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "Instalat / neconfigurat" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "Test link" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "Descriere Cron pentru exemplu" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "Parametru Cron pentru exemplu" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "Exemplu" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "test planning exemplu 1" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "Istoric de la exemplu plugin" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "Nu fa nimic - doar pentru distractie" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "Scrie in istoric elemente" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "dar nu face nimic :)" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "Categorie (class)" diff --git a/locales/ru_RU.mo b/locales/ru_RU.mo new file mode 100644 index 0000000..4a54612 Binary files /dev/null and b/locales/ru_RU.mo differ diff --git a/locales/ru_RU.po b/locales/ru_RU.po new file mode 100644 index 0000000..db1a3a9 --- /dev/null +++ b/locales/ru_RU.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Russian (Russia) (http://www.transifex.com/teclib/glpi-plugin-example/language/ru_RU/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru_RU\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/ru_lv.mo b/locales/ru_lv.mo new file mode 100644 index 0000000..7c57e90 Binary files /dev/null and b/locales/ru_lv.mo differ diff --git a/locales/ru_lv.po b/locales/ru_lv.po new file mode 100644 index 0000000..058a258 --- /dev/null +++ b/locales/ru_lv.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Russian (Latvia) (http://www.transifex.com/teclib/glpi-plugin-example/language/ru_lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru_lv\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "" diff --git a/locales/tr_TR.mo b/locales/tr_TR.mo new file mode 100644 index 0000000..364d3fd Binary files /dev/null and b/locales/tr_TR.mo differ diff --git a/locales/tr_TR.po b/locales/tr_TR.po new file mode 100644 index 0000000..2100d20 --- /dev/null +++ b/locales/tr_TR.po @@ -0,0 +1,198 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Kaya Zeren , 2015 +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Turkish (Turkey) (http://www.transifex.com/teclib/glpi-plugin-example/language/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "Uygulama eki ayarları bölümü" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "Uygulama Eki Örnek Açılan Kutu" + +#: hook.php:76 +msgid "Example plugin" +msgstr "Örnek uygulama eki" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "uygulamaeki_ornek_Yap" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "Özel bir şey değil - Yalnız örnek olarak" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "Özel bir şey değil - Kendi açılan kutunuzu kullanın - Yalnız örnek olarak" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "Bilgisayar Kancasını Önceden Güncelle" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "Bilgisayar Kancasını Güncelle (%s)" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "Bilgisayar Kancasını Boşalt" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "Bilgisayar Kancasını Önceden Sil" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "Bilgisayar Kancasını Sil" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "Bilgisayar Kancasını Önceden Boşalt" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "Bilgisayar Kancasını Boşalt" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "Bilgisayar Kancasını Önceden Geri Yükle" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "Telefon Kancasını Önceden Geri Yükle" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "Bilgisayar Kancasını Geri Yükle" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "Bilgisayar Kancasını Aktar %1$s %2$d -> %3$d" + +#: hook.php:589 +msgid "Example event" +msgstr "Örnek etkinlik" + +#: hook.php:594 +msgid "Example datas" +msgstr "Örnek veriler" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "Yüklenmiş / ayarlanmamış" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "Örnek Uygulama Eki Açılan Kutular" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "Deneeme bağlantısı" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "Örnek zamanlanmış görev açıklaması" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "Örnek zamanlanmış görev parametresi" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "Örnek" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "Telefon için örnek uygulama eki" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "Uygulama eki temel işlemi" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "Uygulama eki postalama işlemi" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "Örnek uygulama ekinin ilk sekmesi" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "Örnek uygulama ekinin ikinci sekmesi" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "Örnek uygulama eki SINIF=%1$s Kod=%2$d" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "örnek deneme planı 1" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "Örnek uygulama eki geçmişi" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "Hiç bir işlem yapma - yalnız eğlence için" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "Öge geçmişine yaz" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "ama hiç bir şey yapma :)" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "Doğru bu benim istediğim tip..." + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "Ancak... Şunun için hiç bir şey yapma diyeceğim:" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr "Kategori (sınıf)" diff --git a/locales/uk_UA.mo b/locales/uk_UA.mo new file mode 100644 index 0000000..d034f2d Binary files /dev/null and b/locales/uk_UA.mo differ diff --git a/locales/uk_UA.po b/locales/uk_UA.po new file mode 100644 index 0000000..1ba8294 --- /dev/null +++ b/locales/uk_UA.po @@ -0,0 +1,197 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: GLPI Plugin - Example\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-06-02 14:54+0200\n" +"PO-Revision-Date: 2016-06-02 12:54+0000\n" +"Last-Translator: Alexandre DELAUNAY \n" +"Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/teclib/glpi-plugin-example/language/uk_UA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: uk_UA\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: config.php:48 +msgid "This is the plugin config page" +msgstr "" + +#: hook.php:61 +msgid "Plugin Example Dropdown" +msgstr "" + +#: hook.php:76 +msgid "Example plugin" +msgstr "" + +#: hook.php:260 +msgid "plugin_example_DoIt" +msgstr "" + +#: hook.php:281 hook.php:292 +msgid "Not really specific - Just for example" +msgstr "" + +#: hook.php:312 +msgid "Not really specific - Use your own dropdown - Just for example" +msgstr "" + +#: hook.php:334 +msgid "Pre Update Computer Hook" +msgstr "" + +#: hook.php:340 +#, php-format +msgid "Update Computer Hook (%s)" +msgstr "" + +#: hook.php:348 +msgid "Empty Computer Hook" +msgstr "" + +#: hook.php:358 +msgid "Pre Delete Computer Hook" +msgstr "" + +#: hook.php:364 +msgid "Delete Computer Hook" +msgstr "" + +#: hook.php:372 +msgid "Pre Purge Computer Hook" +msgstr "" + +#: hook.php:378 +msgid "Purge Computer Hook" +msgstr "" + +#: hook.php:386 +msgid "Pre Restore Computer Hook" +msgstr "" + +#: hook.php:393 +msgid "Pre Restore Phone Hook" +msgstr "" + +#: hook.php:399 +msgid "Restore Computer Hook" +msgstr "" + +#. TRANS: %1$s is the source type, %2$d is the source ID, %3$d is the +#. destination ID +#: hook.php:407 +#, php-format +msgid "Transfer Computer Hook %1$s %2$d -> %3$d" +msgstr "" + +#: hook.php:589 +msgid "Example event" +msgstr "" + +#: hook.php:594 +msgid "Example datas" +msgstr "" + +#: hook.php:651 +msgid "Plugin example displays on central page" +msgstr "" + +#: hook.php:658 +msgid "Plugin example displays on login page" +msgstr "" + +#: setup.php:210 +msgid "Installed / not configured" +msgstr "" + +#: inc/dropdown.class.php:42 inc/dropdown.class.php:44 +msgid "Plugin Example Dropdowns" +msgstr "" + +#: inc/example.class.php:80 +msgid "Test link" +msgstr "" + +#: inc/example.class.php:124 +msgid "Cron description for example" +msgstr "" + +#: inc/example.class.php:125 +msgid "Cron parameter for example" +msgstr "" + +#: inc/example.class.php:182 inc/example.class.php:188 +#: inc/example.class.php:191 inc/notificationtargetexample.class.php:44 +msgid "Example" +msgstr "" + +#: inc/example.class.php:195 inc/example.class.php:202 +msgid "Test Plugin" +msgstr "" + +#: inc/example.class.php:196 +msgid "Test Plugin 2" +msgstr "" + +#: inc/example.class.php:214 +msgid "Plugin Example on Phone" +msgstr "" + +#: inc/example.class.php:218 +msgid "Plugin central action" +msgstr "" + +#: inc/example.class.php:241 +msgid "Plugin mailing action" +msgstr "" + +#: inc/example.class.php:247 +msgid "First tab of Plugin example" +msgstr "" + +#: inc/example.class.php:249 +msgid "Second tab of Plugin example" +msgstr "" + +#. TRANS: %1$s is a class name, %2$d is an item ID +#: inc/example.class.php:255 +#, php-format +msgid "Plugin example CLASS=%1$s id=%2$d" +msgstr "" + +#: inc/example.class.php:284 +msgid "test planning example 1" +msgstr "" + +#: inc/example.class.php:344 +msgid "History from plugin example" +msgstr "" + +#: inc/example.class.php:367 +msgid "Do Nothing - just for fun" +msgstr "" + +#: inc/example.class.php:384 inc/example.class.php:408 +msgid "Write in item history" +msgstr "" + +#: inc/example.class.php:388 +msgid "but do nothing :)" +msgstr "" + +#: inc/example.class.php:407 inc/example.class.php:429 +msgid "Right it is the type I want..." +msgstr "" + +#: inc/example.class.php:430 +msgid "But... I say I will do nothing for:" +msgstr "" + +#: inc/ruletest.class.php:77 +msgid "Category (class)" +msgstr ""