1/* ----------------------- menu strings --------------------------- *\
2/* main.m */
3
4"Info" = "Info";
5	"Info Panel..." = "Info Panel...";
6	"Preferences..." = "Preferences...";
7	"Help..." = "Help...";
8
9"File" = "File";
10	"Open" = "Open";
11	"Open as Folder" = "Open as Folder";
12	"Edit File" = "Edit File";
13	"New Folder" = "New Folder";
14	"New File" = "New File";
15	"Duplicate" = "Duplicate";
16	"Destroy" = "Destroy";
17	"Empty Recycler" = "Empty Recycler";
18
19"Edit" = "Edit";
20	"Cut" = "Cut";
21	"Copy" = "Copy";
22	"Paste" = "Paste";
23	"Select All" = "Select All";
24
25"View" = "View";
26	"Browser" = "Browser";
27	"Icon" = "Icon";
28
29"Tools" = "Tools";
30	"Viewer" = "Viewer";
31	"Inspectors" = "Inspectors";
32		"Show Inspectors" = "Show Inspectors";
33		"Attributes" = "Attributes";
34		"Contents" = "Contents";
35		"Tools" = "Tools";
36		"Permissions" = "Permissions";
37	"Finder" = "Finder";
38	"Processes..." = "Processes...";
39	"Fiend" = "Fiend";
40		"Show Fiend" = "Show Fiend";
41		"Hide Fiend" = "Hide Fiend";
42		"Add Layer..." = "Add Layer...";
43		"Remove Current Layer" = "Remove Current Layer";
44		"Rename Current Layer" = "Rename Current Layer";
45		"Layers" = "Layers";
46	"DeskTop Shelf" = "Desktop Shelf";
47	"XTerm" = "XTerm";
48
49"Windows" = "Windows";
50	"Arrange in Front" = "Arrange in Front";
51	"Miniaturize Window" = "Miniaturize Window";
52	"Close Window" = "Close Window";
53
54"Services" = "Services";
55
56"Hide" = "Hide";
57
58"Quit" = "Quit";
59
60
61
62/* ----------------------- File Operations strings --------------------------- *\
63
64/* GWorkspace.m */
65
66"GNUstep Workspace Manager" = "GNUstep Workspace Manager";
67"See http://www.gnustep.it/enrico/gworkspace" = "See http://www.gnustep.it/enrico/gworkspace";
68"Released under the GNU General Public License 2.0" = "Released under the GNU General Public License 2.0";
69"Error" = "Error";
70"You have not write permission\nfor" = "You do not have write permission\nfor";
71"Continue" = "Continue";
72
73
74/* FileOperation.m */
75
76"OK" = "OK";
77"Cancel" = "Cancel";
78"Move" = "Move";
79"Move from: " = "Move from: ";
80"\nto: " = "\nto: ";
81"Copy" = "Copy";
82"Copy from: " = "Copy from: ";
83"Link" = "Link";
84"Link " = "Link ";
85"Delete" = "Delete";
86"Delete the selected objects?" = "Delete the selected objects?";
87"Duplicate" = "Duplicate";
88"Duplicate the selected objects?" = "Duplicate the selected objects?";
89"From:" = "From:";
90"To:" = "To:";
91"In:" = "In:";
92"Stop" = "Stop";
93"Pause" = "Pause";
94"Moving" = "Moving";
95"Copying" = "Copying";
96"Linking" = "Linking";
97"Duplicating" = "Duplicating";
98"Destroying" = "Destroying";
99"File Operation Completed" = "File Operation Completed";
100"Backgrounder connection died!" = "Background connection died!";
101"Some items have the same name;\ndo you want to substitute them?" = "Some items have the same name;\ndo you want to substitute them?";
102"Error" = "Error";
103"File Operation Error!" = "File Operation Error!";
104": no such file or directory!" = ": no such file or directory!";
105": Directory Protected!" = ": Directory Protected!";
106
107
108/* ColumnIcon.m */
109
110"You have not write permission\nfor " = "You do not have write permission\nfor ";
111"The name " = "The name ";
112" is already in use!" = " is already in use!";
113"Cannot rename " = "Cannot rename ";
114"Invalid char in name" = "Invalid character in name";
115
116
117/* ----------------------- Inspectors strings --------------------------- *\
118
119/* InspectorsWin.m */
120
121"Attributes" = "Attributes";
122"Contents" = "Contents";
123"Tools" = "Tools";
124"Access Control" = "Access Control";
125
126
127/* AttributesPanel.m */
128
129"Attributes" = "Attributes";
130"Attributes Inspector" = "Attributes Inspector";
131"Path:" = "Path:";
132"Link To:" = "Link To:";
133"Size:" = "Size:";
134"Owner:" = "Owner:";
135"Group:" = "Group:";
136"Changed" = "Changed";
137"Revert" = "Revert";
138"OK" = "OK";
139
140
141/* ContentsPanel.m */
142
143"Contents" = "Contents";
144"Contents Inspector" = "Contents Inspector";
145"No Contents Inspector" = "No Contents Inspector";
146"No Contents Inspector\nFor Multiple Selection" = "No Contents Inspector\nfor Multiple Selection";
147"error" = "error";
148"No Contents Inspectors found!" = "No Contents Inspectors found!";
149
150
151/* FolderViewer.m */
152
153"Sort method applies to the\ncontents of the selected folder,\nNOT to its parent folder"
154  = "Sort method applies to the\ncontents of the selected folder,\nNOT to its parent folder";
155"Sort by" = "Sort by";
156"Name" = "Name";
157"Type" = "Type";
158"Date" = "Date";
159"Size" = "Size";
160"Owner" = "Owner";
161"Folder Inspector" = "Folder Inspector";
162
163
164/* ImageViewer.m */
165
166"Image Inspector" = "Image Inspector";
167
168
169/* AppViewer.m */
170
171"Open these kinds of documents:" = "Open these kinds of documents:";
172"Invalid Contents" = "Invalid Contents";
173"App Inspector" = "App Inspector";
174
175
176/* PermissionsPanel.m */
177
178"UNIX Permissions" = "UNIX Permissions";
179"Access Control" = "Access Control";
180"Also apply to files inside selection" = "Also apply to files inside selection";
181
182
183/* ToolsPanel.m */
184
185"Tools" = "Tools";
186"Tools Inspector" = "Tools Inspector";
187"No Tools Inspector" = "No Tools Inspector";
188"Set Default" = "Set Default";
189
190
191/* AppsView.m */
192
193"Double-click to open selected document(s)" = "Double-click to open selected document(s)";
194"Default:" = "Default:";
195"Path:" = "Path:";
196"Click 'Set Default' to set default application\nfor all documents with this extension"
197  = "Click 'Set Default' to set default application\nfor all documents with this extension";
198
199
200/* PermsBox.m */
201
202"Permissions" = "Permissions";
203"Read" = "Read";
204"Write" = "Write";
205"Execute" = "Execute";
206"Owner" = "Owner";
207"Group" = "Group";
208"Other" = "Other";
209
210
211/* ----------------------- Processes strings --------------------------- *\
212
213/* Processes.m */
214
215"Processes" = "Processes";
216"No Background Process" = "No Background Processes";
217"Kill" = "Kill";
218"Path: " = "Path: ";
219"Status: " = "Status: ";
220
221
222/* ProcsView.m */
223
224"Applications" = "Applications";
225"Background" = "Background";
226
227
228/* ----------------------- Finder strings --------------------------- *\
229
230/* Finder.m */
231
232"Finder" = "Finder";
233"Find items with names that match" = "Search by name";
234"Find items with contents that match" = "Search by contents";
235"No selection!" = "No selection!";
236"No arguments!" = "No arguments!";
237
238
239/* ----------------------- Fiend strings --------------------------- *\
240
241/* Fiend.m */
242
243"New Layer" = "New Layer";
244"A layer with this name is already present!" = "A layer with this name is already present!";
245"You can't remove the last layer!" = "You can't remove the last layer!";
246"Remove layer" = "Remove layer";
247"Are you sure that you want to remove this layer?" = "Are you sure you want to remove this layer?";
248"Rename Layer" = "Rename Layer";
249"You can't dock multiple paths!" = "You can't dock multiple paths!";
250"This object is already present in this layer!" = "This object is already present in this layer!";
251
252
253/* ----------------------- Preference strings --------------------------- *\
254
255/* PreferencesWin.m */
256
257"GWorkspace Preferences" = "GWorkspace Preferences";
258
259
260/* BackWinPreferences.m */
261
262"DeskTop Shelf" = "Desktop Shelf";
263"DeskTop Color" = "Desktop Color";
264"red" = "red";
265"green" = "green";
266"blue" = "blue";
267"Set Color" = "Set Color";
268"Push the \"Set Image\" button\nto set your DeskTop image.\nThe image must have the same\nsize of your screen." =
269  "Push the \"Set Image\" button\nto set your Desktop image.\nThe image must have the same\nsize as your screen.";
270"Set Image" = "Set Image";
271"Unset Image" = "Unset Image";
272
273
274/* DefaultXTerm.m */
275
276"Set" = "Set";
277
278
279/* BrowserViewsPreferences.m */
280
281"Column Width" = "Column Width";
282"Use Default Settings" = "Use Default Settings";
283"Browser" = "Browser";
284
285
286/* FileWatchingPreferences.m */
287
288"File System Watching" = "File System Watching";
289"timeout" = "timeout";
290"frequency" = "frequency";
291"Values will apply to the \nnew watchers from now, \nto the existing ones, after the first timeout" =
292   "Values will apply to the \nnew watchers from now, \nto the existing ones after the first timeout";
293
294
295/* ShelfPreferences.m */
296
297"Shelf" = "Shelf";
298
299
300/* DefaultEditor.m */
301
302"Default Editor" = "Default Editor";
303"No Default Editor" = "No Default Editor";
304"Choose..." = "Choose...";
305
306
307/* IconViewsPreferences.m */
308
309"Title Width" = "Title Width";
310"Icon View" = "Icon View";
311
312/* Recycler strings */
313"Recycle: " = "Recycle: ";
314"Recycler: " = "Recycler: ";
315"Recycler" = "Recycler";
316"the Recycler" = "the Recycler";
317"\nto the Recycler" = "\nto the Recycler";
318"Move from the Recycler " = "Move from the Recycler ";
319"In" = "In";
320"Empty Recycler" = "Empty Recycler";
321"Empty the Recycler?" = "Empty the Recycler?";
322"Put Away" = "Put Away";
323