App Engine Python SDK version 1.7.4 (2)
[gae.git] / python / lib / django_1_4 / tests / regressiontests / i18n / commands / locale / fr / LC_MESSAGES / django.po
blob26bf6f133c1b366bcddb51bf2bb209f6280b3b41
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-12-04 04:59-0600\n"
11 "PO-Revision-Date: 2011-12-10 19:12-0300\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: fr\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
20 #. Translators: Django template comment for translators
21 #: templates/test.html:9
22 #, python-format
23 msgid "I think that 100%% is more that 50%% of anything."
24 msgstr ""
26 #: templates/test.html:10
27 #, python-format
28 msgid "I think that 100%% is more that 50%% of %(obj)s."
29 msgstr ""
31 #: templates/test.html:70
32 #, python-format
33 msgid "Literal with a percent symbol at the end %%"
34 msgstr ""
36 #: templates/test.html:71
37 #, python-format
38 msgid "Literal with a percent %% symbol in the middle"
39 msgstr ""
41 #: templates/test.html:72
42 #, python-format
43 msgid "Completed 50%% of all the tasks"
44 msgstr ""
46 #: templates/test.html:73
47 #, python-format
48 msgctxt "ctx0"
49 msgid "Completed 99%% of all the tasks"
50 msgstr ""
52 #: templates/test.html:74
53 #, python-format
54 msgid "Shouldn't double escape this sequence: %% (two percent signs)"
55 msgstr ""
57 #: templates/test.html:75
58 #, python-format
59 msgctxt "ctx1"
60 msgid "Shouldn't double escape this sequence %% either"
61 msgstr ""
63 #: templates/test.html:76
64 #, python-format
65 msgid "Looks like a str fmt spec %%s but shouldn't be interpreted as such"
66 msgstr "Translation of the above string"
68 #: templates/test.html:77
69 #, python-format
70 msgid "Looks like a str fmt spec %% o but shouldn't be interpreted as such"
71 msgstr "Translation contains %% for the above string"