diff --git a/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.mo b/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.mo index 56f5e35..f8c55f4 100644 Binary files a/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.mo and b/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.mo differ diff --git a/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.po b/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.po index ae6fd1d..b7be1cc 100644 --- a/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.po +++ b/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pyramid_formalchemy 0.3\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2011-06-18 12:02+0200\n" -"PO-Revision-Date: 2011-06-20 16:14+0200\n" +"PO-Revision-Date: 2011-06-21 16:44+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: fr \n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" @@ -18,39 +18,39 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 0.9.5\n" -#: pyramid_formalchemy/actions.py:312 +#: pyramid_formalchemy/actions.py:321 msgid "French" msgstr "Français" -#: pyramid_formalchemy/actions.py:313 +#: pyramid_formalchemy/actions.py:322 msgid "English" msgstr "Anglais" -#: pyramid_formalchemy/actions.py:330 +#: pyramid_formalchemy/actions.py:339 msgid "New ${model_label}" msgstr "Nouveau ${model_label}" -#: pyramid_formalchemy/actions.py:338 +#: pyramid_formalchemy/actions.py:348 msgid "Save" msgstr "Sauver" -#: pyramid_formalchemy/actions.py:345 +#: pyramid_formalchemy/actions.py:356 msgid "Save and add another" msgstr "Sauver et ajouter un autre" -#: pyramid_formalchemy/actions.py:354 +#: pyramid_formalchemy/actions.py:366 msgid "Edit" msgstr "Editer" -#: pyramid_formalchemy/actions.py:361 +#: pyramid_formalchemy/actions.py:374 msgid "Back" msgstr "Retour" -#: pyramid_formalchemy/actions.py:369 +#: pyramid_formalchemy/actions.py:381 msgid "Delete" msgstr "Supprimer" -#: pyramid_formalchemy/actions.py:380 +#: pyramid_formalchemy/actions.py:392 msgid "Cancel" msgstr "Annuler" diff --git a/pyramid_formalchemy/locale/pyramid_formalchemy.pot b/pyramid_formalchemy/locale/pyramid_formalchemy.pot index 6a4f6a7..faee12c 100644 --- a/pyramid_formalchemy/locale/pyramid_formalchemy.pot +++ b/pyramid_formalchemy/locale/pyramid_formalchemy.pot @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: pyramid_formalchemy 0.4\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2011-06-20 16:14+0200\n" +"POT-Creation-Date: 2011-06-21 16:44+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,39 +18,39 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 0.9.5\n" -#: pyramid_formalchemy/actions.py:312 +#: pyramid_formalchemy/actions.py:321 msgid "French" msgstr "" -#: pyramid_formalchemy/actions.py:313 +#: pyramid_formalchemy/actions.py:322 msgid "English" msgstr "" -#: pyramid_formalchemy/actions.py:330 +#: pyramid_formalchemy/actions.py:339 msgid "New ${model_label}" msgstr "" -#: pyramid_formalchemy/actions.py:338 +#: pyramid_formalchemy/actions.py:348 msgid "Save" msgstr "" -#: pyramid_formalchemy/actions.py:345 +#: pyramid_formalchemy/actions.py:356 msgid "Save and add another" msgstr "" -#: pyramid_formalchemy/actions.py:354 +#: pyramid_formalchemy/actions.py:366 msgid "Edit" msgstr "" -#: pyramid_formalchemy/actions.py:361 +#: pyramid_formalchemy/actions.py:374 msgid "Back" msgstr "" -#: pyramid_formalchemy/actions.py:369 +#: pyramid_formalchemy/actions.py:381 msgid "Delete" msgstr "" -#: pyramid_formalchemy/actions.py:380 +#: pyramid_formalchemy/actions.py:392 msgid "Cancel" msgstr "" diff --git a/setup.py b/setup.py index 91179e2..ec81f31 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ setup(name='pyramid_formalchemy', zip_safe=False, install_requires=requires, entry_points = """ -[paste.paster_create_template] -pyramid_fa = pyramid_formalchemy.paster:PyramidFormAlchemyTemplate -""" + [paste.paster_create_template] + pyramid_fa = pyramid_formalchemy.paster:PyramidFormAlchemyTemplate + """ )