Skip to content

Commit

Permalink
Update locales; fix extract script
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jan 27, 2017
1 parent 4e8f616 commit 88da256
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
Binary file modified locales/en_US.mo
Binary file not shown.
22 changes: 11 additions & 11 deletions locales/en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Shawn Long <[email protected]>, 2016
# Shawn Long <[email protected]>, 2016-2017
msgid ""
msgstr ""
"Project-Id-Version: GLPI Plugin - Fields\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-13 14:22+0100\n"
"PO-Revision-Date: 2016-12-13 13:22+0000\n"
"Last-Translator: Johan Cwiklinski <[email protected]>\n"
"PO-Revision-Date: 2017-01-24 01:20+0000\n"
"Last-Translator: Shawn Long <[email protected]>\n"
"Language-Team: English (United States) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/en_US/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand All @@ -37,15 +37,15 @@ msgstr "MySQL tables uninstallation"

#: inc/dropdown.class.php:17
msgid "Updating generated dropdown files"
msgstr ""
msgstr "Updating generated dropdown files"

#: inc/labeltranslation.class.php:137
msgid "Language"
msgstr ""
msgstr "Language"

#: inc/labeltranslation.class.php:138
msgid "Label"
msgstr ""
msgstr "Label"

#: inc/field.class.php:70
msgid "Field"
Expand Down Expand Up @@ -77,7 +77,7 @@ msgstr "Configure Fields Values"

#: inc/field.class.php:840
msgid "show"
msgstr ""
msgstr "show"

#: inc/field.class.php:985
msgid "Header"
Expand All @@ -97,7 +97,7 @@ msgstr "Number"

#: inc/field.class.php:989
msgid "URL"
msgstr ""
msgstr "URL"

#: inc/field.class.php:990
msgid "Dropdown"
Expand All @@ -121,7 +121,7 @@ msgstr "Regenerate container files"

#: inc/container.class.php:69
msgid "Updating generated containers files"
msgstr ""
msgstr "Updating generated containers files"

#: inc/container.class.php:229
msgid "You cannot add block without associated element type"
Expand All @@ -135,7 +135,7 @@ msgstr "You cannot add several blocks with type 'Insertion in the form' on same

#: inc/container.class.php:265
msgid "You cannot add several blocs with identical name on same object"
msgstr ""
msgstr "You cannot add several blocks with identical name on same object"

#: inc/container.class.php:410
msgid "Block"
Expand Down Expand Up @@ -167,4 +167,4 @@ msgstr "Some numeric fields contains non-numeric values"

#: inc/container.class.php:966
msgid "Some URL fields contains invalid links"
msgstr ""
msgstr "Some URL fields contains invalid links"
Binary file modified locales/fr_FR.mo
Binary file not shown.
12 changes: 6 additions & 6 deletions locales/fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# Translators:
# alexandre delaunay <[email protected]>, 2016
# Johan Cwiklinski <[email protected]>, 2016
# Johan Cwiklinski <[email protected]>, 2016-2017
msgid ""
msgstr ""
"Project-Id-Version: GLPI Plugin - Fields\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-13 14:22+0100\n"
"PO-Revision-Date: 2016-12-13 13:24+0000\n"
"PO-Revision-Date: 2017-01-27 10:05+0000\n"
"Last-Translator: Johan Cwiklinski <[email protected]>\n"
"Language-Team: French (France) (http://www.transifex.com/teclib/glpi-plugin-plugin-fields/language/fr_FR/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -62,7 +62,7 @@ msgstr "Ajouter un nouveau champ"

#: inc/field.class.php:300
msgid "No field for this block"
msgstr "pas de champs pour ce bloc"
msgstr "Aucun champ pour ce bloc"

#: inc/field.class.php:312 inc/field.class.php:414
msgid "Read only"
Expand Down Expand Up @@ -118,15 +118,15 @@ msgstr "Date & heure"

#: inc/container.class.php:8
msgid "Regenerate container files"
msgstr "Regénerer les fichiers des blocs"
msgstr "Régénérer les fichiers des blocs"

#: inc/container.class.php:69
msgid "Updating generated containers files"
msgstr "Mettre à jour les fichier de conteneurs générés"

#: inc/container.class.php:229
msgid "You cannot add block without associated element type"
msgstr "Vous ne pouvez pas ajouter de blocks sans associer de type d'éléments"
msgstr "Vous ne pouvez pas ajouter de bloc sans associer de type d'élément"

#: inc/container.class.php:244
msgid ""
Expand Down Expand Up @@ -160,7 +160,7 @@ msgstr "Insertion dans le formulaire d'un onglet spécifique (avant le bouton sa

#: inc/container.class.php:956
msgid "Some mandatory fields are empty"
msgstr "Un champ obligatoire est vide"
msgstr "Des champs obligatoires sont vides"

#: inc/container.class.php:961
msgid "Some numeric fields contains non numeric values"
Expand Down
2 changes: 1 addition & 1 deletion tools/extract_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pushd $DIR > /dev/null
NAME='Fields'
POTFILE=${NAME,,}.pot

PHP_SOURCES=`find ./ -name \*.php ! -path ./vendor ! -path ./lib`
PHP_SOURCES=`find ./ -name \*.php -not -path "./vendor/*" ! -not -path "./lib/*"`

if [ ! -d "locales" ]; then
mkdir locales
Expand Down

0 comments on commit 88da256

Please sign in to comment.