-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
390 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,14 @@ | |
# This file is distributed under the same license as the PACKAGE package. | ||
# | ||
# Translators: | ||
# David Stepan <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: GLPI Plugin - Fields\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-06-02 14:37+0200\n" | ||
"PO-Revision-Date: 2016-06-02 12:37+0000\n" | ||
"Last-Translator: Alexandre DELAUNAY <[email protected]>\n" | ||
"POT-Creation-Date: 2016-11-29 08:17+0100\n" | ||
"PO-Revision-Date: 2016-11-29 07:18+0000\n" | ||
"Last-Translator: Johan Cwiklinski <[email protected]>\n" | ||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/cs_CZ/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -19,123 +20,131 @@ msgstr "" | |
|
||
#: hook.php:26 | ||
msgid "MySQL tables installation" | ||
msgstr "" | ||
msgstr "Instalace MySQL tabulek" | ||
|
||
#: hook.php:53 | ||
#: hook.php:68 | ||
msgid "The plugin can't be uninstalled when the plugin is disabled" | ||
msgstr "" | ||
msgstr "Plugin nemůže být odebrán protože je plugin deaktivován." | ||
|
||
#: hook.php:62 | ||
#: hook.php:77 | ||
msgid "MySQL tables uninstallation" | ||
msgstr "" | ||
msgstr "Odebrání MySQL tabulek" | ||
|
||
#: setup.php:81 front/container.form.php:35 front/container.php:4 | ||
#: setup.php:144 front/container.form.php:35 front/container.php:4 | ||
#: inc/menu.class.php:6 | ||
msgid "Additionnal fields" | ||
msgstr "" | ||
msgstr "Další pole" | ||
|
||
#: inc/container.class.php:8 | ||
msgid "Regenerate container files" | ||
msgstr "Regenerovat kontejnerové soubory" | ||
|
||
#: inc/container.class.php:69 | ||
msgid "Updating generated containers files" | ||
msgstr "" | ||
|
||
#: inc/container.class.php:194 | ||
#: inc/container.class.php:228 | ||
msgid "You cannot add block without associated element type" | ||
msgstr "" | ||
msgstr "Nemůžete přidat blok bez typu přiřazeného elementu" | ||
|
||
#: inc/container.class.php:206 | ||
#: inc/container.class.php:243 | ||
msgid "" | ||
"You cannot add several blocks with type 'Insertion in the form' on same " | ||
"object" | ||
msgstr "Nemůžete přidat několik bloků s typem 'vložení do formuláře' na stejný objekt." | ||
|
||
#: inc/container.class.php:264 | ||
msgid "You cannot add several blocs with identical name on same object" | ||
msgstr "" | ||
|
||
#: inc/container.class.php:332 | ||
#: inc/container.class.php:390 | ||
msgid "Block" | ||
msgstr "" | ||
msgstr "Blok" | ||
|
||
#: inc/container.class.php:404 | ||
#: inc/container.class.php:462 | ||
msgid "Tab" | ||
msgstr "" | ||
msgstr "Tabulka" | ||
|
||
#: inc/container.class.php:541 | ||
#: inc/container.class.php:601 | ||
msgid "Add tab" | ||
msgstr "" | ||
msgstr "Přidat tabulku" | ||
|
||
#: inc/container.class.php:542 | ||
#: inc/container.class.php:602 | ||
msgid "Insertion in the form (before save button)" | ||
msgstr "" | ||
msgstr "Vložení do formuláře (před tlačítkem uložit)" | ||
|
||
#: inc/container.class.php:543 | ||
#: inc/container.class.php:603 | ||
msgid "Insertion in the form of a specific tab (before save button)" | ||
msgstr "" | ||
msgstr "Vložení specifické tabulky do formuláře (před tlačítkem uložit)" | ||
|
||
#: inc/container.class.php:832 | ||
#: inc/container.class.php:930 | ||
msgid "Some mandatory fields are empty" | ||
msgstr "" | ||
msgstr "Některá povinná pole jsou prázdná" | ||
|
||
#: inc/container.class.php:837 | ||
#: inc/container.class.php:935 | ||
msgid "Some numeric fields contains non numeric values" | ||
msgstr "" | ||
msgstr "Některá číselná pole obsahují nečíselné hodnoty" | ||
|
||
#: inc/dropdown.class.php:15 | ||
msgid "This plugin need write right on his own files, please correct." | ||
#: inc/dropdown.class.php:17 | ||
msgid "Updating generated dropdown files" | ||
msgstr "" | ||
|
||
#: inc/field.class.php:62 | ||
#: inc/field.class.php:70 | ||
msgid "Field" | ||
msgstr "" | ||
msgstr "Pole" | ||
|
||
#: inc/field.class.php:224 | ||
#: inc/field.class.php:232 | ||
msgid "Fields" | ||
msgstr "" | ||
msgstr "Pole" | ||
|
||
#: inc/field.class.php:267 | ||
#: inc/field.class.php:275 | ||
msgid "Add a new field" | ||
msgstr "" | ||
msgstr "Přidat nové pole" | ||
|
||
#: inc/field.class.php:272 | ||
#: inc/field.class.php:280 | ||
msgid "No field for this block" | ||
msgstr "" | ||
msgstr "Žádné pole pro tento blok" | ||
|
||
#: inc/field.class.php:284 inc/field.class.php:393 | ||
#: inc/field.class.php:292 inc/field.class.php:401 | ||
msgid "Read only" | ||
msgstr "" | ||
msgstr "Pouze pro čtení" | ||
|
||
#: inc/field.class.php:375 | ||
#: inc/field.class.php:383 | ||
msgid "Configure" | ||
msgstr "" | ||
msgstr "Konfigurovat" | ||
|
||
#: inc/field.class.php:375 | ||
#: inc/field.class.php:383 | ||
msgid "Configure fields values" | ||
msgstr "" | ||
msgstr "Konfigurovat hodnoty polí" | ||
|
||
#: inc/field.class.php:940 | ||
#: inc/field.class.php:955 | ||
msgid "Header" | ||
msgstr "" | ||
msgstr "Hlavička" | ||
|
||
#: inc/field.class.php:941 | ||
#: inc/field.class.php:956 | ||
msgid "Text (single line)" | ||
msgstr "" | ||
msgstr "Text (jednořádkový)" | ||
|
||
#: inc/field.class.php:942 | ||
#: inc/field.class.php:957 | ||
msgid "Text (multiples lines)" | ||
msgstr "" | ||
msgstr "Text (víceřádkový)" | ||
|
||
#: inc/field.class.php:943 | ||
#: inc/field.class.php:958 | ||
msgid "Number" | ||
msgstr "" | ||
msgstr "Číslo" | ||
|
||
#: inc/field.class.php:944 | ||
#: inc/field.class.php:959 | ||
msgid "Dropdown" | ||
msgstr "" | ||
msgstr "Rozbalovací" | ||
|
||
#: inc/field.class.php:945 | ||
#: inc/field.class.php:960 | ||
msgid "Yes/No" | ||
msgstr "" | ||
msgstr "Ano/Ne" | ||
|
||
#: inc/field.class.php:946 | ||
#: inc/field.class.php:961 | ||
msgid "Date" | ||
msgstr "" | ||
msgstr "Datum" | ||
|
||
#: inc/field.class.php:947 | ||
#: inc/field.class.php:962 | ||
msgid "Date & time" | ||
msgstr "" | ||
msgstr "Datum & čas" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: GLPI Plugin - Fields\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-06-02 14:37+0200\n" | ||
"PO-Revision-Date: 2016-06-02 12:37+0000\n" | ||
"Last-Translator: Alexandre DELAUNAY <[email protected]>\n" | ||
"POT-Creation-Date: 2016-11-29 08:17+0100\n" | ||
"PO-Revision-Date: 2016-11-29 07:18+0000\n" | ||
"Last-Translator: Johan Cwiklinski <[email protected]>\n" | ||
"Language-Team: English (United Kingdom) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/en_GB/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -21,15 +21,15 @@ msgstr "" | |
msgid "MySQL tables installation" | ||
msgstr "MySQL tables installation" | ||
|
||
#: hook.php:53 | ||
#: hook.php:68 | ||
msgid "The plugin can't be uninstalled when the plugin is disabled" | ||
msgstr "" | ||
|
||
#: hook.php:62 | ||
#: hook.php:77 | ||
msgid "MySQL tables uninstallation" | ||
msgstr "MySQL tables uninstallation" | ||
|
||
#: setup.php:81 front/container.form.php:35 front/container.php:4 | ||
#: setup.php:144 front/container.form.php:35 front/container.php:4 | ||
#: inc/menu.class.php:6 | ||
msgid "Additionnal fields" | ||
msgstr "Additionnal fields" | ||
|
@@ -38,104 +38,112 @@ msgstr "Additionnal fields" | |
msgid "Regenerate container files" | ||
msgstr "Regenerate container files" | ||
|
||
#: inc/container.class.php:194 | ||
#: inc/container.class.php:69 | ||
msgid "Updating generated containers files" | ||
msgstr "" | ||
|
||
#: inc/container.class.php:228 | ||
msgid "You cannot add block without associated element type" | ||
msgstr "" | ||
|
||
#: inc/container.class.php:206 | ||
#: inc/container.class.php:243 | ||
msgid "" | ||
"You cannot add several blocks with type 'Insertion in the form' on same " | ||
"object" | ||
msgstr "" | ||
|
||
#: inc/container.class.php:332 | ||
#: inc/container.class.php:264 | ||
msgid "You cannot add several blocs with identical name on same object" | ||
msgstr "" | ||
|
||
#: inc/container.class.php:390 | ||
msgid "Block" | ||
msgstr "" | ||
|
||
#: inc/container.class.php:404 | ||
#: inc/container.class.php:462 | ||
msgid "Tab" | ||
msgstr "Tab" | ||
|
||
#: inc/container.class.php:541 | ||
#: inc/container.class.php:601 | ||
msgid "Add tab" | ||
msgstr "Add tab" | ||
|
||
#: inc/container.class.php:542 | ||
#: inc/container.class.php:602 | ||
msgid "Insertion in the form (before save button)" | ||
msgstr "Insertion in the form (before save button)" | ||
|
||
#: inc/container.class.php:543 | ||
#: inc/container.class.php:603 | ||
msgid "Insertion in the form of a specific tab (before save button)" | ||
msgstr "Insertion in the form of a specific tab (before save button)" | ||
|
||
#: inc/container.class.php:832 | ||
#: inc/container.class.php:930 | ||
msgid "Some mandatory fields are empty" | ||
msgstr "Some mandatory fields are empty" | ||
|
||
#: inc/container.class.php:837 | ||
#: inc/container.class.php:935 | ||
msgid "Some numeric fields contains non numeric values" | ||
msgstr "Some numeric fields contains non numeric values" | ||
|
||
#: inc/dropdown.class.php:15 | ||
msgid "This plugin need write right on his own files, please correct." | ||
msgstr "This plugin need write right on his own files, please correct." | ||
#: inc/dropdown.class.php:17 | ||
msgid "Updating generated dropdown files" | ||
msgstr "" | ||
|
||
#: inc/field.class.php:62 | ||
#: inc/field.class.php:70 | ||
msgid "Field" | ||
msgstr "Field" | ||
|
||
#: inc/field.class.php:224 | ||
#: inc/field.class.php:232 | ||
msgid "Fields" | ||
msgstr "Fields" | ||
|
||
#: inc/field.class.php:267 | ||
#: inc/field.class.php:275 | ||
msgid "Add a new field" | ||
msgstr "Add a new field" | ||
|
||
#: inc/field.class.php:272 | ||
#: inc/field.class.php:280 | ||
msgid "No field for this block" | ||
msgstr "" | ||
|
||
#: inc/field.class.php:284 inc/field.class.php:393 | ||
#: inc/field.class.php:292 inc/field.class.php:401 | ||
msgid "Read only" | ||
msgstr "" | ||
|
||
#: inc/field.class.php:375 | ||
#: inc/field.class.php:383 | ||
msgid "Configure" | ||
msgstr "Configure" | ||
|
||
#: inc/field.class.php:375 | ||
#: inc/field.class.php:383 | ||
msgid "Configure fields values" | ||
msgstr "Configure fields values" | ||
|
||
#: inc/field.class.php:940 | ||
#: inc/field.class.php:955 | ||
msgid "Header" | ||
msgstr "Header" | ||
|
||
#: inc/field.class.php:941 | ||
#: inc/field.class.php:956 | ||
msgid "Text (single line)" | ||
msgstr "Text (single line)" | ||
|
||
#: inc/field.class.php:942 | ||
#: inc/field.class.php:957 | ||
msgid "Text (multiples lines)" | ||
msgstr "Text (multiples lines)" | ||
|
||
#: inc/field.class.php:943 | ||
#: inc/field.class.php:958 | ||
msgid "Number" | ||
msgstr "Number" | ||
|
||
#: inc/field.class.php:944 | ||
#: inc/field.class.php:959 | ||
msgid "Dropdown" | ||
msgstr "Dropdown" | ||
|
||
#: inc/field.class.php:945 | ||
#: inc/field.class.php:960 | ||
msgid "Yes/No" | ||
msgstr "Yes/No" | ||
|
||
#: inc/field.class.php:946 | ||
#: inc/field.class.php:961 | ||
msgid "Date" | ||
msgstr "Date" | ||
|
||
#: inc/field.class.php:947 | ||
#: inc/field.class.php:962 | ||
msgid "Date & time" | ||
msgstr "Date & time" |
Oops, something went wrong.