From fed09d75203732093fb850b08a2d0d0132943b66 Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Tue, 21 Jun 2011 16:44:44 +0200 Subject: [PATCH] messages --- .../fr/LC_MESSAGES/pyramid_formalchemy.mo | Bin 772 -> 772 bytes .../fr/LC_MESSAGES/pyramid_formalchemy.po | 20 +++++++++--------- .../locale/pyramid_formalchemy.pot | 20 +++++++++--------- setup.py | 6 +++--- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.mo b/pyramid_formalchemy/locale/fr/LC_MESSAGES/pyramid_formalchemy.mo index 56f5e356704c2b2d50361095605b282a90a717c0..f8c55f4964448c055e9d3d523d0ae349ae516867 100644 GIT binary patch delta 19 acmZo+Yhl~4l#$I)!O+agWb\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 + """ )