summaryrefslogtreecommitdiff
path: root/po/fr.po
blob: c89677189abb0dfe7634c9accdd53db6ca0d68d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2001-04-29 00:49+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"

#: lib/exceptions.c:26 lib/exceptions.c:40
msgid "Out of memory."
msgstr ""

#: lib/exceptions.c:51
msgid "Too much error contexts during pushcontext()."
msgstr ""

#: lib/exceptions.c:62
msgid "Error context empty, but popcontext() called."
msgstr ""

#: lib/hash.c:26
msgid "Internal error into hashing"
msgstr ""

#: lib/parser.c:99
msgid "Too many nested operators in expression.\n"
msgstr ""

#: lib/parser.c:130
msgid "Too many nested functions calls in expression.\n"
msgstr ""

#: lib/parser.c:207
msgid "Invalid unary operator"
msgstr ""

#: lib/parser.c:209
msgid "Invalid binary operator"
msgstr ""

#: lib/parser.c:235
msgid "Parse error: too much left parenthesis"
msgstr ""

#: lib/parser.c:245 lib/parser.c:264
msgid "Parse error: too much right parenthesis"
msgstr ""

#: lib/parser.c:250 lib/parser.c:269
msgid "Parse error: enclosure mismatch"
msgstr ""

#: lib/parser.c:288
msgid "Invalid character"
msgstr ""

#: lib/pile.c:79
msgid "push_pile_poly: Stack Overflow"
msgstr ""

#: lib/pile.c:91
msgid "push_pile_int: Stack Overflow"
msgstr ""

#: lib/pile.c:103
msgid "push_pile_string: Stack Overflow"
msgstr ""

#: lib/pile.c:115
#, c-format
msgid "pop_pile: Can't pop %u elements"
msgstr ""

#: lib/pile.c:154
#, c-format
msgid "Calling act_pile(%i)\n"
msgstr ""

#: lib/pile.c:167
msgid "act_pile: OP_PLUS invalid arguments"
msgstr ""

#: lib/pile.c:180
msgid "act_pile: OP_MOINS invalid arguments"
msgstr ""

#: lib/pile.c:193
msgid "act_pile: OP_MUL invalid arguments"
msgstr ""

#: lib/pile.c:206
msgid "act_pile: OP_DIV invalid arguments"
msgstr ""

#: lib/pile.c:219
msgid "act_pile: OP_MOD invalid arguments"
msgstr ""

#: lib/pile.c:235 lib/pile.c:238 lib/pile.c:241
msgid "act_pile: OP_EXP invalid arguments"
msgstr ""

#: lib/pile.c:256
msgid "act_pile: OP_ASSIGN empty string"
msgstr ""

#: lib/pile.c:259
msgid "act_pile: OP_ASSIGN invalid arguments"
msgstr ""

#: lib/pile.c:272
msgid "act_pile: OP_MOINS_UNARY invalid argument"
msgstr ""

#: lib/pile.c:295 lib/pile.c:298 lib/pile.c:301
msgid "act_pile: OP_FUNC_CALL invalid arguments"
msgstr ""

#: lib/pile.c:304
msgid "act_pile: OP_FUNC_CALL incorrect argument number"
msgstr ""

#: lib/pile.c:308
msgid "act_pile: Unknown operator"
msgstr ""

#~ msgid "Hello World!\n"
#~ msgstr "Bonjour le monde!\n"