~andrebask/cometsound/cometsound

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
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
162
163
164
165
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
# French translation for cometsound
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the cometsound package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: cometsound\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2011-03-05 00:10+0100\n"
"PO-Revision-Date: 2011-12-24 23:48+0000\n"
"Last-Translator: Dominique CHOMET <c.domi@laposte.net>\n"
"Language-Team: French <fr@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2012-07-09 04:57+0000\n"
"X-Generator: Launchpad (build 15558)\n"

#: Programmazione/Python/workspace/CometSound/src/Controller.py:234
#: Programmazione/Python/workspace/CometSound/src/Controller.py:556
msgid "from"
msgstr "de"

#: Programmazione/Python/workspace/CometSound/src/Controller.py:234
#: Programmazione/Python/workspace/CometSound/src/Controller.py:556
msgid "by"
msgstr "à partir de"

#: Programmazione/Python/workspace/CometSound/src/Controller.py:473
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:30
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:114
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:224
#: Programmazione/Python/workspace/CometSound/src/View.py:35
#: Programmazione/Python/workspace/CometSound/src/View.py:41
msgid "Title"
msgstr "Titre"

#: Programmazione/Python/workspace/CometSound/src/Controller.py:474
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:31
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:91
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:96
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:101
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:120
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:228
#: Programmazione/Python/workspace/CometSound/src/View.py:36
#: Programmazione/Python/workspace/CometSound/src/View.py:43
msgid "Album"
msgstr "Album"

#: Programmazione/Python/workspace/CometSound/src/Controller.py:475
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:30
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:118
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:226
#: Programmazione/Python/workspace/CometSound/src/View.py:35
#: Programmazione/Python/workspace/CometSound/src/View.py:42
msgid "Artist"
msgstr "Artiste"

#: Programmazione/Python/workspace/CometSound/src/Controller.py:476
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:31
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:92
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:97
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:102
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:222
#: Programmazione/Python/workspace/CometSound/src/View.py:36
#: Programmazione/Python/workspace/CometSound/src/View.py:45
msgid "Year"
msgstr "Année"

#: Programmazione/Python/workspace/CometSound/src/Controller.py:477
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:31
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:230
#: Programmazione/Python/workspace/CometSound/src/View.py:36
#: Programmazione/Python/workspace/CometSound/src/View.py:44
msgid "Genre"
msgstr "Genre"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:48
#: Programmazione/Python/workspace/CometSound/src/Playlist.py:85
msgid "Save Playlist"
msgstr "Enregistrer la liste de lecture"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:50
msgid "Insert playlist name:"
msgstr "Insérer un nom à la liste de lecture :"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:73
msgid "CometSound preferences"
msgstr "Préférences de CometSound"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:81
msgid "<b>Audio output (Restart required)</b>"
msgstr "<b>Sortie audio (redémarrage requis)</b>"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:94
msgid "<b>Visible columns</b>"
msgstr "<b>Colonnes visibles</b>"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:106
#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:227
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:220
#: Programmazione/Python/workspace/CometSound/src/View.py:35
msgid "Name"
msgstr "Nom"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:106
#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:227
#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:191
#: Programmazione/Python/workspace/CometSound/src/View.py:36
msgid "Add"
msgstr "Ajouter"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:119
msgid "<b>Status Icon</b>"
msgstr "<b>Icône d'état</b>"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:121
msgid "Enable status icon with track's informations"
msgstr "Activer l'icône d'état avec les information de titre"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:122
msgid "Enable status icon"
msgstr "Activer l'icône d'état"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:123
msgid "Disable status icon"
msgstr "Désactiver l'icône d'état"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:133
msgid "<b>Startup settings</b>"
msgstr "<b>Réglages de démarrage</b>"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:136
msgid "Reload last play queue"
msgstr "Recharger la dernière liste de lecture"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:138
msgid "Reload last folder"
msgstr "Recharger le dernier dossier"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:158
msgid "<b>Last.fm login</b>"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:160
msgid "Username:"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:168
msgid "Password:"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:179
msgid "Enable scrobbling"
msgstr "Activer le scrobbling"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:185
msgid "Login"
msgstr "Se connecter"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:190
#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:273
msgid "Logged in"
msgstr "Connecté"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:193
msgid "Logged off"
msgstr "Déconnecté"

#: Programmazione/Python/workspace/CometSound/src/Dialogs.py:276
msgid "Invalid user or password!"
msgstr "Nom d'utilisateur ou mot de passe incorrect"

#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:109
msgid "Add all"
msgstr "Tout ajouter"

#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:110
msgid "Refresh"
msgstr "Actualiser"

#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:266
msgid "Add to playlist"
msgstr "Ajouter à la liste de lecture"

#: Programmazione/Python/workspace/CometSound/src/FileBrowser.py:271
msgid "Edit tags"
msgstr "Modifier les étiquettes"

#: Programmazione/Python/workspace/CometSound/src/Playlist.py:62
#: Programmazione/Python/workspace/CometSound/src/Playlist.py:106
msgid "Playlist"
msgstr "Liste de lecture"

#: Programmazione/Python/workspace/CometSound/src/Playlist.py:83
msgid "Clear Playlist"
msgstr "Effacer la liste de lecture"

#: Programmazione/Python/workspace/CometSound/src/Playlist.py:84
msgid "Remove Selection"
msgstr "Supprimer la sélection"

#: Programmazione/Python/workspace/CometSound/src/Playlist.py:93
msgid "Shuffle"
msgstr "Aléatoire"

#: Programmazione/Python/workspace/CometSound/src/Playlist.py:102
msgid "Repeat"
msgstr "Répéter"

#: Programmazione/Python/workspace/CometSound/src/SearchBox.py:70
msgid "Search"
msgstr "Rechercher"

#: Programmazione/Python/workspace/CometSound/src/TagsEditorDialog.py:34
msgid "Edit Tags"
msgstr "Modifier les étiquettes"

#: Programmazione/Python/workspace/CometSound/src/View.py:154
msgid "_Quit"
msgstr "_Quitter"

#: Programmazione/Python/workspace/CometSound/src/View.py:154
msgid "Quit the program"
msgstr "Quitter le programme"

#: Programmazione/Python/workspace/CometSound/src/View.py:155
msgid "_Open folder..."
msgstr "_Ouvrir un dossier..."

#: Programmazione/Python/workspace/CometSound/src/View.py:155
msgid "Open media folder"
msgstr "Ouvrir un dossier média"

#: Programmazione/Python/workspace/CometSound/src/View.py:156
msgid "Preferences"
msgstr "Préférences"

#: Programmazione/Python/workspace/CometSound/src/View.py:156
msgid "Change settings"
msgstr "Modifier les paramètres"

#: Programmazione/Python/workspace/CometSound/src/View.py:157
msgid "_File"
msgstr "_Fichier"

#: Programmazione/Python/workspace/CometSound/src/View.py:158
msgid "Fil_ters"
msgstr "Fil_tres"

#: Programmazione/Python/workspace/CometSound/src/View.py:159
msgid "Play selection"
msgstr "Jouer la sélection"

#: Programmazione/Python/workspace/CometSound/src/View.py:160
#: Programmazione/Python/workspace/CometSound/src/View.py:418
msgid "Previous"
msgstr "Précédent"

#: Programmazione/Python/workspace/CometSound/src/View.py:161
#: Programmazione/Python/workspace/CometSound/src/View.py:413
msgid "Next"
msgstr "Suivant"

#: Programmazione/Python/workspace/CometSound/src/View.py:162
msgid "Playlists"
msgstr "Listes de lecture"

#: Programmazione/Python/workspace/CometSound/src/View.py:163
msgid "Open folder..."
msgstr "Ouvrir un dossier..."

#: Programmazione/Python/workspace/CometSound/src/View.py:164
msgid "_View"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/View.py:165
msgid "_Help"
msgstr "_Aide"

#: Programmazione/Python/workspace/CometSound/src/View.py:166
msgid "About CometSound"
msgstr "À propos de CometSound"

#: Programmazione/Python/workspace/CometSound/src/View.py:191
msgid "File View"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/View.py:191
msgid "File System visualization"
msgstr "Visualisation du système de fichiers"

#: Programmazione/Python/workspace/CometSound/src/View.py:192
msgid "List View"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/View.py:192
msgid "List visualization"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/View.py:193
msgid "Tag View"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/View.py:193
msgid "Tag based visualization"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/View.py:194
msgid "Small View"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/View.py:194
msgid "Small visualization"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/View.py:283
msgid "Love this track (last.fm)"
msgstr ""

#: Programmazione/Python/workspace/CometSound/src/View.py:407
#: Programmazione/Python/workspace/CometSound/src/View.py:467
msgid "Play"
msgstr "Lire"

#: Programmazione/Python/workspace/CometSound/src/View.py:423
msgid "Quit"
msgstr "Quitter"

#: Programmazione/Python/workspace/CometSound/src/View.py:472
msgid "Pause"
msgstr "Pause"