Newer
Older
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-04-30 15:00+0000\n"
"Last-Translator: Marlene Grundey <grundema@katharineum.de>\n"
"Language-Team: French <https://translate.edugit.org/projects/aleksis/"
"aleksis-app-fibu/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.0.1\n"
#: forms.py:10
msgid "Description – What should be purchased?"
msgstr ""
#: forms.py:12
msgid "Expected amount - What amount is required?"
msgstr ""
#: forms.py:12
msgid "Without comma"
msgstr ""
#: forms.py:13
msgid "Reason – If necessary, justify your request."
msgstr ""
#: menus.py:6 templates/fibu/index.html:4
msgid "Financial Accounting"
msgstr ""
#: menus.py:16 templates/fibu/index.html:10
msgid "My requests"
msgstr ""
#: menus.py:22 templates/fibu/booking/check.html:5
msgid "Check requests"
msgstr ""
#: menus.py:28 models.py:103
#: menus.py:34 models.py:42 templates/fibu/cost_center/index.html:9
#: menus.py:46 templates/fibu/reports/index.html:5
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
msgid "Reports"
msgstr ""
#: models.py:22
msgid "requested"
msgstr ""
#: models.py:23
msgid "rejected"
msgstr ""
#: models.py:24
msgid "accepted"
msgstr ""
#: models.py:25
msgid "ordered"
msgstr ""
#: models.py:26
msgid "submitted"
msgstr ""
#: models.py:27
msgid "paid"
msgstr ""
#: models.py:34 models.py:41 models.py:50
#: templates/fibu/cost_center/index.html:38
msgid "Cost center"
msgstr ""
#: models.py:35 templates/fibu/cost_center/index.html:39
msgid "Year"
msgstr ""
#: models.py:44
msgid "Can manage costcenter"
msgstr ""
#: models.py:49 models.py:61 models.py:71 templates/fibu/account/index.html:40
#: templates/fibu/booking/check.html:15 templates/fibu/booking/index.html:24
#: templates/fibu/reports/expenses.html:13
msgid "Booking account"
msgstr ""
#: models.py:52
msgid "Income account"
msgstr ""
#: models.py:53 templates/fibu/reports/expenses.html:14
msgid "Budget"
msgstr ""
#: models.py:62 templates/fibu/account/index.html:4
#: templates/fibu/account/index.html:11
msgid "Booking accounts"
msgstr ""
#: models.py:64
msgid "Can manage account"
msgstr ""
#: models.py:73
msgid "Created by"
msgstr ""
#: models.py:74 templates/fibu/index.html:40
msgid "Description"
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#: models.py:75
msgid "Reason"
msgstr ""
#: models.py:76
msgid "Planned amount"
msgstr ""
#: models.py:79
msgid "Date of invoice"
msgstr ""
#: models.py:80
msgid "Bill number"
msgstr ""
#: models.py:81
msgid "Company"
msgstr ""
#: models.py:82
msgid "Amount"
msgstr ""
#: models.py:83
msgid "Payout number"
msgstr ""
#: models.py:85
msgid "Submission date"
msgstr ""
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
#: models.py:86
msgid "Booking date"
msgstr ""
#: models.py:87
msgid "Maturity"
msgstr ""
#: models.py:90
msgid "Scan of invoice"
msgstr ""
#: models.py:93 templates/fibu/booking/index.html:26
#: templates/fibu/index.html:43
msgid "Status"
msgstr ""
#: models.py:102
msgid "Booking"
msgstr ""
#: models.py:105
msgid "Can manage bookings"
msgstr ""
#: models.py:106
msgid "Can request a booking"
msgstr ""
#: models.py:107
msgid "Can check bookings"
msgstr ""
#: templates/fibu/account/edit.html:5
msgid "Edit booking account"
msgstr ""
#: templates/fibu/account/edit.html:14
msgid "Save changes"
msgstr ""
#: templates/fibu/account/edit.html:17 templates/fibu/booking/book.html:17
#: templates/fibu/booking/edit.html:18 templates/fibu/booking/new.html:17
#: templates/fibu/cost_center/edit.html:17
msgid "Abort"
msgstr ""
#: templates/fibu/account/index.html:8 templates/fibu/account/index.html:24
#: templates/fibu/account/index.html:31
msgid "Create booking account"
msgstr ""
#: templates/fibu/account/index.html:41
msgid "Cost centre"
msgstr ""
#: templates/fibu/account/index.html:42
msgid "Expected earnings"
msgstr ""
#: templates/fibu/account/index.html:43
msgid "Expected expenses"
msgstr ""
#: templates/fibu/account/index.html:44
msgid "Aktionen"
msgstr ""
#: templates/fibu/account/index.html:61 templates/fibu/booking/index.html:46
#: templates/fibu/cost_center/index.html:52 templates/fibu/index.html:75
msgid "Edit"
msgstr ""
#: templates/fibu/account/index.html:67
msgid "'Buchungskonto wirklich löschen?'"
msgstr ""
#: templates/fibu/account/index.html:68
msgid "Delete "
msgstr ""
#: templates/fibu/booking/book.html:5
msgid "Edit booking"
msgstr ""
#: templates/fibu/booking/book.html:14 templates/fibu/booking/edit.html:15
#: templates/fibu/cost_center/edit.html:14
msgid "Apply changes"
msgstr ""
#: templates/fibu/booking/check.html:8
msgid "There are no open requests."
msgstr ""
#: templates/fibu/booking/check.html:12 templates/fibu/booking/index.html:25
msgid "Applicant"
msgstr ""
#: templates/fibu/booking/check.html:13
msgid "Acquisition request"
msgstr ""
#: templates/fibu/booking/check.html:14
msgid "Planned costs"
msgstr ""
#: templates/fibu/booking/check.html:16 templates/fibu/booking/index.html:27
#: templates/fibu/cost_center/index.html:40 templates/fibu/index.html:44
msgid "Actions"
msgstr ""
#: templates/fibu/booking/check.html:30
msgid "Accept"
msgstr ""
#: templates/fibu/booking/check.html:34
msgid "Reject"
msgstr ""
#: templates/fibu/booking/edit.html:5
msgid "Edit request"
msgstr ""
#: templates/fibu/booking/index.html:7
msgid "Back to overview"
msgstr ""
#: templates/fibu/booking/index.html:9
msgid "Archive"
msgstr ""
#: templates/fibu/booking/index.html:13 templates/fibu/booking/new.html:5
#: templates/fibu/booking/new.html:14
msgid "New booking"
msgstr ""
#: templates/fibu/booking/index.html:16
msgid "Booking archive"
msgstr ""
#: templates/fibu/booking/index.html:16
msgid "Recent bookings"
msgstr ""
#: templates/fibu/booking/index.html:22 templates/fibu/index.html:41
msgid "Expected amount"
msgstr ""
#: templates/fibu/booking/index.html:23 templates/fibu/index.html:42
msgid "Invoice amount"
msgstr ""
#: templates/fibu/booking/index.html:56
msgid "'Wirklich löschen?'"
msgstr ""
#: templates/fibu/booking/index.html:58
#: templates/fibu/cost_center/index.html:62
msgid "Delete"
msgstr ""
#: templates/fibu/cost_center/edit.html:5
msgid "Edit cost center"
msgstr ""
#: templates/fibu/cost_center/index.html:6
#: templates/fibu/cost_center/index.html:22
#: templates/fibu/cost_center/index.html:29
msgid "Create cost center"
msgstr ""
#: templates/fibu/cost_center/index.html:60
msgid "'Wollen Sie die Kostenstelle wirklich löschen?'"
msgstr ""
#: templates/fibu/index.html:8 templates/fibu/index.html:24
#: templates/fibu/index.html:33
msgid "New request"
msgstr ""
#: templates/fibu/index.html:61
msgid "'Are you sure you want to withdraw the request?'"
msgstr ""
#: templates/fibu/index.html:63
msgid "Withdraw request"
msgstr ""
#: templates/fibu/index.html:90
msgid "Change status to 'ordered'"
msgstr ""
#: templates/fibu/index.html:98
msgid "Change status of invoice to 'submitted '"
msgstr ""
#: templates/fibu/reports/expenses.html:5
msgid "Financial statements"
msgstr ""
#: templates/fibu/reports/expenses.html:15
msgid "Earnings"
msgstr ""
#: templates/fibu/reports/expenses.html:16 templates/fibu/reports/index.html:8
msgid "Expenses"
msgstr ""
#: templates/fibu/reports/expenses.html:17
msgid "Leftovers"
msgstr ""
#: views.py:48
msgid "The request was successfully submitted."
msgstr ""
#: views.py:70
msgid "The changes were succesfully applied."
msgstr ""
#: views.py:87
msgid "The request was accepted."
msgstr ""
#: views.py:89
msgid "Please select a booking account to create a reqest."
msgstr ""
#: views.py:92
msgid "The request was rejected."
msgstr ""
#: views.py:122 views.py:184 views.py:231
msgid "The changes were successfully applied."
msgstr ""
#: views.py:137
msgid "The booking was successfully created."
msgstr ""
#: views.py:155
msgid "The cost center was successfully deleted."
msgstr ""
#: views.py:163
msgid "The cost center was successfully created."
msgstr ""
#: views.py:203
msgid "The booking account was successfully deleted."
msgstr ""
#: views.py:211
msgid "The booking account was successfully created."
msgstr ""