This commit is contained in:
Gael Pasgrimaud
2011-06-21 16:44:44 +02:00
parent c53319e24d
commit fed09d7520
4 changed files with 23 additions and 23 deletions
@@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: fr <LL@li.org>\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"
@@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""
+3 -3
View File
@@ -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
"""
)