4b68f73895380912276c784ccaea31be412689d1
[slovak-l10n] / po / osso-filemanager.po
1 #
2 # This file is part of osso-filemanager-l10n-public
3 #
4 # Copyright (C) 2006-2007 Nokia Corporation. All rights reserved.
5 #
6 # Contact: Mohammed Hassan <mohammed.2.hassan@nokia.com>
7 #
8 # Redistribution and use in source and binary forms, with or without modification,
9 # are permitted provided that the following conditions are met:
10 #
11 #     Redistributions of source code must retain the above copyright notice,
12 #     this list of conditions and the following disclaimer.
13 #     Redistributions in binary form must reproduce the above copyright notice,
14 #     this list of conditions and the following disclaimer in the documentation and/or
15 #     other materials provided with the distribution.
16 #     Neither the name of Nokia Corporation nor the names of its contributors may be used
17 #     to endorse or promote products derived from this software without specific prior written
18 #     permission.
19 #
20 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
21 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
22 # AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
23 # OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 # POSSIBILITY OF SUCH DAMAGE.
29 #
30 #
31 msgid ""
32 msgstr ""
33 "Project-Id-Version: osso-filemanager 20090615131440\n"
34 "Report-Msgid-Bugs-To: oksan.savasoglu-niemi@nokia.com\n"
35 "POT-Creation-Date: 2009.06.15 13:14+0300\n"
36 "PO-Revision-Date: 2009.06.15 13:14+0300\n"
37 "Last-Translator:\n"
38 "Language-Team: en_GB\n"
39 "MIME-Version: 1.0\n"
40 "Content-Type: text/plain; charset=UTF-8\n"
41 "Content-Transfer-Encoding: 8bit\n"
42 "Plural-Forms: nplurals=2; plural=n != 1\n"
43
44 # Application name for File manager application may be abbreviated.
45 msgid "sfil_ap_name"
46 msgstr "File manager"
47
48 # Application name to be used in the title area, where no abbreviations are needed.
49 msgid "sfil_ti_name"
50 msgstr "File manager"
51
52 # Edit mode toolbar title 
53 msgid "hfil_ti_edit_move_to"
54 msgstr "Choose items to move"
55
56 # Edit mode toolbar title 
57 msgid "hfil_ti_edit_copy_to"
58 msgstr "Choose items to copy"
59
60 # Edit mode toolbar title 
61 msgid "hfil_ti_edit_delete"
62 msgstr "Choose items to delete"
63
64 # Edit mode toolbar title 
65 msgid "hfil_ti_edit_share"
66 msgstr "Choose items to share"
67
68 # Menu Item 
69 msgid "hfil_me_new_folder"
70 msgstr "New folder"
71
72 # Menu Item 
73 msgid "hfil_me_move"
74 msgstr "Move"
75
76 # Menu Item 
77 msgid "hfil_me_copy"
78 msgstr "Copy"
79
80 # Menu Item
81 msgid "hfil_me_sort"
82 msgstr "Sort"
83
84 # Menu Item in Tools Menu
85 msgid "hfil_me_memory_usage"
86 msgstr "Memory usage"
87
88 # Menu Item
89 msgid "hfil_me_rename"
90 msgstr "Rename"
91
92 # Menu Item
93 msgid "hfil_me_details"
94 msgstr "Details"
95
96 # Menu Item
97 msgid "hfil_me_format"
98 msgstr "Format"
99
100 # Copy to dialog title
101 msgid "hfil_ti_copy_to"
102 msgstr "Copy to folder"
103
104 # Dialog title for rename memory card.
105 msgid "sfil_ti_rename_mmc"
106 msgstr "Rename memory card"
107
108 # Choice item in sort dialog 
109 msgid "docm_li_sort_name_az"
110 msgstr "Name (A-Z)"
111
112 # Choice item in sort dialog 
113 msgid "docm_li_sort_name_za"
114 msgstr "Name (Z-A)"
115
116 # Choice item in sort dialog 
117 msgid "docm_li_sort_date_newest"
118 msgstr "Date (most recent first)"
119
120 # Choice item in sort dialog 
121 msgid "docm_li_sort_date_oldest"
122 msgstr "Date (oldest first)"
123
124 # Choice item in sort dialog 
125 msgid "docm_li_sort_size_largest"
126 msgstr "Size (largest first)"
127
128 # Choice item in sort dialog 
129 msgid "docm_li_sort_size_smallest"
130 msgstr "Size (smallest first)"
131
132 # Title for Folder details dialog
133 msgid "hfil_ti_folder_details"
134 msgstr "Folder details"
135
136 # GtkLabel text for Name property in Folder details dialog
137 msgid "hfil_fi_folder_details_name"
138 msgstr "Name"
139
140 # GtkLabel text for Location property in Folder details dialog
141 msgid "hfil_fi_folder_details_location"
142 msgstr "Location"
143
144 # GtkLabel text for Device property in Folder details dialog
145 msgid "hfil_fi_folder_details_device"
146 msgstr "Storage"
147
148 # GtkLabel text for Contents property in Folder details dialog
149 msgid "hfil_fi_folder_details_contents"
150 msgstr "Contents"
151
152 # Format string for Contents value in Folder details dialog when contents consist of folders and files. The first %s is substituted with sfil_fi_folder_details_contents_folder and the second with sfil_fi_folder_details_contents_file.
153 msgid "sfil_fi_folder_details_contents"
154 msgstr "%s, %s"
155
156 #  Tells the amount of sub folders in the currently selected folder in the Folder details dialog. This is used either as a first part of the string sfil_fi_folder_details_contents or then by itself, if the folder doesn’t contain any files but only sub folders.
157 msgid "sfil_fi_folder_details_contents_folder"
158 msgid_plural "sfil_fi_folder_details_contents_folders"
159 msgstr[0] "%d folder"
160 msgstr[1] "%d folders"
161
162 #  Tells the amount of files in the currently selected folder in the Folder details dialog. This is used either as a second part of the string sfil_fi_folder_details_contents or then by itself, if the folder doesn’t contain any sub folders.
163 msgid "sfil_fi_folder_details_contents_file"
164 msgid_plural "sfil_fi_folder_details_contents_files"
165 msgstr[0] "%d file"
166 msgstr[1] "%d files"
167
168 # Format string for Contents value in Folder details dialog when there is no content.
169 msgid "sfil_fi_folder_details_contents_00"
170 msgstr "None"
171
172 # GtkLabel text for Size property in Folder details dialog
173 msgid "hfil_fi_folder_details_size"
174 msgstr "Size"
175
176 # Format string for Size value in Bytes in Folder details dialog. Takes a size value string
177 msgid "hfil_va_folder_details_size_bytes%d"
178 msgstr "%d B"
179
180 # Format string for Size value in kB in Folder details dialog. Takes a size value string
181 msgid "hfil_va_folder_details_size_kb%d"
182 msgstr "%d kB"
183
184 # GtkLabel text for Date property in Folder details dialog
185 msgid "hfil_fi_folder_details_date"
186 msgstr "Date"
187
188 # GtkLabel text for Time property in Folder details dialog
189 msgid "hfil_fi_folder_details_time"
190 msgstr "Time"
191
192 # Title for Select application dialog
193 msgid "hfil_ti_select_application"
194 msgstr "Select application"
195
196 # Informational text in Select application dialog
197 msgid "hfil_ia_select_application_information"
198 msgstr ""
199 "Select an application from the list to open file\n"
200 "'%s'"
201
202 # File
203 msgid "docm_nc_delete_file"
204 msgstr "Delete file?"
205
206 # Multiple files 
207 msgid "docm_nc_delete_files"
208 msgstr "Delete selected files?"
209
210 # Folder
211 msgid "docm_nc_delete_folder"
212 msgstr "Delete folder and its contents?"
213
214 # Multiple folders
215 msgid "docm_nc_delete_folders"
216 msgstr "Delete selected folders and their contents?"
217
218 # Folder and file
219 msgid "docm_nc_delete_folder_and_file"
220 msgstr "Delete selected folder and file?"
221
222 # Folder and multiple files
223 msgid "docm_nc_delete_folder_and_files"
224 msgstr "Delete selected folder and files?"
225
226 # Multiple folders and a file
227 msgid "docm_nc_delete_folders_and_file"
228 msgstr "Delete selected folders and file?"
229
230 # Multiple folders and multiple files
231 msgid "docm_nc_delete_folders_and_files"
232 msgstr "Delete selected folders and files?"
233
234 # Writable and read-only items
235 msgid "sfil_nc_delete_partially_read_only_items"
236 msgstr ""
237 "Some items are read-only.\n"
238 "Delete selected items?"
239
240 # Replace folder Confirmation Note [FIL-NOT026] is presented when a folder already exists in the target folder that has the same name as a folder that is being copied / moved.
241 msgid "docm_nc_replace_folder"
242 msgstr "Replace existing folder of same name?"
243
244 # Format memory card Confirmation Note [FIL-NOT007] is shown before formatting MemoryCard.
245 # Presented when ‘Format memory card’ command is selected from the application menu or from Memory card root folder context-sensitive menu. When memory card is formatted it is named with localized name "Memory card"
246 # Tapping the ‘NO’ button cancels the dialog without performing the format operation and returns the user to the File manager main state. Tapping the ‘YES’ button initiates the Format operation for the memory card. Pressing this button will start Formatting memory card [FIL-NOT015] operation. See Connectivity dialogs and notes UI Specification [3] for more information about this notification.
247 msgid "hfil_nc_format_mmc"
248 msgstr ""
249 "Format memory card? All memory card data will be deleted during formatting."
250
251 # Name for newly formatted memory card
252 msgid "hfil_ai_formatted_memory_card"
253 msgstr "Memory card"
254
255 # Copying file / folder notification [FIL-NOT075] text 
256 msgid "docm_nw_duplicating_file"
257 msgstr "Copying"
258
259 # Preparing operation [FIL-NOT068] Cancel Note text.
260 msgid "hfil_nw_preparing"
261 msgstr "Preparing"
262
263 # Not Enough System Resources Information Note [FIL-NOT034]. Information note presented when there are not enough system resources to do the file open operation.
264 msgid "sfil_ni_cannot_open_no_resource"
265 msgstr ""
266 "Unable to open.\n"
267 "Not enough system resources."
268
269 # Some items could not be copied Information Note [FIL-NOT036]. Information note presented after copy operation when it is found that there are not enough access rights to copy some of the items.
270 msgid "sfil_ni_cannot_copy_some_items"
271 msgstr "Unable to copy some items"
272
273 # Some items could not be deleted Information Note [FIL-NOT038]. Information note presented after delete operation when it is found that there are not enough access rights to delete some of the items.
274 msgid "sfil_ni_cannot_delete_some_items"
275 msgstr "Unable to delete some items"
276
277 # Some items could not be moved Information Note [FIL-NOT039]. Information note presented after move operation when it is found that there are not enough access rights to delete some of the items.
278 msgid "sfil_ni_cannot_move_some_items"
279 msgstr "Unable to move some items"
280
281 # Unable to move File not found Information Note [FIL-NOT040]. Information note presented when file has disappeared in the middle of operation.
282 msgid "sfil_ni_cannot_move_file_not_found"
283 msgstr ""
284 "Unable to move.\n"
285 "File not found."
286
287 # Unable to move items not found Information Note [FIL-NOT041]. Information note presented when files / folders have disappeared in the middle of operation.
288 msgid "sfil_ni_cannot_move_items_not_found"
289 msgstr ""
290 "Unable to move.\n"
291 "Items not found."
292
293 # Moving interrupted no connection Information Note [FIL-NOT044]. Information note presented when the connection breaks in the middle of file move operation.
294 msgid "sfil_ni_cannot_move_no_connection"
295 msgstr ""
296 "Moving interrupted.\n"
297 "Connection failed."
298
299 # Unable to copy File not found Information Note [FIL-NOT045]. Information note presented when file has disappeared in the middle of copy operation.
300 msgid "sfil_ni_cannot_duplicate_file_not_found"
301 msgstr ""
302 "Unable to copy.\n"
303 "File not found."
304
305 # Unable to copy Folder not found Information Note [FIL-NOT046]. Information note presented when folder has disappeared in the middle of copy operation.
306 msgid "sfil_ni_cannot_duplicate_folder_not_found"
307 msgstr ""
308 "Unable to copy.\n"
309 "Folder not found."
310
311 # Unable to rename Folder not found Information Note [FIL-NOT048]. Information note presented when folder has disappeared in the middle of rename operation.
312 msgid "sfil_ni_cannot_rename_folder_not_found"
313 msgstr ""
314 "Unable to rename.\n"
315 "Folder not found."
316
317 # Unable to format Memory card in use [FIL-NOT090]. Information Note Unable to format Memory card in use [FIL-NOT090] is shown when formatting memory card is initiated and memory card is in use
318 msgid "sfil_ni_mmc_format_mmc_in_use"
319 msgstr ""
320 "Unable to format.\n"
321 "Memory card in use."
322
323 # Unable to rename Memory card in use [FIL-NOT091]. Information Note Unable to rename Memory card in use [FIL-NOT091] is shown when renaming memory card is initiated and memory card is in use
324 msgid "sfil_ni_mmc_rename_mmc_in_use"
325 msgstr ""
326 "Unable to rename.\n"
327 "Memory card in use."
328
329 # Information Note Selected item is in use [FIL-NOT110] is shown when user tries to move / delete / rename a file and it is in use in some application.
330 msgid "sfil_ni_selected_item_in_use"
331 msgstr "Selected item is in use"
332
333 # Information Note Selected items are in use [FIL-NOT111] is shown when user tries to move / delete files and they are in use in some application.
334 msgid "sfil_ni_selected_items_in_use"
335 msgstr "Selected items are in use"
336
337 # Information Note Some items are in use [FIL-NOT112] is shown when user tries to move / delete files and some of them are in use in some application.
338 msgid "sfil_ni_some_selected_items_in_use"
339 msgstr "Some of the selected items are in use"
340
341 # Shown if the user tries to copy a file which he does not have enough access rights.
342 msgid "sfil_ib_cannot_duplicate_file"
343 msgstr "Unable to copy file"
344
345 # Shown if user tries to delete read only folder or files. 
346 msgid "sfil_ib_unable_to_continue_read_only_folder"
347 msgstr ""
348 "Unable to continue.\n"
349 "Read-only folder %s"
350
351 # Shown if the user tries to copy a folder which he does not have enough access rights.
352 msgid "sfil_ib_cannot_duplicate_folder"
353 msgstr "Unable to copy folder"
354
355 # Shown when one action is not allowed
356 msgid "sfil_ib_not_allowed"
357 msgstr "Not allowed"
358
359 # Shown if the user tries to rename a memory card with same name than a file stored in to the root of the memory card. Error is caused by restriction in FAT file system.
360 msgid "sfil_ib_card_name_in_use_for_file"
361 msgstr "Name already in use for item in root folder"