diff --git a/CHANGES.rst b/CHANGES.rst index 7ebe6e2..eb9167e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,8 +4,8 @@ Changelog 0.47 (unreleased) ----------------- -- Nothing changed yet. - +- Added missing translation for `Nothing.`. + [gbastien] 0.46 (2020-06-24) ----------------- diff --git a/src/collective/iconifiedcategory/browser/templates/categorized-childs.pt b/src/collective/iconifiedcategory/browser/templates/categorized-childs.pt index e1110e1..6f8414c 100644 --- a/src/collective/iconifiedcategory/browser/templates/categorized-childs.pt +++ b/src/collective/iconifiedcategory/browser/templates/categorized-childs.pt @@ -19,5 +19,5 @@
-Nothing. +Nothing. \ No newline at end of file diff --git a/src/collective/iconifiedcategory/locales/collective.iconifiedcategory.pot b/src/collective/iconifiedcategory/locales/collective.iconifiedcategory.pot index cba44ae..db683da 100644 --- a/src/collective/iconifiedcategory/locales/collective.iconifiedcategory.pot +++ b/src/collective/iconifiedcategory/locales/collective.iconifiedcategory.pot @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-03 09:47+0000\n" +"POT-Creation-Date: 2020-07-29 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -50,7 +50,7 @@ msgstr "" msgid "Categorized elements" msgstr "" -#: ../behaviors/iconifiedcategorization.py:34 +#: ../behaviors/iconifiedcategorization.py:35 #: ../browser/tabview.py:160 msgid "Category" msgstr "" @@ -85,7 +85,7 @@ msgstr "" msgid "Creation date" msgstr "" -#: ../behaviors/iconifiedcategorization.py:45 +#: ../behaviors/iconifiedcategorization.py:46 msgid "Default title" msgstr "" @@ -150,7 +150,7 @@ msgstr "" msgid "Iconified Category Settings" msgstr "" -#: ../behaviors/configure.zcml:14 +#: ../behaviors/configure.zcml:13 msgid "Iconified Content Categorization" msgstr "" @@ -193,6 +193,10 @@ msgstr "" msgid "Not convertible to a printable format" msgstr "" +#: ../browser/templates/categorized-childs.pt:22 +msgid "Nothing." +msgstr "" + #: ../content/base.py:70 msgid "Only PDF?" msgstr "" @@ -285,7 +289,7 @@ msgstr "" msgid "Update categorized elements" msgstr "" -#: ../utils.py:461 +#: ../utils.py:462 msgid "You must select a PDF file!" msgstr "" diff --git a/src/collective/iconifiedcategory/locales/fr/LC_MESSAGES/collective.iconifiedcategory.po b/src/collective/iconifiedcategory/locales/fr/LC_MESSAGES/collective.iconifiedcategory.po index d06c770..d7d864c 100644 --- a/src/collective/iconifiedcategory/locales/fr/LC_MESSAGES/collective.iconifiedcategory.po +++ b/src/collective/iconifiedcategory/locales/fr/LC_MESSAGES/collective.iconifiedcategory.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-03-03 09:47+0000\n" +"POT-Creation-Date: 2020-07-29 15:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -47,7 +47,7 @@ msgstr "Ne peut pas être imprimé" msgid "Categorized elements" msgstr "Eléments catégorisés" -#: ../behaviors/iconifiedcategorization.py:34 +#: ../behaviors/iconifiedcategorization.py:35 #: ../browser/tabview.py:160 msgid "Category" msgstr "Catégorie" @@ -86,7 +86,7 @@ msgstr "Sous-catégorie" msgid "Creation date" msgstr "Date de création" -#: ../behaviors/iconifiedcategorization.py:45 +#: ../behaviors/iconifiedcategorization.py:46 msgid "Default title" msgstr "Titre par défaut" @@ -151,7 +151,7 @@ msgstr "Catégorisation par icône" msgid "Iconified Category Settings" msgstr "Paramètres pour la catégorisation par icône" -#: ../behaviors/configure.zcml:14 +#: ../behaviors/configure.zcml:13 msgid "Iconified Content Categorization" msgstr "Catégorisation par icône" @@ -194,6 +194,10 @@ msgstr "Aucune valeur à définir" msgid "Not convertible to a printable format" msgstr "Cet élément ne peut pas être converti dans un format imprimable" +#: ../browser/templates/categorized-childs.pt:22 +msgid "Nothing." +msgstr "Aucun élément." + #: ../content/base.py:70 msgid "Only PDF?" msgstr "Format PDF requis?" @@ -286,7 +290,7 @@ msgstr "Mise à jour et tri des éléments catégorisés" msgid "Update categorized elements" msgstr "Mise à jour des éléments catégorisés" -#: ../utils.py:461 +#: ../utils.py:462 msgid "You must select a PDF file!" msgstr "La catégorie sélectionnée requiert l'utilisation d'un fichier au format PDF uniquement!"