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
=== modified file 'plugins/marlin-trash/CMakeLists.txt'
--- plugins/marlin-trash/CMakeLists.txt 2012-05-30 07:51:24 +0000
+++ plugins/marlin-trash/CMakeLists.txt 2012-08-03 00:27:21 +0000
@@ -28,7 +28,9 @@
28 --vapidir=${CMAKE_SOURCE_DIR}/libcore/28 --vapidir=${CMAKE_SOURCE_DIR}/libcore/
29 --vapidir=${CMAKE_BINARY_DIR}/libcore/29 --vapidir=${CMAKE_BINARY_DIR}/libcore/
30)30)
31add_definitions(${CFLAGS})31add_definitions(${CFLAGS}
32 "-DGETTEXT_PACKAGE=\"pantheon-files\""
33 )
32link_directories(${LIB_PATHS})34link_directories(${LIB_PATHS})
33add_library(marlintrash SHARED 35add_library(marlintrash SHARED
34 ${VALA_C})36 ${VALA_C})
3537
=== modified file 'plugins/marlin-trash/plugin.vala'
--- plugins/marlin-trash/plugin.vala 2012-05-31 17:19:38 +0000
+++ plugins/marlin-trash/plugin.vala 2012-08-03 00:27:21 +0000
@@ -43,8 +43,8 @@
43 GOF.AbstractSlot slot = ((Object[])user_data)[1] as GOF.AbstractSlot;43 GOF.AbstractSlot slot = ((Object[])user_data)[1] as GOF.AbstractSlot;
44 44
45 infobar = new InfoBar();45 infobar = new InfoBar();
46 (infobar.get_content_area() as Gtk.Box).add(new Gtk.Label("These items may be deleted by emptying the trash."));46 (infobar.get_content_area() as Gtk.Box).add(new Gtk.Label(_("These items may be deleted by emptying the trash.")));
47 infobar.add_button("Empty the Trash", 0);47 infobar.add_button(_("Empty the Trash"), 0);
48 infobar.response.connect( (self, response) => {48 infobar.response.connect( (self, response) => {
49 Marlin.FileOperations.empty_trash(self);49 Marlin.FileOperations.empty_trash(self);
50 });50 });
5151
=== modified file 'po/CMakeLists.txt'
--- po/CMakeLists.txt 2012-05-07 18:09:37 +0000
+++ po/CMakeLists.txt 2012-08-03 00:27:21 +0000
@@ -5,4 +5,6 @@
5 ../src5 ../src
6 ../libcore6 ../libcore
7 ../libwidgets7 ../libwidgets
8 ../src/View/Chrome)8 ../src/View/Chrome
9 ../plugins/marlin-trash
10)
911
=== modified file 'po/pantheon-files.pot'
--- po/pantheon-files.pot 2012-07-26 19:46:15 +0000
+++ po/pantheon-files.pot 2012-08-03 00:27:21 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2012-07-26 14:06-0500\n"11"POT-Creation-Date: 2012-08-03 01:08+0200\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,1275 +18,1663 @@
18"Content-Transfer-Encoding: 8bit\n"18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
2020
21#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:33721#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:33
22msgid "Name"22msgid "New Window as _Administrator"
23msgstr ""23msgstr ""
2424
25#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:33825#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:160
26#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:5926#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3382
27msgid "Type"
28msgstr ""
29
30#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:341
31#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:368
32msgid "Target"
33msgstr ""
34
35#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:343
36#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:59
37msgid "Size"
38msgstr ""
39
40#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:345
41#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:340
42#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:59
43msgid "Modified"
44msgstr ""
45
46#: /home/codygarver/pantheon-files/po/../src/View/ContextView.vala:346
47#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:825
48#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:838
49msgid "Owner"
50msgstr ""
51
52#: /home/codygarver/pantheon-files/po/../src/View/DirectoryNotFound.vala:72
53#, c-format
54msgid "Folder does not exist"
55msgstr ""
56
57#: /home/codygarver/pantheon-files/po/../src/View/DirectoryNotFound.vala:75
58#, c-format
59msgid "Marlin can't find the folder %s"
60msgstr ""
61
62#: /home/codygarver/pantheon-files/po/../src/View/DirectoryNotFound.vala:80
63msgid "Create"
64msgstr ""
65
66#: /home/codygarver/pantheon-files/po/../src/View/DirectoryNotFound.vala:80
67#, c-format
68msgid "Create the folder %s"
69msgstr ""
70
71#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:34
72msgid "Files Preferences"
73msgstr ""
74
75#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:47
76msgid "General"
77msgstr ""
78
79#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:102
80msgid "Extensions"
81msgstr ""
82
83#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:207
84msgid "Single click to open:"
85msgstr ""
86
87#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:214
88msgid "Mouse auto-selection:"
89msgstr ""
90
91#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:233
92msgid "<small><i>Slow</i></small>"
93msgstr ""
94
95#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:235
96msgid "<small><i>Fast</i></small>"
97msgstr ""
98
99#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:250
100msgid "Date format:"
101msgstr ""
102
103#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:253
104msgid "iso"
105msgstr ""
106
107#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:254
108msgid "locale"
109msgstr ""
110
111#: /home/codygarver/pantheon-files/po/../src/View/SettingsDialog.vala:255
112msgid "informal"
113msgstr ""
114
115#: /home/codygarver/pantheon-files/po/../src/View/ViewContainer.vala:141
116#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:324
117msgid "Home"
118msgstr ""
119
120#: /home/codygarver/pantheon-files/po/../src/View/ViewContainer.vala:143
121#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:394
122msgid "File System"
123msgstr ""
124
125#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:152
126#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3382
127msgid "Set as default"27msgid "Set as default"
128msgstr ""28msgstr ""
12929
130#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:15730#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:165
131msgid "Ignore"31msgid "Ignore"
132msgstr ""32msgstr ""
13333
134#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:49734#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:505
135msgid "Undo"35msgid "Undo"
136msgstr ""36msgstr ""
13737
138#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:49838#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:506
139#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:78839#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:797
140msgid "Undo the last action"40msgid "Undo the last action"
141msgstr ""41msgstr ""
14242
143#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:50743#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:515
144msgid "Redo"44msgid "Redo"
145msgstr ""45msgstr ""
14646
147#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:50847#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:516
148#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:79148#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:800
149msgid "Redo the last action"49msgid "Redo the last action"
150msgstr ""50msgstr ""
15151
152#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:76352#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:771
153msgid "_File"53msgid "_File"
154msgstr ""54msgstr ""
15555
156#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:76456#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:772
157msgid "_Edit"57msgid "_Edit"
158msgstr ""58msgstr ""
15959
160#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:76560#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:773
161msgid "_View"61msgid "_View"
162msgstr ""62msgstr ""
16363
164#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:76664#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:774
165msgid "_Go"65msgid "_Go"
166msgstr ""66msgstr ""
16767
168#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:76768#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:775
169msgid "_Help"69msgid "_Help"
170msgstr ""70msgstr ""
17171
172#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:76972#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:777
173msgid "New _Window"73msgid "New _Window"
174msgstr ""74msgstr ""
17575
176#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:77076#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:778
177msgid "Open another Marlin window for the displayed location"77msgid "Open another Files window for the displayed location"
178msgstr ""78msgstr ""
17979
180#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:77380#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:781
181msgid "New _Tab"81msgid "New _Tab"
182msgstr ""82msgstr ""
18383
184#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:77484#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:782
185msgid "Open another tab for the displayed location"85msgid "Open another tab for the displayed location"
186msgstr ""86msgstr ""
18787
188#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:77788#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:786
189msgid "_Close"89msgid "_Close"
190msgstr ""90msgstr ""
19191
192#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:77892#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:787
193msgid "Close this folder"93msgid "Close this folder"
194msgstr ""94msgstr ""
19595
196#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:78196#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:790
197msgid "Preferences"97msgid "Preferences"
198msgstr ""98msgstr ""
19999
200#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:782100#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:791
201msgid "Change Marlin's preferences"101msgid "Change Files preferences"
202msgstr ""102msgstr ""
203103
204#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:787104#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:796
205msgid "_Undo"105msgid "_Undo"
206msgstr ""106msgstr ""
207107
208#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:790108#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:799
209msgid "_Redo"109msgid "_Redo"
210msgstr ""110msgstr ""
211111
212#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:793112#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:802
213msgid "Open _Parent"113msgid "Open _Parent"
214msgstr ""114msgstr ""
215115
216#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:794116#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:803
217msgid "Open the parent folder"117msgid "Open the parent folder"
218msgstr ""118msgstr ""
219119
220#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:796120#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:805
221msgid "_Back"121msgid "_Back"
222msgstr ""122msgstr ""
223123
224#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:797124#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:806
225msgid "Go to the previous visited location"125msgid "Go to the previous visited location"
226msgstr ""126msgstr ""
227127
228#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:800128#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:809
229msgid "_Forward"129msgid "_Forward"
230msgstr ""130msgstr ""
231131
232#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:801132#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:810
233msgid "Go to the next visited location"133msgid "Go to the next visited location"
234msgstr ""134msgstr ""
235135
236#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:803136#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:812
237msgid "_Reload"137msgid "_Reload"
238msgstr ""138msgstr ""
239139
240#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:804140#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:813
241msgid "Reload the current location"141msgid "Reload the current location"
242msgstr ""142msgstr ""
243143
244#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:807144#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:816
245msgid "_Home Folder"145msgid "_Home Folder"
246msgstr ""146msgstr ""
247147
248#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:808148#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:817
249#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:329149#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:329
250msgid "Open your personal folder"150msgid "Open your personal folder"
251msgstr ""151msgstr ""
252152
253#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:811153#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:820
254msgid "_Trash"154msgid "_Trash"
255msgstr ""155msgstr ""
256156
257#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:812157#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:821
258msgid "Open your personal trash folder"158msgid "Open your personal trash folder"
259msgstr ""159msgstr ""
260160
261#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:815161#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:824
262msgid "_Network"162msgid "_Network"
263msgstr ""163msgstr ""
264164
265#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:816165#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:825
266msgid "Browse bookmarked and local network locations"166msgid "Browse bookmarked and local network locations"
267msgstr ""167msgstr ""
268168
269#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:819169#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:828
270msgid "Zoom _In"170msgid "Zoom _In"
271msgstr ""171msgstr ""
272172
273#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:820173#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:829
274msgid "Increase the view size"174msgid "Increase the view size"
275msgstr ""175msgstr ""
276176
277#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:831177#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:840
278msgid "Zoom _Out"178msgid "Zoom _Out"
279msgstr ""179msgstr ""
280180
281#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:832181#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:841
282msgid "Decrease the view size"182msgid "Decrease the view size"
283msgstr ""183msgstr ""
284184
285#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:839185#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:848
286msgid "Normal Si_ze"186msgid "Normal Si_ze"
287msgstr ""187msgstr ""
288188
289#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:840189#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:849
290msgid "Use the normal view size"190msgid "Use the normal view size"
291msgstr ""191msgstr ""
292192
293#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:843193#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:852
294msgid "Next Tab"194msgid "Next Tab"
295msgstr ""195msgstr ""
296196
297#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:847197#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:856
298msgid "Previous Tab"198msgid "Previous Tab"
299msgstr ""199msgstr ""
300200
301#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:851201#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:860
302msgid "Connect to _Server..."202msgid "Connect to _Server..."
303msgstr ""203msgstr ""
304204
305#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:852205#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:861
306msgid "Connect to a remote computer or shared disk"206msgid "Connect to a remote computer or shared disk"
307msgstr ""207msgstr ""
308208
309#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:855209#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:864
310msgid "_About"210msgid "_About"
311msgstr ""211msgstr ""
312212
313#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:856213#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:865
314msgid "Display credits"214msgid "Display credits"
315msgstr ""215msgstr ""
316216
317#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:859217#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:868
318msgid "Report a Problem..."218msgid "Report a Problem..."
319msgstr ""219msgstr ""
320220
321#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:860221#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:869
322msgid "File a bug on Launchpad"222msgid "File a bug on Launchpad"
323msgstr ""223msgstr ""
324224
325#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:863225#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:872
326msgid "Get Help Online..."226msgid "Get Help Online..."
327msgstr ""227msgstr ""
328228
329#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:867229#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:876
330msgid "Translate This Application..."230msgid "Translate This Application..."
331msgstr ""231msgstr ""
332232
333#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:876233#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:885
334msgid "Show _Hidden Files"234msgid "Show _Hidden Files"
335msgstr ""235msgstr ""
336236
337#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:877237#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:886
338msgid "Toggle the display of hidden files in the current window"238msgid "Toggle the display of hidden files in the current window"
339msgstr ""239msgstr ""
340240
341#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:882241#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:891
342msgid "Show _Desktop Files"242msgid "Show _Desktop Files"
343msgstr ""243msgstr ""
344244
345#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:883245#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:892
346msgid "Toggle the display of desktop files"246msgid "Toggle the display of desktop files"
347msgstr ""247msgstr ""
348248
349#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:887249#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:896
350msgid "_Context Pane"250msgid "_Context Pane"
351msgstr ""251msgstr ""
352252
353#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:888253#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:897
354msgid "Change the visibility of the context pane"254msgid "Change the visibility of the context pane"
355msgstr ""255msgstr ""
356256
357#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:892257#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:901
358msgid "_Menubar"258msgid "_Menubar"
359msgstr ""259msgstr ""
360260
361#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:893261#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:902
362msgid "Change the visibility of this window's menubar"262msgid "Change the visibility of this window's menubar"
363msgstr ""263msgstr ""
364264
365#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:897265#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:906
366msgid "_Places"266msgid "_Places"
367msgstr ""267msgstr ""
368268
369#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:898269#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:907
370msgid "Change the visibility of this window's side pane"270msgid "Change the visibility of this window's side pane"
371msgstr ""271msgstr ""
372272
373#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:906273#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:915
374msgid "Icon"274msgid "Icon"
375msgstr ""275msgstr ""
376276
377#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:909277#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:918
378msgid "List"278msgid "List"
379msgstr ""279msgstr ""
380280
381#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:912281#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:921
382msgid "Compact"282msgid "Compact"
383msgstr ""283msgstr ""
384284
385#: /home/codygarver/pantheon-files/po/../src/View/Window.vala:915285#: /home/gotwig/translations-gen-fix/po/../src/View/Window.vala:924
386msgid "Columns"286msgid "Columns"
387msgstr ""287msgstr ""
388288
389#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:63289#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:337
290msgid "Name"
291msgstr ""
292
293#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:338
294#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:59
295msgid "Type"
296msgstr ""
297
298#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:341
299#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:368
300msgid "Target"
301msgstr ""
302
303#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:343
304#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:59
305msgid "Size"
306msgstr ""
307
308#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:345
309#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:340
310#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:59
311msgid "Modified"
312msgstr ""
313
314#: /home/gotwig/translations-gen-fix/po/../src/View/ContextView.vala:346
315#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:825
316#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:838
317msgid "Owner"
318msgstr ""
319
320#: /home/gotwig/translations-gen-fix/po/../src/View/ViewContainer.vala:141
321#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:324
322msgid "Home"
323msgstr ""
324
325#: /home/gotwig/translations-gen-fix/po/../src/View/ViewContainer.vala:143
326#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:394
327msgid "File System"
328msgstr ""
329
330#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:63
390msgid "Properties"331msgid "Properties"
391msgstr ""332msgstr ""
392333
393#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:117334#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:117
394msgid "Info"335msgid "Info"
395msgstr ""336msgstr ""
396337
397#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:125338#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:125
398msgid "Permissions"339msgid "Permissions"
399msgstr ""340msgstr ""
400341
401#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:137342#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:137
402msgid "Preview"343msgid "Preview"
403msgstr ""344msgstr ""
404345
405#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:338346#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:338
406msgid "Created"347msgid "Created"
407msgstr ""348msgstr ""
408349
409#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:343350#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:343
410msgid "Last Access"351msgid "Last Access"
411msgstr ""352msgstr ""
412353
413#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:349354#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:349
414msgid "Deleted"355msgid "Deleted"
415msgstr ""356msgstr ""
416357
417#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:354358#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:354
418msgid "MimeType"359msgid "MimeType"
419msgstr ""360msgstr ""
420361
421#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:362362#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:362
422msgid "MimeTypes"363msgid "MimeTypes"
423msgstr ""364msgstr ""
424365
425#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:366366#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:366
426msgid "Location"367msgid "Location"
427msgstr ""368msgstr ""
428369
429#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:374370#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:374
430msgid "Origin Location"371msgid "Origin Location"
431msgstr ""372msgstr ""
432373
433#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:412374#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:412
434msgid "Other application..."375msgid "Other application..."
435msgstr ""376msgstr ""
436377
437#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:436378#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:436
438msgid "Open with"379msgid "Open with"
439msgstr ""380msgstr ""
440381
441#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:452382#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:452
442msgid "Device usage"383msgid "Device usage"
443msgstr ""384msgstr ""
444385
445#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:597386#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:458
387#, c-format
388msgid "%s free of %s (%d%% used)"
389msgstr ""
390
391#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:597
446msgid "Read"392msgid "Read"
447msgstr ""393msgstr ""
448394
449#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:602395#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:602
450msgid "Write"396msgid "Write"
451msgstr ""397msgstr ""
452398
453#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:607399#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:607
454msgid "Execute"400msgid "Execute"
455msgstr ""401msgstr ""
456402
457#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:830403#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:830
458#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:842404#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:842
459msgid "Group"405msgid "Group"
460msgstr ""406msgstr ""
461407
462#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:846408#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:846
463msgid "Everyone"409msgid "Everyone"
464msgstr ""410msgstr ""
465411
466#: /home/codygarver/pantheon-files/po/../src/View/PropertiesWindow.vala:1126412#: /home/gotwig/translations-gen-fix/po/../src/View/PropertiesWindow.vala:1126
467msgid "Select an aplication to open "413msgid "Select an aplication to open "
468msgstr ""414msgstr ""
469415
470#: /home/codygarver/pantheon-files/po/../src/View/LocationBar.vala:110416#: /home/gotwig/translations-gen-fix/po/../src/View/DirectoryNotFound.vala:72
471#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:370417#, c-format
418msgid "Folder does not exist"
419msgstr ""
420
421#: /home/gotwig/translations-gen-fix/po/../src/View/DirectoryNotFound.vala:75
422#, c-format
423msgid "Files can't find the folder %s"
424msgstr ""
425
426#: /home/gotwig/translations-gen-fix/po/../src/View/DirectoryNotFound.vala:80
427msgid "Create"
428msgstr ""
429
430#: /home/gotwig/translations-gen-fix/po/../src/View/DirectoryNotFound.vala:80
431#, c-format
432msgid "Create the folder %s"
433msgstr ""
434
435#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:34
436msgid "Files Preferences"
437msgstr ""
438
439#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:47
440msgid "General"
441msgstr ""
442
443#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:102
444msgid "Extensions"
445msgstr ""
446
447#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:207
448msgid "Single click to open:"
449msgstr ""
450
451#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:214
452msgid "Mouse auto-selection:"
453msgstr ""
454
455#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:233
456msgid "<small><i>Slow</i></small>"
457msgstr ""
458
459#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:235
460msgid "<small><i>Fast</i></small>"
461msgstr ""
462
463#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:250
464msgid "Date format:"
465msgstr ""
466
467#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:253
468msgid "iso"
469msgstr ""
470
471#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:254
472msgid "locale"
473msgstr ""
474
475#: /home/gotwig/translations-gen-fix/po/../src/View/SettingsDialog.vala:255
476msgid "informal"
477msgstr ""
478
479#: /home/gotwig/translations-gen-fix/po/../src/View/LocationBar.vala:110
480#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:370
472msgid "Trash"481msgid "Trash"
473msgstr ""482msgstr ""
474483
475#: /home/codygarver/pantheon-files/po/../src/View/LocationBar.vala:111484#: /home/gotwig/translations-gen-fix/po/../src/View/LocationBar.vala:111
476#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:588485#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:588
477msgid "Network"486msgid "Network"
478msgstr ""487msgstr ""
479488
480#: /home/codygarver/pantheon-files/po/../src/fm-columns-view.c:82489#: /home/gotwig/translations-gen-fix/po/../src/fm-compact-view.c:86
481#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:616
482#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:572
483msgid "This folder is empty."
484msgstr ""
485
486#: /home/codygarver/pantheon-files/po/../src/fm-columns-view.c:186
487#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:199
488#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:139
489#, c-format
490msgid "Failed to rename %s to %s"
491msgstr ""
492
493#: /home/codygarver/pantheon-files/po/../src/fm-compact-view.c:86
494msgid "Compact directory listing"490msgid "Compact directory listing"
495msgstr ""491msgstr ""
496492
497#: /home/codygarver/pantheon-files/po/../src/fm-compact-view.c:87493#: /home/gotwig/translations-gen-fix/po/../src/fm-compact-view.c:87
498msgid "Compact view"494msgid "Compact view"
499msgstr ""495msgstr ""
500496
501#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:124497#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:139
498#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:199
499#: /home/gotwig/translations-gen-fix/po/../src/fm-columns-view.c:186
500#, c-format
501msgid "Failed to rename %s to %s"
502msgstr ""
503
504#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:283
505msgid "Arran_ge Items"
506msgstr ""
507
508#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:288
509msgid "Re_versed Order"
510msgstr ""
511
512#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:289
513msgid "Display icons in the opposite order"
514msgstr ""
515
516#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:296
517msgid "By _Name"
518msgstr ""
519
520#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:297
521msgid "Keep icons sorted by name in rows"
522msgstr ""
523
524#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:300
525msgid "By _Size"
526msgstr ""
527
528#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:301
529msgid "Keep icons sorted by size in rows"
530msgstr ""
531
532#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:304
533msgid "By _Type"
534msgstr ""
535
536#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:305
537msgid "Keep icons sorted by type in rows"
538msgstr ""
539
540#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:308
541msgid "By Modification _Date"
542msgstr ""
543
544#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:309
545msgid "Keep icons sorted by modification date in rows"
546msgstr ""
547
548#: /home/gotwig/translations-gen-fix/po/../src/fm-abstract-icon-view.c:572
549#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:616
550#: /home/gotwig/translations-gen-fix/po/../src/fm-columns-view.c:82
551msgid "This folder is empty."
552msgstr ""
553
554#: /home/gotwig/translations-gen-fix/po/../src/exo-icon-view.c:887
555msgid "Layout mode"
556msgstr ""
557
558#: /home/gotwig/translations-gen-fix/po/../src/exo-icon-view.c:888
559msgid "The layout mode"
560msgstr ""
561
562#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:114
563#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:164
564#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:426
565#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:482
566msgid "File Operations"
567msgstr ""
568
569#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:123
570msgid "Show Details"
571msgstr ""
572
573#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:158
574#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:180
575#, c-format
576msgid "%'d file operation active"
577msgid_plural "%'d file operations active"
578msgstr[0] ""
579msgstr[1] ""
580
581#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:286
582msgid "Show Copy Dialog"
583msgstr ""
584
585#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:298
586msgid "Cancel All In-progress Actions"
587msgstr ""
588
589#: /home/gotwig/translations-gen-fix/po/../src/marlin-progress-ui-handler.c:483
590msgid "All file operations have been successfully completed"
591msgstr ""
592
593#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:124
502msgid "SSH"594msgid "SSH"
503msgstr ""595msgstr ""
504596
505#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:127597#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:127
506msgid "Public FTP"598msgid "Public FTP"
507msgstr ""599msgstr ""
508600
509#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:129601#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:129
510msgid "FTP (with login)"602msgid "FTP (with login)"
511msgstr ""603msgstr ""
512604
513#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:132605#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:132
514msgid "Windows share"606msgid "Windows share"
515msgstr ""607msgstr ""
516608
517#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:134609#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:134
518msgid "WebDAV (HTTP)"610msgid "WebDAV (HTTP)"
519msgstr ""611msgstr ""
520612
521#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:136613#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:136
522msgid "Secure WebDAV (HTTPS)"614msgid "Secure WebDAV (HTTPS)"
523msgstr ""615msgstr ""
524616
525#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:183617#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:183
526msgid "Connecting..."618msgid "Connecting..."
527msgstr ""619msgstr ""
528620
529#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:207621#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:207
530msgid ""622msgid ""
531"Can't load the supported server method list.\n"623"Can't load the supported server method list.\n"
532"Please check your gvfs installation."624"Please check your gvfs installation."
533msgstr ""625msgstr ""
534626
535#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:285627#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:285
536#, c-format628#, c-format
537msgid "The folder \"%s\" cannot be opened on \"%s\"."629msgid "The folder \"%s\" cannot be opened on \"%s\"."
538msgstr ""630msgstr ""
539631
540#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:295632#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:295
541#, c-format633#, c-format
542msgid "The server at \"%s\" cannot be found."634msgid "The server at \"%s\" cannot be found."
543msgstr ""635msgstr ""
544636
545#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:330637#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:330
546msgid "Try Again"638msgid "Try Again"
547msgstr ""639msgstr ""
548640
549#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:395641#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:395
550msgid "Please verify your user details."642msgid "Please verify your user details."
551msgstr ""643msgstr ""
552644
553#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:425645#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:425
554msgid "Continue"646msgid "Continue"
555msgstr ""647msgstr ""
556648
557#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:750649#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:750
558#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1140650#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1140
559msgid "C_onnect"651msgid "C_onnect"
560msgstr ""652msgstr ""
561653
562#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:875654#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:875
563msgid "Connect to Server"655msgid "Connect to Server"
564msgstr ""656msgstr ""
565657
566#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:893658#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:893
567msgid "Server Details"659msgid "Server Details"
568msgstr ""660msgstr ""
569661
570#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:917662#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:917
571msgid "_Server:"663msgid "_Server:"
572msgstr ""664msgstr ""
573665
574#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:937666#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:937
575msgid "_Port:"667msgid "_Port:"
576msgstr ""668msgstr ""
577669
578#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:955670#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:955
579msgid "_Type:"671msgid "_Type:"
580msgstr ""672msgstr ""
581673
582#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1024674#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1024
583msgid "Sh_are:"675msgid "Sh_are:"
584msgstr ""676msgstr ""
585677
586#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1039678#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1039
587msgid "_Folder:"679msgid "_Folder:"
588msgstr ""680msgstr ""
589681
590#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1057682#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1057
591msgid "User Details"683msgid "User Details"
592msgstr ""684msgstr ""
593685
594#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1080686#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1080
595msgid "_Domain name:"687msgid "_Domain name:"
596msgstr ""688msgstr ""
597689
598#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1095690#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1095
599msgid "_User name:"691msgid "_User name:"
600msgstr ""692msgstr ""
601693
602#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1110694#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1110
603msgid "Pass_word:"695msgid "Pass_word:"
604msgstr ""696msgstr ""
605697
606#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1126698#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1126
607msgid "_Remember this password"699msgid "_Remember this password"
608msgstr ""700msgstr ""
609701
610#: /home/codygarver/pantheon-files/po/../src/marlin-connect-server-dialog.c:1229702#: /home/gotwig/translations-gen-fix/po/../src/marlin-connect-server-dialog.c:1229
611msgid "Operation cancelled"703msgid "Operation cancelled"
612msgstr ""704msgstr ""
613705
614#: /home/codygarver/pantheon-files/po/../src/exo-tree-view.c:167706#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:420
707msgid "Show the version of the program."
708msgstr ""
709
710#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:424
711msgid "Open uri(s) in new tab"
712msgstr ""
713
714#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:426
715msgid "Quit Files."
716msgstr ""
717
718#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:428
719msgid "Enable debug logging"
720msgstr ""
721
722#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:429
723msgid "[URI...]"
724msgstr ""
725
726#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:438
727msgid ""
728"\n"
729"\n"
730"Browse the file system with the file manager"
731msgstr ""
732
733#: /home/gotwig/translations-gen-fix/po/../src/marlin-application.c:458
734msgid "--quit cannot be used with URIs."
735msgstr ""
736
737#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:103
738msgid "_Move Here"
739msgstr ""
740
741#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:108
742msgid "_Copy Here"
743msgstr ""
744
745#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:113
746msgid "_Link Here"
747msgstr ""
748
749#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:118
750msgid "Set as _Background"
751msgstr ""
752
753#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:125
754msgid "Cancel"
755msgstr ""
756
757#: /home/gotwig/translations-gen-fix/po/../src/marlin-dnd.c:217
758#, c-format
759msgid "Failed to execute file \"%s\""
760msgstr ""
761
762#: /home/gotwig/translations-gen-fix/po/../src/marlin-clipboard-manager.c:369
763msgid "There is nothing on the clipboard to paste"
764msgstr ""
765
766#: /home/gotwig/translations-gen-fix/po/../src/marlin-toolbar-editor.c:445
767msgid "Customize Toolbar"
768msgstr ""
769
770#: /home/gotwig/translations-gen-fix/po/../src/marlin-toolbar-editor.c:464
771msgid ""
772"Select items to be displayed on the toolbar. Items can be reordered by drag "
773"and drop."
774msgstr ""
775
776#: /home/gotwig/translations-gen-fix/po/../src/marlin-toolbar-editor.c:478
777msgid "Available Items"
778msgstr ""
779
780#: /home/gotwig/translations-gen-fix/po/../src/marlin-toolbar-editor.c:497
781msgid "Displayed Items"
782msgstr ""
783
784#: /home/gotwig/translations-gen-fix/po/../src/exo-tree-view.c:167
615msgid "Single Click"785msgid "Single Click"
616msgstr ""786msgstr ""
617787
618#: /home/codygarver/pantheon-files/po/../src/exo-tree-view.c:168788#: /home/gotwig/translations-gen-fix/po/../src/exo-tree-view.c:168
619msgid "Whether the items in the view can be activated with single clicks"789msgid "Whether the items in the view can be activated with single clicks"
620msgstr ""790msgstr ""
621791
622#: /home/codygarver/pantheon-files/po/../src/exo-tree-view.c:184792#: /home/gotwig/translations-gen-fix/po/../src/exo-tree-view.c:184
623msgid "Single Click Timeout"793msgid "Single Click Timeout"
624msgstr ""794msgstr ""
625795
626#: /home/codygarver/pantheon-files/po/../src/exo-tree-view.c:185796#: /home/gotwig/translations-gen-fix/po/../src/exo-tree-view.c:185
627msgid ""797msgid ""
628"The amount of time after which the item under the mouse cursor will be "798"The amount of time after which the item under the mouse cursor will be "
629"selected automatically in single click mode"799"selected automatically in single click mode"
630msgstr ""800msgstr ""
631801
632#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1151802#: /home/gotwig/translations-gen-fix/po/../src/fm-list-view.c:59
803msgid "Filename"
804msgstr ""
805
806#: /home/gotwig/translations-gen-fix/po/../src/fm-icon-view.c:86
807msgid "Icon directory listing"
808msgstr ""
809
810#: /home/gotwig/translations-gen-fix/po/../src/fm-icon-view.c:87
811msgid "Icon view"
812msgstr ""
813
814#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:310
815msgid "Personal"
816msgstr ""
817
818#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:315
819msgid "Your common places and bookmarks"
820msgstr ""
821
822#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:372
823msgid "Open the trash"
824msgstr ""
825
826#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:382
827msgid "Devices"
828msgstr ""
829
830#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:387
831msgid "Your local partitions and devices"
832msgstr ""
833
834#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:396
835msgid "Open the contents of the File System"
836msgstr ""
837
838#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:455
839#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:480
840#, c-format
841msgid "Mount and open %s"
842msgstr ""
843
844#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:593
845msgid "Your network places"
846msgstr ""
847
848#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:624
849msgid "Entire network"
850msgstr ""
851
852#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:626
853msgid "Browse the contents of the network"
854msgstr ""
855
856#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1610
857msgid "_Start"
858msgstr ""
859
860#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1611
861msgid "_Stop"
862msgstr ""
863
864#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1616
865msgid "_Power On"
866msgstr ""
867
868#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1617
869msgid "_Safely Remove Drive"
870msgstr ""
871
872#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1620
873msgid "_Connect Drive"
874msgstr ""
875
876#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1621
877msgid "_Disconnect Drive"
878msgstr ""
879
880#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1624
881msgid "_Start Multi-disk Device"
882msgstr ""
883
884#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1625
885msgid "_Stop Multi-disk Device"
886msgstr ""
887
888#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1629
889msgid "_Unlock Drive"
890msgstr ""
891
892#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1630
893msgid "_Lock Drive"
894msgstr ""
895
896#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1704
897#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2251
898#, c-format
899msgid "Unable to start %s"
900msgstr ""
901
902#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:1994
903#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2023
904#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2052
905#, c-format
906msgid "Unable to eject %s"
907msgstr ""
908
909#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2197
910#, c-format
911msgid "Unable to poll %s for media changes"
912msgstr ""
913
914#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2307
915#, c-format
916msgid "Unable to stop %s"
917msgstr ""
918
919#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2399
920#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1947
921#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3459
922msgid "_Open"
923msgstr ""
924
925#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2407
926#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1967
927#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3471
928msgid "Open in New _Tab"
929msgstr ""
930
931#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2414
932#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1976
933msgid "Open in New _Window"
934msgstr ""
935
936#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2423
937msgid "Remove"
938msgstr ""
939
940#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2432
941msgid "Rename..."
942msgstr ""
943
944#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2444
945msgid "_Mount"
946msgstr ""
947
948#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2451
949msgid "_Unmount"
950msgstr ""
951
952#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2458
953msgid "_Eject"
954msgstr ""
955
956#: /home/gotwig/translations-gen-fix/po/../src/marlin-places-sidebar.c:2466
957#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1422
958#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2310
959msgid "Empty _Trash"
960msgstr ""
961
962#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1151
633msgid "Invalid filename provided by XDS drag site"963msgid "Invalid filename provided by XDS drag site"
634msgstr ""964msgstr ""
635965
636#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1309966#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1309
637#, c-format967#, c-format
638msgid "Failed to create a link for the URL \"%s\""968msgid "Failed to create a link for the URL \"%s\""
639msgstr ""969msgstr ""
640970
641#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1794971#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1794
642#, c-format972#, c-format
643msgid "Use \"%s\" to open the selected item"973msgid "Use \"%s\" to open the selected item"
644msgid_plural "Use \"%s\" to open the selected items"974msgid_plural "Use \"%s\" to open the selected items"
645msgstr[0] ""975msgstr[0] ""
646msgstr[1] ""976msgstr[1] ""
647977
648#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1941978#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1941
649#, c-format979#, c-format
650msgid "_Open With %s"980msgid "_Open With %s"
651msgstr ""981msgstr ""
652982
653#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1947983#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1963
654#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3459
655#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2399
656msgid "_Open"
657msgstr ""
658
659#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1963
660#, c-format984#, c-format
661msgid "Open in %'d New _Tabs"985msgid "Open in %'d New _Tabs"
662msgstr ""986msgstr ""
663987
664#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1967988#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:1972
665#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3471
666#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2407
667msgid "Open in New _Tab"
668msgstr ""
669
670#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1972
671#, c-format989#, c-format
672msgid "Open in %'d New _Windows"990msgid "Open in %'d New _Windows"
673msgstr ""991msgstr ""
674992
675#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:1976993#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3431
676#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:2414
677msgid "Open in New _Window"
678msgstr ""
679
680#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3431
681msgid "Prepare the selected files to be moved with a Paste command"994msgid "Prepare the selected files to be moved with a Paste command"
682msgstr ""995msgstr ""
683996
684#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:3435997#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3435
685msgid "Prepare the selected files to be copied with a Paste command"998msgid "Prepare the selected files to be copied with a Paste command"
686msgstr ""999msgstr ""
6871000
688#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34391001#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3439
689msgid "Move or copy files previously selected by a Cut or Copy command"1002msgid "Move or copy files previously selected by a Cut or Copy command"
690msgstr ""1003msgstr ""
6911004
692#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34421005#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3442
693msgid "Paste Into Folder"1006msgid "Paste Into Folder"
694msgstr ""1007msgstr ""
6951008
696#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34431009#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3443
697msgid ""1010msgid ""
698"Move or copy files previously selected by a Cut or Copy command into "1011"Move or copy files previously selected by a Cut or Copy command into "
699"selected folder"1012"selected folder"
700msgstr ""1013msgstr ""
7011014
702#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34461015#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3446
703msgid "_Rename..."1016msgid "_Rename..."
704msgstr ""1017msgstr ""
7051018
706#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34471019#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3447
707msgid "Rename selected item"1020msgid "Rename selected item"
708msgstr ""1021msgstr ""
7091022
710#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34501023#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3450
711msgid "Create New _Folder"1024msgid "Create New _Folder"
712msgstr ""1025msgstr ""
7131026
714#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34511027#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3451
715msgid "Create a new empty folder inside this folder"1028msgid "Create a new empty folder inside this folder"
716msgstr ""1029msgstr ""
7171030
718#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34531031#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3453
719msgid "Create New _File"1032msgid "Create New _File"
720msgstr ""1033msgstr ""
7211034
722#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34551035#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3455
723msgid "_Empty Document"1036msgid "_Empty Document"
724msgstr ""1037msgstr ""
7251038
726#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34561039#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3456
727msgid "Create a new empty document inside this folder"1040msgid "Create a new empty document inside this folder"
728msgstr ""1041msgstr ""
7291042
730#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34601043#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3460
731msgid "Open the selected item"1044msgid "Open the selected item"
732msgstr ""1045msgstr ""
7331046
734#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34671047#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3467
735msgid "Open in new Window"1048msgid "Open in new Window"
736msgstr ""1049msgstr ""
7371050
738#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34681051#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3468
739msgid "Open each selected item in a new window"1052msgid "Open each selected item in a new window"
740msgstr ""1053msgstr ""
7411054
742#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34721055#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3472
743msgid "Open each selected item in a new tab"1056msgid "Open each selected item in a new tab"
744msgstr ""1057msgstr ""
7451058
746#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34741059#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3474
747msgid "Open Wit_h"1060msgid "Open Wit_h"
748msgstr ""1061msgstr ""
7491062
750#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34751063#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3475
751msgid "Choose a program with which to open the selected item"1064msgid "Choose a program with which to open the selected item"
752msgstr ""1065msgstr ""
7531066
754#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34771067#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3477
755msgid "Other _Application..."1068msgid "Other _Application..."
756msgstr ""1069msgstr ""
7571070
758#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34781071#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3478
759msgid "Choose another application with which to open the selected item"1072msgid "Choose another application with which to open the selected item"
760msgstr ""1073msgstr ""
7611074
762#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34811075#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3481
763msgid "Mo_ve to Trash"1076msgid "Mo_ve to Trash"
764msgstr ""1077msgstr ""
7651078
766#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34821079#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3482
767msgid "Move each selected item to the Trash"1080msgid "Move each selected item to the Trash"
768msgstr ""1081msgstr ""
7691082
770#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34851083#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3485
771msgid "_Delete Permanently"1084msgid "_Delete Permanently"
772msgstr ""1085msgstr ""
7731086
774#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34861087#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3486
775msgid "Delete each selected item, without moving to the Trash"1088msgid "Delete each selected item, without moving to the Trash"
776msgstr ""1089msgstr ""
7771090
778#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34891091#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3489
779msgid "_Restore"1092msgid "_Restore"
780msgstr ""1093msgstr ""
7811094
782#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34931095#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3493
783#: /home/codygarver/pantheon-files/po/../src/eel-editable-label.c:31901096#: /home/gotwig/translations-gen-fix/po/../src/eel-editable-label.c:3190
784msgid "Select All"1097msgid "Select All"
785msgstr ""1098msgstr ""
7861099
787#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34971100#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3497
788msgid "_Properties"1101msgid "_Properties"
789msgstr ""1102msgstr ""
7901103
791#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:34981104#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3498
792msgid "View or modify the properties of each selected item"1105msgid "View or modify the properties of each selected item"
793msgstr ""1106msgstr ""
7941107
795#: /home/codygarver/pantheon-files/po/../src/fm-directory-view.c:36051108#: /home/gotwig/translations-gen-fix/po/../src/fm-directory-view.c:3605
796msgid "Set Color:"1109msgid "Set Color:"
797msgstr ""1110msgstr ""
7981111
799#: /home/codygarver/pantheon-files/po/../src/exo-icon-view.c:8871112#: /home/gotwig/translations-gen-fix/po/../src/eel-editable-label.c:3201
800msgid "Layout mode"
801msgstr ""
802
803#: /home/codygarver/pantheon-files/po/../src/exo-icon-view.c:888
804msgid "The layout mode"
805msgstr ""
806
807#: /home/codygarver/pantheon-files/po/../src/marlin-clipboard-manager.c:369
808msgid "There is nothing on the clipboard to paste"
809msgstr ""
810
811#: /home/codygarver/pantheon-files/po/../src/fm-list-view.c:59
812msgid "Filename"
813msgstr ""
814
815#: /home/codygarver/pantheon-files/po/../src/eel-editable-label.c:3201
816msgid "Input Methods"1113msgid "Input Methods"
817msgstr ""1114msgstr ""
8181115
819#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:2831116#: /home/gotwig/translations-gen-fix/po/../libcore/eel-fcts.c:81
820msgid "Arran_ge Items"1117msgid "Today at %-I:%M %p"
821msgstr ""1118msgstr ""
8221119
823#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:2881120#: /home/gotwig/translations-gen-fix/po/../libcore/eel-fcts.c:85
824msgid "Re_versed Order"1121msgid "Yesterday at %-I:%M %p"
825msgstr ""1122msgstr ""
8261123
827#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:2891124#: /home/gotwig/translations-gen-fix/po/../libcore/eel-fcts.c:89
828msgid "Display icons in the opposite order"1125msgid "%a %-d %b %Y at %-I:%M %p"
829msgstr ""1126msgstr ""
8301127
831#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:2961128#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1202
832msgid "By _Name"1129#, c-format
833msgstr ""1130msgid "Delete %d copied items"
8341131msgstr ""
835#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:2971132
836msgid "Keep icons sorted by name in rows"1133#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1205
837msgstr ""1134#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1215
8381135#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1246
839#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:3001136#, c-format
840msgid "By _Size"1137msgid "Delete '%s'"
841msgstr ""1138msgstr ""
8421139
843#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:3011140#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1212
844msgid "Keep icons sorted by size in rows"1141#, c-format
845msgstr ""1142msgid "Delete %d duplicated items"
8461143msgstr ""
847#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:3041144
848msgid "By _Type"1145#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1223
849msgstr ""1146#, c-format
8501147msgid "Move %d items back to '%s'"
851#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:3051148msgstr ""
852msgid "Keep icons sorted by type in rows"1149
853msgstr ""1150#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1227
8541151#, c-format
855#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:3081152msgid "Move '%s' back to '%s'"
856msgid "By Modification _Date"1153msgstr ""
857msgstr ""1154
8581155#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1236
859#: /home/codygarver/pantheon-files/po/../src/fm-abstract-icon-view.c:3091156#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1403
860msgid "Keep icons sorted by modification date in rows"1157#, c-format
861msgstr ""1158msgid "Rename '%s' as '%s'"
8621159msgstr ""
863#: /home/codygarver/pantheon-files/po/../src/marlin-toolbar-editor.c:4451160
864msgid "Customize Toolbar"1161#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1255
865msgstr ""1162#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1450
8661163#, c-format
867#: /home/codygarver/pantheon-files/po/../src/marlin-toolbar-editor.c:4641164msgid "Restore %d items from trash"
868msgid ""1165msgstr ""
869"Select items to be displayed on the toolbar. Items can be reordered by drag "1166
870"and drop."1167#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1263
871msgstr ""1168#, c-format
8721169msgid "Restore '%s' to '%s'"
873#: /home/codygarver/pantheon-files/po/../src/marlin-toolbar-editor.c:4781170msgstr ""
874msgid "Available Items"1171
875msgstr ""1172#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1274
8761173#, c-format
877#: /home/codygarver/pantheon-files/po/../src/marlin-toolbar-editor.c:4971174msgid "Move %d items back to trash"
878msgid "Displayed Items"1175msgstr ""
879msgstr ""1176
8801177#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1277
881#: /home/codygarver/pantheon-files/po/../src/fm-icon-view.c:861178#, c-format
882msgid "Icon directory listing"1179msgid "Move '%s' back to trash"
883msgstr ""1180msgstr ""
8841181
885#: /home/codygarver/pantheon-files/po/../src/fm-icon-view.c:871182#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1286
886msgid "Icon view"1183#, c-format
887msgstr ""1184msgid "Delete links to %d items"
8881185msgstr ""
889#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:1031186
890msgid "_Move Here"1187#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1289
891msgstr ""1188#, c-format
8921189msgid "Delete link to '%s'"
893#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:1081190msgstr ""
894msgid "_Copy Here"1191
895msgstr ""1192#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1299
8961193#, c-format
897#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:1131194msgid "Restore original permissions of items enclosed in '%s'"
898msgid "_Link Here"1195msgstr ""
899msgstr ""1196
9001197#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1307
901#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:1181198#, c-format
902msgid "Set as _Background"1199msgid "Restore original permissions of '%s'"
903msgstr ""1200msgstr ""
9041201
905#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:1251202#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1316
906msgid "Cancel"1203#, c-format
907msgstr ""1204msgid "Restore group of '%s' to '%s'"
9081205msgstr ""
909#: /home/codygarver/pantheon-files/po/../src/marlin-dnd.c:2171206
910#, c-format1207#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1326
911msgid "Failed to execute file \"%s\""1208#, c-format
912msgstr ""1209msgid "Restore owner of '%s' to '%s'"
9131210msgstr ""
914#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:1141211
915#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:1641212#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1365
916#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:4261213#, c-format
917#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:4821214msgid "Copy %d items to '%s'"
918msgid "File Operations"1215msgstr ""
919msgstr ""1216
9201217#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1369
921#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:1231218#, c-format
922msgid "Show Details"1219msgid "Copy '%s' to '%s'"
923msgstr ""1220msgstr ""
9241221
925#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:1581222#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1377
926#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:1801223#, c-format
927#, c-format1224msgid "Duplicate of %d items in '%s'"
928msgid "%'d file operation active"1225msgstr ""
929msgid_plural "%'d file operations active"1226
930msgstr[0] ""1227#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1382
931msgstr[1] ""1228#, c-format
9321229msgid "Duplicate '%s' in '%s'"
933#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:2861230msgstr ""
934msgid "Show Copy Dialog"1231
935msgstr ""1232#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1390
9361233#, c-format
937#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:2981234msgid "Move %d items to '%s'"
938msgid "Cancel All In-progress Actions"1235msgstr ""
939msgstr ""1236
9401237#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1394
941#: /home/codygarver/pantheon-files/po/../src/marlin-progress-ui-handler.c:4831238#, c-format
942msgid "All file operations have been successfully completed"1239msgid "Move '%s' to '%s'"
943msgstr ""1240msgstr ""
9441241
945#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:4201242#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1412
946msgid "Show the version of the program."1243#, c-format
947msgstr ""1244msgid "Create new file '%s' from template "
9481245msgstr ""
949#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:4241246
950msgid "Open uri(s) in new tab"1247#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1419
951msgstr ""1248#, c-format
9521249msgid "Create an empty file '%s'"
953#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:4261250msgstr ""
954msgid "Quit Marlin."1251
955msgstr ""1252#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1426
9561253#, c-format
957#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:4281254msgid "Create a new folder '%s'"
958msgid "Enable debug logging"1255msgstr ""
959msgstr ""1256
9601257#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1434
961#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:4291258#, c-format
962msgid "[URI...]"1259msgid "Move %d items to trash"
963msgstr ""1260msgstr ""
9641261
965#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:4381262#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1440
966msgid ""1263#, c-format
967"\n"1264msgid "Move '%s' to trash"
968"\n"1265msgstr ""
969"Browse the file system with the file manager"1266
970msgstr ""1267#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1453
9711268#, c-format
972#: /home/codygarver/pantheon-files/po/../src/marlin-application.c:4581269msgid "Restore '%s' from trash"
973msgid "--quit cannot be used with URIs."1270msgstr ""
974msgstr ""1271
9751272#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1462
976#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:3101273#, c-format
977msgid "Personal"1274msgid "Create links to %d items"
978msgstr ""1275msgstr ""
9791276
980#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:3151277#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1465
981msgid "Your common places and bookmarks"1278#, c-format
982msgstr ""1279msgid "Create link to '%s'"
9831280msgstr ""
984#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:3721281
985msgid "Open the trash"1282#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1474
986msgstr ""1283#, c-format
9871284msgid "Set permissions of items enclosed in '%s'"
988#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:3821285msgstr ""
989msgid "Devices"1286
990msgstr ""1287#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1482
9911288#, c-format
992#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:3871289msgid "Set permissions of '%s'"
993msgid "Your local partitions and devices"1290msgstr ""
994msgstr ""1291
9951292#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1491
996#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:3961293#, c-format
997msgid "Open the contents of the File System"1294msgid "Set group of '%s' to '%s'"
998msgstr ""1295msgstr ""
9991296
1000#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:4551297#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1501
1001#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:4801298#, c-format
1002#, c-format1299msgid "Set owner of '%s' to '%s'"
1003msgid "Mount and open %s"1300msgstr ""
1004msgstr ""1301
10051302#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1533
1006#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:5931303#, c-format
1007msgid "Your network places"1304msgid "_Undo copy of %d item"
1008msgstr ""1305msgid_plural "_Undo copy of %d items"
10091306msgstr[0] ""
1010#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:6241307msgstr[1] ""
1011msgid "Entire network"1308
1012msgstr ""1309#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1538
10131310#, c-format
1014#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:6261311msgid "_Undo duplicate of %d item"
1015msgid "Browse the contents of the network"1312msgid_plural "_Undo duplicate of %d items"
1016msgstr ""1313msgstr[0] ""
10171314msgstr[1] ""
1018#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16101315
1019msgid "_Start"1316#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1543
1020msgstr ""1317#, c-format
10211318msgid "_Undo move of %d item"
1022#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16111319msgid_plural "_Undo move of %d items"
1023msgid "_Stop"1320msgstr[0] ""
1024msgstr ""1321msgstr[1] ""
10251322
1026#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16161323#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1548
1027msgid "_Power On"1324#, c-format
1028msgstr ""1325msgid "_Undo rename of %d item"
10291326msgid_plural "_Undo rename of %d items"
1030#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16171327msgstr[0] ""
1031msgid "_Safely Remove Drive"1328msgstr[1] ""
1032msgstr ""1329
10331330#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1552
1034#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16201331msgid "_Undo creation of an empty file"
1035msgid "_Connect Drive"1332msgstr ""
1036msgstr ""1333
10371334#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1555
1038#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16211335msgid "_Undo creation of a file from template"
1039msgid "_Disconnect Drive"1336msgstr ""
1040msgstr ""1337
10411338#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1559
1042#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16241339#, c-format
1043msgid "_Start Multi-disk Device"1340msgid "_Undo creation of %d folder"
1044msgstr ""1341msgid_plural "_Undo creation of %d folders"
10451342msgstr[0] ""
1046#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16251343msgstr[1] ""
1047msgid "_Stop Multi-disk Device"1344
1048msgstr ""1345#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1564
10491346#, c-format
1050#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16291347msgid "_Undo move to trash of %d item"
1051msgid "_Unlock Drive"1348msgid_plural "_Undo move to trash of %d items"
1052msgstr ""1349msgstr[0] ""
10531350msgstr[1] ""
1054#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:16301351
1055msgid "_Lock Drive"1352#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1569
1056msgstr ""1353#, c-format
10571354msgid "_Undo restore from trash of %d item"
1058#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:17041355msgid_plural "_Undo restore from trash of %d items"
1059#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:22511356msgstr[0] ""
1060#, c-format1357msgstr[1] ""
1061msgid "Unable to start %s"1358
1062msgstr ""1359#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1574
10631360#, c-format
1064#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:19941361msgid "_Undo create link to %d item"
1065#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:20231362msgid_plural "_Undo create link to %d items"
1066#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:20521363msgstr[0] ""
1067#, c-format1364msgstr[1] ""
1068msgid "Unable to eject %s"1365
1069msgstr ""1366#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1579
10701367#, c-format
1071#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:21971368msgid "_Undo delete of %d item"
1072#, c-format1369msgid_plural "_Undo delete of %d items"
1073msgid "Unable to poll %s for media changes"1370msgstr[0] ""
1074msgstr ""1371msgstr[1] ""
10751372
1076#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:23071373#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1584
1077#, c-format1374#, c-format
1078msgid "Unable to stop %s"1375msgid "Undo recursive change permissions of %d item"
1079msgstr ""1376msgid_plural "Undo recursive change permissions of %d items"
10801377msgstr[0] ""
1081#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:24231378msgstr[1] ""
1082msgid "Remove"1379
1083msgstr ""1380#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1590
10841381#, c-format
1085#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:24321382msgid "Undo change permissions of %d item"
1086msgid "Rename..."1383msgid_plural "Undo change permissions of %d items"
1087msgstr ""1384msgstr[0] ""
10881385msgstr[1] ""
1089#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:24441386
1090msgid "_Mount"1387#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1595
1091msgstr ""1388#, c-format
10921389msgid "Undo change group of %d item"
1093#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:24511390msgid_plural "Undo change group of %d items"
1094msgid "_Unmount"1391msgstr[0] ""
1095msgstr ""1392msgstr[1] ""
10961393
1097#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:24581394#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1600
1098msgid "_Eject"1395#, c-format
1099msgstr ""1396msgid "Undo change owner of %d item"
11001397msgid_plural "Undo change owner of %d items"
1101#: /home/codygarver/pantheon-files/po/../src/marlin-places-sidebar.c:24661398msgstr[0] ""
1102#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:14221399msgstr[1] ""
1103#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:23101400
1104msgid "Empty _Trash"1401#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1628
1105msgstr ""1402#, c-format
11061403msgid "_Redo copy of %d item"
1107#: /home/codygarver/pantheon-files/po/../libcore/eel-stock-dialogs.c:351404msgid_plural "_Redo copy of %d items"
1405msgstr[0] ""
1406msgstr[1] ""
1407
1408#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1633
1409#, c-format
1410msgid "_Redo duplicate of %d item"
1411msgid_plural "_Redo duplicate of %d items"
1412msgstr[0] ""
1413msgstr[1] ""
1414
1415#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1638
1416#, c-format
1417msgid "_Redo move of %d item"
1418msgid_plural "_Redo move of %d items"
1419msgstr[0] ""
1420msgstr[1] ""
1421
1422#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1643
1423#, c-format
1424msgid "_Redo rename of %d item"
1425msgid_plural "_Redo rename of %d items"
1426msgstr[0] ""
1427msgstr[1] ""
1428
1429#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1647
1430msgid "_Redo creation of an empty file"
1431msgstr ""
1432
1433#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1650
1434msgid "_Redo creation of a file from template"
1435msgstr ""
1436
1437#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1654
1438#, c-format
1439msgid "_Redo creation of %d folder"
1440msgid_plural "_Redo creation of %d folders"
1441msgstr[0] ""
1442msgstr[1] ""
1443
1444#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1659
1445#, c-format
1446msgid "_Redo move to trash of %d item"
1447msgid_plural "_Redo move to trash of %d items"
1448msgstr[0] ""
1449msgstr[1] ""
1450
1451#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1664
1452#, c-format
1453msgid "_Redo restore from trash of %d item"
1454msgid_plural "_Redo restore from trash of %d items"
1455msgstr[0] ""
1456msgstr[1] ""
1457
1458#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1669
1459#, c-format
1460msgid "_Redo create link to %d item"
1461msgid_plural "_Redo create link to %d items"
1462msgstr[0] ""
1463msgstr[1] ""
1464
1465#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1674
1466#, c-format
1467msgid "_Redo delete of %d item"
1468msgid_plural "_Redo delete of %d items"
1469msgstr[0] ""
1470msgstr[1] ""
1471
1472#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1679
1473#, c-format
1474msgid "Redo recursive change permissions of %d item"
1475msgid_plural "Redo recursive change permissions of %d items"
1476msgstr[0] ""
1477msgstr[1] ""
1478
1479#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1685
1480#, c-format
1481msgid "Redo change permissions of %d item"
1482msgid_plural "Redo change permissions of %d items"
1483msgstr[0] ""
1484msgstr[1] ""
1485
1486#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1690
1487#, c-format
1488msgid "Redo change group of %d item"
1489msgid_plural "Redo change group of %d items"
1490msgstr[0] ""
1491msgstr[1] ""
1492
1493#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-undostack-manager.c:1695
1494#, c-format
1495msgid "Redo change owner of %d item"
1496msgid_plural "Redo change owner of %d items"
1497msgstr[0] ""
1498msgstr[1] ""
1499
1500#: /home/gotwig/translations-gen-fix/po/../libcore/eel-vfs-extensions.c:72
1501msgid " (invalid Unicode)"
1502msgstr ""
1503
1504#: /home/gotwig/translations-gen-fix/po/../libcore/eel-stock-dialogs.c:35
1108msgid "Show more _details"1505msgid "Show more _details"
1109msgstr ""1506msgstr ""
11101507
1111#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-utilities.c:1191508#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:200
1112#, c-format1509#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:737
1113msgid "Could not determine original location of \"%s\" "
1114msgstr ""
1115
1116#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-utilities.c:122
1117msgid "The item cannot be restored from trash"
1118msgstr ""
1119
1120#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:200
1121#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:737
1122msgid "_Skip"1510msgid "_Skip"
1123msgstr ""1511msgstr ""
11241512
1125#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2011513#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:201
1126msgid "S_kip All"1514msgid "S_kip All"
1127msgstr ""1515msgstr ""
11281516
1129#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2021517#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:202
1130msgid "_Retry"1518msgid "_Retry"
1131msgstr ""1519msgstr ""
11321520
1133#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2031521#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:203
1134msgid "Delete _All"1522msgid "Delete _All"
1135msgstr ""1523msgstr ""
11361524
1137#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2041525#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:204
1138msgid "_Replace"1526msgid "_Replace"
1139msgstr ""1527msgstr ""
11401528
1141#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2051529#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:205
1142msgid "Replace _All"1530msgid "Replace _All"
1143msgstr ""1531msgstr ""
11441532
1145#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2061533#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:206
1146msgid "_Merge"1534msgid "_Merge"
1147msgstr ""1535msgstr ""
11481536
1149#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2071537#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:207
1150msgid "Merge _All"1538msgid "Merge _All"
1151msgstr ""1539msgstr ""
11521540
1153#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2081541#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:208
1154msgid "Copy _Anyway"1542msgid "Copy _Anyway"
1155msgstr ""1543msgstr ""
11561544
1157#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2941545#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:294
1158#, c-format1546#, c-format
1159msgid "%'d second"1547msgid "%'d second"
1160msgid_plural "%'d seconds"1548msgid_plural "%'d seconds"
1161msgstr[0] ""1549msgstr[0] ""
1162msgstr[1] ""1550msgstr[1] ""
11631551
1164#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:2991552#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:299
1165#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3101553#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:310
1166#, c-format1554#, c-format
1167msgid "%'d minute"1555msgid "%'d minute"
1168msgid_plural "%'d minutes"1556msgid_plural "%'d minutes"
1169msgstr[0] ""1557msgstr[0] ""
1170msgstr[1] ""1558msgstr[1] ""
11711559
1172#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3091560#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:309
1173#, c-format1561#, c-format
1174msgid "%'d hour"1562msgid "%'d hour"
1175msgid_plural "%'d hours"1563msgid_plural "%'d hours"
1176msgstr[0] ""1564msgstr[0] ""
1177msgstr[1] ""1565msgstr[1] ""
11781566
1179#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3171567#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:317
1180#, c-format1568#, c-format
1181msgid "approximately %'d hour"1569msgid "approximately %'d hour"
1182msgid_plural "approximately %'d hours"1570msgid_plural "approximately %'d hours"
1183msgstr[0] ""1571msgstr[0] ""
1184msgstr[1] ""1572msgstr[1] ""
11851573
1186#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3931574#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:393
1187#, c-format1575#, c-format
1188msgid "Link to %s"1576msgid "Link to %s"
1189msgstr ""1577msgstr ""
11901578
1191#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:3971579#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:397
1192#, c-format1580#, c-format
1193msgid "Another link to %s"1581msgid "Another link to %s"
1194msgstr ""1582msgstr ""
11951583
1196#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4131584#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:413
1197#, c-format1585#, c-format
1198msgid "%'dst link to %s"1586msgid "%'dst link to %s"
1199msgstr ""1587msgstr ""
12001588
1201#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4171589#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:417
1202#, c-format1590#, c-format
1203msgid "%'dnd link to %s"1591msgid "%'dnd link to %s"
1204msgstr ""1592msgstr ""
12051593
1206#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4211594#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:421
1207#, c-format1595#, c-format
1208msgid "%'drd link to %s"1596msgid "%'drd link to %s"
1209msgstr ""1597msgstr ""
12101598
1211#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4251599#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:425
1212#, c-format1600#, c-format
1213msgid "%'dth link to %s"1601msgid "%'dth link to %s"
1214msgstr ""1602msgstr ""
12151603
1216#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4631604#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:463
1217msgid " (copy)"1605msgid " (copy)"
1218msgstr ""1606msgstr ""
12191607
1220#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4651608#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:465
1221msgid " (another copy)"1609msgid " (another copy)"
1222msgstr ""1610msgstr ""
12231611
1224#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4681612#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:468
1225#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4701613#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:470
1226#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4721614#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:472
1227#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4821615#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:482
1228msgid "th copy)"1616msgid "th copy)"
1229msgstr ""1617msgstr ""
12301618
1231#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4751619#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:475
1232msgid "st copy)"1620msgid "st copy)"
1233msgstr ""1621msgstr ""
12341622
1235#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4771623#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:477
1236msgid "nd copy)"1624msgid "nd copy)"
1237msgstr ""1625msgstr ""
12381626
1239#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4791627#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:479
1240msgid "rd copy)"1628msgid "rd copy)"
1241msgstr ""1629msgstr ""
12421630
1243#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4961631#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:496
1244#, c-format1632#, c-format
1245msgid "%s (copy)%s"1633msgid "%s (copy)%s"
1246msgstr ""1634msgstr ""
12471635
1248#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:4981636#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:498
1249#, c-format1637#, c-format
1250msgid "%s (another copy)%s"1638msgid "%s (another copy)%s"
1251msgstr ""1639msgstr ""
12521640
1253#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5011641#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:501
1254#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5031642#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:503
1255#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5051643#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:505
1256#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5191644#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:519
1257#, c-format1645#, c-format
1258msgid "%s (%'dth copy)%s"1646msgid "%s (%'dth copy)%s"
1259msgstr ""1647msgstr ""
12601648
1261#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5131649#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:513
1262#, c-format1650#, c-format
1263msgid "%s (%'dst copy)%s"1651msgid "%s (%'dst copy)%s"
1264msgstr ""1652msgstr ""
12651653
1266#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5151654#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:515
1267#, c-format1655#, c-format
1268msgid "%s (%'dnd copy)%s"1656msgid "%s (%'dnd copy)%s"
1269msgstr ""1657msgstr ""
12701658
1271#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:5171659#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:517
1272#, c-format1660#, c-format
1273msgid "%s (%'drd copy)%s"1661msgid "%s (%'drd copy)%s"
1274msgstr ""1662msgstr ""
12751663
1276#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:6171664#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:617
1277msgid " ("1665msgid " ("
1278msgstr ""1666msgstr ""
12791667
1280#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:6251668#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:625
1281#, c-format1669#, c-format
1282msgid " (%'d"1670msgid " (%'d"
1283msgstr ""1671msgstr ""
12841672
1285#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:13811673#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1381
1286msgid "Are you sure you want to permanently delete \"%B\" from the trash?"1674msgid "Are you sure you want to permanently delete \"%B\" from the trash?"
1287msgstr ""1675msgstr ""
12881676
1289#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:13841677#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1384
1290#, c-format1678#, c-format
1291msgid ""1679msgid ""
1292"Are you sure you want to permanently delete the %'d selected item from the "1680"Are you sure you want to permanently delete the %'d selected item from the "
@@ -1297,24 +1685,24 @@
1297msgstr[0] ""1685msgstr[0] ""
1298msgstr[1] ""1686msgstr[1] ""
12991687
1300#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:13941688#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1394
1301#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:14621689#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1462
1302msgid "If you delete an item, it will be permanently lost."1690msgid "If you delete an item, it will be permanently lost."
1303msgstr ""1691msgstr ""
13041692
1305#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:14151693#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1415
1306msgid "Empty all items from Trash?"1694msgid "Empty all items from Trash?"
1307msgstr ""1695msgstr ""
13081696
1309#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:14191697#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1419
1310msgid "All items in the Trash will be permanently deleted."1698msgid "All items in the Trash will be permanently deleted."
1311msgstr ""1699msgstr ""
13121700
1313#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:14501701#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1450
1314msgid "Are you sure you want to permanently delete \"%B\"?"1702msgid "Are you sure you want to permanently delete \"%B\"?"
1315msgstr ""1703msgstr ""
13161704
1317#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:14531705#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1453
1318#, c-format1706#, c-format
1319msgid "Are you sure you want to permanently delete the %'d selected item?"1707msgid "Are you sure you want to permanently delete the %'d selected item?"
1320msgid_plural ""1708msgid_plural ""
@@ -1322,1046 +1710,675 @@
1322msgstr[0] ""1710msgstr[0] ""
1323msgstr[1] ""1711msgstr[1] ""
13241712
1325#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:14781713#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1478
1326#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:15101714#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1510
1327msgid "Deleting files"1715msgid "Deleting files"
1328msgstr ""1716msgstr ""
13291717
1330#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:15041718#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1504
1331#, c-format1719#, c-format
1332msgid "%'d file left to delete"1720msgid "%'d file left to delete"
1333msgid_plural "%'d files left to delete"1721msgid_plural "%'d files left to delete"
1334msgstr[0] ""1722msgstr[0] ""
1335msgstr[1] ""1723msgstr[1] ""
13361724
1337#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:15241725#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1524
1338msgid "%T left"1726msgid "%T left"
1339msgid_plural "%T left"1727msgid_plural "%T left"
1340msgstr[0] ""1728msgstr[0] ""
1341msgstr[1] ""1729msgstr[1] ""
13421730
1343#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:15921731#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1592
1344#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:16261732#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1626
1345#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:16651733#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1665
1346#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:17421734#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1742
1347#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:25731735#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2573
1348msgid "Error while deleting."1736msgid "Error while deleting."
1349msgstr ""1737msgstr ""
13501738
1351#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:15961739#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1596
1352msgid ""1740msgid ""
1353"Files in the folder \"%B\" cannot be deleted because you do not have "1741"Files in the folder \"%B\" cannot be deleted because you do not have "
1354"permissions to see them."1742"permissions to see them."
1355msgstr ""1743msgstr ""
13561744
1357#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:15991745#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1599
1358#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:26321746#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2632
1359#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:36281747#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3628
1360msgid ""1748msgid ""
1361"There was an error getting information about the files in the folder \"%B\"."1749"There was an error getting information about the files in the folder \"%B\"."
1362msgstr ""1750msgstr ""
13631751
1364#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:16081752#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1608
1365#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:36371753#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3637
1366msgid "_Skip files"1754msgid "_Skip files"
1367msgstr ""1755msgstr ""
13681756
1369#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:16291757#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1629
1370msgid ""1758msgid ""
1371"The folder \"%B\" cannot be deleted because you do not have permissions to "1759"The folder \"%B\" cannot be deleted because you do not have permissions to "
1372"read it."1760"read it."
1373msgstr ""1761msgstr ""
13741762
1375#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:16321763#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1632
1376#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:26711764#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2671
1377#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:36731765#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3673
1378msgid "There was an error reading the folder \"%B\"."1766msgid "There was an error reading the folder \"%B\"."
1379msgstr ""1767msgstr ""
13801768
1381#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:16661769#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1666
1382msgid "Could not remove the folder %B."1770msgid "Could not remove the folder %B."
1383msgstr ""1771msgstr ""
13841772
1385#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:17431773#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1743
1386msgid "There was an error deleting %B."1774msgid "There was an error deleting %B."
1387msgstr ""1775msgstr ""
13881776
1389#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:18191777#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1819
1390#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:18311778#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1831
1391msgid "Moving files to trash"1779msgid "Moving files to trash"
1392msgstr ""1780msgstr ""
13931781
1394#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:18331782#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1833
1395#, c-format1783#, c-format
1396msgid "%'d file left to trash"1784msgid "%'d file left to trash"
1397msgid_plural "%'d files left to trash"1785msgid_plural "%'d files left to trash"
1398msgstr[0] ""1786msgstr[0] ""
1399msgstr[1] ""1787msgstr[1] ""
14001788
1401#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:18881789#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1888
1402msgid "Cannot move file to trash. Delete Immediately?"1790msgid "Cannot move file to trash. Delete Immediately?"
1403msgstr ""1791msgstr ""
14041792
1405#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:18891793#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:1889
1406msgid ""1794msgid ""
1407"This file is located on an external media and cannot be moved to the trash. "1795"This file is located on an external media and cannot be moved to the trash. "
1408"Once deleted, it cannot be restored."1796"Once deleted, it cannot be restored."
1409msgstr ""1797msgstr ""
14101798
1411#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:20691799#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2069
1412msgid "Trashing Files"1800msgid "Trashing Files"
1413msgstr ""1801msgstr ""
14141802
1415#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:20711803#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2071
1416msgid "Deleting Files"1804msgid "Deleting Files"
1417msgstr ""1805msgstr ""
14181806
1419#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:21431807#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2143
1420msgid "Unable to eject %V"1808msgid "Unable to eject %V"
1421msgstr ""1809msgstr ""
14221810
1423#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:21451811#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2145
1424msgid "Unable to unmount %V"1812msgid "Unable to unmount %V"
1425msgstr ""1813msgstr ""
14261814
1427#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:23001815#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2300
1428msgid "Do you want to empty the trash before you unmount?"1816msgid "Do you want to empty the trash before you unmount?"
1429msgstr ""1817msgstr ""
14301818
1431#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:23021819#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2302
1432msgid ""1820msgid ""
1433"In order to regain the free space on this volume the trash must be emptied. "1821"In order to regain the free space on this volume the trash must be emptied. "
1434"All trashed items on the volume will be permanently lost."1822"All trashed items on the volume will be permanently lost."
1435msgstr ""1823msgstr ""
14361824
1437#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:23081825#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2308
1438msgid "Do _not Empty Trash"1826msgid "Do _not Empty Trash"
1439msgstr ""1827msgstr ""
14401828
1441#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:23631829#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2363
1442msgid "Emptying the trash"1830msgid "Emptying the trash"
1443msgstr ""1831msgstr ""
14441832
1445#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:24301833#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2430
1446#, c-format1834#, c-format
1447msgid "Unable to mount %s"1835msgid "Unable to mount %s"
1448msgstr ""1836msgstr ""
14491837
1450#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:25081838#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2508
1451#, c-format1839#, c-format
1452msgid "Preparing to copy %'d file (%S)"1840msgid "Preparing to copy %'d file (%S)"
1453msgid_plural "Preparing to copy %'d files (%S)"1841msgid_plural "Preparing to copy %'d files (%S)"
1454msgstr[0] ""1842msgstr[0] ""
1455msgstr[1] ""1843msgstr[1] ""
14561844
1457#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:25141845#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2514
1458#, c-format1846#, c-format
1459msgid "Preparing to move %'d file (%S)"1847msgid "Preparing to move %'d file (%S)"
1460msgid_plural "Preparing to move %'d files (%S)"1848msgid_plural "Preparing to move %'d files (%S)"
1461msgstr[0] ""1849msgstr[0] ""
1462msgstr[1] ""1850msgstr[1] ""
14631851
1464#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:25201852#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2520
1465#, c-format1853#, c-format
1466msgid "Preparing to delete %'d file (%S)"1854msgid "Preparing to delete %'d file (%S)"
1467msgid_plural "Preparing to delete %'d files (%S)"1855msgid_plural "Preparing to delete %'d files (%S)"
1468msgstr[0] ""1856msgstr[0] ""
1469msgstr[1] ""1857msgstr[1] ""
14701858
1471#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:25261859#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2526
1472#, c-format1860#, c-format
1473msgid "Preparing to trash %'d file"1861msgid "Preparing to trash %'d file"
1474msgid_plural "Preparing to trash %'d files"1862msgid_plural "Preparing to trash %'d files"
1475msgstr[0] ""1863msgstr[0] ""
1476msgstr[1] ""1864msgstr[1] ""
14771865
1478#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:25691866#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2569
1479#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:34891867#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3489
1480#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:36201868#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3620
1481#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:36651869#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3665
1482msgid "Error while copying."1870msgid "Error while copying."
1483msgstr ""1871msgstr ""
14841872
1485#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:25711873#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2571
1486#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:36181874#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3618
1487#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:36631875#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3663
1488msgid "Error while moving."1876msgid "Error while moving."
1489msgstr ""1877msgstr ""
14901878
1491#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:25751879#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2575
1492msgid "Error while moving files to trash."1880msgid "Error while moving files to trash."
1493msgstr ""1881msgstr ""
14941882
1495#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:26291883#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2629
1496msgid ""1884msgid ""
1497"Files in the folder \"%B\" cannot be handled because you do not have "1885"Files in the folder \"%B\" cannot be handled because you do not have "
1498"permissions to see them."1886"permissions to see them."
1499msgstr ""1887msgstr ""
15001888
1501#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:26681889#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2668
1502msgid ""1890msgid ""
1503"The folder \"%B\" cannot be handled because you do not have permissions to "1891"The folder \"%B\" cannot be handled because you do not have permissions to "
1504"read it."1892"read it."
1505msgstr ""1893msgstr ""
15061894
1507#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:27451895#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2745
1508msgid ""1896msgid ""
1509"The file \"%B\" cannot be handled because you do not have permissions to "1897"The file \"%B\" cannot be handled because you do not have permissions to "
1510"read it."1898"read it."
1511msgstr ""1899msgstr ""
15121900
1513#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:27481901#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2748
1514msgid "There was an error getting information about \"%B\"."1902msgid "There was an error getting information about \"%B\"."
1515msgstr ""1903msgstr ""
15161904
1517#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:28481905#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2848
1518#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:28901906#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2890
1519#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:29231907#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2923
1520#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:29531908#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2953
1521msgid "Error while copying to \"%B\"."1909msgid "Error while copying to \"%B\"."
1522msgstr ""1910msgstr ""
15231911
1524#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:28521912#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2852
1525msgid "You do not have permissions to access the destination folder."1913msgid "You do not have permissions to access the destination folder."
1526msgstr ""1914msgstr ""
15271915
1528#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:28541916#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2854
1529msgid "There was an error getting information about the destination."1917msgid "There was an error getting information about the destination."
1530msgstr ""1918msgstr ""
15311919
1532#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:28911920#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2891
1533msgid "The destination is not a folder."1921msgid "The destination is not a folder."
1534msgstr ""1922msgstr ""
15351923
1536#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:29241924#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2924
1537msgid ""1925msgid ""
1538"There is not enough space on the destination. Try to remove files to make "1926"There is not enough space on the destination. Try to remove files to make "
1539"space."1927"space."
1540msgstr ""1928msgstr ""
15411929
1542#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:29261930#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2926
1543#, c-format1931#, c-format
1544msgid "There is %S available, but %S is required."1932msgid "There is %S available, but %S is required."
1545msgstr ""1933msgstr ""
15461934
1547#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:29541935#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:2954
1548msgid "The destination is read-only."1936msgid "The destination is read-only."
1549msgstr ""1937msgstr ""
15501938
1551#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:30151939#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3015
1552msgid "Moving \"%B\" to \"%B\""1940msgid "Moving \"%B\" to \"%B\""
1553msgstr ""1941msgstr ""
15541942
1555#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:30161943#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3016
1556msgid "Copying \"%B\" to \"%B\""1944msgid "Copying \"%B\" to \"%B\""
1557msgstr ""1945msgstr ""
15581946
1559#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:30201947#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3020
1560msgid "Duplicating \"%B\""1948msgid "Duplicating \"%B\""
1561msgstr ""1949msgstr ""
15621950
1563#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:30241951#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3024
1564msgid "Moving %'d file (in \"%B\") to \"%B\""1952msgid "Moving %'d file (in \"%B\") to \"%B\""
1565msgid_plural "Moving %'d files (in \"%B\") to \"%B\""1953msgid_plural "Moving %'d files (in \"%B\") to \"%B\""
1566msgstr[0] ""1954msgstr[0] ""
1567msgstr[1] ""1955msgstr[1] ""
15681956
1569#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:30271957#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3027
1570msgid "Copying %'d file (in \"%B\") to \"%B\""1958msgid "Copying %'d file (in \"%B\") to \"%B\""
1571msgid_plural "Copying %'d files (in \"%B\") to \"%B\""1959msgid_plural "Copying %'d files (in \"%B\") to \"%B\""
1572msgstr[0] ""1960msgstr[0] ""
1573msgstr[1] ""1961msgstr[1] ""
15741962
1575#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:30341963#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3034
1576msgid "Duplicating %'d file (in \"%B\")"1964msgid "Duplicating %'d file (in \"%B\")"
1577msgid_plural "Duplicating %'d files (in \"%B\")"1965msgid_plural "Duplicating %'d files (in \"%B\")"
1578msgstr[0] ""1966msgstr[0] ""
1579msgstr[1] ""1967msgstr[1] ""
15801968
1581#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:30431969#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3043
1582msgid "Moving %'d file to \"%B\""1970msgid "Moving %'d file to \"%B\""
1583msgid_plural "Moving %'d files to \"%B\""1971msgid_plural "Moving %'d files to \"%B\""
1584msgstr[0] ""1972msgstr[0] ""
1585msgstr[1] ""1973msgstr[1] ""
15861974
1587#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:30471975#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3047
1588msgid "Copying %'d file to \"%B\""1976msgid "Copying %'d file to \"%B\""
1589msgid_plural "Copying %'d files to \"%B\""1977msgid_plural "Copying %'d files to \"%B\""
1590msgstr[0] ""1978msgstr[0] ""
1591msgstr[1] ""1979msgstr[1] ""
15921980
1593#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:30521981#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3052
1594#, c-format1982#, c-format
1595msgid "Duplicating %'d file"1983msgid "Duplicating %'d file"
1596msgid_plural "Duplicating %'d files"1984msgid_plural "Duplicating %'d files"
1597msgstr[0] ""1985msgstr[0] ""
1598msgstr[1] ""1986msgstr[1] ""
15991987
1600#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:31031988#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3103
1601#, c-format1989#, c-format
1602msgid "%S of %S"1990msgid "%S of %S"
1603msgstr ""1991msgstr ""
16041992
1605#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:31141993#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3114
1606msgid "%S of %S — %T left (%S/sec)"1994msgid "%S of %S — %T left (%S/sec)"
1607msgid_plural "%S of %S — %T left (%S/sec)"1995msgid_plural "%S of %S — %T left (%S/sec)"
1608msgstr[0] ""1996msgstr[0] ""
1609msgstr[1] ""1997msgstr[1] ""
16101998
1611#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:34931999#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3493
1612msgid ""2000msgid ""
1613"The folder \"%B\" cannot be copied because you do not have permissions to "2001"The folder \"%B\" cannot be copied because you do not have permissions to "
1614"create it in the destination."2002"create it in the destination."
1615msgstr ""2003msgstr ""
16162004
1617#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:34962005#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3496
1618msgid "There was an error creating the folder \"%B\"."2006msgid "There was an error creating the folder \"%B\"."
1619msgstr ""2007msgstr ""
16202008
1621#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:36252009#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3625
1622msgid ""2010msgid ""
1623"Files in the folder \"%B\" cannot be copied because you do not have "2011"Files in the folder \"%B\" cannot be copied because you do not have "
1624"permissions to see them."2012"permissions to see them."
1625msgstr ""2013msgstr ""
16262014
1627#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:36702015#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3670
1628msgid ""2016msgid ""
1629"The folder \"%B\" cannot be copied because you do not have permissions to "2017"The folder \"%B\" cannot be copied because you do not have permissions to "
1630"read it."2018"read it."
1631msgstr ""2019msgstr ""
16322020
1633#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:37152021#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3715
1634#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:44162022#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4416
1635#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:50042023#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5004
1636msgid "Error while moving \"%B\"."2024msgid "Error while moving \"%B\"."
1637msgstr ""2025msgstr ""
16382026
1639#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:37162027#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3716
1640msgid "Could not remove the source folder."2028msgid "Could not remove the source folder."
1641msgstr ""2029msgstr ""
16422030
1643#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:38012031#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3801
1644#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:38422032#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3842
1645#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:44182033#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4418
1646#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:44892034#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4489
1647msgid "Error while copying \"%B\"."2035msgid "Error while copying \"%B\"."
1648msgstr ""2036msgstr ""
16492037
1650#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:38022038#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3802
1651#, c-format2039#, c-format
1652msgid "Could not remove files from the already existing folder %F."2040msgid "Could not remove files from the already existing folder %F."
1653msgstr ""2041msgstr ""
16542042
1655#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:38432043#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:3843
1656#, c-format2044#, c-format
1657msgid "Could not remove the already existing file %F."2045msgid "Could not remove the already existing file %F."
1658msgstr ""2046msgstr ""
16592047
1660#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:41722048#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4172
1661#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:48442049#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4844
1662msgid "You cannot move a folder into itself."2050msgid "You cannot move a folder into itself."
1663msgstr ""2051msgstr ""
16642052
1665#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:41732053#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4173
1666#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:48452054#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4845
1667msgid "You cannot copy a folder into itself."2055msgid "You cannot copy a folder into itself."
1668msgstr ""2056msgstr ""
16692057
1670#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:41742058#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4174
1671#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:48462059#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4846
1672msgid "The destination folder is inside the source folder."2060msgid "The destination folder is inside the source folder."
1673msgstr ""2061msgstr ""
16742062
1675#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:42052063#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4205
1676msgid "You cannot move a file over itself."2064msgid "You cannot move a file over itself."
1677msgstr ""2065msgstr ""
16782066
1679#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:42062067#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4206
1680msgid "You cannot copy a file over itself."2068msgid "You cannot copy a file over itself."
1681msgstr ""2069msgstr ""
16822070
1683#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:42072071#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4207
1684msgid "The source file would be overwritten by the destination."2072msgid "The source file would be overwritten by the destination."
1685msgstr ""2073msgstr ""
16862074
1687#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:44202075#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4420
1688#, c-format2076#, c-format
1689msgid "Could not remove the already existing file with the same name in %F."2077msgid "Could not remove the already existing file with the same name in %F."
1690msgstr ""2078msgstr ""
16912079
1692#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:44902080#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4490
1693#, c-format2081#, c-format
1694msgid "There was an error copying the file into %F."2082msgid "There was an error copying the file into %F."
1695msgstr ""2083msgstr ""
16962084
1697#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:47182085#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4718
1698msgid "Copying Files"2086msgid "Copying Files"
1699msgstr ""2087msgstr ""
17002088
1701#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:47442089#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4744
1702msgid "Preparing to move to \"%B\""2090msgid "Preparing to move to \"%B\""
1703msgstr ""2091msgstr ""
17042092
1705#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:47562093#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:4756
1706#, c-format2094#, c-format
1707msgid "Preparing to move %'d file"2095msgid "Preparing to move %'d file"
1708msgid_plural "Preparing to move %'d files"2096msgid_plural "Preparing to move %'d files"
1709msgstr[0] ""2097msgstr[0] ""
1710msgstr[1] ""2098msgstr[1] ""
17112099
1712#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:50052100#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5005
1713#, c-format2101#, c-format
1714msgid "There was an error moving the file into %F."2102msgid "There was an error moving the file into %F."
1715msgstr ""2103msgstr ""
17162104
1717#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:52682105#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5268
1718msgid "Moving Files"2106msgid "Moving Files"
1719msgstr ""2107msgstr ""
17202108
1721#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:52982109#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5298
1722msgid "Creating links in \"%B\""2110msgid "Creating links in \"%B\""
1723msgstr ""2111msgstr ""
17242112
1725#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:53092113#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5309
1726#, c-format2114#, c-format
1727msgid "Making link to %'d file"2115msgid "Making link to %'d file"
1728msgid_plural "Making links to %'d files"2116msgid_plural "Making links to %'d files"
1729msgstr[0] ""2117msgstr[0] ""
1730msgstr[1] ""2118msgstr[1] ""
17312119
1732#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:54442120#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5444
1733msgid "Error while creating link to %B."2121msgid "Error while creating link to %B."
1734msgstr ""2122msgstr ""
17352123
1736#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:54462124#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5446
1737msgid "Symbolic links only supported for local files"2125msgid "Symbolic links only supported for local files"
1738msgstr ""2126msgstr ""
17392127
1740#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:54492128#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5449
1741msgid "The target doesn't support symbolic links."2129msgid "The target doesn't support symbolic links."
1742msgstr ""2130msgstr ""
17432131
1744#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:54522132#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5452
1745#, c-format2133#, c-format
1746msgid "There was an error creating the symlink in %F."2134msgid "There was an error creating the symlink in %F."
1747msgstr ""2135msgstr ""
17482136
1749#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:57802137#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5780
1750#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:57832138#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:5783
1751msgid "Setting permissions"2139msgid "Setting permissions"
1752msgstr ""2140msgstr ""
17532141
1754#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:60342142#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6034
1755msgid "untitled folder"2143msgid "untitled folder"
1756msgstr ""2144msgstr ""
17572145
1758#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:60422146#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6042
1759msgid "new file"2147msgid "new file"
1760msgstr ""2148msgstr ""
17612149
1762#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:62132150#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6213
1763msgid "Error while creating directory %B."2151msgid "Error while creating directory %B."
1764msgstr ""2152msgstr ""
17652153
1766#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:62152154#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6215
1767msgid "Error while creating file %B."2155msgid "Error while creating file %B."
1768msgstr ""2156msgstr ""
17692157
1770#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:62172158#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6217
1771#, c-format2159#, c-format
1772msgid "There was an error creating the directory in %F."2160msgid "There was an error creating the directory in %F."
1773msgstr ""2161msgstr ""
17742162
1775#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-operations.c:65342163#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-operations.c:6534
1776msgid "Emptying Trash"2164msgid "Emptying Trash"
1777msgstr ""2165msgstr ""
17782166
1779#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:12022167#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:252
1780#, c-format
1781msgid "Delete %d copied items"
1782msgstr ""
1783
1784#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1205
1785#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1215
1786#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1246
1787#, c-format
1788msgid "Delete '%s'"
1789msgstr ""
1790
1791#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1212
1792#, c-format
1793msgid "Delete %d duplicated items"
1794msgstr ""
1795
1796#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1223
1797#, c-format
1798msgid "Move %d items back to '%s'"
1799msgstr ""
1800
1801#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1227
1802#, c-format
1803msgid "Move '%s' back to '%s'"
1804msgstr ""
1805
1806#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1236
1807#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1403
1808#, c-format
1809msgid "Rename '%s' as '%s'"
1810msgstr ""
1811
1812#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1255
1813#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1450
1814#, c-format
1815msgid "Restore %d items from trash"
1816msgstr ""
1817
1818#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1263
1819#, c-format
1820msgid "Restore '%s' to '%s'"
1821msgstr ""
1822
1823#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1274
1824#, c-format
1825msgid "Move %d items back to trash"
1826msgstr ""
1827
1828#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1277
1829#, c-format
1830msgid "Move '%s' back to trash"
1831msgstr ""
1832
1833#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1286
1834#, c-format
1835msgid "Delete links to %d items"
1836msgstr ""
1837
1838#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1289
1839#, c-format
1840msgid "Delete link to '%s'"
1841msgstr ""
1842
1843#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1299
1844#, c-format
1845msgid "Restore original permissions of items enclosed in '%s'"
1846msgstr ""
1847
1848#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1307
1849#, c-format
1850msgid "Restore original permissions of '%s'"
1851msgstr ""
1852
1853#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1316
1854#, c-format
1855msgid "Restore group of '%s' to '%s'"
1856msgstr ""
1857
1858#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1326
1859#, c-format
1860msgid "Restore owner of '%s' to '%s'"
1861msgstr ""
1862
1863#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1365
1864#, c-format
1865msgid "Copy %d items to '%s'"
1866msgstr ""
1867
1868#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1369
1869#, c-format
1870msgid "Copy '%s' to '%s'"
1871msgstr ""
1872
1873#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1377
1874#, c-format
1875msgid "Duplicate of %d items in '%s'"
1876msgstr ""
1877
1878#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1382
1879#, c-format
1880msgid "Duplicate '%s' in '%s'"
1881msgstr ""
1882
1883#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1390
1884#, c-format
1885msgid "Move %d items to '%s'"
1886msgstr ""
1887
1888#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1394
1889#, c-format
1890msgid "Move '%s' to '%s'"
1891msgstr ""
1892
1893#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1412
1894#, c-format
1895msgid "Create new file '%s' from template "
1896msgstr ""
1897
1898#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1419
1899#, c-format
1900msgid "Create an empty file '%s'"
1901msgstr ""
1902
1903#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1426
1904#, c-format
1905msgid "Create a new folder '%s'"
1906msgstr ""
1907
1908#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1434
1909#, c-format
1910msgid "Move %d items to trash"
1911msgstr ""
1912
1913#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1440
1914#, c-format
1915msgid "Move '%s' to trash"
1916msgstr ""
1917
1918#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1453
1919#, c-format
1920msgid "Restore '%s' from trash"
1921msgstr ""
1922
1923#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1462
1924#, c-format
1925msgid "Create links to %d items"
1926msgstr ""
1927
1928#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1465
1929#, c-format
1930msgid "Create link to '%s'"
1931msgstr ""
1932
1933#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1474
1934#, c-format
1935msgid "Set permissions of items enclosed in '%s'"
1936msgstr ""
1937
1938#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1482
1939#, c-format
1940msgid "Set permissions of '%s'"
1941msgstr ""
1942
1943#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1491
1944#, c-format
1945msgid "Set group of '%s' to '%s'"
1946msgstr ""
1947
1948#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1501
1949#, c-format
1950msgid "Set owner of '%s' to '%s'"
1951msgstr ""
1952
1953#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1533
1954#, c-format
1955msgid "_Undo copy of %d item"
1956msgid_plural "_Undo copy of %d items"
1957msgstr[0] ""
1958msgstr[1] ""
1959
1960#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1538
1961#, c-format
1962msgid "_Undo duplicate of %d item"
1963msgid_plural "_Undo duplicate of %d items"
1964msgstr[0] ""
1965msgstr[1] ""
1966
1967#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1543
1968#, c-format
1969msgid "_Undo move of %d item"
1970msgid_plural "_Undo move of %d items"
1971msgstr[0] ""
1972msgstr[1] ""
1973
1974#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1548
1975#, c-format
1976msgid "_Undo rename of %d item"
1977msgid_plural "_Undo rename of %d items"
1978msgstr[0] ""
1979msgstr[1] ""
1980
1981#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1552
1982msgid "_Undo creation of an empty file"
1983msgstr ""
1984
1985#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1555
1986msgid "_Undo creation of a file from template"
1987msgstr ""
1988
1989#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1559
1990#, c-format
1991msgid "_Undo creation of %d folder"
1992msgid_plural "_Undo creation of %d folders"
1993msgstr[0] ""
1994msgstr[1] ""
1995
1996#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1564
1997#, c-format
1998msgid "_Undo move to trash of %d item"
1999msgid_plural "_Undo move to trash of %d items"
2000msgstr[0] ""
2001msgstr[1] ""
2002
2003#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1569
2004#, c-format
2005msgid "_Undo restore from trash of %d item"
2006msgid_plural "_Undo restore from trash of %d items"
2007msgstr[0] ""
2008msgstr[1] ""
2009
2010#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1574
2011#, c-format
2012msgid "_Undo create link to %d item"
2013msgid_plural "_Undo create link to %d items"
2014msgstr[0] ""
2015msgstr[1] ""
2016
2017#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1579
2018#, c-format
2019msgid "_Undo delete of %d item"
2020msgid_plural "_Undo delete of %d items"
2021msgstr[0] ""
2022msgstr[1] ""
2023
2024#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1584
2025#, c-format
2026msgid "Undo recursive change permissions of %d item"
2027msgid_plural "Undo recursive change permissions of %d items"
2028msgstr[0] ""
2029msgstr[1] ""
2030
2031#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1590
2032#, c-format
2033msgid "Undo change permissions of %d item"
2034msgid_plural "Undo change permissions of %d items"
2035msgstr[0] ""
2036msgstr[1] ""
2037
2038#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1595
2039#, c-format
2040msgid "Undo change group of %d item"
2041msgid_plural "Undo change group of %d items"
2042msgstr[0] ""
2043msgstr[1] ""
2044
2045#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1600
2046#, c-format
2047msgid "Undo change owner of %d item"
2048msgid_plural "Undo change owner of %d items"
2049msgstr[0] ""
2050msgstr[1] ""
2051
2052#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1628
2053#, c-format
2054msgid "_Redo copy of %d item"
2055msgid_plural "_Redo copy of %d items"
2056msgstr[0] ""
2057msgstr[1] ""
2058
2059#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1633
2060#, c-format
2061msgid "_Redo duplicate of %d item"
2062msgid_plural "_Redo duplicate of %d items"
2063msgstr[0] ""
2064msgstr[1] ""
2065
2066#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1638
2067#, c-format
2068msgid "_Redo move of %d item"
2069msgid_plural "_Redo move of %d items"
2070msgstr[0] ""
2071msgstr[1] ""
2072
2073#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1643
2074#, c-format
2075msgid "_Redo rename of %d item"
2076msgid_plural "_Redo rename of %d items"
2077msgstr[0] ""
2078msgstr[1] ""
2079
2080#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1647
2081msgid "_Redo creation of an empty file"
2082msgstr ""
2083
2084#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1650
2085msgid "_Redo creation of a file from template"
2086msgstr ""
2087
2088#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1654
2089#, c-format
2090msgid "_Redo creation of %d folder"
2091msgid_plural "_Redo creation of %d folders"
2092msgstr[0] ""
2093msgstr[1] ""
2094
2095#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1659
2096#, c-format
2097msgid "_Redo move to trash of %d item"
2098msgid_plural "_Redo move to trash of %d items"
2099msgstr[0] ""
2100msgstr[1] ""
2101
2102#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1664
2103#, c-format
2104msgid "_Redo restore from trash of %d item"
2105msgid_plural "_Redo restore from trash of %d items"
2106msgstr[0] ""
2107msgstr[1] ""
2108
2109#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1669
2110#, c-format
2111msgid "_Redo create link to %d item"
2112msgid_plural "_Redo create link to %d items"
2113msgstr[0] ""
2114msgstr[1] ""
2115
2116#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1674
2117#, c-format
2118msgid "_Redo delete of %d item"
2119msgid_plural "_Redo delete of %d items"
2120msgstr[0] ""
2121msgstr[1] ""
2122
2123#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1679
2124#, c-format
2125msgid "Redo recursive change permissions of %d item"
2126msgid_plural "Redo recursive change permissions of %d items"
2127msgstr[0] ""
2128msgstr[1] ""
2129
2130#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1685
2131#, c-format
2132msgid "Redo change permissions of %d item"
2133msgid_plural "Redo change permissions of %d items"
2134msgstr[0] ""
2135msgstr[1] ""
2136
2137#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1690
2138#, c-format
2139msgid "Redo change group of %d item"
2140msgid_plural "Redo change group of %d items"
2141msgstr[0] ""
2142msgstr[1] ""
2143
2144#: /home/codygarver/pantheon-files/po/../libcore/marlin-undostack-manager.c:1695
2145#, c-format
2146msgid "Redo change owner of %d item"
2147msgid_plural "Redo change owner of %d items"
2148msgstr[0] ""
2149msgstr[1] ""
2150
2151#: /home/codygarver/pantheon-files/po/../libcore/eel-fcts.c:81
2152msgid "Today at %-I:%M %p"
2153msgstr ""
2154
2155#: /home/codygarver/pantheon-files/po/../libcore/eel-fcts.c:85
2156msgid "Yesterday at %-I:%M %p"
2157msgstr ""
2158
2159#: /home/codygarver/pantheon-files/po/../libcore/eel-fcts.c:89
2160msgid "%a %-d %b %Y at %-I:%M %p"
2161msgstr ""
2162
2163#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:252
2164#, c-format2168#, c-format
2165msgid "link to %s"2169msgid "link to %s"
2166msgstr ""2170msgstr ""
21672171
2168#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:17022172#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:1702
2169#, c-format2173#, c-format
2170msgid "Failed to parse the desktop file: %s"2174msgid "Failed to parse the desktop file: %s"
2171msgstr ""2175msgstr ""
21722176
2173#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:17402177#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:1740
2174msgid "No Exec field specified"2178msgid "No Exec field specified"
2175msgstr ""2179msgstr ""
21762180
2177#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:17602181#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:1760
2178msgid "No URL field specified"2182msgid "No URL field specified"
2179msgstr ""2183msgstr ""
21802184
2181#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:17662185#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:1766
2182msgid "Invalid desktop file"2186msgid "Invalid desktop file"
2183msgstr ""2187msgstr ""
21842188
2185#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:20562189#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:2056
2186msgid "Slashes are not allowed in filenames"2190msgid "Slashes are not allowed in filenames"
2187msgstr ""2191msgstr ""
21882192
2189#: /home/codygarver/pantheon-files/po/../libcore/gof-file.c:20762193#: /home/gotwig/translations-gen-fix/po/../libcore/gof-file.c:2076
2190msgid "Toplevel files cannot be renamed"2194msgid "Toplevel files cannot be renamed"
2191msgstr ""2195msgstr ""
21922196
2193#: /home/codygarver/pantheon-files/po/../libcore/eel-vfs-extensions.c:722197#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-progress-info.c:192
2194msgid " (invalid Unicode)"2198#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-progress-info.c:210
2195msgstr ""
2196
2197#: /home/codygarver/pantheon-files/po/../libcore/marlin-progress-info.c:192
2198#: /home/codygarver/pantheon-files/po/../libcore/marlin-progress-info.c:210
2199msgid "Preparing"2199msgid "Preparing"
2200msgstr ""2200msgstr ""
22012201
2202#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1462202#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-utilities.c:119
2203#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3612203#, c-format
2204msgid "Could not determine original location of \"%s\" "
2205msgstr ""
2206
2207#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-utilities.c:122
2208msgid "The item cannot be restored from trash"
2209msgstr ""
2210
2211#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:146
2212#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:361
2204#, c-format2213#, c-format
2205msgid "Merge folder \"%s\"?"2214msgid "Merge folder \"%s\"?"
2206msgstr ""2215msgstr ""
22072216
2208#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1502217#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:150
2209#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3642218#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:364
2210msgid ""2219msgid ""
2211"Merging will ask for confirmation before replacing any files in the folder "2220"Merging will ask for confirmation before replacing any files in the folder "
2212"that conflict with the files being copied."2221"that conflict with the files being copied."
2213msgstr ""2222msgstr ""
22142223
2215#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1552224#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:155
2216#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3692225#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:369
2217#, c-format2226#, c-format
2218msgid "An older folder with the same name already exists in \"%s\"."2227msgid "An older folder with the same name already exists in \"%s\"."
2219msgstr ""2228msgstr ""
22202229
2221#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1592230#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:159
2222#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3732231#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:373
2223#, c-format2232#, c-format
2224msgid "A newer folder with the same name already exists in \"%s\"."2233msgid "A newer folder with the same name already exists in \"%s\"."
2225msgstr ""2234msgstr ""
22262235
2227#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1632236#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:163
2228#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3772237#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:377
2229#, c-format2238#, c-format
2230msgid "Another folder with the same name already exists in \"%s\"."2239msgid "Another folder with the same name already exists in \"%s\"."
2231msgstr ""2240msgstr ""
22322241
2233#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1682242#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:168
2234#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3822243#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:382
2235msgid "Replacing it will remove all files in the folder."2244msgid "Replacing it will remove all files in the folder."
2236msgstr ""2245msgstr ""
22372246
2238#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1702247#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:170
2239#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3842248#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:384
2240#, c-format2249#, c-format
2241msgid "Replace folder \"%s\"?"2250msgid "Replace folder \"%s\"?"
2242msgstr ""2251msgstr ""
22432252
2244#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1722253#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:172
2245#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3862254#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:386
2246#, c-format2255#, c-format
2247msgid "A folder with the same name already exists in \"%s\"."2256msgid "A folder with the same name already exists in \"%s\"."
2248msgstr ""2257msgstr ""
22492258
2250#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1772259#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:177
2251#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3912260#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:391
2252#, c-format2261#, c-format
2253msgid "Replace file \"%s\"?"2262msgid "Replace file \"%s\"?"
2254msgstr ""2263msgstr ""
22552264
2256#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1792265#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:179
2257#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3932266#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:393
2258msgid "Replacing it will overwrite its content."2267msgid "Replacing it will overwrite its content."
2259msgstr ""2268msgstr ""
22602269
2261#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1832270#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:183
2262#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3972271#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:397
2263#, c-format2272#, c-format
2264msgid "An older file with the same name already exists in \"%s\"."2273msgid "An older file with the same name already exists in \"%s\"."
2265msgstr ""2274msgstr ""
22662275
2267#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1872276#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:187
2268#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4012277#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:401
2269#, c-format2278#, c-format
2270msgid "A newer file with the same name already exists in \"%s\"."2279msgid "A newer file with the same name already exists in \"%s\"."
2271msgstr ""2280msgstr ""
22722281
2273#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:1912282#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:191
2274#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4052283#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:405
2275#, c-format2284#, c-format
2276msgid "Another file with the same name already exists in \"%s\"."2285msgid "Another file with the same name already exists in \"%s\"."
2277msgstr ""2286msgstr ""
22782287
2279#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:2532288#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:253
2280#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4602289#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:460
2281msgid "Original file"2290msgid "Original file"
2282msgstr ""2291msgstr ""
22832292
2284#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:2542293#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:254
2285#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:2852294#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:285
2286#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4612295#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:461
2287#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4822296#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:482
2288msgid "Size:"2297msgid "Size:"
2289msgstr ""2298msgstr ""
22902299
2291#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:2572300#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:257
2292#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:2882301#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:288
2293#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4642302#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:464
2294#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4852303#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:485
2295msgid "Type:"2304msgid "Type:"
2296msgstr ""2305msgstr ""
22972306
2298#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:2602307#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:260
2299#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:2912308#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:291
2300#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4672309#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:467
2301#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4882310#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:488
2302msgid "Last modified:"2311msgid "Last modified:"
2303msgstr ""2312msgstr ""
23042313
2305#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:2842314#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:284
2306#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:4812315#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:481
2307msgid "Replace with"2316msgid "Replace with"
2308msgstr ""2317msgstr ""
23092318
2310#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:3132319#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:313
2311#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:5062320#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:506
2312msgid "Merge"2321msgid "Merge"
2313msgstr ""2322msgstr ""
23142323
2315#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:7002324#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:700
2316msgid "_Select a new name for the destination"2325msgid "_Select a new name for the destination"
2317msgstr ""2326msgstr ""
23182327
2319#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:7142328#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:714
2320msgid "Reset"2329msgid "Reset"
2321msgstr ""2330msgstr ""
23222331
2323#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:7262332#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:726
2324msgid "Apply this action to all files"2333msgid "Apply this action to all files"
2325msgstr ""2334msgstr ""
23262335
2327#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:7422336#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:742
2328msgid "Re_name"2337msgid "Re_name"
2329msgstr ""2338msgstr ""
23302339
2331#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:7482340#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:748
2332msgid "Replace"2341msgid "Replace"
2333msgstr ""2342msgstr ""
23342343
2335#: /home/codygarver/pantheon-files/po/../libcore/marlin-file-conflict-dialog.c:8212344#: /home/gotwig/translations-gen-fix/po/../libcore/marlin-file-conflict-dialog.c:821
2336msgid "File conflict"2345msgid "File conflict"
2337msgstr ""2346msgstr ""
23382347
2339#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:3252348#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:325
2340msgid "Cut the selected text to the clipboard"2349msgid "Cut the selected text to the clipboard"
2341msgstr ""2350msgstr ""
23422351
2343#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:3292352#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:329
2344msgid "Copy the selected text to the clipboard"2353msgid "Copy the selected text to the clipboard"
2345msgstr ""2354msgstr ""
23462355
2347#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:3332356#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:333
2348#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:3372357#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:337
2349msgid "Paste the text stored on the clipboard"2358msgid "Paste the text stored on the clipboard"
2350msgstr ""2359msgstr ""
23512360
2352#: /home/codygarver/pantheon-files/po/../libwidgets/LocationBar.vala:8132361#: /home/gotwig/translations-gen-fix/po/../libwidgets/LocationBar.vala:813
2353#, c-format2362#, c-format
2354msgid "Go to %s"2363msgid "Go to %s"
2355msgstr ""2364msgstr ""
23562365
2357#: /home/codygarver/pantheon-files/po/../src/View/Chrome/ViewSwicher.vala:862366#: /home/gotwig/translations-gen-fix/po/../src/View/Chrome/ViewSwicher.vala:86
2358msgid "View as grid"2367msgid "View as grid"
2359msgstr ""2368msgstr ""
23602369
2361#: /home/codygarver/pantheon-files/po/../src/View/Chrome/ViewSwicher.vala:892370#: /home/gotwig/translations-gen-fix/po/../src/View/Chrome/ViewSwicher.vala:89
2362msgid "View as list"2371msgid "View as list"
2363msgstr ""2372msgstr ""
23642373
2365#: /home/codygarver/pantheon-files/po/../src/View/Chrome/ViewSwicher.vala:952374#: /home/gotwig/translations-gen-fix/po/../src/View/Chrome/ViewSwicher.vala:95
2366msgid "View as column"2375msgid "View as column"
2367msgstr ""2376msgstr ""
2377
2378#: /home/gotwig/translations-gen-fix/po/../plugins/marlin-trash/plugin.vala:46
2379msgid "These items may be deleted by emptying the trash."
2380msgstr ""
2381
2382#: /home/gotwig/translations-gen-fix/po/../plugins/marlin-trash/plugin.vala:47
2383msgid "Empty the Trash"
2384msgstr ""
23682385
=== modified file 'src/View/DirectoryNotFound.vala'
--- src/View/DirectoryNotFound.vala 2012-02-05 16:29:37 +0000
+++ src/View/DirectoryNotFound.vala 2012-08-03 00:27:21 +0000
@@ -72,7 +72,7 @@
72 label.set_markup("<span size=\"x-large\">%s</span>".printf(_("Folder does not exist")));72 label.set_markup("<span size=\"x-large\">%s</span>".printf(_("Folder does not exist")));
73 box.pack_start(label, false, false);73 box.pack_start(label, false, false);
7474
75 label = new Label(_("Marlin can't find the folder %s").printf(dir.location.get_basename()));75 label = new Label(_("Files can't find the folder %s").printf(dir.location.get_basename()));
76 label.set_sensitive(false);76 label.set_sensitive(false);
77 label.set_alignment(0.5f, 0.0f);77 label.set_alignment(0.5f, 0.0f);
78 box.pack_start(label, true, true);78 box.pack_start(label, true, true);
7979
=== modified file 'src/View/PropertiesWindow.vala'
--- src/View/PropertiesWindow.vala 2012-06-03 11:16:37 +0000
+++ src/View/PropertiesWindow.vala 2012-08-03 00:27:21 +0000
@@ -455,7 +455,7 @@
455 double used = 1.0 - (double) fs_free / (double) fs_capacity;455 double used = 1.0 - (double) fs_free / (double) fs_capacity;
456 progressbar.set_fraction (used);456 progressbar.set_fraction (used);
457 progressbar.set_show_text (true);457 progressbar.set_show_text (true);
458 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)));458 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)));
459 information.attach (progressbar, 1, n, 1, 1);459 information.attach (progressbar, 1, n, 1, 1);
460 }460 }
461 } catch (GLib.Error e) {461 } catch (GLib.Error e) {
462462
=== modified file 'src/View/Window.vala'
--- src/View/Window.vala 2012-07-25 01:06:26 +0000
+++ src/View/Window.vala 2012-08-03 00:27:21 +0000
@@ -26,6 +26,14 @@
26using Marlin.View.Chrome;26using Marlin.View.Chrome;
27using EelGtk.Window;27using EelGtk.Window;
2828
29namespace DesktopLauncher {
30 /* Translatable launcher (.desktop) strings to be added to */
31 /* template (.pot) file. These strings MUST reflect any */
32 /* changes in these launcher keys in .desktop file. */
33 /* Make launcher quicklist entry translateable */ public const string OPEN_AS_ADMIN = N_("New Window as _Administrator");
34}
35
36
29namespace Marlin.View {37namespace Marlin.View {
30 public class Window : Gtk.Window38 public class Window : Gtk.Window
31 {39 {
@@ -767,19 +775,20 @@
767 /* name, stock id, label */ { "Help", null, N_("_Help") },775 /* name, stock id, label */ { "Help", null, N_("_Help") },
768/* { "ColorMenu", null, N_("Set _Color") },*/776/* { "ColorMenu", null, N_("Set _Color") },*/
769 /* name, stock id, label */ { "New Window", "window-new", N_("New _Window"),777 /* name, stock id, label */ { "New Window", "window-new", N_("New _Window"),
770 "<control>N", N_("Open another Marlin window for the displayed location"),778 "<control>N", N_("Open another Files window for the displayed location"),
771 action_new_window },779 action_new_window },
772 /* name, stock id */ { "New Tab", "tab-new",780 /* name, stock id */ { "New Tab", "tab-new",
773 /* label, accelerator */ N_("New _Tab"), "<control>T",781 /* label, accelerator */ N_("New _Tab"), "<control>T",
774 /* tooltip */ N_("Open another tab for the displayed location"),782 /* tooltip */ N_("Open another tab for the displayed location"),
775 action_new_tab },783 action_new_tab },
784
776 /* name, stock id */ { "Close", Stock.CLOSE,785 /* name, stock id */ { "Close", Stock.CLOSE,
777 /* label, accelerator */ N_("_Close"), "<control>W",786 /* label, accelerator */ N_("_Close"), "<control>W",
778 /* tooltip */ N_("Close this folder"),787 /* tooltip */ N_("Close this folder"),
779 action_remove_tab },788 action_remove_tab },
780 { "MarlinSettings", Stock.PREFERENCES,789 { "MarlinSettings", Stock.PREFERENCES,
781 N_("Preferences"),790 N_("Preferences"),
782 null, N_("Change Marlin's preferences"),791 null, N_("Change Files preferences"),
783 action_marlin_settings_callback },792 action_marlin_settings_callback },
784 /*{ Chrome.ColorAction, null, "ColorAction"),793 /*{ Chrome.ColorAction, null, "ColorAction"),
785 null, null,794 null, null,
786795
=== modified file 'src/marlin-application.c'
--- src/marlin-application.c 2012-06-11 09:25:17 +0000
+++ src/marlin-application.c 2012-08-03 00:27:21 +0000
@@ -423,7 +423,7 @@
423 { "tab", 't', 0, G_OPTION_ARG_NONE, &self->priv->open_intab,423 { "tab", 't', 0, G_OPTION_ARG_NONE, &self->priv->open_intab,
424 N_("Open uri(s) in new tab"), NULL },424 N_("Open uri(s) in new tab"), NULL },
425 { "quit", 'q', 0, G_OPTION_ARG_NONE, &kill_shell, 425 { "quit", 'q', 0, G_OPTION_ARG_NONE, &kill_shell,
426 N_("Quit Marlin."), NULL },426 N_("Quit Files."), NULL },
427 { "debug", 'd', 0, G_OPTION_ARG_NONE, &self->priv->debug,427 { "debug", 'd', 0, G_OPTION_ARG_NONE, &self->priv->debug,
428 N_("Enable debug logging"), NULL },428 N_("Enable debug logging"), NULL },
429 { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &remaining, NULL, N_("[URI...]") },429 { 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: