blob: 8bb451354c8e6e8a5c9759865d7e081bcbee888c (
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
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <mathieu.payrol@gmail.com>, 2012.
# Romain DEP. <rom1dep@gmail.com>, 2012.
# Xavier BOUTEVILLAIN <xavier.boutevillain@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-08-24 02:02+0200\n"
"PO-Revision-Date: 2012-08-23 12:01+0000\n"
"Last-Translator: MathieuP <mathieu.payrol@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ajax/update_property.php:51 lib/app.php:89 lib/app.php:101
msgid "Invalid date/time"
msgstr "date/heure invalide"
#: appinfo/app.php:11
msgid "Tasks"
msgstr "Tâches"
#: js/tasks.js:415
msgid "No category"
msgstr "Sans catégorie"
#: lib/app.php:33
msgid "Unspecified"
msgstr "Non spécifié"
#: lib/app.php:34
msgid "1=highest"
msgstr "1=le plus important"
#: lib/app.php:38
msgid "5=medium"
msgstr "5=importance moyenne"
#: lib/app.php:42
msgid "9=lowest"
msgstr "9=le moins important"
#: lib/app.php:81
msgid "Empty Summary"
msgstr "Résumé vide"
#: lib/app.php:93
msgid "Invalid percent complete"
msgstr "Pourcentage d'achèvement invalide"
#: lib/app.php:107
msgid "Invalid priority"
msgstr "Priorité invalide"
#: templates/tasks.php:3
msgid "Add Task"
msgstr "Ajouter une tâche"
#: templates/tasks.php:4
msgid "Order Due"
msgstr "Echéance tâche"
#: templates/tasks.php:5
msgid "Order List"
msgstr "Liste tâche"
#: templates/tasks.php:6
msgid "Order Complete"
msgstr "Tâche réalisée"
#: templates/tasks.php:7
msgid "Order Location"
msgstr "Lieu"
#: templates/tasks.php:8
msgid "Order Priority"
msgstr "Priorité"
#: templates/tasks.php:9
msgid "Order Label"
msgstr "Etiquette tâche"
#: templates/tasks.php:16
msgid "Loading tasks..."
msgstr "Chargement des tâches…"
#: templates/tasks.php:20
msgid "Important"
msgstr "Important"
#: templates/tasks.php:23
msgid "More"
msgstr "Plus"
#: templates/tasks.php:26
msgid "Less"
msgstr "Moins"
#: templates/tasks.php:29
msgid "Delete"
msgstr "Supprimer"
|