test
dir
\f
-CHANGES.txt
+COPYING.txt
file
-2010-05-10T14:16:53.811658Z
-471136dd7358e95ed50f4fe29c385633
-2010-05-10T07:08:11.732909Z
-4483
-ber
+2010-05-07T18:30:38.940737Z
+84bd42ab282f187bb5522b7640a6b29d
+2009-03-12T05:55:16.706083Z
+4184
+richard
-105380
+4461
\f
-COPYING.txt
+CHANGES.txt
file
-2010-05-07T18:30:38.940737Z
-84bd42ab282f187bb5522b7640a6b29d
-2009-03-12T05:55:16.706083Z
-4184
-richard
+2010-05-10T14:16:53.811658Z
+471136dd7358e95ed50f4fe29c385633
+2010-05-10T07:08:11.732909Z
+4483
+ber
-4461
-\f
-scripts
-dir
+105380
\f
setup.py
file
5236
\f
+scripts
+dir
+\f
2to3-done.txt
file
tools
dir
\f
-frontends
+share
dir
\f
-share
+frontends
dir
\f
doc
dir
\f
-MANIFEST.in
+demo.py
file
2010-05-07T18:30:38.940737Z
-7bc905a90d20afd10722bf17bee1a7c3
-2009-02-12T05:57:42.198989Z
-4125
+cd5c512bb3b0f4df15887f7d270275b7
+2009-06-17T15:24:08.422504Z
+4228
stefan
-571
+5412
\f
README.txt
file
1239
\f
-demo.py
+MANIFEST.in
file
2010-05-07T18:30:38.940737Z
-cd5c512bb3b0f4df15887f7d270275b7
-2009-06-17T15:24:08.422504Z
-4228
+7bc905a90d20afd10722bf17bee1a7c3
+2009-02-12T05:57:42.198989Z
+4125
stefan
-5412
+571
\f
run_tests.py
file
"Project-Id-Version: Roundup 1.4.6\n"
"Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2009-03-12 11:58+0200\n"
-"PO-Revision-Date: 2010-05-10 11:16-0500\n"
+"PO-Revision-Date: 2010-06-09 14:37-0500\n"
"Last-Translator: Cyril <cyril.robert@auf.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "You will shortly receive an email to confirm your registration. To complete the registration process, visit the link indicated in the email."
msgstr "Vous recevrez sous peu un courriel confirmant votre inscription. Pour clôturer le processus d'inscription, suivez le lien indiqué dans le courriel."
+#: ../share/roundup/templates/classic/initial_data.py:4
+msgid "highest"
+msgstr "Maximale"
+
#: ../share/roundup/templates/classic/initial_data.py:5
-msgid "critical"
-msgstr "critique"
+msgid "high"
+msgstr "Haute"
#: ../share/roundup/templates/classic/initial_data.py:6
-msgid "urgent"
-msgstr "urgent"
-
-#: ../share/roundup/templates/classic/initial_data.py:7
-msgid "bug"
-msgstr "bogue"
-
-#: ../share/roundup/templates/classic/initial_data.py:8
-msgid "feature"
-msgstr "fonctionalité"
-
-#: ../share/roundup/templates/classic/initial_data.py:9
-msgid "wish"
-msgstr "souhait"
+msgid "normal"
+msgstr "Normale"
#: ../share/roundup/templates/classic/initial_data.py:12
msgid "unread"
msgid "Please log in or register."
msgstr "Veuillez vous connecter ou vous inscrire."
+#~ msgid "critical"
+#~ msgstr "critique"
+
+#~ msgid "urgent"
+#~ msgstr "urgent"
+
+#~ msgid "bug"
+#~ msgstr "bogue"
+
+#~ msgid "feature"
+#~ msgstr "fonctionalité"
+
+#~ msgid "wish"
+#~ msgstr "souhait"
+
#~ msgid "%(key)s: %(value)r"
#~ msgstr "%(key)s: %(value)r"
"the registration process, visit the link indicated in the email."
msgstr ""
-#: ../share/roundup/templates/classic/initial_data.py:5
-msgid "critical"
-msgstr ""
-
-#: ../share/roundup/templates/classic/initial_data.py:6
-msgid "urgent"
+#: ../share/roundup/templates/classic/initial_data.py:4
+msgid "highest"
msgstr ""
-#: ../share/roundup/templates/classic/initial_data.py:7
-msgid "bug"
-msgstr ""
-
-#: ../share/roundup/templates/classic/initial_data.py:8
-msgid "feature"
+#: ../share/roundup/templates/classic/initial_data.py:5
+msgid "high"
msgstr ""
-#: ../share/roundup/templates/classic/initial_data.py:9
-msgid "wish"
+#: ../share/roundup/templates/classic/initial_data.py:6
+msgid "normal"
msgstr ""
#: ../share/roundup/templates/classic/initial_data.py:12
# TRACKER INITIAL PRIORITY AND STATUS VALUES
#
pri = db.getclass('priority')
-pri.create(name=''"critical", order="1")
-pri.create(name=''"urgent", order="2")
-pri.create(name=''"bug", order="3")
-pri.create(name=''"feature", order="4")
-pri.create(name=''"wish", order="5")
+pri.create(name=''"highest", order="1")
+pri.create(name=''"high", order="2")
+pri.create(name=''"normal", order="3")
stat = db.getclass('status')
stat.create(name=''"unread", order="1")