Merge lp:~gotwig/pantheon-files/translations-gen-fix into lp:~elementary-apps/pantheon-files/trunk

Proposed by Eduard Gotwig
Status: Merged
Approved by: Mario Guerriero
Approved revision: 910
Merged at revision: 906
Proposed branch: lp:~gotwig/pantheon-files/translations-gen-fix
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 3735 lines (+1275/-1245)
8 files modified
plugins/marlin-trash/CMakeLists.txt (+3/-1)
plugins/marlin-trash/plugin.vala (+2/-2)
po/CMakeLists.txt (+3/-1)
po/pantheon-files.pot (+1253/-1236)
src/View/DirectoryNotFound.vala (+1/-1)
src/View/PropertiesWindow.vala (+1/-1)
src/View/Window.vala (+11/-2)
src/marlin-application.c (+1/-1)
To merge this branch: bzr merge lp:~gotwig/pantheon-files/translations-gen-fix
Reviewer Review Type Date Requested Status
Cody Garver (community) Approve
Review via email: mp+118022@code.launchpad.net

Description of the change

Try to fix all bugs that cause an untranslateable 'Files'

All strings should be in the template.

But maybe not all strings get used.

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) wrote :

Approving to make branch vanish.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/marlin-trash/CMakeLists.txt'
2--- plugins/marlin-trash/CMakeLists.txt 2012-05-30 07:51:24 +0000
3+++ plugins/marlin-trash/CMakeLists.txt 2012-08-03 00:27:21 +0000
4@@ -28,7 +28,9 @@
5 --vapidir=${CMAKE_SOURCE_DIR}/libcore/
6 --vapidir=${CMAKE_BINARY_DIR}/libcore/
7 )
8-add_definitions(${CFLAGS})
9+add_definitions(${CFLAGS}
10+ "-DGETTEXT_PACKAGE=\"pantheon-files\""
11+ )
12 link_directories(${LIB_PATHS})
13 add_library(marlintrash SHARED
14 ${VALA_C})
15
16=== modified file 'plugins/marlin-trash/plugin.vala'
17--- plugins/marlin-trash/plugin.vala 2012-05-31 17:19:38 +0000
18+++ plugins/marlin-trash/plugin.vala 2012-08-03 00:27:21 +0000
19@@ -43,8 +43,8 @@
20 GOF.AbstractSlot slot = ((Object[])user_data)[1] as GOF.AbstractSlot;
21
22 infobar = new InfoBar();
23- (infobar.get_content_area() as Gtk.Box).add(new Gtk.Label("These items may be deleted by emptying the trash."));
24- infobar.add_button("Empty the Trash", 0);
25+ (infobar.get_content_area() as Gtk.Box).add(new Gtk.Label(_("These items may be deleted by emptying the trash.")));
26+ infobar.add_button(_("Empty the Trash"), 0);
27 infobar.response.connect( (self, response) => {
28 Marlin.FileOperations.empty_trash(self);
29 });
30
31=== modified file 'po/CMakeLists.txt'
32--- po/CMakeLists.txt 2012-05-07 18:09:37 +0000
33+++ po/CMakeLists.txt 2012-08-03 00:27:21 +0000
34@@ -5,4 +5,6 @@
35 ../src
36 ../libcore
37 ../libwidgets
38- ../src/View/Chrome)
39+ ../src/View/Chrome
40+ ../plugins/marlin-trash
41+)
42
43=== modified file 'po/pantheon-files.pot'
44--- po/pantheon-files.pot 2012-07-26 19:46:15 +0000
45+++ po/pantheon-files.pot 2012-08-03 00:27:21 +0000
46@@ -8,7 +8,7 @@
47 msgstr ""
48 "Project-Id-Version: PACKAGE VERSION\n"
49 "Report-Msgid-Bugs-To: \n"
50-"POT-Creation-Date: 2012-07-26 14:06-0500\n"
51+"POT-Creation-Date: 2012-08-03 01:08+0200\n"
52 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
53 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
54 "Language-Team: LANGUAGE <LL@li.org>\n"
55@@ -18,1275 +18,1663 @@
56 "Content-Transfer-Encoding: 8bit\n"
57 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
58
59-#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:337
60-msgid "Name"
61-msgstr ""
62-
63-#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:338
64-#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:59
65-msgid "Type"
66-msgstr ""
67-
68-#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:341
69-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:368
70-msgid "Target"
71-msgstr ""
72-
73-#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:343
74-#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:59
75-msgid "Size"
76-msgstr ""
77-
78-#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:345
79-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:340
80-#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:59
81-msgid "Modified"
82-msgstr ""
83-
84-#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:346
85-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:825
86-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:838
87-msgid "Owner"
88-msgstr ""
89-
90-#: /home/codygarver/pantheon-files/po/../src/View/DirectoryNotFound.vala:72
91-#, c-format
92-msgid "Folder does not exist"
93-msgstr ""
94-
95-#: /home/codygarver/pantheon-files/po/../src/View/DirectoryNotFound.vala:75
96-#, c-format
97-msgid "Marlin can't find the folder %s"
98-msgstr ""
99-
100-#: /home/codygarver/pantheon-files/po/../src/View/DirectoryNotFound.vala:80
101-msgid "Create"
102-msgstr ""
103-
104-#: /home/codygarver/pantheon-files/po/../src/View/DirectoryNotFound.vala:80
105-#, c-format
106-msgid "Create the folder %s"
107-msgstr ""
108-
109-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:34
110-msgid "Files Preferences"
111-msgstr ""
112-
113-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:47
114-msgid "General"
115-msgstr ""
116-
117-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:102
118-msgid "Extensions"
119-msgstr ""
120-
121-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:207
122-msgid "Single click to open:"
123-msgstr ""
124-
125-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:214
126-msgid "Mouse auto-selection:"
127-msgstr ""
128-
129-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:233
130-msgid "<small><i>Slow</i></small>"
131-msgstr ""
132-
133-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:235
134-msgid "<small><i>Fast</i></small>"
135-msgstr ""
136-
137-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:250
138-msgid "Date format:"
139-msgstr ""
140-
141-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:253
142-msgid "iso"
143-msgstr ""
144-
145-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:254
146-msgid "locale"
147-msgstr ""
148-
149-#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:255
150-msgid "informal"
151-msgstr ""
152-
153-#: /home/codygarver/pantheon-files/po/../src/View/ViewContainer.vala:141
154-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:324
155-msgid "Home"
156-msgstr ""
157-
158-#: /home/codygarver/pantheon-files/po/../src/View/ViewContainer.vala:143
159-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:394
160-msgid "File System"
161-msgstr ""
162-
163-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:152
164-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3382
165+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:33
166+msgid "New Window as _Administrator"
167+msgstr ""
168+
169+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:160
170+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3382
171 msgid "Set as default"
172 msgstr ""
173
174-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:157
175+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:165
176 msgid "Ignore"
177 msgstr ""
178
179-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:497
180+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:505
181 msgid "Undo"
182 msgstr ""
183
184-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:498
185-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:788
186+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:506
187+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:797
188 msgid "Undo the last action"
189 msgstr ""
190
191-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:507
192+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:515
193 msgid "Redo"
194 msgstr ""
195
196-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:508
197-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:791
198+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:516
199+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:800
200 msgid "Redo the last action"
201 msgstr ""
202
203-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:763
204+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:771
205 msgid "_File"
206 msgstr ""
207
208-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:764
209+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:772
210 msgid "_Edit"
211 msgstr ""
212
213-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:765
214+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:773
215 msgid "_View"
216 msgstr ""
217
218-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:766
219+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:774
220 msgid "_Go"
221 msgstr ""
222
223-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:767
224+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:775
225 msgid "_Help"
226 msgstr ""
227
228-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:769
229+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:777
230 msgid "New _Window"
231 msgstr ""
232
233-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:770
234-msgid "Open another Marlin window for the displayed location"
235+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:778
236+msgid "Open another Files window for the displayed location"
237 msgstr ""
238
239-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:773
240+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:781
241 msgid "New _Tab"
242 msgstr ""
243
244-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:774
245+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:782
246 msgid "Open another tab for the displayed location"
247 msgstr ""
248
249-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:777
250+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:786
251 msgid "_Close"
252 msgstr ""
253
254-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:778
255+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:787
256 msgid "Close this folder"
257 msgstr ""
258
259-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:781
260+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:790
261 msgid "Preferences"
262 msgstr ""
263
264-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:782
265-msgid "Change Marlin's preferences"
266+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:791
267+msgid "Change Files preferences"
268 msgstr ""
269
270-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:787
271+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:796
272 msgid "_Undo"
273 msgstr ""
274
275-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:790
276+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:799
277 msgid "_Redo"
278 msgstr ""
279
280-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:793
281+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:802
282 msgid "Open _Parent"
283 msgstr ""
284
285-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:794
286+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:803
287 msgid "Open the parent folder"
288 msgstr ""
289
290-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:796
291+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:805
292 msgid "_Back"
293 msgstr ""
294
295-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:797
296+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:806
297 msgid "Go to the previous visited location"
298 msgstr ""
299
300-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:800
301+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:809
302 msgid "_Forward"
303 msgstr ""
304
305-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:801
306+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:810
307 msgid "Go to the next visited location"
308 msgstr ""
309
310-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:803
311+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:812
312 msgid "_Reload"
313 msgstr ""
314
315-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:804
316+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:813
317 msgid "Reload the current location"
318 msgstr ""
319
320-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:807
321+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:816
322 msgid "_Home Folder"
323 msgstr ""
324
325-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:808
326-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:329
327+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:817
328+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:329
329 msgid "Open your personal folder"
330 msgstr ""
331
332-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:811
333+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:820
334 msgid "_Trash"
335 msgstr ""
336
337-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:812
338+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:821
339 msgid "Open your personal trash folder"
340 msgstr ""
341
342-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:815
343+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:824
344 msgid "_Network"
345 msgstr ""
346
347-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:816
348+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:825
349 msgid "Browse bookmarked and local network locations"
350 msgstr ""
351
352-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:819
353+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:828
354 msgid "Zoom _In"
355 msgstr ""
356
357-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:820
358+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:829
359 msgid "Increase the view size"
360 msgstr ""
361
362-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:831
363+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:840
364 msgid "Zoom _Out"
365 msgstr ""
366
367-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:832
368+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:841
369 msgid "Decrease the view size"
370 msgstr ""
371
372-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:839
373+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:848
374 msgid "Normal Si_ze"
375 msgstr ""
376
377-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:840
378+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:849
379 msgid "Use the normal view size"
380 msgstr ""
381
382-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:843
383+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:852
384 msgid "Next Tab"
385 msgstr ""
386
387-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:847
388+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:856
389 msgid "Previous Tab"
390 msgstr ""
391
392-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:851
393+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:860
394 msgid "Connect to _Server..."
395 msgstr ""
396
397-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:852
398+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:861
399 msgid "Connect to a remote computer or shared disk"
400 msgstr ""
401
402-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:855
403+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:864
404 msgid "_About"
405 msgstr ""
406
407-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:856
408+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:865
409 msgid "Display credits"
410 msgstr ""
411
412-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:859
413+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:868
414 msgid "Report a Problem..."
415 msgstr ""
416
417-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:860
418+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:869
419 msgid "File a bug on Launchpad"
420 msgstr ""
421
422-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:863
423+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:872
424 msgid "Get Help Online..."
425 msgstr ""
426
427-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:867
428+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:876
429 msgid "Translate This Application..."
430 msgstr ""
431
432-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:876
433+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:885
434 msgid "Show _Hidden Files"
435 msgstr ""
436
437-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:877
438+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:886
439 msgid "Toggle the display of hidden files in the current window"
440 msgstr ""
441
442-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:882
443+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:891
444 msgid "Show _Desktop Files"
445 msgstr ""
446
447-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:883
448+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:892
449 msgid "Toggle the display of desktop files"
450 msgstr ""
451
452-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:887
453+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:896
454 msgid "_Context Pane"
455 msgstr ""
456
457-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:888
458+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:897
459 msgid "Change the visibility of the context pane"
460 msgstr ""
461
462-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:892
463+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:901
464 msgid "_Menubar"
465 msgstr ""
466
467-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:893
468+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:902
469 msgid "Change the visibility of this window's menubar"
470 msgstr ""
471
472-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:897
473+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:906
474 msgid "_Places"
475 msgstr ""
476
477-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:898
478+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:907
479 msgid "Change the visibility of this window's side pane"
480 msgstr ""
481
482-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:906
483+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:915
484 msgid "Icon"
485 msgstr ""
486
487-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:909
488+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:918
489 msgid "List"
490 msgstr ""
491
492-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:912
493+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:921
494 msgid "Compact"
495 msgstr ""
496
497-#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:915
498+#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:924
499 msgid "Columns"
500 msgstr ""
501
502-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:63
503+#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:337
504+msgid "Name"
505+msgstr ""
506+
507+#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:338
508+#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:59
509+msgid "Type"
510+msgstr ""
511+
512+#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:341
513+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:368
514+msgid "Target"
515+msgstr ""
516+
517+#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:343
518+#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:59
519+msgid "Size"
520+msgstr ""
521+
522+#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:345
523+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:340
524+#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:59
525+msgid "Modified"
526+msgstr ""
527+
528+#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:346
529+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:825
530+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:838
531+msgid "Owner"
532+msgstr ""
533+
534+#: /home/gotwig/translations-gen-fix/po/../src/View/ViewContainer.vala:141
535+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:324
536+msgid "Home"
537+msgstr ""
538+
539+#: /home/gotwig/translations-gen-fix/po/../src/View/ViewContainer.vala:143
540+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:394
541+msgid "File System"
542+msgstr ""
543+
544+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:63
545 msgid "Properties"
546 msgstr ""
547
548-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:117
549+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:117
550 msgid "Info"
551 msgstr ""
552
553-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:125
554+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:125
555 msgid "Permissions"
556 msgstr ""
557
558-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:137
559+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:137
560 msgid "Preview"
561 msgstr ""
562
563-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:338
564+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:338
565 msgid "Created"
566 msgstr ""
567
568-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:343
569+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:343
570 msgid "Last Access"
571 msgstr ""
572
573-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:349
574+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:349
575 msgid "Deleted"
576 msgstr ""
577
578-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:354
579+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:354
580 msgid "MimeType"
581 msgstr ""
582
583-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:362
584+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:362
585 msgid "MimeTypes"
586 msgstr ""
587
588-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:366
589+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:366
590 msgid "Location"
591 msgstr ""
592
593-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:374
594+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:374
595 msgid "Origin Location"
596 msgstr ""
597
598-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:412
599+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:412
600 msgid "Other application..."
601 msgstr ""
602
603-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:436
604+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:436
605 msgid "Open with"
606 msgstr ""
607
608-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:452
609+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:452
610 msgid "Device usage"
611 msgstr ""
612
613-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:597
614+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:458
615+#, c-format
616+msgid "%s free of %s (%d%% used)"
617+msgstr ""
618+
619+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:597
620 msgid "Read"
621 msgstr ""
622
623-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:602
624+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:602
625 msgid "Write"
626 msgstr ""
627
628-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:607
629+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:607
630 msgid "Execute"
631 msgstr ""
632
633-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:830
634-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:842
635+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:830
636+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:842
637 msgid "Group"
638 msgstr ""
639
640-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:846
641+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:846
642 msgid "Everyone"
643 msgstr ""
644
645-#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:1126
646+#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:1126
647 msgid "Select an aplication to open "
648 msgstr ""
649
650-#: /home/codygarver/pantheon-files/po/../src/View/LocationBar.vala:110
651-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:370
652+#: /home/gotwig/translations-gen-fix/po/../src/View/DirectoryNotFound.vala:72
653+#, c-format
654+msgid "Folder does not exist"
655+msgstr ""
656+
657+#: /home/gotwig/translations-gen-fix/po/../src/View/DirectoryNotFound.vala:75
658+#, c-format
659+msgid "Files can't find the folder %s"
660+msgstr ""
661+
662+#: /home/gotwig/translations-gen-fix/po/../src/View/DirectoryNotFound.vala:80
663+msgid "Create"
664+msgstr ""
665+
666+#: /home/gotwig/translations-gen-fix/po/../src/View/DirectoryNotFound.vala:80
667+#, c-format
668+msgid "Create the folder %s"
669+msgstr ""
670+
671+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:34
672+msgid "Files Preferences"
673+msgstr ""
674+
675+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:47
676+msgid "General"
677+msgstr ""
678+
679+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:102
680+msgid "Extensions"
681+msgstr ""
682+
683+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:207
684+msgid "Single click to open:"
685+msgstr ""
686+
687+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:214
688+msgid "Mouse auto-selection:"
689+msgstr ""
690+
691+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:233
692+msgid "<small><i>Slow</i></small>"
693+msgstr ""
694+
695+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:235
696+msgid "<small><i>Fast</i></small>"
697+msgstr ""
698+
699+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:250
700+msgid "Date format:"
701+msgstr ""
702+
703+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:253
704+msgid "iso"
705+msgstr ""
706+
707+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:254
708+msgid "locale"
709+msgstr ""
710+
711+#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:255
712+msgid "informal"
713+msgstr ""
714+
715+#: /home/gotwig/translations-gen-fix/po/../src/View/LocationBar.vala:110
716+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:370
717 msgid "Trash"
718 msgstr ""
719
720-#: /home/codygarver/pantheon-files/po/../src/View/LocationBar.vala:111
721-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:588
722+#: /home/gotwig/translations-gen-fix/po/../src/View/LocationBar.vala:111
723+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:588
724 msgid "Network"
725 msgstr ""
726
727-#: /home/codygarver/pantheon-files/po/../src/fm-columns-view.c:82
728-#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:616
729-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:572
730-msgid "This folder is empty."
731-msgstr ""
732-
733-#: /home/codygarver/pantheon-files/po/../src/fm-columns-view.c:186
734-#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:199
735-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:139
736-#, c-format
737-msgid "Failed to rename %s to %s"
738-msgstr ""
739-
740-#: /home/codygarver/pantheon-files/po/../src/fm-compact-view.c:86
741+#: /home/gotwig/translations-gen-fix/po/../src/fm-compact-view.c:86
742 msgid "Compact directory listing"
743 msgstr ""
744
745-#: /home/codygarver/pantheon-files/po/../src/fm-compact-view.c:87
746+#: /home/gotwig/translations-gen-fix/po/../src/fm-compact-view.c:87
747 msgid "Compact view"
748 msgstr ""
749
750-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:124
751+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:139
752+#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:199
753+#: /home/gotwig/translations-gen-fix/po/../src/fm-columns-view.c:186
754+#, c-format
755+msgid "Failed to rename %s to %s"
756+msgstr ""
757+
758+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:283
759+msgid "Arran_ge Items"
760+msgstr ""
761+
762+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:288
763+msgid "Re_versed Order"
764+msgstr ""
765+
766+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:289
767+msgid "Display icons in the opposite order"
768+msgstr ""
769+
770+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:296
771+msgid "By _Name"
772+msgstr ""
773+
774+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:297
775+msgid "Keep icons sorted by name in rows"
776+msgstr ""
777+
778+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:300
779+msgid "By _Size"
780+msgstr ""
781+
782+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:301
783+msgid "Keep icons sorted by size in rows"
784+msgstr ""
785+
786+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:304
787+msgid "By _Type"
788+msgstr ""
789+
790+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:305
791+msgid "Keep icons sorted by type in rows"
792+msgstr ""
793+
794+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:308
795+msgid "By Modification _Date"
796+msgstr ""
797+
798+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:309
799+msgid "Keep icons sorted by modification date in rows"
800+msgstr ""
801+
802+#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:572
803+#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:616
804+#: /home/gotwig/translations-gen-fix/po/../src/fm-columns-view.c:82
805+msgid "This folder is empty."
806+msgstr ""
807+
808+#: /home/gotwig/translations-gen-fix/po/../src/exo-icon-view.c:887
809+msgid "Layout mode"
810+msgstr ""
811+
812+#: /home/gotwig/translations-gen-fix/po/../src/exo-icon-view.c:888
813+msgid "The layout mode"
814+msgstr ""
815+
816+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:114
817+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:164
818+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:426
819+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:482
820+msgid "File Operations"
821+msgstr ""
822+
823+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:123
824+msgid "Show Details"
825+msgstr ""
826+
827+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:158
828+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:180
829+#, c-format
830+msgid "%'d file operation active"
831+msgid_plural "%'d file operations active"
832+msgstr[0] ""
833+msgstr[1] ""
834+
835+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:286
836+msgid "Show Copy Dialog"
837+msgstr ""
838+
839+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:298
840+msgid "Cancel All In-progress Actions"
841+msgstr ""
842+
843+#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:483
844+msgid "All file operations have been successfully completed"
845+msgstr ""
846+
847+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:124
848 msgid "SSH"
849 msgstr ""
850
851-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:127
852+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:127
853 msgid "Public FTP"
854 msgstr ""
855
856-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:129
857+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:129
858 msgid "FTP (with login)"
859 msgstr ""
860
861-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:132
862+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:132
863 msgid "Windows share"
864 msgstr ""
865
866-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:134
867+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:134
868 msgid "WebDAV (HTTP)"
869 msgstr ""
870
871-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:136
872+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:136
873 msgid "Secure WebDAV (HTTPS)"
874 msgstr ""
875
876-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:183
877+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:183
878 msgid "Connecting..."
879 msgstr ""
880
881-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:207
882+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:207
883 msgid ""
884 "Can't load the supported server method list.\n"
885 "Please check your gvfs installation."
886 msgstr ""
887
888-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:285
889+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:285
890 #, c-format
891 msgid "The folder \"%s\" cannot be opened on \"%s\"."
892 msgstr ""
893
894-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:295
895+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:295
896 #, c-format
897 msgid "The server at \"%s\" cannot be found."
898 msgstr ""
899
900-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:330
901+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:330
902 msgid "Try Again"
903 msgstr ""
904
905-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:395
906+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:395
907 msgid "Please verify your user details."
908 msgstr ""
909
910-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:425
911+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:425
912 msgid "Continue"
913 msgstr ""
914
915-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:750
916-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1140
917+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:750
918+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1140
919 msgid "C_onnect"
920 msgstr ""
921
922-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:875
923+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:875
924 msgid "Connect to Server"
925 msgstr ""
926
927-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:893
928+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:893
929 msgid "Server Details"
930 msgstr ""
931
932-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:917
933+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:917
934 msgid "_Server:"
935 msgstr ""
936
937-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:937
938+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:937
939 msgid "_Port:"
940 msgstr ""
941
942-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:955
943+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:955
944 msgid "_Type:"
945 msgstr ""
946
947-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1024
948+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1024
949 msgid "Sh_are:"
950 msgstr ""
951
952-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1039
953+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1039
954 msgid "_Folder:"
955 msgstr ""
956
957-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1057
958+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1057
959 msgid "User Details"
960 msgstr ""
961
962-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1080
963+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1080
964 msgid "_Domain name:"
965 msgstr ""
966
967-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1095
968+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1095
969 msgid "_User name:"
970 msgstr ""
971
972-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1110
973+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1110
974 msgid "Pass_word:"
975 msgstr ""
976
977-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1126
978+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1126
979 msgid "_Remember this password"
980 msgstr ""
981
982-#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1229
983+#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1229
984 msgid "Operation cancelled"
985 msgstr ""
986
987-#: /home/codygarver/pantheon-files/po/../src/exo-tree-view.c:167
988+#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:420
989+msgid "Show the version of the program."
990+msgstr ""
991+
992+#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:424
993+msgid "Open uri(s) in new tab"
994+msgstr ""
995+
996+#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:426
997+msgid "Quit Files."
998+msgstr ""
999+
1000+#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:428
1001+msgid "Enable debug logging"
1002+msgstr ""
1003+
1004+#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:429
1005+msgid "[URI...]"
1006+msgstr ""
1007+
1008+#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:438
1009+msgid ""
1010+"\n"
1011+"\n"
1012+"Browse the file system with the file manager"
1013+msgstr ""
1014+
1015+#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:458
1016+msgid "--quit cannot be used with URIs."
1017+msgstr ""
1018+
1019+#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:103
1020+msgid "_Move Here"
1021+msgstr ""
1022+
1023+#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:108
1024+msgid "_Copy Here"
1025+msgstr ""
1026+
1027+#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:113
1028+msgid "_Link Here"
1029+msgstr ""
1030+
1031+#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:118
1032+msgid "Set as _Background"
1033+msgstr ""
1034+
1035+#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:125
1036+msgid "Cancel"
1037+msgstr ""
1038+
1039+#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:217
1040+#, c-format
1041+msgid "Failed to execute file \"%s\""
1042+msgstr ""
1043+
1044+#: /home/gotwig/translations-gen-fix/po/../src/marlin-clipboard-manager.c:369
1045+msgid "There is nothing on the clipboard to paste"
1046+msgstr ""
1047+
1048+#: /home/gotwig/translations-gen-fix/po/../src/marlin-toolbar-editor.c:445
1049+msgid "Customize Toolbar"
1050+msgstr ""
1051+
1052+#: /home/gotwig/translations-gen-fix/po/../src/marlin-toolbar-editor.c:464
1053+msgid ""
1054+"Select items to be displayed on the toolbar. Items can be reordered by drag "
1055+"and drop."
1056+msgstr ""
1057+
1058+#: /home/gotwig/translations-gen-fix/po/../src/marlin-toolbar-editor.c:478
1059+msgid "Available Items"
1060+msgstr ""
1061+
1062+#: /home/gotwig/translations-gen-fix/po/../src/marlin-toolbar-editor.c:497
1063+msgid "Displayed Items"
1064+msgstr ""
1065+
1066+#: /home/gotwig/translations-gen-fix/po/../src/exo-tree-view.c:167
1067 msgid "Single Click"
1068 msgstr ""
1069
1070-#: /home/codygarver/pantheon-files/po/../src/exo-tree-view.c:168
1071+#: /home/gotwig/translations-gen-fix/po/../src/exo-tree-view.c:168
1072 msgid "Whether the items in the view can be activated with single clicks"
1073 msgstr ""
1074
1075-#: /home/codygarver/pantheon-files/po/../src/exo-tree-view.c:184
1076+#: /home/gotwig/translations-gen-fix/po/../src/exo-tree-view.c:184
1077 msgid "Single Click Timeout"
1078 msgstr ""
1079
1080-#: /home/codygarver/pantheon-files/po/../src/exo-tree-view.c:185
1081+#: /home/gotwig/translations-gen-fix/po/../src/exo-tree-view.c:185
1082 msgid ""
1083 "The amount of time after which the item under the mouse cursor will be "
1084 "selected automatically in single click mode"
1085 msgstr ""
1086
1087-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1151
1088+#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:59
1089+msgid "Filename"
1090+msgstr ""
1091+
1092+#: /home/gotwig/translations-gen-fix/po/../src/fm-icon-view.c:86
1093+msgid "Icon directory listing"
1094+msgstr ""
1095+
1096+#: /home/gotwig/translations-gen-fix/po/../src/fm-icon-view.c:87
1097+msgid "Icon view"
1098+msgstr ""
1099+
1100+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:310
1101+msgid "Personal"
1102+msgstr ""
1103+
1104+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:315
1105+msgid "Your common places and bookmarks"
1106+msgstr ""
1107+
1108+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:372
1109+msgid "Open the trash"
1110+msgstr ""
1111+
1112+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:382
1113+msgid "Devices"
1114+msgstr ""
1115+
1116+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:387
1117+msgid "Your local partitions and devices"
1118+msgstr ""
1119+
1120+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:396
1121+msgid "Open the contents of the File System"
1122+msgstr ""
1123+
1124+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:455
1125+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:480
1126+#, c-format
1127+msgid "Mount and open %s"
1128+msgstr ""
1129+
1130+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:593
1131+msgid "Your network places"
1132+msgstr ""
1133+
1134+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:624
1135+msgid "Entire network"
1136+msgstr ""
1137+
1138+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:626
1139+msgid "Browse the contents of the network"
1140+msgstr ""
1141+
1142+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1610
1143+msgid "_Start"
1144+msgstr ""
1145+
1146+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1611
1147+msgid "_Stop"
1148+msgstr ""
1149+
1150+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1616
1151+msgid "_Power On"
1152+msgstr ""
1153+
1154+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1617
1155+msgid "_Safely Remove Drive"
1156+msgstr ""
1157+
1158+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1620
1159+msgid "_Connect Drive"
1160+msgstr ""
1161+
1162+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1621
1163+msgid "_Disconnect Drive"
1164+msgstr ""
1165+
1166+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1624
1167+msgid "_Start Multi-disk Device"
1168+msgstr ""
1169+
1170+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1625
1171+msgid "_Stop Multi-disk Device"
1172+msgstr ""
1173+
1174+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1629
1175+msgid "_Unlock Drive"
1176+msgstr ""
1177+
1178+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1630
1179+msgid "_Lock Drive"
1180+msgstr ""
1181+
1182+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1704
1183+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2251
1184+#, c-format
1185+msgid "Unable to start %s"
1186+msgstr ""
1187+
1188+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1994
1189+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2023
1190+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2052
1191+#, c-format
1192+msgid "Unable to eject %s"
1193+msgstr ""
1194+
1195+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2197
1196+#, c-format
1197+msgid "Unable to poll %s for media changes"
1198+msgstr ""
1199+
1200+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2307
1201+#, c-format
1202+msgid "Unable to stop %s"
1203+msgstr ""
1204+
1205+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2399
1206+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1947
1207+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3459
1208+msgid "_Open"
1209+msgstr ""
1210+
1211+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2407
1212+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1967
1213+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3471
1214+msgid "Open in New _Tab"
1215+msgstr ""
1216+
1217+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2414
1218+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1976
1219+msgid "Open in New _Window"
1220+msgstr ""
1221+
1222+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2423
1223+msgid "Remove"
1224+msgstr ""
1225+
1226+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2432
1227+msgid "Rename..."
1228+msgstr ""
1229+
1230+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2444
1231+msgid "_Mount"
1232+msgstr ""
1233+
1234+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2451
1235+msgid "_Unmount"
1236+msgstr ""
1237+
1238+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2458
1239+msgid "_Eject"
1240+msgstr ""
1241+
1242+#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2466
1243+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1422
1244+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2310
1245+msgid "Empty _Trash"
1246+msgstr ""
1247+
1248+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1151
1249 msgid "Invalid filename provided by XDS drag site"
1250 msgstr ""
1251
1252-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1309
1253+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1309
1254 #, c-format
1255 msgid "Failed to create a link for the URL \"%s\""
1256 msgstr ""
1257
1258-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1794
1259+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1794
1260 #, c-format
1261 msgid "Use \"%s\" to open the selected item"
1262 msgid_plural "Use \"%s\" to open the selected items"
1263 msgstr[0] ""
1264 msgstr[1] ""
1265
1266-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1941
1267+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1941
1268 #, c-format
1269 msgid "_Open With %s"
1270 msgstr ""
1271
1272-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1947
1273-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3459
1274-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2399
1275-msgid "_Open"
1276-msgstr ""
1277-
1278-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1963
1279+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1963
1280 #, c-format
1281 msgid "Open in %'d New _Tabs"
1282 msgstr ""
1283
1284-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1967
1285-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3471
1286-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2407
1287-msgid "Open in New _Tab"
1288-msgstr ""
1289-
1290-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1972
1291+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1972
1292 #, c-format
1293 msgid "Open in %'d New _Windows"
1294 msgstr ""
1295
1296-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1976
1297-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2414
1298-msgid "Open in New _Window"
1299-msgstr ""
1300-
1301-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3431
1302+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3431
1303 msgid "Prepare the selected files to be moved with a Paste command"
1304 msgstr ""
1305
1306-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3435
1307+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3435
1308 msgid "Prepare the selected files to be copied with a Paste command"
1309 msgstr ""
1310
1311-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3439
1312+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3439
1313 msgid "Move or copy files previously selected by a Cut or Copy command"
1314 msgstr ""
1315
1316-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3442
1317+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3442
1318 msgid "Paste Into Folder"
1319 msgstr ""
1320
1321-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3443
1322+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3443
1323 msgid ""
1324 "Move or copy files previously selected by a Cut or Copy command into "
1325 "selected folder"
1326 msgstr ""
1327
1328-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3446
1329+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3446
1330 msgid "_Rename..."
1331 msgstr ""
1332
1333-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3447
1334+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3447
1335 msgid "Rename selected item"
1336 msgstr ""
1337
1338-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3450
1339+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3450
1340 msgid "Create New _Folder"
1341 msgstr ""
1342
1343-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3451
1344+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3451
1345 msgid "Create a new empty folder inside this folder"
1346 msgstr ""
1347
1348-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3453
1349+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3453
1350 msgid "Create New _File"
1351 msgstr ""
1352
1353-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3455
1354+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3455
1355 msgid "_Empty Document"
1356 msgstr ""
1357
1358-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3456
1359+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3456
1360 msgid "Create a new empty document inside this folder"
1361 msgstr ""
1362
1363-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3460
1364+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3460
1365 msgid "Open the selected item"
1366 msgstr ""
1367
1368-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3467
1369+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3467
1370 msgid "Open in new Window"
1371 msgstr ""
1372
1373-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3468
1374+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3468
1375 msgid "Open each selected item in a new window"
1376 msgstr ""
1377
1378-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3472
1379+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3472
1380 msgid "Open each selected item in a new tab"
1381 msgstr ""
1382
1383-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3474
1384+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3474
1385 msgid "Open Wit_h"
1386 msgstr ""
1387
1388-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3475
1389+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3475
1390 msgid "Choose a program with which to open the selected item"
1391 msgstr ""
1392
1393-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3477
1394+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3477
1395 msgid "Other _Application..."
1396 msgstr ""
1397
1398-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3478
1399+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3478
1400 msgid "Choose another application with which to open the selected item"
1401 msgstr ""
1402
1403-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3481
1404+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3481
1405 msgid "Mo_ve to Trash"
1406 msgstr ""
1407
1408-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3482
1409+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3482
1410 msgid "Move each selected item to the Trash"
1411 msgstr ""
1412
1413-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3485
1414+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3485
1415 msgid "_Delete Permanently"
1416 msgstr ""
1417
1418-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3486
1419+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3486
1420 msgid "Delete each selected item, without moving to the Trash"
1421 msgstr ""
1422
1423-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3489
1424+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3489
1425 msgid "_Restore"
1426 msgstr ""
1427
1428-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3493
1429-#: /home/codygarver/pantheon-files/po/../src/eel-editable-label.c:3190
1430+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3493
1431+#: /home/gotwig/translations-gen-fix/po/../src/eel-editable-label.c:3190
1432 msgid "Select All"
1433 msgstr ""
1434
1435-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3497
1436+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3497
1437 msgid "_Properties"
1438 msgstr ""
1439
1440-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3498
1441+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3498
1442 msgid "View or modify the properties of each selected item"
1443 msgstr ""
1444
1445-#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3605
1446+#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3605
1447 msgid "Set Color:"
1448 msgstr ""
1449
1450-#: /home/codygarver/pantheon-files/po/../src/exo-icon-view.c:887
1451-msgid "Layout mode"
1452-msgstr ""
1453-
1454-#: /home/codygarver/pantheon-files/po/../src/exo-icon-view.c:888
1455-msgid "The layout mode"
1456-msgstr ""
1457-
1458-#: /home/codygarver/pantheon-files/po/../src/marlin-clipboard-manager.c:369
1459-msgid "There is nothing on the clipboard to paste"
1460-msgstr ""
1461-
1462-#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:59
1463-msgid "Filename"
1464-msgstr ""
1465-
1466-#: /home/codygarver/pantheon-files/po/../src/eel-editable-label.c:3201
1467+#: /home/gotwig/translations-gen-fix/po/../src/eel-editable-label.c:3201
1468 msgid "Input Methods"
1469 msgstr ""
1470
1471-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:283
1472-msgid "Arran_ge Items"
1473-msgstr ""
1474-
1475-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:288
1476-msgid "Re_versed Order"
1477-msgstr ""
1478-
1479-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:289
1480-msgid "Display icons in the opposite order"
1481-msgstr ""
1482-
1483-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:296
1484-msgid "By _Name"
1485-msgstr ""
1486-
1487-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:297
1488-msgid "Keep icons sorted by name in rows"
1489-msgstr ""
1490-
1491-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:300
1492-msgid "By _Size"
1493-msgstr ""
1494-
1495-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:301
1496-msgid "Keep icons sorted by size in rows"
1497-msgstr ""
1498-
1499-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:304
1500-msgid "By _Type"
1501-msgstr ""
1502-
1503-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:305
1504-msgid "Keep icons sorted by type in rows"
1505-msgstr ""
1506-
1507-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:308
1508-msgid "By Modification _Date"
1509-msgstr ""
1510-
1511-#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:309
1512-msgid "Keep icons sorted by modification date in rows"
1513-msgstr ""
1514-
1515-#: /home/codygarver/pantheon-files/po/../src/marlin-toolbar-editor.c:445
1516-msgid "Customize Toolbar"
1517-msgstr ""
1518-
1519-#: /home/codygarver/pantheon-files/po/../src/marlin-toolbar-editor.c:464
1520-msgid ""
1521-"Select items to be displayed on the toolbar. Items can be reordered by drag "
1522-"and drop."
1523-msgstr ""
1524-
1525-#: /home/codygarver/pantheon-files/po/../src/marlin-toolbar-editor.c:478
1526-msgid "Available Items"
1527-msgstr ""
1528-
1529-#: /home/codygarver/pantheon-files/po/../src/marlin-toolbar-editor.c:497
1530-msgid "Displayed Items"
1531-msgstr ""
1532-
1533-#: /home/codygarver/pantheon-files/po/../src/fm-icon-view.c:86
1534-msgid "Icon directory listing"
1535-msgstr ""
1536-
1537-#: /home/codygarver/pantheon-files/po/../src/fm-icon-view.c:87
1538-msgid "Icon view"
1539-msgstr ""
1540-
1541-#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:103
1542-msgid "_Move Here"
1543-msgstr ""
1544-
1545-#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:108
1546-msgid "_Copy Here"
1547-msgstr ""
1548-
1549-#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:113
1550-msgid "_Link Here"
1551-msgstr ""
1552-
1553-#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:118
1554-msgid "Set as _Background"
1555-msgstr ""
1556-
1557-#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:125
1558-msgid "Cancel"
1559-msgstr ""
1560-
1561-#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:217
1562-#, c-format
1563-msgid "Failed to execute file \"%s\""
1564-msgstr ""
1565-
1566-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:114
1567-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:164
1568-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:426
1569-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:482
1570-msgid "File Operations"
1571-msgstr ""
1572-
1573-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:123
1574-msgid "Show Details"
1575-msgstr ""
1576-
1577-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:158
1578-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:180
1579-#, c-format
1580-msgid "%'d file operation active"
1581-msgid_plural "%'d file operations active"
1582-msgstr[0] ""
1583-msgstr[1] ""
1584-
1585-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:286
1586-msgid "Show Copy Dialog"
1587-msgstr ""
1588-
1589-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:298
1590-msgid "Cancel All In-progress Actions"
1591-msgstr ""
1592-
1593-#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:483
1594-msgid "All file operations have been successfully completed"
1595-msgstr ""
1596-
1597-#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:420
1598-msgid "Show the version of the program."
1599-msgstr ""
1600-
1601-#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:424
1602-msgid "Open uri(s) in new tab"
1603-msgstr ""
1604-
1605-#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:426
1606-msgid "Quit Marlin."
1607-msgstr ""
1608-
1609-#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:428
1610-msgid "Enable debug logging"
1611-msgstr ""
1612-
1613-#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:429
1614-msgid "[URI...]"
1615-msgstr ""
1616-
1617-#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:438
1618-msgid ""
1619-"\n"
1620-"\n"
1621-"Browse the file system with the file manager"
1622-msgstr ""
1623-
1624-#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:458
1625-msgid "--quit cannot be used with URIs."
1626-msgstr ""
1627-
1628-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:310
1629-msgid "Personal"
1630-msgstr ""
1631-
1632-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:315
1633-msgid "Your common places and bookmarks"
1634-msgstr ""
1635-
1636-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:372
1637-msgid "Open the trash"
1638-msgstr ""
1639-
1640-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:382
1641-msgid "Devices"
1642-msgstr ""
1643-
1644-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:387
1645-msgid "Your local partitions and devices"
1646-msgstr ""
1647-
1648-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:396
1649-msgid "Open the contents of the File System"
1650-msgstr ""
1651-
1652-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:455
1653-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:480
1654-#, c-format
1655-msgid "Mount and open %s"
1656-msgstr ""
1657-
1658-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:593
1659-msgid "Your network places"
1660-msgstr ""
1661-
1662-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:624
1663-msgid "Entire network"
1664-msgstr ""
1665-
1666-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:626
1667-msgid "Browse the contents of the network"
1668-msgstr ""
1669-
1670-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1610
1671-msgid "_Start"
1672-msgstr ""
1673-
1674-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1611
1675-msgid "_Stop"
1676-msgstr ""
1677-
1678-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1616
1679-msgid "_Power On"
1680-msgstr ""
1681-
1682-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1617
1683-msgid "_Safely Remove Drive"
1684-msgstr ""
1685-
1686-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1620
1687-msgid "_Connect Drive"
1688-msgstr ""
1689-
1690-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1621
1691-msgid "_Disconnect Drive"
1692-msgstr ""
1693-
1694-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1624
1695-msgid "_Start Multi-disk Device"
1696-msgstr ""
1697-
1698-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1625
1699-msgid "_Stop Multi-disk Device"
1700-msgstr ""
1701-
1702-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1629
1703-msgid "_Unlock Drive"
1704-msgstr ""
1705-
1706-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1630
1707-msgid "_Lock Drive"
1708-msgstr ""
1709-
1710-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1704
1711-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2251
1712-#, c-format
1713-msgid "Unable to start %s"
1714-msgstr ""
1715-
1716-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:1994
1717-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2023
1718-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2052
1719-#, c-format
1720-msgid "Unable to eject %s"
1721-msgstr ""
1722-
1723-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2197
1724-#, c-format
1725-msgid "Unable to poll %s for media changes"
1726-msgstr ""
1727-
1728-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2307
1729-#, c-format
1730-msgid "Unable to stop %s"
1731-msgstr ""
1732-
1733-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2423
1734-msgid "Remove"
1735-msgstr ""
1736-
1737-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2432
1738-msgid "Rename..."
1739-msgstr ""
1740-
1741-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2444
1742-msgid "_Mount"
1743-msgstr ""
1744-
1745-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2451
1746-msgid "_Unmount"
1747-msgstr ""
1748-
1749-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2458
1750-msgid "_Eject"
1751-msgstr ""
1752-
1753-#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2466
1754-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1422
1755-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2310
1756-msgid "Empty _Trash"
1757-msgstr ""
1758-
1759-#: /home/codygarver/pantheon-files/po/../libcore/eel-stock-dialogs.c:35
1760+#: /home/gotwig/translations-gen-fix/po/../libcore/eel-fcts.c:81
1761+msgid "Today at %-I:%M %p"
1762+msgstr ""
1763+
1764+#: /home/gotwig/translations-gen-fix/po/../libcore/eel-fcts.c:85
1765+msgid "Yesterday at %-I:%M %p"
1766+msgstr ""
1767+
1768+#: /home/gotwig/translations-gen-fix/po/../libcore/eel-fcts.c:89
1769+msgid "%a %-d %b %Y at %-I:%M %p"
1770+msgstr ""
1771+
1772+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1202
1773+#, c-format
1774+msgid "Delete %d copied items"
1775+msgstr ""
1776+
1777+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1205
1778+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1215
1779+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1246
1780+#, c-format
1781+msgid "Delete '%s'"
1782+msgstr ""
1783+
1784+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1212
1785+#, c-format
1786+msgid "Delete %d duplicated items"
1787+msgstr ""
1788+
1789+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1223
1790+#, c-format
1791+msgid "Move %d items back to '%s'"
1792+msgstr ""
1793+
1794+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1227
1795+#, c-format
1796+msgid "Move '%s' back to '%s'"
1797+msgstr ""
1798+
1799+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1236
1800+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1403
1801+#, c-format
1802+msgid "Rename '%s' as '%s'"
1803+msgstr ""
1804+
1805+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1255
1806+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1450
1807+#, c-format
1808+msgid "Restore %d items from trash"
1809+msgstr ""
1810+
1811+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1263
1812+#, c-format
1813+msgid "Restore '%s' to '%s'"
1814+msgstr ""
1815+
1816+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1274
1817+#, c-format
1818+msgid "Move %d items back to trash"
1819+msgstr ""
1820+
1821+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1277
1822+#, c-format
1823+msgid "Move '%s' back to trash"
1824+msgstr ""
1825+
1826+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1286
1827+#, c-format
1828+msgid "Delete links to %d items"
1829+msgstr ""
1830+
1831+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1289
1832+#, c-format
1833+msgid "Delete link to '%s'"
1834+msgstr ""
1835+
1836+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1299
1837+#, c-format
1838+msgid "Restore original permissions of items enclosed in '%s'"
1839+msgstr ""
1840+
1841+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1307
1842+#, c-format
1843+msgid "Restore original permissions of '%s'"
1844+msgstr ""
1845+
1846+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1316
1847+#, c-format
1848+msgid "Restore group of '%s' to '%s'"
1849+msgstr ""
1850+
1851+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1326
1852+#, c-format
1853+msgid "Restore owner of '%s' to '%s'"
1854+msgstr ""
1855+
1856+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1365
1857+#, c-format
1858+msgid "Copy %d items to '%s'"
1859+msgstr ""
1860+
1861+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1369
1862+#, c-format
1863+msgid "Copy '%s' to '%s'"
1864+msgstr ""
1865+
1866+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1377
1867+#, c-format
1868+msgid "Duplicate of %d items in '%s'"
1869+msgstr ""
1870+
1871+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1382
1872+#, c-format
1873+msgid "Duplicate '%s' in '%s'"
1874+msgstr ""
1875+
1876+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1390
1877+#, c-format
1878+msgid "Move %d items to '%s'"
1879+msgstr ""
1880+
1881+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1394
1882+#, c-format
1883+msgid "Move '%s' to '%s'"
1884+msgstr ""
1885+
1886+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1412
1887+#, c-format
1888+msgid "Create new file '%s' from template "
1889+msgstr ""
1890+
1891+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1419
1892+#, c-format
1893+msgid "Create an empty file '%s'"
1894+msgstr ""
1895+
1896+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1426
1897+#, c-format
1898+msgid "Create a new folder '%s'"
1899+msgstr ""
1900+
1901+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1434
1902+#, c-format
1903+msgid "Move %d items to trash"
1904+msgstr ""
1905+
1906+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1440
1907+#, c-format
1908+msgid "Move '%s' to trash"
1909+msgstr ""
1910+
1911+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1453
1912+#, c-format
1913+msgid "Restore '%s' from trash"
1914+msgstr ""
1915+
1916+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1462
1917+#, c-format
1918+msgid "Create links to %d items"
1919+msgstr ""
1920+
1921+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1465
1922+#, c-format
1923+msgid "Create link to '%s'"
1924+msgstr ""
1925+
1926+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1474
1927+#, c-format
1928+msgid "Set permissions of items enclosed in '%s'"
1929+msgstr ""
1930+
1931+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1482
1932+#, c-format
1933+msgid "Set permissions of '%s'"
1934+msgstr ""
1935+
1936+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1491
1937+#, c-format
1938+msgid "Set group of '%s' to '%s'"
1939+msgstr ""
1940+
1941+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1501
1942+#, c-format
1943+msgid "Set owner of '%s' to '%s'"
1944+msgstr ""
1945+
1946+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1533
1947+#, c-format
1948+msgid "_Undo copy of %d item"
1949+msgid_plural "_Undo copy of %d items"
1950+msgstr[0] ""
1951+msgstr[1] ""
1952+
1953+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1538
1954+#, c-format
1955+msgid "_Undo duplicate of %d item"
1956+msgid_plural "_Undo duplicate of %d items"
1957+msgstr[0] ""
1958+msgstr[1] ""
1959+
1960+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1543
1961+#, c-format
1962+msgid "_Undo move of %d item"
1963+msgid_plural "_Undo move of %d items"
1964+msgstr[0] ""
1965+msgstr[1] ""
1966+
1967+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1548
1968+#, c-format
1969+msgid "_Undo rename of %d item"
1970+msgid_plural "_Undo rename of %d items"
1971+msgstr[0] ""
1972+msgstr[1] ""
1973+
1974+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1552
1975+msgid "_Undo creation of an empty file"
1976+msgstr ""
1977+
1978+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1555
1979+msgid "_Undo creation of a file from template"
1980+msgstr ""
1981+
1982+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1559
1983+#, c-format
1984+msgid "_Undo creation of %d folder"
1985+msgid_plural "_Undo creation of %d folders"
1986+msgstr[0] ""
1987+msgstr[1] ""
1988+
1989+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1564
1990+#, c-format
1991+msgid "_Undo move to trash of %d item"
1992+msgid_plural "_Undo move to trash of %d items"
1993+msgstr[0] ""
1994+msgstr[1] ""
1995+
1996+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1569
1997+#, c-format
1998+msgid "_Undo restore from trash of %d item"
1999+msgid_plural "_Undo restore from trash of %d items"
2000+msgstr[0] ""
2001+msgstr[1] ""
2002+
2003+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1574
2004+#, c-format
2005+msgid "_Undo create link to %d item"
2006+msgid_plural "_Undo create link to %d items"
2007+msgstr[0] ""
2008+msgstr[1] ""
2009+
2010+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1579
2011+#, c-format
2012+msgid "_Undo delete of %d item"
2013+msgid_plural "_Undo delete of %d items"
2014+msgstr[0] ""
2015+msgstr[1] ""
2016+
2017+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1584
2018+#, c-format
2019+msgid "Undo recursive change permissions of %d item"
2020+msgid_plural "Undo recursive change permissions of %d items"
2021+msgstr[0] ""
2022+msgstr[1] ""
2023+
2024+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1590
2025+#, c-format
2026+msgid "Undo change permissions of %d item"
2027+msgid_plural "Undo change permissions of %d items"
2028+msgstr[0] ""
2029+msgstr[1] ""
2030+
2031+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1595
2032+#, c-format
2033+msgid "Undo change group of %d item"
2034+msgid_plural "Undo change group of %d items"
2035+msgstr[0] ""
2036+msgstr[1] ""
2037+
2038+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1600
2039+#, c-format
2040+msgid "Undo change owner of %d item"
2041+msgid_plural "Undo change owner of %d items"
2042+msgstr[0] ""
2043+msgstr[1] ""
2044+
2045+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1628
2046+#, c-format
2047+msgid "_Redo copy of %d item"
2048+msgid_plural "_Redo copy of %d items"
2049+msgstr[0] ""
2050+msgstr[1] ""
2051+
2052+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1633
2053+#, c-format
2054+msgid "_Redo duplicate of %d item"
2055+msgid_plural "_Redo duplicate of %d items"
2056+msgstr[0] ""
2057+msgstr[1] ""
2058+
2059+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1638
2060+#, c-format
2061+msgid "_Redo move of %d item"
2062+msgid_plural "_Redo move of %d items"
2063+msgstr[0] ""
2064+msgstr[1] ""
2065+
2066+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1643
2067+#, c-format
2068+msgid "_Redo rename of %d item"
2069+msgid_plural "_Redo rename of %d items"
2070+msgstr[0] ""
2071+msgstr[1] ""
2072+
2073+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1647
2074+msgid "_Redo creation of an empty file"
2075+msgstr ""
2076+
2077+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1650
2078+msgid "_Redo creation of a file from template"
2079+msgstr ""
2080+
2081+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1654
2082+#, c-format
2083+msgid "_Redo creation of %d folder"
2084+msgid_plural "_Redo creation of %d folders"
2085+msgstr[0] ""
2086+msgstr[1] ""
2087+
2088+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1659
2089+#, c-format
2090+msgid "_Redo move to trash of %d item"
2091+msgid_plural "_Redo move to trash of %d items"
2092+msgstr[0] ""
2093+msgstr[1] ""
2094+
2095+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1664
2096+#, c-format
2097+msgid "_Redo restore from trash of %d item"
2098+msgid_plural "_Redo restore from trash of %d items"
2099+msgstr[0] ""
2100+msgstr[1] ""
2101+
2102+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1669
2103+#, c-format
2104+msgid "_Redo create link to %d item"
2105+msgid_plural "_Redo create link to %d items"
2106+msgstr[0] ""
2107+msgstr[1] ""
2108+
2109+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1674
2110+#, c-format
2111+msgid "_Redo delete of %d item"
2112+msgid_plural "_Redo delete of %d items"
2113+msgstr[0] ""
2114+msgstr[1] ""
2115+
2116+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1679
2117+#, c-format
2118+msgid "Redo recursive change permissions of %d item"
2119+msgid_plural "Redo recursive change permissions of %d items"
2120+msgstr[0] ""
2121+msgstr[1] ""
2122+
2123+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1685
2124+#, c-format
2125+msgid "Redo change permissions of %d item"
2126+msgid_plural "Redo change permissions of %d items"
2127+msgstr[0] ""
2128+msgstr[1] ""
2129+
2130+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1690
2131+#, c-format
2132+msgid "Redo change group of %d item"
2133+msgid_plural "Redo change group of %d items"
2134+msgstr[0] ""
2135+msgstr[1] ""
2136+
2137+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1695
2138+#, c-format
2139+msgid "Redo change owner of %d item"
2140+msgid_plural "Redo change owner of %d items"
2141+msgstr[0] ""
2142+msgstr[1] ""
2143+
2144+#: /home/gotwig/translations-gen-fix/po/../libcore/eel-vfs-extensions.c:72
2145+msgid " (invalid Unicode)"
2146+msgstr ""
2147+
2148+#: /home/gotwig/translations-gen-fix/po/../libcore/eel-stock-dialogs.c:35
2149 msgid "Show more _details"
2150 msgstr ""
2151
2152-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-utilities.c:119
2153-#, c-format
2154-msgid "Could not determine original location of \"%s\" "
2155-msgstr ""
2156-
2157-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-utilities.c:122
2158-msgid "The item cannot be restored from trash"
2159-msgstr ""
2160-
2161-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:200
2162-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:737
2163+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:200
2164+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:737
2165 msgid "_Skip"
2166 msgstr ""
2167
2168-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:201
2169+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:201
2170 msgid "S_kip All"
2171 msgstr ""
2172
2173-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:202
2174+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:202
2175 msgid "_Retry"
2176 msgstr ""
2177
2178-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:203
2179+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:203
2180 msgid "Delete _All"
2181 msgstr ""
2182
2183-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:204
2184+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:204
2185 msgid "_Replace"
2186 msgstr ""
2187
2188-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:205
2189+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:205
2190 msgid "Replace _All"
2191 msgstr ""
2192
2193-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:206
2194+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:206
2195 msgid "_Merge"
2196 msgstr ""
2197
2198-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:207
2199+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:207
2200 msgid "Merge _All"
2201 msgstr ""
2202
2203-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:208
2204+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:208
2205 msgid "Copy _Anyway"
2206 msgstr ""
2207
2208-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:294
2209+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:294
2210 #, c-format
2211 msgid "%'d second"
2212 msgid_plural "%'d seconds"
2213 msgstr[0] ""
2214 msgstr[1] ""
2215
2216-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:299
2217-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:310
2218+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:299
2219+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:310
2220 #, c-format
2221 msgid "%'d minute"
2222 msgid_plural "%'d minutes"
2223 msgstr[0] ""
2224 msgstr[1] ""
2225
2226-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:309
2227+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:309
2228 #, c-format
2229 msgid "%'d hour"
2230 msgid_plural "%'d hours"
2231 msgstr[0] ""
2232 msgstr[1] ""
2233
2234-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:317
2235+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:317
2236 #, c-format
2237 msgid "approximately %'d hour"
2238 msgid_plural "approximately %'d hours"
2239 msgstr[0] ""
2240 msgstr[1] ""
2241
2242-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:393
2243+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:393
2244 #, c-format
2245 msgid "Link to %s"
2246 msgstr ""
2247
2248-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:397
2249+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:397
2250 #, c-format
2251 msgid "Another link to %s"
2252 msgstr ""
2253
2254-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:413
2255+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:413
2256 #, c-format
2257 msgid "%'dst link to %s"
2258 msgstr ""
2259
2260-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:417
2261+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:417
2262 #, c-format
2263 msgid "%'dnd link to %s"
2264 msgstr ""
2265
2266-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:421
2267+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:421
2268 #, c-format
2269 msgid "%'drd link to %s"
2270 msgstr ""
2271
2272-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:425
2273+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:425
2274 #, c-format
2275 msgid "%'dth link to %s"
2276 msgstr ""
2277
2278-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:463
2279+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:463
2280 msgid " (copy)"
2281 msgstr ""
2282
2283-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:465
2284+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:465
2285 msgid " (another copy)"
2286 msgstr ""
2287
2288-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:468
2289-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:470
2290-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:472
2291-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:482
2292+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:468
2293+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:470
2294+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:472
2295+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:482
2296 msgid "th copy)"
2297 msgstr ""
2298
2299-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:475
2300+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:475
2301 msgid "st copy)"
2302 msgstr ""
2303
2304-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:477
2305+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:477
2306 msgid "nd copy)"
2307 msgstr ""
2308
2309-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:479
2310+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:479
2311 msgid "rd copy)"
2312 msgstr ""
2313
2314-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:496
2315+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:496
2316 #, c-format
2317 msgid "%s (copy)%s"
2318 msgstr ""
2319
2320-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:498
2321+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:498
2322 #, c-format
2323 msgid "%s (another copy)%s"
2324 msgstr ""
2325
2326-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:501
2327-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:503
2328-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:505
2329-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:519
2330+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:501
2331+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:503
2332+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:505
2333+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:519
2334 #, c-format
2335 msgid "%s (%'dth copy)%s"
2336 msgstr ""
2337
2338-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:513
2339+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:513
2340 #, c-format
2341 msgid "%s (%'dst copy)%s"
2342 msgstr ""
2343
2344-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:515
2345+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:515
2346 #, c-format
2347 msgid "%s (%'dnd copy)%s"
2348 msgstr ""
2349
2350-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:517
2351+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:517
2352 #, c-format
2353 msgid "%s (%'drd copy)%s"
2354 msgstr ""
2355
2356-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:617
2357+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:617
2358 msgid " ("
2359 msgstr ""
2360
2361-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:625
2362+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:625
2363 #, c-format
2364 msgid " (%'d"
2365 msgstr ""
2366
2367-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1381
2368+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1381
2369 msgid "Are you sure you want to permanently delete \"%B\" from the trash?"
2370 msgstr ""
2371
2372-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1384
2373+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1384
2374 #, c-format
2375 msgid ""
2376 "Are you sure you want to permanently delete the %'d selected item from the "
2377@@ -1297,24 +1685,24 @@
2378 msgstr[0] ""
2379 msgstr[1] ""
2380
2381-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1394
2382-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1462
2383+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1394
2384+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1462
2385 msgid "If you delete an item, it will be permanently lost."
2386 msgstr ""
2387
2388-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1415
2389+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1415
2390 msgid "Empty all items from Trash?"
2391 msgstr ""
2392
2393-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1419
2394+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1419
2395 msgid "All items in the Trash will be permanently deleted."
2396 msgstr ""
2397
2398-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1450
2399+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1450
2400 msgid "Are you sure you want to permanently delete \"%B\"?"
2401 msgstr ""
2402
2403-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1453
2404+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1453
2405 #, c-format
2406 msgid "Are you sure you want to permanently delete the %'d selected item?"
2407 msgid_plural ""
2408@@ -1322,1046 +1710,675 @@
2409 msgstr[0] ""
2410 msgstr[1] ""
2411
2412-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1478
2413-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1510
2414+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1478
2415+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1510
2416 msgid "Deleting files"
2417 msgstr ""
2418
2419-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1504
2420+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1504
2421 #, c-format
2422 msgid "%'d file left to delete"
2423 msgid_plural "%'d files left to delete"
2424 msgstr[0] ""
2425 msgstr[1] ""
2426
2427-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1524
2428+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1524
2429 msgid "%T left"
2430 msgid_plural "%T left"
2431 msgstr[0] ""
2432 msgstr[1] ""
2433
2434-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1592
2435-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1626
2436-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1665
2437-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1742
2438-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2573
2439+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1592
2440+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1626
2441+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1665
2442+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1742
2443+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2573
2444 msgid "Error while deleting."
2445 msgstr ""
2446
2447-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1596
2448+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1596
2449 msgid ""
2450 "Files in the folder \"%B\" cannot be deleted because you do not have "
2451 "permissions to see them."
2452 msgstr ""
2453
2454-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1599
2455-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2632
2456-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3628
2457+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1599
2458+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2632
2459+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3628
2460 msgid ""
2461 "There was an error getting information about the files in the folder \"%B\"."
2462 msgstr ""
2463
2464-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1608
2465-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3637
2466+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1608
2467+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3637
2468 msgid "_Skip files"
2469 msgstr ""
2470
2471-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1629
2472+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1629
2473 msgid ""
2474 "The folder \"%B\" cannot be deleted because you do not have permissions to "
2475 "read it."
2476 msgstr ""
2477
2478-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1632
2479-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2671
2480-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3673
2481+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1632
2482+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2671
2483+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3673
2484 msgid "There was an error reading the folder \"%B\"."
2485 msgstr ""
2486
2487-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1666
2488+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1666
2489 msgid "Could not remove the folder %B."
2490 msgstr ""
2491
2492-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1743
2493+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1743
2494 msgid "There was an error deleting %B."
2495 msgstr ""
2496
2497-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1819
2498-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1831
2499+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1819
2500+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1831
2501 msgid "Moving files to trash"
2502 msgstr ""
2503
2504-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1833
2505+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1833
2506 #, c-format
2507 msgid "%'d file left to trash"
2508 msgid_plural "%'d files left to trash"
2509 msgstr[0] ""
2510 msgstr[1] ""
2511
2512-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1888
2513+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1888
2514 msgid "Cannot move file to trash. Delete Immediately?"
2515 msgstr ""
2516
2517-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:1889
2518+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1889
2519 msgid ""
2520 "This file is located on an external media and cannot be moved to the trash. "
2521 "Once deleted, it cannot be restored."
2522 msgstr ""
2523
2524-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2069
2525+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2069
2526 msgid "Trashing Files"
2527 msgstr ""
2528
2529-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2071
2530+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2071
2531 msgid "Deleting Files"
2532 msgstr ""
2533
2534-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2143
2535+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2143
2536 msgid "Unable to eject %V"
2537 msgstr ""
2538
2539-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2145
2540+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2145
2541 msgid "Unable to unmount %V"
2542 msgstr ""
2543
2544-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2300
2545+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2300
2546 msgid "Do you want to empty the trash before you unmount?"
2547 msgstr ""
2548
2549-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2302
2550+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2302
2551 msgid ""
2552 "In order to regain the free space on this volume the trash must be emptied. "
2553 "All trashed items on the volume will be permanently lost."
2554 msgstr ""
2555
2556-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2308
2557+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2308
2558 msgid "Do _not Empty Trash"
2559 msgstr ""
2560
2561-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2363
2562+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2363
2563 msgid "Emptying the trash"
2564 msgstr ""
2565
2566-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2430
2567+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2430
2568 #, c-format
2569 msgid "Unable to mount %s"
2570 msgstr ""
2571
2572-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2508
2573+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2508
2574 #, c-format
2575 msgid "Preparing to copy %'d file (%S)"
2576 msgid_plural "Preparing to copy %'d files (%S)"
2577 msgstr[0] ""
2578 msgstr[1] ""
2579
2580-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2514
2581+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2514
2582 #, c-format
2583 msgid "Preparing to move %'d file (%S)"
2584 msgid_plural "Preparing to move %'d files (%S)"
2585 msgstr[0] ""
2586 msgstr[1] ""
2587
2588-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2520
2589+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2520
2590 #, c-format
2591 msgid "Preparing to delete %'d file (%S)"
2592 msgid_plural "Preparing to delete %'d files (%S)"
2593 msgstr[0] ""
2594 msgstr[1] ""
2595
2596-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2526
2597+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2526
2598 #, c-format
2599 msgid "Preparing to trash %'d file"
2600 msgid_plural "Preparing to trash %'d files"
2601 msgstr[0] ""
2602 msgstr[1] ""
2603
2604-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2569
2605-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3489
2606-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3620
2607-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3665
2608+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2569
2609+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3489
2610+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3620
2611+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3665
2612 msgid "Error while copying."
2613 msgstr ""
2614
2615-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2571
2616-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3618
2617-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3663
2618+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2571
2619+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3618
2620+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3663
2621 msgid "Error while moving."
2622 msgstr ""
2623
2624-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2575
2625+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2575
2626 msgid "Error while moving files to trash."
2627 msgstr ""
2628
2629-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2629
2630+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2629
2631 msgid ""
2632 "Files in the folder \"%B\" cannot be handled because you do not have "
2633 "permissions to see them."
2634 msgstr ""
2635
2636-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2668
2637+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2668
2638 msgid ""
2639 "The folder \"%B\" cannot be handled because you do not have permissions to "
2640 "read it."
2641 msgstr ""
2642
2643-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2745
2644+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2745
2645 msgid ""
2646 "The file \"%B\" cannot be handled because you do not have permissions to "
2647 "read it."
2648 msgstr ""
2649
2650-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2748
2651+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2748
2652 msgid "There was an error getting information about \"%B\"."
2653 msgstr ""
2654
2655-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2848
2656-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2890
2657-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2923
2658-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2953
2659+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2848
2660+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2890
2661+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2923
2662+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2953
2663 msgid "Error while copying to \"%B\"."
2664 msgstr ""
2665
2666-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2852
2667+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2852
2668 msgid "You do not have permissions to access the destination folder."
2669 msgstr ""
2670
2671-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2854
2672+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2854
2673 msgid "There was an error getting information about the destination."
2674 msgstr ""
2675
2676-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2891
2677+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2891
2678 msgid "The destination is not a folder."
2679 msgstr ""
2680
2681-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2924
2682+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2924
2683 msgid ""
2684 "There is not enough space on the destination. Try to remove files to make "
2685 "space."
2686 msgstr ""
2687
2688-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2926
2689+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2926
2690 #, c-format
2691 msgid "There is %S available, but %S is required."
2692 msgstr ""
2693
2694-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2954
2695+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2954
2696 msgid "The destination is read-only."
2697 msgstr ""
2698
2699-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3015
2700+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3015
2701 msgid "Moving \"%B\" to \"%B\""
2702 msgstr ""
2703
2704-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3016
2705+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3016
2706 msgid "Copying \"%B\" to \"%B\""
2707 msgstr ""
2708
2709-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3020
2710+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3020
2711 msgid "Duplicating \"%B\""
2712 msgstr ""
2713
2714-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3024
2715+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3024
2716 msgid "Moving %'d file (in \"%B\") to \"%B\""
2717 msgid_plural "Moving %'d files (in \"%B\") to \"%B\""
2718 msgstr[0] ""
2719 msgstr[1] ""
2720
2721-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3027
2722+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3027
2723 msgid "Copying %'d file (in \"%B\") to \"%B\""
2724 msgid_plural "Copying %'d files (in \"%B\") to \"%B\""
2725 msgstr[0] ""
2726 msgstr[1] ""
2727
2728-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3034
2729+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3034
2730 msgid "Duplicating %'d file (in \"%B\")"
2731 msgid_plural "Duplicating %'d files (in \"%B\")"
2732 msgstr[0] ""
2733 msgstr[1] ""
2734
2735-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3043
2736+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3043
2737 msgid "Moving %'d file to \"%B\""
2738 msgid_plural "Moving %'d files to \"%B\""
2739 msgstr[0] ""
2740 msgstr[1] ""
2741
2742-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3047
2743+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3047
2744 msgid "Copying %'d file to \"%B\""
2745 msgid_plural "Copying %'d files to \"%B\""
2746 msgstr[0] ""
2747 msgstr[1] ""
2748
2749-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3052
2750+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3052
2751 #, c-format
2752 msgid "Duplicating %'d file"
2753 msgid_plural "Duplicating %'d files"
2754 msgstr[0] ""
2755 msgstr[1] ""
2756
2757-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3103
2758+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3103
2759 #, c-format
2760 msgid "%S of %S"
2761 msgstr ""
2762
2763-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3114
2764+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3114
2765 msgid "%S of %S — %T left (%S/sec)"
2766 msgid_plural "%S of %S — %T left (%S/sec)"
2767 msgstr[0] ""
2768 msgstr[1] ""
2769
2770-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3493
2771+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3493
2772 msgid ""
2773 "The folder \"%B\" cannot be copied because you do not have permissions to "
2774 "create it in the destination."
2775 msgstr ""
2776
2777-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3496
2778+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3496
2779 msgid "There was an error creating the folder \"%B\"."
2780 msgstr ""
2781
2782-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3625
2783+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3625
2784 msgid ""
2785 "Files in the folder \"%B\" cannot be copied because you do not have "
2786 "permissions to see them."
2787 msgstr ""
2788
2789-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3670
2790+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3670
2791 msgid ""
2792 "The folder \"%B\" cannot be copied because you do not have permissions to "
2793 "read it."
2794 msgstr ""
2795
2796-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3715
2797-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4416
2798-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5004
2799+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3715
2800+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4416
2801+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5004
2802 msgid "Error while moving \"%B\"."
2803 msgstr ""
2804
2805-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3716
2806+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3716
2807 msgid "Could not remove the source folder."
2808 msgstr ""
2809
2810-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3801
2811-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3842
2812-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4418
2813-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4489
2814+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3801
2815+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3842
2816+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4418
2817+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4489
2818 msgid "Error while copying \"%B\"."
2819 msgstr ""
2820
2821-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3802
2822+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3802
2823 #, c-format
2824 msgid "Could not remove files from the already existing folder %F."
2825 msgstr ""
2826
2827-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3843
2828+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3843
2829 #, c-format
2830 msgid "Could not remove the already existing file %F."
2831 msgstr ""
2832
2833-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4172
2834-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4844
2835+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4172
2836+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4844
2837 msgid "You cannot move a folder into itself."
2838 msgstr ""
2839
2840-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4173
2841-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4845
2842+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4173
2843+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4845
2844 msgid "You cannot copy a folder into itself."
2845 msgstr ""
2846
2847-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4174
2848-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4846
2849+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4174
2850+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4846
2851 msgid "The destination folder is inside the source folder."
2852 msgstr ""
2853
2854-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4205
2855+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4205
2856 msgid "You cannot move a file over itself."
2857 msgstr ""
2858
2859-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4206
2860+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4206
2861 msgid "You cannot copy a file over itself."
2862 msgstr ""
2863
2864-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4207
2865+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4207
2866 msgid "The source file would be overwritten by the destination."
2867 msgstr ""
2868
2869-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4420
2870+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4420
2871 #, c-format
2872 msgid "Could not remove the already existing file with the same name in %F."
2873 msgstr ""
2874
2875-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4490
2876+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4490
2877 #, c-format
2878 msgid "There was an error copying the file into %F."
2879 msgstr ""
2880
2881-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4718
2882+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4718
2883 msgid "Copying Files"
2884 msgstr ""
2885
2886-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4744
2887+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4744
2888 msgid "Preparing to move to \"%B\""
2889 msgstr ""
2890
2891-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4756
2892+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4756
2893 #, c-format
2894 msgid "Preparing to move %'d file"
2895 msgid_plural "Preparing to move %'d files"
2896 msgstr[0] ""
2897 msgstr[1] ""
2898
2899-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5005
2900+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5005
2901 #, c-format
2902 msgid "There was an error moving the file into %F."
2903 msgstr ""
2904
2905-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5268
2906+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5268
2907 msgid "Moving Files"
2908 msgstr ""
2909
2910-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5298
2911+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5298
2912 msgid "Creating links in \"%B\""
2913 msgstr ""
2914
2915-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5309
2916+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5309
2917 #, c-format
2918 msgid "Making link to %'d file"
2919 msgid_plural "Making links to %'d files"
2920 msgstr[0] ""
2921 msgstr[1] ""
2922
2923-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5444
2924+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5444
2925 msgid "Error while creating link to %B."
2926 msgstr ""
2927
2928-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5446
2929+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5446
2930 msgid "Symbolic links only supported for local files"
2931 msgstr ""
2932
2933-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5449
2934+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5449
2935 msgid "The target doesn't support symbolic links."
2936 msgstr ""
2937
2938-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5452
2939+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5452
2940 #, c-format
2941 msgid "There was an error creating the symlink in %F."
2942 msgstr ""
2943
2944-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5780
2945-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5783
2946+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5780
2947+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5783
2948 msgid "Setting permissions"
2949 msgstr ""
2950
2951-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:6034
2952+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6034
2953 msgid "untitled folder"
2954 msgstr ""
2955
2956-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:6042
2957+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6042
2958 msgid "new file"
2959 msgstr ""
2960
2961-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:6213
2962+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6213
2963 msgid "Error while creating directory %B."
2964 msgstr ""
2965
2966-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:6215
2967+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6215
2968 msgid "Error while creating file %B."
2969 msgstr ""
2970
2971-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:6217
2972+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6217
2973 #, c-format
2974 msgid "There was an error creating the directory in %F."
2975 msgstr ""
2976
2977-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:6534
2978+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6534
2979 msgid "Emptying Trash"
2980 msgstr ""
2981
2982-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1202
2983-#, c-format
2984-msgid "Delete %d copied items"
2985-msgstr ""
2986-
2987-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1205
2988-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1215
2989-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1246
2990-#, c-format
2991-msgid "Delete '%s'"
2992-msgstr ""
2993-
2994-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1212
2995-#, c-format
2996-msgid "Delete %d duplicated items"
2997-msgstr ""
2998-
2999-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1223
3000-#, c-format
3001-msgid "Move %d items back to '%s'"
3002-msgstr ""
3003-
3004-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1227
3005-#, c-format
3006-msgid "Move '%s' back to '%s'"
3007-msgstr ""
3008-
3009-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1236
3010-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1403
3011-#, c-format
3012-msgid "Rename '%s' as '%s'"
3013-msgstr ""
3014-
3015-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1255
3016-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1450
3017-#, c-format
3018-msgid "Restore %d items from trash"
3019-msgstr ""
3020-
3021-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1263
3022-#, c-format
3023-msgid "Restore '%s' to '%s'"
3024-msgstr ""
3025-
3026-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1274
3027-#, c-format
3028-msgid "Move %d items back to trash"
3029-msgstr ""
3030-
3031-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1277
3032-#, c-format
3033-msgid "Move '%s' back to trash"
3034-msgstr ""
3035-
3036-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1286
3037-#, c-format
3038-msgid "Delete links to %d items"
3039-msgstr ""
3040-
3041-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1289
3042-#, c-format
3043-msgid "Delete link to '%s'"
3044-msgstr ""
3045-
3046-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1299
3047-#, c-format
3048-msgid "Restore original permissions of items enclosed in '%s'"
3049-msgstr ""
3050-
3051-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1307
3052-#, c-format
3053-msgid "Restore original permissions of '%s'"
3054-msgstr ""
3055-
3056-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1316
3057-#, c-format
3058-msgid "Restore group of '%s' to '%s'"
3059-msgstr ""
3060-
3061-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1326
3062-#, c-format
3063-msgid "Restore owner of '%s' to '%s'"
3064-msgstr ""
3065-
3066-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1365
3067-#, c-format
3068-msgid "Copy %d items to '%s'"
3069-msgstr ""
3070-
3071-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1369
3072-#, c-format
3073-msgid "Copy '%s' to '%s'"
3074-msgstr ""
3075-
3076-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1377
3077-#, c-format
3078-msgid "Duplicate of %d items in '%s'"
3079-msgstr ""
3080-
3081-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1382
3082-#, c-format
3083-msgid "Duplicate '%s' in '%s'"
3084-msgstr ""
3085-
3086-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1390
3087-#, c-format
3088-msgid "Move %d items to '%s'"
3089-msgstr ""
3090-
3091-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1394
3092-#, c-format
3093-msgid "Move '%s' to '%s'"
3094-msgstr ""
3095-
3096-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1412
3097-#, c-format
3098-msgid "Create new file '%s' from template "
3099-msgstr ""
3100-
3101-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1419
3102-#, c-format
3103-msgid "Create an empty file '%s'"
3104-msgstr ""
3105-
3106-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1426
3107-#, c-format
3108-msgid "Create a new folder '%s'"
3109-msgstr ""
3110-
3111-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1434
3112-#, c-format
3113-msgid "Move %d items to trash"
3114-msgstr ""
3115-
3116-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1440
3117-#, c-format
3118-msgid "Move '%s' to trash"
3119-msgstr ""
3120-
3121-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1453
3122-#, c-format
3123-msgid "Restore '%s' from trash"
3124-msgstr ""
3125-
3126-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1462
3127-#, c-format
3128-msgid "Create links to %d items"
3129-msgstr ""
3130-
3131-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1465
3132-#, c-format
3133-msgid "Create link to '%s'"
3134-msgstr ""
3135-
3136-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1474
3137-#, c-format
3138-msgid "Set permissions of items enclosed in '%s'"
3139-msgstr ""
3140-
3141-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1482
3142-#, c-format
3143-msgid "Set permissions of '%s'"
3144-msgstr ""
3145-
3146-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1491
3147-#, c-format
3148-msgid "Set group of '%s' to '%s'"
3149-msgstr ""
3150-
3151-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1501
3152-#, c-format
3153-msgid "Set owner of '%s' to '%s'"
3154-msgstr ""
3155-
3156-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1533
3157-#, c-format
3158-msgid "_Undo copy of %d item"
3159-msgid_plural "_Undo copy of %d items"
3160-msgstr[0] ""
3161-msgstr[1] ""
3162-
3163-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1538
3164-#, c-format
3165-msgid "_Undo duplicate of %d item"
3166-msgid_plural "_Undo duplicate of %d items"
3167-msgstr[0] ""
3168-msgstr[1] ""
3169-
3170-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1543
3171-#, c-format
3172-msgid "_Undo move of %d item"
3173-msgid_plural "_Undo move of %d items"
3174-msgstr[0] ""
3175-msgstr[1] ""
3176-
3177-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1548
3178-#, c-format
3179-msgid "_Undo rename of %d item"
3180-msgid_plural "_Undo rename of %d items"
3181-msgstr[0] ""
3182-msgstr[1] ""
3183-
3184-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1552
3185-msgid "_Undo creation of an empty file"
3186-msgstr ""
3187-
3188-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1555
3189-msgid "_Undo creation of a file from template"
3190-msgstr ""
3191-
3192-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1559
3193-#, c-format
3194-msgid "_Undo creation of %d folder"
3195-msgid_plural "_Undo creation of %d folders"
3196-msgstr[0] ""
3197-msgstr[1] ""
3198-
3199-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1564
3200-#, c-format
3201-msgid "_Undo move to trash of %d item"
3202-msgid_plural "_Undo move to trash of %d items"
3203-msgstr[0] ""
3204-msgstr[1] ""
3205-
3206-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1569
3207-#, c-format
3208-msgid "_Undo restore from trash of %d item"
3209-msgid_plural "_Undo restore from trash of %d items"
3210-msgstr[0] ""
3211-msgstr[1] ""
3212-
3213-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1574
3214-#, c-format
3215-msgid "_Undo create link to %d item"
3216-msgid_plural "_Undo create link to %d items"
3217-msgstr[0] ""
3218-msgstr[1] ""
3219-
3220-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1579
3221-#, c-format
3222-msgid "_Undo delete of %d item"
3223-msgid_plural "_Undo delete of %d items"
3224-msgstr[0] ""
3225-msgstr[1] ""
3226-
3227-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1584
3228-#, c-format
3229-msgid "Undo recursive change permissions of %d item"
3230-msgid_plural "Undo recursive change permissions of %d items"
3231-msgstr[0] ""
3232-msgstr[1] ""
3233-
3234-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1590
3235-#, c-format
3236-msgid "Undo change permissions of %d item"
3237-msgid_plural "Undo change permissions of %d items"
3238-msgstr[0] ""
3239-msgstr[1] ""
3240-
3241-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1595
3242-#, c-format
3243-msgid "Undo change group of %d item"
3244-msgid_plural "Undo change group of %d items"
3245-msgstr[0] ""
3246-msgstr[1] ""
3247-
3248-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1600
3249-#, c-format
3250-msgid "Undo change owner of %d item"
3251-msgid_plural "Undo change owner of %d items"
3252-msgstr[0] ""
3253-msgstr[1] ""
3254-
3255-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1628
3256-#, c-format
3257-msgid "_Redo copy of %d item"
3258-msgid_plural "_Redo copy of %d items"
3259-msgstr[0] ""
3260-msgstr[1] ""
3261-
3262-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1633
3263-#, c-format
3264-msgid "_Redo duplicate of %d item"
3265-msgid_plural "_Redo duplicate of %d items"
3266-msgstr[0] ""
3267-msgstr[1] ""
3268-
3269-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1638
3270-#, c-format
3271-msgid "_Redo move of %d item"
3272-msgid_plural "_Redo move of %d items"
3273-msgstr[0] ""
3274-msgstr[1] ""
3275-
3276-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1643
3277-#, c-format
3278-msgid "_Redo rename of %d item"
3279-msgid_plural "_Redo rename of %d items"
3280-msgstr[0] ""
3281-msgstr[1] ""
3282-
3283-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1647
3284-msgid "_Redo creation of an empty file"
3285-msgstr ""
3286-
3287-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1650
3288-msgid "_Redo creation of a file from template"
3289-msgstr ""
3290-
3291-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1654
3292-#, c-format
3293-msgid "_Redo creation of %d folder"
3294-msgid_plural "_Redo creation of %d folders"
3295-msgstr[0] ""
3296-msgstr[1] ""
3297-
3298-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1659
3299-#, c-format
3300-msgid "_Redo move to trash of %d item"
3301-msgid_plural "_Redo move to trash of %d items"
3302-msgstr[0] ""
3303-msgstr[1] ""
3304-
3305-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1664
3306-#, c-format
3307-msgid "_Redo restore from trash of %d item"
3308-msgid_plural "_Redo restore from trash of %d items"
3309-msgstr[0] ""
3310-msgstr[1] ""
3311-
3312-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1669
3313-#, c-format
3314-msgid "_Redo create link to %d item"
3315-msgid_plural "_Redo create link to %d items"
3316-msgstr[0] ""
3317-msgstr[1] ""
3318-
3319-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1674
3320-#, c-format
3321-msgid "_Redo delete of %d item"
3322-msgid_plural "_Redo delete of %d items"
3323-msgstr[0] ""
3324-msgstr[1] ""
3325-
3326-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1679
3327-#, c-format
3328-msgid "Redo recursive change permissions of %d item"
3329-msgid_plural "Redo recursive change permissions of %d items"
3330-msgstr[0] ""
3331-msgstr[1] ""
3332-
3333-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1685
3334-#, c-format
3335-msgid "Redo change permissions of %d item"
3336-msgid_plural "Redo change permissions of %d items"
3337-msgstr[0] ""
3338-msgstr[1] ""
3339-
3340-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1690
3341-#, c-format
3342-msgid "Redo change group of %d item"
3343-msgid_plural "Redo change group of %d items"
3344-msgstr[0] ""
3345-msgstr[1] ""
3346-
3347-#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1695
3348-#, c-format
3349-msgid "Redo change owner of %d item"
3350-msgid_plural "Redo change owner of %d items"
3351-msgstr[0] ""
3352-msgstr[1] ""
3353-
3354-#: /home/codygarver/pantheon-files/po/../libcore/eel-fcts.c:81
3355-msgid "Today at %-I:%M %p"
3356-msgstr ""
3357-
3358-#: /home/codygarver/pantheon-files/po/../libcore/eel-fcts.c:85
3359-msgid "Yesterday at %-I:%M %p"
3360-msgstr ""
3361-
3362-#: /home/codygarver/pantheon-files/po/../libcore/eel-fcts.c:89
3363-msgid "%a %-d %b %Y at %-I:%M %p"
3364-msgstr ""
3365-
3366-#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:252
3367+#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:252
3368 #, c-format
3369 msgid "link to %s"
3370 msgstr ""
3371
3372-#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:1702
3373+#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:1702
3374 #, c-format
3375 msgid "Failed to parse the desktop file: %s"
3376 msgstr ""
3377
3378-#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:1740
3379+#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:1740
3380 msgid "No Exec field specified"
3381 msgstr ""
3382
3383-#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:1760
3384+#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:1760
3385 msgid "No URL field specified"
3386 msgstr ""
3387
3388-#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:1766
3389+#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:1766
3390 msgid "Invalid desktop file"
3391 msgstr ""
3392
3393-#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:2056
3394+#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:2056
3395 msgid "Slashes are not allowed in filenames"
3396 msgstr ""
3397
3398-#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:2076
3399+#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:2076
3400 msgid "Toplevel files cannot be renamed"
3401 msgstr ""
3402
3403-#: /home/codygarver/pantheon-files/po/../libcore/eel-vfs-extensions.c:72
3404-msgid " (invalid Unicode)"
3405-msgstr ""
3406-
3407-#: /home/codygarver/pantheon-files/po/../libcore/marlin-progress-info.c:192
3408-#: /home/codygarver/pantheon-files/po/../libcore/marlin-progress-info.c:210
3409+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-progress-info.c:192
3410+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-progress-info.c:210
3411 msgid "Preparing"
3412 msgstr ""
3413
3414-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:146
3415-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:361
3416+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-utilities.c:119
3417+#, c-format
3418+msgid "Could not determine original location of \"%s\" "
3419+msgstr ""
3420+
3421+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-utilities.c:122
3422+msgid "The item cannot be restored from trash"
3423+msgstr ""
3424+
3425+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:146
3426+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:361
3427 #, c-format
3428 msgid "Merge folder \"%s\"?"
3429 msgstr ""
3430
3431-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:150
3432-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:364
3433+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:150
3434+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:364
3435 msgid ""
3436 "Merging will ask for confirmation before replacing any files in the folder "
3437 "that conflict with the files being copied."
3438 msgstr ""
3439
3440-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:155
3441-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:369
3442+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:155
3443+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:369
3444 #, c-format
3445 msgid "An older folder with the same name already exists in \"%s\"."
3446 msgstr ""
3447
3448-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:159
3449-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:373
3450+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:159
3451+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:373
3452 #, c-format
3453 msgid "A newer folder with the same name already exists in \"%s\"."
3454 msgstr ""
3455
3456-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:163
3457-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:377
3458+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:163
3459+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:377
3460 #, c-format
3461 msgid "Another folder with the same name already exists in \"%s\"."
3462 msgstr ""
3463
3464-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:168
3465-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:382
3466+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:168
3467+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:382
3468 msgid "Replacing it will remove all files in the folder."
3469 msgstr ""
3470
3471-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:170
3472-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:384
3473+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:170
3474+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:384
3475 #, c-format
3476 msgid "Replace folder \"%s\"?"
3477 msgstr ""
3478
3479-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:172
3480-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:386
3481+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:172
3482+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:386
3483 #, c-format
3484 msgid "A folder with the same name already exists in \"%s\"."
3485 msgstr ""
3486
3487-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:177
3488-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:391
3489+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:177
3490+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:391
3491 #, c-format
3492 msgid "Replace file \"%s\"?"
3493 msgstr ""
3494
3495-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:179
3496-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:393
3497+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:179
3498+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:393
3499 msgid "Replacing it will overwrite its content."
3500 msgstr ""
3501
3502-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:183
3503-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:397
3504+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:183
3505+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:397
3506 #, c-format
3507 msgid "An older file with the same name already exists in \"%s\"."
3508 msgstr ""
3509
3510-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:187
3511-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:401
3512+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:187
3513+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:401
3514 #, c-format
3515 msgid "A newer file with the same name already exists in \"%s\"."
3516 msgstr ""
3517
3518-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:191
3519-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:405
3520+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:191
3521+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:405
3522 #, c-format
3523 msgid "Another file with the same name already exists in \"%s\"."
3524 msgstr ""
3525
3526-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:253
3527-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:460
3528+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:253
3529+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:460
3530 msgid "Original file"
3531 msgstr ""
3532
3533-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:254
3534-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:285
3535-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:461
3536-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:482
3537+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:254
3538+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:285
3539+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:461
3540+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:482
3541 msgid "Size:"
3542 msgstr ""
3543
3544-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:257
3545-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:288
3546-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:464
3547-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:485
3548+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:257
3549+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:288
3550+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:464
3551+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:485
3552 msgid "Type:"
3553 msgstr ""
3554
3555-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:260
3556-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:291
3557-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:467
3558-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:488
3559+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:260
3560+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:291
3561+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:467
3562+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:488
3563 msgid "Last modified:"
3564 msgstr ""
3565
3566-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:284
3567-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:481
3568+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:284
3569+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:481
3570 msgid "Replace with"
3571 msgstr ""
3572
3573-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:313
3574-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:506
3575+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:313
3576+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:506
3577 msgid "Merge"
3578 msgstr ""
3579
3580-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:700
3581+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:700
3582 msgid "_Select a new name for the destination"
3583 msgstr ""
3584
3585-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:714
3586+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:714
3587 msgid "Reset"
3588 msgstr ""
3589
3590-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:726
3591+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:726
3592 msgid "Apply this action to all files"
3593 msgstr ""
3594
3595-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:742
3596+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:742
3597 msgid "Re_name"
3598 msgstr ""
3599
3600-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:748
3601+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:748
3602 msgid "Replace"
3603 msgstr ""
3604
3605-#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:821
3606+#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:821
3607 msgid "File conflict"
3608 msgstr ""
3609
3610-#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:325
3611+#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:325
3612 msgid "Cut the selected text to the clipboard"
3613 msgstr ""
3614
3615-#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:329
3616+#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:329
3617 msgid "Copy the selected text to the clipboard"
3618 msgstr ""
3619
3620-#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:333
3621-#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:337
3622+#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:333
3623+#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:337
3624 msgid "Paste the text stored on the clipboard"
3625 msgstr ""
3626
3627-#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:813
3628+#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:813
3629 #, c-format
3630 msgid "Go to %s"
3631 msgstr ""
3632
3633-#: /home/codygarver/pantheon-files/po/../src/View/Chrome/ViewSwicher.vala:86
3634+#: /home/gotwig/translations-gen-fix/po/../src/View/Chrome/ViewSwicher.vala:86
3635 msgid "View as grid"
3636 msgstr ""
3637
3638-#: /home/codygarver/pantheon-files/po/../src/View/Chrome/ViewSwicher.vala:89
3639+#: /home/gotwig/translations-gen-fix/po/../src/View/Chrome/ViewSwicher.vala:89
3640 msgid "View as list"
3641 msgstr ""
3642
3643-#: /home/codygarver/pantheon-files/po/../src/View/Chrome/ViewSwicher.vala:95
3644+#: /home/gotwig/translations-gen-fix/po/../src/View/Chrome/ViewSwicher.vala:95
3645 msgid "View as column"
3646 msgstr ""
3647+
3648+#: /home/gotwig/translations-gen-fix/po/../plugins/marlin-trash/plugin.vala:46
3649+msgid "These items may be deleted by emptying the trash."
3650+msgstr ""
3651+
3652+#: /home/gotwig/translations-gen-fix/po/../plugins/marlin-trash/plugin.vala:47
3653+msgid "Empty the Trash"
3654+msgstr ""
3655
3656=== modified file 'src/View/DirectoryNotFound.vala'
3657--- src/View/DirectoryNotFound.vala 2012-02-05 16:29:37 +0000
3658+++ src/View/DirectoryNotFound.vala 2012-08-03 00:27:21 +0000
3659@@ -72,7 +72,7 @@
3660 label.set_markup("<span size=\"x-large\">%s</span>".printf(_("Folder does not exist")));
3661 box.pack_start(label, false, false);
3662
3663- label = new Label(_("Marlin can't find the folder %s").printf(dir.location.get_basename()));
3664+ label = new Label(_("Files can't find the folder %s").printf(dir.location.get_basename()));
3665 label.set_sensitive(false);
3666 label.set_alignment(0.5f, 0.0f);
3667 box.pack_start(label, true, true);
3668
3669=== modified file 'src/View/PropertiesWindow.vala'
3670--- src/View/PropertiesWindow.vala 2012-06-03 11:16:37 +0000
3671+++ src/View/PropertiesWindow.vala 2012-08-03 00:27:21 +0000
3672@@ -455,7 +455,7 @@
3673 double used = 1.0 - (double) fs_free / (double) fs_capacity;
3674 progressbar.set_fraction (used);
3675 progressbar.set_show_text (true);
3676- progressbar.set_text ("%s free of %s (%d%% used)".printf (format_size_for_display ((int64) fs_free), format_size_for_display ((int64) fs_capacity), (int) (used * 100)));
3677+ progressbar.set_text (_("%s free of %s (%d%% used)").printf (format_size_for_display ((int64) fs_free), format_size_for_display ((int64) fs_capacity), (int) (used * 100)));
3678 information.attach (progressbar, 1, n, 1, 1);
3679 }
3680 } catch (GLib.Error e) {
3681
3682=== modified file 'src/View/Window.vala'
3683--- src/View/Window.vala 2012-07-25 01:06:26 +0000
3684+++ src/View/Window.vala 2012-08-03 00:27:21 +0000
3685@@ -26,6 +26,14 @@
3686 using Marlin.View.Chrome;
3687 using EelGtk.Window;
3688
3689+namespace DesktopLauncher {
3690+ /* Translatable launcher (.desktop) strings to be added to */
3691+ /* template (.pot) file. These strings MUST reflect any */
3692+ /* changes in these launcher keys in .desktop file. */
3693+ /* Make launcher quicklist entry translateable */ public const string OPEN_AS_ADMIN = N_("New Window as _Administrator");
3694+}
3695+
3696+
3697 namespace Marlin.View {
3698 public class Window : Gtk.Window
3699 {
3700@@ -767,19 +775,20 @@
3701 /* name, stock id, label */ { "Help", null, N_("_Help") },
3702 /* { "ColorMenu", null, N_("Set _Color") },*/
3703 /* name, stock id, label */ { "New Window", "window-new", N_("New _Window"),
3704- "<control>N", N_("Open another Marlin window for the displayed location"),
3705+ "<control>N", N_("Open another Files window for the displayed location"),
3706 action_new_window },
3707 /* name, stock id */ { "New Tab", "tab-new",
3708 /* label, accelerator */ N_("New _Tab"), "<control>T",
3709 /* tooltip */ N_("Open another tab for the displayed location"),
3710 action_new_tab },
3711+
3712 /* name, stock id */ { "Close", Stock.CLOSE,
3713 /* label, accelerator */ N_("_Close"), "<control>W",
3714 /* tooltip */ N_("Close this folder"),
3715 action_remove_tab },
3716 { "MarlinSettings", Stock.PREFERENCES,
3717 N_("Preferences"),
3718- null, N_("Change Marlin's preferences"),
3719+ null, N_("Change Files preferences"),
3720 action_marlin_settings_callback },
3721 /*{ Chrome.ColorAction, null, "ColorAction"),
3722 null, null,
3723
3724=== modified file 'src/marlin-application.c'
3725--- src/marlin-application.c 2012-06-11 09:25:17 +0000
3726+++ src/marlin-application.c 2012-08-03 00:27:21 +0000
3727@@ -423,7 +423,7 @@
3728 { "tab", 't', 0, G_OPTION_ARG_NONE, &self->priv->open_intab,
3729 N_("Open uri(s) in new tab"), NULL },
3730 { "quit", 'q', 0, G_OPTION_ARG_NONE, &kill_shell,
3731- N_("Quit Marlin."), NULL },
3732+ N_("Quit Files."), NULL },
3733 { "debug", 'd', 0, G_OPTION_ARG_NONE, &self->priv->debug,
3734 N_("Enable debug logging"), NULL },
3735 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &remaining, NULL, N_("[URI...]") },

Subscribers

People subscribed via source and target branches

to all changes: