update locales

This commit is contained in:
Alexandre Delaunay 2016-06-02 14:55:42 +02:00
parent 13c55fcde1
commit a272064d6f
36 changed files with 3173 additions and 191 deletions

View File

@ -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'));
}
}

BIN
locales/cs_CZ.mo Normal file

Binary file not shown.

197
locales/cs_CZ.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

Binary file not shown.

View File

@ -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 <jmoreau.dev@gmail.com>\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 <delaunay.alexandre@gmail.com>\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)"

BIN
locales/en_US.mo Normal file

Binary file not shown.

197
locales/en_US.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

BIN
locales/es_ES.mo Normal file

Binary file not shown.

198
locales/es_ES.po Normal file
View File

@ -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 <alexander.salas@gmail.com>, 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 <delaunay.alexandre@gmail.com>\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)"

BIN
locales/es_MX.mo Normal file

Binary file not shown.

197
locales/es_MX.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

Binary file not shown.

View File

@ -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 <jmoreau.dev@gmail.com>\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 <delaunay.alexandre@gmail.com>\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)"

View File

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""

BIN
locales/hu_HU.mo Normal file

Binary file not shown.

197
locales/hu_HU.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

BIN
locales/it_IT.mo Normal file

Binary file not shown.

197
locales/it_IT.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

BIN
locales/lv_LV.mo Normal file

Binary file not shown.

197
locales/lv_LV.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

BIN
locales/nl_NL.mo Normal file

Binary file not shown.

197
locales/nl_NL.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

BIN
locales/pl_PL.mo Normal file

Binary file not shown.

197
locales/pl_PL.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

BIN
locales/pt_BR.mo Normal file

Binary file not shown.

197
locales/pt_BR.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

BIN
locales/ro_RO.mo Normal file

Binary file not shown.

198
locales/ro_RO.po Normal file
View File

@ -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 <dumitrudeaconu@yahoo.com>, 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 <delaunay.alexandre@gmail.com>\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)"

BIN
locales/ru_RU.mo Normal file

Binary file not shown.

197
locales/ru_RU.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

BIN
locales/ru_lv.mo Normal file

Binary file not shown.

197
locales/ru_lv.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""

BIN
locales/tr_TR.mo Normal file

Binary file not shown.

198
locales/tr_TR.po Normal file
View File

@ -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 <kayazeren@gmail.com>, 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 <delaunay.alexandre@gmail.com>\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)"

BIN
locales/uk_UA.mo Normal file

Binary file not shown.

197
locales/uk_UA.po Normal file
View File

@ -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 <delaunay.alexandre@gmail.com>\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 ""