~elopio/gallery-app/revert_workaround-1302706-click_toolbar_button_failure

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
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
# Breton translation for gallery-app
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the gallery-app package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: gallery-app\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2015-02-25 11:17+0100\n"
"PO-Revision-Date: 2015-03-13 12:53+0000\n"
"Last-Translator: Fohanno Thierry <thierry.fohanno@ofis-bzh.org>\n"
"Language-Team: Breton <br@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: 2015-04-07 05:28+0000\n"
"X-Generator: Launchpad (build 17413)\n"

#: rc/qml/AlbumEditor/AlbumEditMenu.qml:43
#: rc/qml/AlbumEditor/AlbumEditor.qml:36
msgid "Edit album"
msgstr "Aozañ an albom"

#: rc/qml/AlbumEditor/AlbumEditMenu.qml:50
#: rc/qml/AlbumViewer/AlbumViewer.qml:375
#: rc/qml/Components/DeleteDialog.qml:32
#: rc/qml/MediaViewer/MediaViewer.qml:466 rc/qml/Utility/EditingHUD.qml:67
#: rc/qml/Utility/SelectionToolbarAction.qml:56
msgid "Delete"
msgstr "Diverkañ"

#: rc/qml/AlbumEditor/AlbumEditor.qml:39
#: rc/qml/Components/MediaSelector.qml:92
#: rc/qml/MediaViewer/MediaViewer.qml:294 rc/qml/PickerScreen.qml:235
#: rc/qml/Utility/SelectionToolbarAction.qml:75
msgid "Cancel"
msgstr "Nullañ"

#: rc/qml/AlbumViewer/AlbumCoverList.qml:113
msgid "Default"
msgstr "Dre ziouer"

#: rc/qml/AlbumViewer/AlbumCoverList.qml:114
msgid "Blue"
msgstr "Glas"

#: rc/qml/AlbumViewer/AlbumCoverList.qml:115
msgid "Green"
msgstr "Gwer"

#: rc/qml/AlbumViewer/AlbumCoverList.qml:116
msgid "Pattern"
msgstr "Patrom"

#: rc/qml/AlbumViewer/AlbumCoverList.qml:117
msgid "Red"
msgstr "Ruz"

#: rc/qml/AlbumViewer/AlbumViewer.qml:107 rc/qml/MainScreen.qml:60
msgid "Album"
msgstr "Albom"

#: rc/qml/AlbumViewer/AlbumViewer.qml:369
#: rc/qml/MediaViewer/MediaViewer.qml:456
msgid "Add to album"
msgstr "Ouzhpennañ d'an albom"

#: rc/qml/AlbumsOverview.qml:236 rc/qml/Components/PopupAlbumPicker.qml:91
msgid "Add new album"
msgstr "Ouzhpennañ un albom nevez"

#: rc/qml/AlbumsOverview.qml:240 rc/qml/Components/PopupAlbumPicker.qml:101
msgid "New Photo Album"
msgstr "Albom luc'hskeudennoù nevez"

#: rc/qml/AlbumsOverview.qml:241 rc/qml/Components/PopupAlbumPicker.qml:102
msgid "Subtitle"
msgstr "Istitl"

#: rc/qml/AlbumsOverview.qml:247 rc/qml/Utility/EditingHUD.qml:77
#: rc/qml/Utility/SelectionToolbarAction.qml:47
msgid "Add"
msgstr "Ouzhpennañ"

#: rc/qml/AlbumsOverview.qml:252 rc/qml/Utility/PhotosToolbarActions.qml:51
msgid "Camera"
msgstr "Kamera"

#: rc/qml/Components/DeleteDialog.qml:36
#: rc/qml/MediaViewer/MediaViewer.qml:242
msgid "Yes"
msgstr "Ya"

#: rc/qml/Components/DeleteDialog.qml:45
#: rc/qml/MediaViewer/MediaViewer.qml:253
msgid "No"
msgstr "Ket"

#: rc/qml/Components/DeleteOrDeleteWithContentsDialog.qml:51
msgid "Delete album"
msgstr "Diverkañ an albom"

#: rc/qml/Components/DeleteOrDeleteWithContentsDialog.qml:60
msgid "Delete album + contents"
msgstr "Diverkañ an albom + ar pezh zo ennañ"

#: rc/qml/Components/MediaSelector.qml:59
#: rc/qml/Components/MediaSelector.qml:80
msgid "Add to Album"
msgstr "Ouzhpennañ d'an albom"

#: rc/qml/Components/PopupAlbumPicker.qml:161 rc/qml/Utility/EditingHUD.qml:78
msgid "Add Photo to Album"
msgstr "Ouzhpennañ ul luc'hskeudenn d'an albom"

#: rc/qml/EventsOverview.qml:76 rc/qml/PhotosOverview.qml:85
msgid "Delete 1 photo"
msgstr "Diverkañ 1 luc'hskeudenn"

#: rc/qml/EventsOverview.qml:78 rc/qml/PhotosOverview.qml:87
msgid "Delete 1 video"
msgstr "Diverkañ 1 video"

#: rc/qml/EventsOverview.qml:81 rc/qml/PhotosOverview.qml:90
#, qt-format
msgid "Delete %1 photos"
msgstr "Diverkañ %1 luc'hskeudenn"

#: rc/qml/EventsOverview.qml:83 rc/qml/PhotosOverview.qml:92
#, qt-format
msgid "Delete %1 videos"
msgstr "Diverkañ %1 video"

#: rc/qml/EventsOverview.qml:86 rc/qml/PhotosOverview.qml:95
#, qt-format
msgid "Delete %1 photos and 1 video"
msgstr "Diverkañ %1 luc'hskeudenn hag 1 video"

#: rc/qml/EventsOverview.qml:88 rc/qml/PhotosOverview.qml:97
#, qt-format
msgid "Delete 1 photo and %1 videos"
msgstr "Diverkañ 1 luc'hskeudenn ha %1 video"

#: rc/qml/EventsOverview.qml:90 rc/qml/PhotosOverview.qml:99
msgid "Delete 1 photo and 1 video"
msgstr "Diverkañ 1 luc'hskeudenn hag 1 video"

#: rc/qml/EventsOverview.qml:92 rc/qml/PhotosOverview.qml:101
#, qt-format
msgid "Delete %1 photos and %2 videos"
msgstr "Diverkañ %1 luc'hskeudenn ha %2 video"

#: rc/qml/EventsOverview.qml:151 rc/qml/PhotosOverview.qml:165
msgid "Share to"
msgstr "Rannañ gant"

#: rc/qml/LoadingScreen.qml:46
msgid "Loading…"
msgstr "O kargañ..."

#: rc/qml/MainScreen.qml:147
msgid "Albums"
msgstr "Albomoù"

#: rc/qml/MainScreen.qml:161 rc/qml/MainScreen.qml:190
#: rc/qml/PickerScreen.qml:101
msgid "Events"
msgstr "Darvoudoù"

#: rc/qml/MainScreen.qml:188 rc/qml/MainScreen.qml:233
#: rc/qml/PickerScreen.qml:141 rc/qml/PickerScreen.qml:194
#: rc/qml/Utility/PhotosToolbarActions.qml:34
msgid "Select"
msgstr "Diuzañ"

#: rc/qml/MainScreen.qml:199 rc/qml/MainScreen.qml:235
#: rc/qml/PickerScreen.qml:152
msgid "Photos"
msgstr "Luc'hskeudennoù"

#: rc/qml/MediaViewer/CropOverlay.qml:352
#: rc/qml/MediaViewer/EditPopover.qml:51 rc/qml/Utility/EditingHUD.qml:106
msgid "Crop"
msgstr "Adsterniañ"

#: rc/qml/MediaViewer/EditPopover.qml:42 rc/qml/Utility/EditingHUD.qml:99
msgid "Rotate"
msgstr "Treiñ"

#: rc/qml/MediaViewer/EditPopover.qml:60
msgid "Auto enhance"
msgstr "Gwellaat emgefre"

#: rc/qml/MediaViewer/EditPopover.qml:69 rc/qml/Utility/EditingHUD.qml:82
msgid "Undo"
msgstr "Dizober"

#: rc/qml/MediaViewer/EditPopover.qml:79 rc/qml/Utility/EditingHUD.qml:87
msgid "Redo"
msgstr "Adober"

#: rc/qml/MediaViewer/EditPopover.qml:89
msgid "Revert to original"
msgstr "Distreiñ d'ar stumm orin"

#: rc/qml/MediaViewer/MediaViewer.qml:231
msgid "Delete a photo"
msgstr "Diverkañ ul luc'hskeudenn"

#: rc/qml/MediaViewer/MediaViewer.qml:231
msgid "Delete a video"
msgstr "Diverkañ ur video"

#: rc/qml/MediaViewer/MediaViewer.qml:264
msgid "Remove a photo from album"
msgstr "Lemel ul luc'hskeudenn diouzh an albom"

#: rc/qml/MediaViewer/MediaViewer.qml:264
msgid "Remove a video from album"
msgstr "Lemel ur video eus an albom"

#: rc/qml/MediaViewer/MediaViewer.qml:273
msgid "Remove from Album"
msgstr "Lemel diouzh an albom"

#: rc/qml/MediaViewer/MediaViewer.qml:284
msgid "Remove from Album and Delete"
msgstr "Lemel diouzh an albom ha diverkañ"

#: rc/qml/MediaViewer/MediaViewer.qml:449
msgid "Edit"
msgstr "Aozañ"

#: rc/qml/MediaViewer/MediaViewer.qml:477 rc/qml/Utility/EditingHUD.qml:72
#: rc/qml/Utility/SelectionToolbarAction.qml:65
msgid "Share"
msgstr "Rannañ"

#: rc/qml/MediaViewer/PopupPhotoViewer.qml:46
#: desktop/gallery-app.desktop.in.in.h:1
msgid "Gallery"
msgstr "Skeudennaoueg"

#: rc/qml/MediaViewer/PopupPhotoViewer.qml:167
msgid "Toggle Selection"
msgstr "Eilpennañ an diuzadenn"

#: rc/qml/PickerScreen.qml:241
msgid "Pick"
msgstr "Tapout"

#: rc/qml/Utility/EditingHUD.qml:68
msgid "Trash;Erase"
msgstr "Pod-lastez;Diverkañ"

#: rc/qml/Utility/EditingHUD.qml:73
msgid "Post;Upload;Attach"
msgstr "Postañ;Ezporzhiañ;Stagañ"

#: rc/qml/Utility/EditingHUD.qml:83
msgid "Cancel Action;Backstep"
msgstr "Nullañ an ober;Distreiñ"

#: rc/qml/Utility/EditingHUD.qml:88
msgid "Reapply;Make Again"
msgstr "Adarloañ;Adober"

#: rc/qml/Utility/EditingHUD.qml:92
msgid "Auto Enhance"
msgstr "Gwellaat emgefre"

#: rc/qml/Utility/EditingHUD.qml:93
msgid "Adjust the image automatically"
msgstr "Keidañ ar skeudenn ent emgefre"

#: rc/qml/Utility/EditingHUD.qml:94
msgid "Automatically Adjust Photo"
msgstr "Keidañ al luc'hskeudenn ent emgefre"

#: rc/qml/Utility/EditingHUD.qml:100
msgid "Turn Clockwise"
msgstr "Treiñ a-du gant an heol"

#: rc/qml/Utility/EditingHUD.qml:101
msgid "Rotate the image clockwise"
msgstr "Treiñ ar skeudenn a-du gant an heol"

#: rc/qml/Utility/EditingHUD.qml:107
msgid "Trim;Cut"
msgstr "Krennañ;Troc'hañ"

#: rc/qml/Utility/EditingHUD.qml:108
msgid "Crop the image"
msgstr "Adsterniañ ar skeudenn"

#: rc/qml/Utility/EditingHUD.qml:113
msgid "Revert to Original"
msgstr "Distreiñ d'ar stumm orin"

#: rc/qml/Utility/EditingHUD.qml:114
msgid "Discard Changes"
msgstr "Disteurel ar c'hemmoù"

#: rc/qml/Utility/EditingHUD.qml:115
msgid "Discard all changes"
msgstr "Disteurel an holl gemmoù"

#: rc/qml/Utility/EditingHUD.qml:119
msgid "Exposure"
msgstr "Louc'hañ"

#: rc/qml/Utility/EditingHUD.qml:120
msgid "Adjust the exposure"
msgstr "Reizhañ al louc'hañ"

#: rc/qml/Utility/EditingHUD.qml:121
msgid "Underexposed;Overexposed"
msgstr "Islouc'het;Uslouc'het"

#: rc/qml/Utility/EditingHUD.qml:122 rc/qml/Utility/EditingHUD.qml:163
msgid "Confirm"
msgstr "Kadarnaat"

#: rc/qml/Utility/EditingHUD.qml:126
msgid "Compensation"
msgstr "Kempouezañ"

#: rc/qml/Utility/EditingHUD.qml:160
msgid "Color Balance"
msgstr "Mentel al livioù"

#: rc/qml/Utility/EditingHUD.qml:161
msgid "Adjust color balance"
msgstr "Keidañ mentel al livioù"

#: rc/qml/Utility/EditingHUD.qml:162
msgid "Saturation;Hue"
msgstr "Peurvec'h;Livad"

#: rc/qml/Utility/EditingHUD.qml:167
msgid "Brightness"
msgstr "Skedusted"

#: rc/qml/Utility/EditingHUD.qml:178
msgid "Contrast"
msgstr "Dargemm"

#: rc/qml/Utility/EditingHUD.qml:189
msgid "Saturation"
msgstr "Peurvec'h"

#: rc/qml/Utility/EditingHUD.qml:200
msgid "Hue"
msgstr "Livad"

#: rc/qml/Utility/PhotosToolbarActions.qml:43
msgid "Import"
msgstr "Enporzhiañ"

#: desktop/gallery-app.desktop.in.in.h:2
msgid "Ubuntu Photo Viewer"
msgstr "Gwelerez luc'hskeudennoù Ubuntu"

#: desktop/gallery-app.desktop.in.in.h:3
msgid "Browse your photographs"
msgstr "Furchal ho luc'hskeudennoù"

#: desktop/gallery-app.desktop.in.in.h:4
msgid "Photographs;Pictures;Albums"
msgstr "Luc'hskeudennoù;Skeudennoù;Albomoù"