OSDN Git Service

CMFM: Fix sync object
[android-x86/packages-apps-CMFileManager.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2012 The CyanogenMod Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15  -->
16
17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19   <!-- The name of the application -->
20   <string name="app_name">File Manager</string>
21   <!-- The description of the application -->
22   <string name="app_description">A CyanogenMod file manager.</string>
23
24   <!-- Human readable sizes -->
25   <string name="size_bytes" translatable="false">B</string>
26   <string name="size_kilobytes" translatable="false">kB</string>
27   <string name="size_megabytes" translatable="false">MB</string>
28   <string name="size_gigabytes" translatable="false">GB</string>
29
30   <!-- Devices types -->
31   <string name="device_blockdevice">Block device</string>
32   <string name="device_characterdevice">Character device</string>
33   <string name="device_namedpipe">Named pipe</string>
34   <string name="device_domainsocket">Domain socket</string>
35
36   <!-- Mount Point States -->
37   <string name="mount_point_readonly">RO</string>
38   <string name="mount_point_readwrite">RW</string>
39
40   <!-- Default buttons -->
41   <string name="ok" translatable="false">@android:string/ok</string>
42   <string name="cancel" translatable="false">@android:string/cancel</string>
43   <string name="yes">Yes</string>
44   <string name="no">No</string>
45   <string name="all">All</string>
46   <string name="overwrite">Overwrite</string>
47
48   <!-- The root directory name -->
49   <string name="root_directory_name"><![CDATA[<Root folder>]]></string>
50   <!-- The search result name -->
51   <string name="search_result_name">Search: <xliff:g id="terms">%1$s</xliff:g></string>
52
53   <!-- Loading waiting message -->
54   <string name="loading_message">Loading\u2026</string>
55   <!-- Computing message -->
56   <string name="computing_message" translatable="false"><xliff:g id="data">%1$s</xliff:g></string>
57   <!-- Computing new line message -->
58   <string name="computing_message_ln" translatable="false"><xliff:g id="data">%1$s</xliff:g></string>
59   <!-- Cancelled message -->
60   <string name="cancelled_message">Cancelled.</string>
61   <!-- Error message -->
62   <string name="error_message">Error.</string>
63
64   <!-- Warning dialog title -->
65   <string name="warning_title">Warning</string>
66   <!-- Error dialog title -->
67   <string name="error_title">Error detected</string>
68   <!-- Confirm operation dialog title -->
69   <string name="confirm_operation">Confirm operation</string>
70   <!-- Confirm overwrite dialog title -->
71   <string name="confirm_overwrite">Confirm overwrite</string>
72   <!-- Confirm deletion dialog title -->
73   <string name="confirm_deletion">Confirm deletion</string>
74
75   <!--  A console couldn't be created. Ask the user to change the access mode. Dialog Title -->
76   <string name="msgs_change_to_prompt_access_mode_title">Confirm switch</string>
77   <!--  A console couldn't be created. Ask the user to change the access mode. Dialog Message -->
78   <string name="msgs_change_to_prompt_access_mode_msg">
79     Unable to run in Root Access mode. Changing to Safe mode.\n\nApply this change?</string>
80
81   <!-- A console couldn't be created. Without privileges, the application won't work -->
82   <string name="msgs_cant_create_console">Unable to gain the required privileges to function.</string>
83   <!-- The message shown when an allocation of a privileged console fails, and a non
84        privileged is allocated -->
85   <string name="msgs_privileged_console_alloc_failed">Unable to run in Root Access mode.
86     Changing to Safe mode.</string>
87   <!-- The selected setting was not applied or stored -->
88   <string name="msgs_settings_save_failure">The setting could not be applied or stored.</string>
89   <!-- The initial directory has an invalid or inaccessible reference -->
90   <string name="msgs_settings_invalid_initial_directory">The initial folder
91     "<xliff:g id="initial_dir">%1$s</xliff:g>" is invalid. Changing to root folder.</string>
92
93   <!-- Success -->
94   <string name="msgs_success">The operation was completed successfully.</string>
95   <!-- Unknown error -->
96   <string name="msgs_unknown">An error was detected. The operation was unsuccessful.</string>
97   <!-- When an operation requires elevated privileged (normally caused for the use of a
98        non-privileged console) -->
99   <string name="msgs_insufficient_permissions">This operation requires elevated permissions. Try
100     changing to Root Access mode.</string>
101   <!-- The file or directory was not found -->
102   <string name="msgs_file_not_found">The file or folder was not found.</string>
103   <!-- The command reference couldn't be created (not found or invalid definition)
104        (normally caused by a development error) -->
105   <string name="msgs_command_not_found">The operation\'s command was not found or has an
106     invalid definition.</string>
107   <!-- I/O exception -->
108   <string name="msgs_io_failed">Read/write failure.</string>
109   <!-- Operation timeout detected -->
110   <string name="msgs_operation_timeout">The operation timed out.</string>
111   <!-- The operation returns an invalid exit code -->
112   <string name="msgs_operation_failure">The operation failed.</string>
113   <!-- A console couldn't be allocated -->
114   <string name="msgs_console_alloc_failure">An internal error occurred.</string>
115   <!-- An operation can't be cancelled -->
116   <string name="msgs_operation_can_not_be_cancelled">The operation cannot be cancelled.</string>
117   <!-- The operation requieres mount the file system prior to execute the command -->
118   <string name="msgs_read_only_filesystem">The file system is read-only. Try to mount the
119     file system as read-write before attepting the operation.</string>
120   <!-- Illegal argument (normally caused by a development error when calling internal api) -->
121   <string name="msgs_illegal_argument">Illegal argument. Invocation failed.</string>
122   <!-- The operation will cause inconsistencies -->
123   <string name="msgs_unresolved_inconsistencies">
124     The operation is not permitted because it would create inconsistencies.</string>
125   <!-- Operation not permitted in current directory -->
126   <string name="msgs_operation_not_allowed_in_current_directory">
127     The operation is not permitted in current folder.\n\nDestination folder cannot be subfolder
128     of source or be same as source.</string>
129
130   <!-- The advice message prior to exit the application -->
131   <string name="msgs_push_again_to_exit">Press again to exit.</string>
132
133   <!-- There is no registered application that can handle the mime-type -->
134   <string name="msgs_not_registered_app">There is no application registered to handle
135     the type of file selected.</string>
136
137   <!-- Overwrite files? -->
138   <string name="msgs_overwrite_files">
139     Some of the files already exist in the destination folder.\n\nOverwrite?</string>
140
141   <!-- The association of an action to the application failed -->
142   <string name="msgs_action_association_failed">Associating the action to the
143     application failed.</string>
144
145   <!-- An operation requires elevated privileged. Ask the user. -->
146   <string name="advise_insufficient_permissions">The operation requires elevated privileges.\n\n
147     Do you want to change to Root Access mode?</string>
148
149
150   <!-- The parent directory of the current directory in navigation view -->
151   <string name="parent_dir">Parent folder</string>
152   <!-- External storage descripton -->
153   <string name="external_storage">External storage</string>
154   <!-- Usb storage descripton -->
155   <string name="usb_storage">USB storage</string>
156
157   <!-- ActionBar Buttons * FileSystem -->
158   <string name="actionbar_button_filesystem_cd">File system info</string>
159   <!-- ActionBar Buttons * Sort Mode -->
160   <string name="actionbar_button_sort_mode_cd">Sort mode</string>
161   <!-- ActionBar Buttons * Layout Mode -->
162   <string name="actionbar_button_layout_mode_cd">Layout mode</string>
163   <!-- ActionBar Buttons * Other View Options -->
164   <string name="actionbar_button_other_view_options_cd">Other view options</string>
165   <!-- ActionBar Buttons * Done -->
166   <string name="actionbar_button_selection_done_cd">Done</string>
167   <!-- ActionBar Buttons * Actions -->
168   <string name="actionbar_button_actions_cd">Actions</string>
169   <!-- ActionBar Buttons * History -->
170   <string name="actionbar_button_history_cd">History</string>
171   <!-- ActionBar Buttons * Bookmarks -->
172   <string name="actionbar_button_bookmarks_cd">Bookmarks</string>
173   <!-- ActionBar Buttons * Search -->
174   <string name="actionbar_button_search_cd">Search</string>
175   <!-- ActionBar Buttons * Overflow -->
176   <string name="actionbar_button_overflow_cd">More options</string>
177   <!-- ActionBar Buttons * Storage volumes -->
178   <string name="actionbar_button_storage_cd">Storage volumes</string>
179   <!-- ActionBar Buttons * Save -->
180   <string name="actionbar_button_save_cd">Save</string>
181
182   <!-- Navigation View * Sort * Sort by name (ascending) -->
183   <string name="sort_by_name_asc">By name &#x25B2;</string>
184   <!-- Navigation View * Sort * Sort by name (descending) -->
185   <string name="sort_by_name_desc">By name &#x25BC;</string>
186   <!-- Navigation View * Sort * Sort by date (ascending) -->
187   <string name="sort_by_date_asc">By date &#x25B2;</string>
188   <!-- Navigation View * Sort * Sort by date (descending) -->
189   <string name="sort_by_date_desc">By date &#x25BC;</string>
190
191   <!-- Navigation View * Layout * Icons -->
192   <string name="layout_icons">Icons</string>
193   <!-- Navigation View * Layout * Simple -->
194   <string name="layout_simple">Simple</string>
195   <!-- Navigation View * Layout * Details -->
196   <string name="layout_details">Details</string>
197
198   <!-- Navigation View * View * Show folders first -->
199   <string name="cm_filemanager_show_dirs_first">Show folders first</string>
200   <!-- Navigation View * View * Show hidden files option -->
201   <string name="cm_filemanager_show_hidden">Show hidden files</string>
202   <!-- Navigation View * View * Show system files option -->
203   <string name="cm_filemanager_show_system">Show system files</string>
204   <!-- Navigation View * View * Show symlinks option -->
205   <string name="cm_filemanager_show_symlinks">Show symlinks</string>
206
207   <!-- Filesystem Info (no data). Dialog title -->
208   <string name="filesystem_info_warning_title">No information</string>
209   <!-- Filesystem Info (no data). Dialog message -->
210   <string name="filesystem_info_warning_msg">There is no information available for the file system.</string>
211   <!-- Filesystem Info * Filesystem couldn't be mounted -->
212   <string name="filesystem_info_cant_be_mounted_msg">
213     The file system cannot be mounted/unmounted.</string>
214   <!-- Filesystem Info * Not allowed message -->
215   <string name="filesystem_info_mount_not_allowed_msg">File system mounting operations are not allowed
216     in Safe mode. Tap to change to Root Access mode.</string>
217   <!-- Filesystem Info * Mount failed -->
218   <string name="filesystem_info_mount_failed_msg">File system mounting operation failed.
219     Some file systems, like SD cards, cannot be mounted/unmounted because
220     they are built-in as read-only file systems.</string>
221   <!-- Filesystem Info Dialog * Title -->
222   <string name="filesystem_info_dialog_title">File system information</string>
223   <!-- Filesystem Info Dialog * Tab * Info -->
224   <string name="filesystem_info_dialog_tab_info">Info</string>
225   <!-- Filesystem Info Dialog * Tab * Disk Usage -->
226   <string name="filesystem_info_dialog_tab_disk_usage">Disk usage</string>
227   <!-- Filesystem Info Dialog * Status Label -->
228   <string name="filesystem_info_dialog_status">Status:</string>
229   <!-- Filesystem Info Dialog * Mount Point Label -->
230   <string name="filesystem_info_dialog_mount_point">Mount point:</string>
231   <!-- Filesystem Info Dialog * Device Label -->
232   <string name="filesystem_info_dialog_device">Device:</string>
233   <!-- Filesystem Info Dialog * Type Label -->
234   <string name="filesystem_info_dialog_type">Type:</string>
235   <!-- Filesystem Info Dialog * Options Label -->
236   <string name="filesystem_info_dialog_options">Options:</string>
237   <!-- Filesystem Info Dialog * Dump/Pass Label -->
238   <string name="filesystem_info_dialog_dump_pass">Dump / Pass:</string>
239   <!-- Filesystem Info Dialog * Total Disk Usage -->
240   <string name="filesystem_info_dialog_total_disk_usage">Total:</string>
241   <!-- Filesystem Info Dialog * Used Disk Usage -->
242   <string name="filesystem_info_dialog_used_disk_usage">Used:</string>
243   <!-- Filesystem Info Dialog * Free Disk Usage -->
244   <string name="filesystem_info_dialog_free_disk_usage">Free:</string>
245
246
247   <!-- Fso Properties * Not allowed message -->
248   <string name="fso_properties_permissions_not_allowed_msg">Permissions operations are not allowed
249     in Safe mode. Tap to change to Root Access mode.</string>
250   <!-- Fso Properties * Failed to change owner to fso -->
251   <string name="fso_properties_failed_to_change_owner_msg">The change of owner operation failed.\n\n
252     For security reasons, some file systems, like SD cards, do not allow the changing of ownership.</string>
253   <!-- Fso Properties * Failed to change group to fso -->
254   <string name="fso_properties_failed_to_change_group_msg">The change of group operation failed.\n\n
255     For security reasons, some file systems, like SD cards, do not allow the changing of groups.</string>
256   <!-- Fso Properties * Failed to change group to fso -->
257   <string name="fso_properties_failed_to_change_permission_msg">The change of permissions
258     operation failed.\n\nFor security reasons, some file systems, like SD cards, do not allow the changing of permissions.</string>
259   <!-- Fso Properties Dialog * Title -->
260   <string name="fso_properties_dialog_title">Properties</string>
261   <!-- Fso Properties Dialog * Tab * Info -->
262   <string name="fso_properties_dialog_tab_info">Info</string>
263   <!-- Fso Properties Dialog * Tab * Permissions -->
264   <string name="fso_properties_dialog_tab_permissions">Permissions</string>
265   <!-- Fso Properties Dialog * Name Label -->
266   <string name="fso_properties_dialog_name">Name:</string>
267   <!-- Fso Properties Dialog * Parent Folder Label -->
268   <string name="fso_properties_dialog_parent">Parent:</string>
269   <!-- Fso Properties Dialog * Type Label -->
270   <string name="fso_properties_dialog_type">Type:</string>
271   <!-- Fso Properties Dialog * Category Label -->
272   <string name="fso_properties_dialog_category">Category:</string>
273   <!-- Fso Properties Dialog * Link Label -->
274   <string name="fso_properties_dialog_link">Link:</string>
275   <!-- Fso Properties Dialog * Size Label -->
276   <string name="fso_properties_dialog_size">Size:</string>
277   <!-- Fso Properties Dialog * Contains Label -->
278   <string name="fso_properties_dialog_contains">Contains:</string>
279   <!-- Fso Properties Dialog * Date Label -->
280   <string name="fso_properties_dialog_date">Last access:</string>
281   <!-- Fso Properties Dialog * Owner Label -->
282   <string name="fso_properties_dialog_owner">Owner:</string>
283   <!-- Fso Properties Dialog * Group Label -->
284   <string name="fso_properties_dialog_group">Group:</string>
285   <!-- Fso Properties Dialog * Others Label -->
286   <string name="fso_properties_dialog_others">Others:</string>
287   <!-- Fso Properties Dialog * Special Label -->
288   <string name="fso_properties_dialog_special" translatable="false">S</string>
289   <!-- Fso Properties Dialog * Read Label -->
290   <string name="fso_properties_dialog_read" translatable="false">R</string>
291   <!-- Fso Properties Dialog * Write Label -->
292   <string name="fso_properties_dialog_write" translatable="false">W</string>
293   <!-- Fso Properties Dialog * Execute Label -->
294   <string name="fso_properties_dialog_execute" translatable="false">X</string>
295   <!-- Fso Properties Dialog * Execute Label -->
296   <string name="fso_properties_dialog_folder_items" translatable="false">
297     <xliff:g id="folders">%1$s</xliff:g> / <xliff:g id="files">%2$s</xliff:g></string>
298   <!-- Fso Properties Dialog * Folders -->
299   <plurals name="fso_properties_dialog_folders">
300     <item quantity="zero">0 folders</item>
301     <item quantity="one">1 folder</item>
302     <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> folders</item>
303   </plurals>
304   <!-- Fso Properties Dialog * Files -->
305   <plurals name="fso_properties_dialog_files">
306     <item quantity="zero">0 files</item>
307     <item quantity="one">1 files</item>
308     <item quantity="other"><xliff:g id="files">%1$d</xliff:g> files</item>
309   </plurals>
310
311   <!-- History * History activity title -->
312   <string name="history">History</string>
313   <!-- History * The history is empty -->
314   <string name="msgs_history_empty">History is empty.</string>
315   <!-- History * The history reference is not in the actual history list -->
316   <string name="msgs_history_unknown">Unknown history item.</string>
317
318   <!-- Search * Search activity title -->
319   <string name="search">Search results</string>
320   <!-- Search * Search hint message -->
321   <string name="search_hint">Type your search</string>
322   <!-- Search * Voice search hint message -->
323   <string name="search_voice_hint">Speak your search</string>
324   <!-- Search * Search error message -->
325   <string name="search_error_msg">An error occurred while searching. No results found.</string>
326   <!-- Search * Search no results message -->
327   <string name="search_no_results_msg">No results found.</string>
328   <!-- Search * Search found items -->
329   <plurals name="search_found_items">
330     <item quantity="zero">No items found</item>
331     <item quantity="one">1 item found</item>
332     <item quantity="other"><xliff:g id="count">%d</xliff:g> items found</item>
333   </plurals>
334   <!-- Search * Number of items found in directory -->
335   <string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> in
336     <xliff:g id="path">%2$s</xliff:g></string>
337   <!-- Search * Search query terms -->
338   <string name="search_terms"><![CDATA[<b>Terms:</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>
339   <!-- Search * Confirm search -->
340   <string name="search_few_characters_title">Confirm search</string>
341   <!-- Search * Some terms of the search are too small. The operation could be very costly -->
342   <string name="search_few_characters_msg">Some of the search terms has a small number of characters. The
343       operation could be very costly in time and system resources.\n\nDo you want to continue?</string>
344   <!-- Search * Searching dialog title -->
345   <string name="searching">Please wait\u2026</string>
346   <!-- Search * Searching label -->
347   <string name="searching_action_label">Searching in progress</string>
348
349   <!-- Picker Activity -->
350   <string name="picker" translatable="false">@string/app_name</string>
351   <!-- Picker Activity * Dialog title -->
352   <string name="picker_title">Pick a file</string>
353
354   <!-- Editor * Editor activity title -->
355   <string name="editor">Editor</string>
356   <!-- Editor * Invalid file message -->
357   <string name="editor_invalid_file_msg">Invalid file.</string>
358   <!-- Editor * File not found message -->
359   <string name="editor_file_not_found_msg">File not found.</string>
360   <!-- Editor * File size exceed the limit -->
361   <string name="editor_file_exceed_size_msg">The file is too big to be open inside this device.</string>
362   <!-- Editor * Editor is dirty, ask the user * Dialog title -->
363   <string name="editor_dirty_ask_title">Confirm exit</string>
364   <!-- Editor * Editor is dirty, ask the user * Dialog message -->
365   <string name="editor_dirty_ask_msg">There are unsaved changes.\n\nExit without saving?</string>
366   <!-- Editor * Save operation success -->
367   <string name="editor_successfully_saved">The file was successfully saved.</string>
368   <!-- Editor * Read-only file mode -->
369   <string name="editor_read_only_mode">The file is opened in read-only mode.</string>
370
371   <!-- Bookmarks * Bookmarks activity title -->
372   <string name="bookmarks">Bookmarks</string>
373   <!-- Bookmarks * Bookmark name * Home -->
374   <string name="bookmarks_home">Home</string>
375   <!-- Bookmarks * Bookmark name * Root folder -->
376   <string name="bookmarks_root_folder">Root folder</string>
377   <!-- Bookmarks * Bookmark name * System folder -->
378   <string name="bookmarks_system_folder">System folder</string>
379   <!-- Bookmarks * Bookmark name * Button * Initial directory content description -->
380   <string name="bookmarks_button_config_cd">Set the initial folder.</string>
381   <!-- Bookmarks * Bookmark name * Button * Remove bookmark content description -->
382   <string name="bookmarks_button_remove_bookmark_cd">Remove the bookmark.</string>
383   <!-- Bookmarks * Bookmarks * Actions * Bookmark successfully added -->
384   <string name="bookmarks_msgs_add_success">The bookmark was added successfully.</string>
385
386   <!-- Initial directory dialog title -->
387   <string name="initial_directory_dialog_title">Initial folder</string>
388   <!-- Initial directory label -->
389   <string name="initial_directory_label">Choose the initial folder:</string>
390   <!-- Initial directory is relative -->
391   <string name="initial_directory_relative_msg">Relative paths are not allowed.</string>
392   <!-- Initial directory error message -->
393   <string name="initial_directory_error_msg">An error occurred while saving the initial folder.</string>
394
395   <!-- Menu * Navigation * History -->
396   <string name="menu_history">History</string>
397   <!-- Menu * Navigation * Bookmarks -->
398   <string name="menu_bookmarks">Bookmarks</string>
399   <!-- Menu * Navigation * Search -->
400   <string name="menu_search">Search</string>
401   <!-- Menu * Navigation * Settings -->
402   <string name="menu_settings">Settings</string>
403   <!-- Menu * History * Clear history -->
404   <string name="menu_clear_history">Clear history</string>
405
406   <!-- Regular expression for create copy action -->
407   <string name="create_copy_regexp">
408     <xliff:g id="name">%1$s</xliff:g> - copy<xliff:g id="extension">%2$s</xliff:g></string>
409   <!-- Regular expression for new compressed file -->
410   <string name="create_new_compress_file_regexp">
411     <xliff:g id="name">%1$s</xliff:g> - new<xliff:g id="extension">%2$s</xliff:g></string>
412
413   <!-- Waiting dialog * Performing operation message -->
414   <string name="waiting_dialog_msg">Performing operation\u2026</string>
415   <!-- Waiting dialog * Copying title -->
416   <string name="waiting_dialog_copying_title">Copying\u2026</string>
417   <!-- Waiting dialog * Copying message -->
418   <string name="waiting_dialog_copying_msg">
419     <![CDATA[<b>From</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/>]]>
420     <![CDATA[<b>To</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
421   <!-- Waiting dialog * Moving title -->
422   <string name="waiting_dialog_moving_title">Moving\u2026</string>
423   <!-- Waiting dialog * Moving message -->
424   <string name="waiting_dialog_moving_msg">
425     <![CDATA[<b>From</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/>]]>
426     <![CDATA[<b>To</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
427   <!-- Waiting dialog * Deleting title -->
428   <string name="waiting_dialog_deleting_title">Deleting\u2026</string>
429   <!-- Waiting dialog * Deleting message -->
430   <string name="waiting_dialog_deleting_msg">
431     <![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
432   <!-- Waiting dialog * Extracting title -->
433   <string name="waiting_dialog_extracting_title">Extracting\u2026</string>
434   <!-- Waiting dialog * Extracting message -->
435   <string name="waiting_dialog_extracting_msg">
436     <![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
437   <!-- Waiting dialog * Extracting title -->
438   <string name="waiting_dialog_compressing_title">Compressing\u2026</string>
439   <!-- Waiting dialog * Extracting message -->
440   <string name="waiting_dialog_compressing_msg">
441     <![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
442   <!-- Waiting dialog * Initializing the dialog -->
443   <string name="waiting_dialog_analizing_msg">
444     <![CDATA[<b>Analyzing\u2026</b>]]></string>
445   <!-- Extracting * Success message -->
446   <string name="msgs_extracting_success">
447     The extracting operation was completed successfully. The data was extracted to
448     <xliff:g id="destination">%1$s</xliff:g>.</string>
449   <!-- Compressing * Success message -->
450   <string name="msgs_compressing_success">
451     The compressing operation was completed successfully. The data was compressed to
452     <xliff:g id="destination">%1$s</xliff:g>.</string>
453
454   <!-- Actions Dialog * Title -->
455   <string name="actions_dialog_title">Actions</string>
456   <!-- Actions Dialog * Menu * Properties of current folder -->
457   <string name="actions_menu_properties_current_folder">Properties</string>
458   <!-- Actions Dialog * Menu * Refresh -->
459   <string name="actions_menu_refresh">Refresh</string>
460   <!-- Actions Dialog * Menu * New directory -->
461   <string name="actions_menu_new_directory">New folder</string>
462   <!-- Actions Dialog * Menu * New file -->
463   <string name="actions_menu_new_file">New file</string>
464   <!-- Actions Dialog * Menu * Select all -->
465   <string name="actions_menu_select_all">Select all</string>
466   <!-- Actions Dialog * Menu * Deselect all -->
467   <string name="actions_menu_deselect_all">Deselect all</string>
468   <!-- Actions Dialog * Menu * Select -->
469   <string name="actions_menu_select">Select</string>
470   <!-- Actions Dialog * Menu * Deselect -->
471   <string name="actions_menu_deselect">Deselect</string>
472   <!-- Actions Dialog * Menu * Paste selection -->
473   <string name="actions_menu_paste_selection">Paste selection here</string>
474   <!-- Actions Dialog * Menu * Move selection -->
475   <string name="actions_menu_move_selection">Move selection here</string>
476   <!-- Actions Dialog * Menu * Delete selection -->
477   <string name="actions_menu_delete_selection">Delete selection</string>
478   <!-- Actions Dialog * Menu * Compress selection -->
479   <string name="actions_menu_compress_selection">Compress selection</string>
480   <!-- Actions Dialog * Menu * Create link -->
481   <string name="actions_menu_create_link">Create link</string>
482   <!-- Actions Dialog * Menu * Open -->
483   <string name="actions_menu_open">Open</string>
484   <!-- Actions Dialog * Menu * Open with -->
485   <string name="actions_menu_open_with">Open with</string>
486   <!-- Actions Dialog * Menu * Execute -->
487   <string name="actions_menu_execute">Execute</string>
488   <!-- Actions Dialog * Menu * Send -->
489   <string name="actions_menu_send">Send</string>
490   <!-- Actions Dialog * Menu * Compress -->
491   <string name="actions_menu_compress">Compress</string>
492   <!-- Actions Dialog * Menu * Extract -->
493   <string name="actions_menu_extract">Extract</string>
494   <!-- Actions Dialog * Menu * Delete -->
495   <string name="actions_menu_delete">Delete</string>
496   <!-- Actions Dialog * Menu * Rename -->
497   <string name="actions_menu_rename">Rename</string>
498   <!-- Actions Dialog * Menu * Create copy -->
499   <string name="actions_menu_create_copy">Create copy</string>
500   <!-- Actions Dialog * Menu * Properties -->
501   <string name="actions_menu_properties">Properties</string>
502   <!-- Actions Dialog * Menu * Add to bookmarks -->
503   <string name="actions_menu_add_to_bookmarks">Add to bookmarks</string>
504   <!-- Actions Dialog * Menu * Add shortcut -->
505   <string name="actions_menu_add_shortcut">Add shortcut</string>
506   <!-- Actions Dialog * Menu * Open parent folder -->
507   <string name="actions_menu_open_parent_folder">Open parent</string>
508
509   <!-- Actions * Ask user prior to do an undone operation. Dialog message -->
510   <string name="actions_ask_undone_operation_msg">
511     This action cannot be undone. Do you want to continue?</string>
512
513   <!-- Enter Name Dialog * Label -->
514   <string name="input_name_dialog_label">Name:</string>
515   <!-- Enter Name Dialog * Message * Empty name -->
516   <string name="input_name_dialog_message_empty_name">The name cannot be empty.</string>
517   <!-- Enter Name Dialog * Message * Invalid name -->
518   <string name="input_name_dialog_message_invalid_path_name">Invalid name. The characters
519     \'<xliff:g id="invalid_characters">%1$s</xliff:g>\' are not allowed.</string>
520   <!-- Enter Name Dialog * Message * Invalid name -->
521   <string name="input_name_dialog_message_invalid_name">Invalid name. The names \'.\' and
522     \'..\' are not allowed.</string>
523   <!-- Enter Name Dialog * Message * Name exists -->
524   <string name="input_name_dialog_message_name_exists">The name already exists.</string>
525
526   <!-- Associations Dialog * Title -->
527   <string name="associations_dialog_title">Associations</string>
528   <!-- Associations Dialog * Remember the user action -->
529   <string name="associations_dialog_remember">Remember selection</string>
530   <!-- Associations Dialog * Open with Title -->
531   <string name="associations_dialog_openwith_title">Open with</string>
532     <!-- Associations Dialog * Open action (button title) -->
533   <string name="associations_dialog_openwith_action">Open</string>
534   <!-- Associations Dialog * Send with Title -->
535   <string name="associations_dialog_sendwith_title">Send with</string>
536     <!-- Associations Dialog * Send action (button title) -->
537   <string name="associations_dialog_sendwith_action">Send</string>
538
539   <!-- Inline Autocomplete Widget * Tab message nothing to complete -->
540   <string name="inline_autocomplete_tab_nothing_to_complete_msg">Nothing to complete.</string>
541
542   <!-- Execution console * Title -->
543   <string name="execution_console_title">Console</string>
544   <!-- Execution console * The script name label -->
545   <string name="execution_console_script_name_label">Script:</string>
546   <!-- Execution console * The script execution time label -->
547   <string name="execution_console_script_execution_time_label">Time:</string>
548   <!-- Execution console * The script exit code label -->
549   <string name="execution_console_script_exitcode_label">Exit code:</string>
550   <!-- Execution console * The script execution time seconds string -->
551   <string name="execution_console_script_execution_time_text">
552     <xliff:g id="seconds">%1$s</xliff:g> sec.</string>
553
554   <!-- Mime/Types * Folder -->
555   <string name="mime_folder">Folder</string>
556   <!-- Mime/Types * Symlink -->
557   <string name="mime_symlink">Symlink</string>
558   <!-- Mime/Types * Unknown -->
559   <string name="mime_unknown">Unknown</string>
560
561   <!-- Selection. All possibilities. [1 folder; >1 folders; 1 file; >1 files;
562      >1 folders and 1 file; 1 folder and >1 files; >1 folders and >1 files]
563      Avoid using plural item because is more complex to achieved all strings -->
564   <string name="selection_one_folder"><xliff:g id="folders">%1$s</xliff:g> folder selected.</string>
565   <string name="selection_other_folders"><xliff:g id="folders">%1$s</xliff:g> folders selected.</string>
566   <string name="selection_one_file"><xliff:g id="files">%1$s</xliff:g> file selected.</string>
567   <string name="selection_other_files"><xliff:g id="files">%1$s</xliff:g> files selected.</string>
568   <string name="selection_other_folders_one_file"><xliff:g id="folders">%1$s</xliff:g> folders and
569     <xliff:g id="files">%2$s</xliff:g> file selected.</string>
570   <string name="selection_one_folder_other_files"><xliff:g id="folder2">%1$s</xliff:g> folder and
571     <xliff:g id="file2">%2$s</xliff:g> files selected.</string>
572   <string name="selection_other_folders_other_files"><xliff:g id="folder2">%1$s</xliff:g> folders
573     and <xliff:g id="files">%2$s</xliff:g> files selected.</string>
574
575   <!-- Category descriptions -->
576   <string name="category_system">SYSTEM</string>
577   <string name="category_app">APP</string>
578   <string name="category_binary">BINARY</string>
579   <string name="category_text">TEXT</string>
580   <string name="category_document">DOCUMENT</string>
581   <string name="category_ebook">EBOOK</string>
582   <string name="category_mail">MAIL</string>
583   <string name="category_compress">COMPRESS</string>
584   <string name="category_exec">EXECUTABLE</string>
585   <string name="category_database">DATABASE</string>
586   <string name="category_font">FONT</string>
587   <string name="category_image">IMAGE</string>
588   <string name="category_audio">AUDIO</string>
589   <string name="category_video">VIDEO</string>
590   <string name="category_security">SECURITY</string>
591
592   <!-- Compression * Compression modes dialog title -->
593   <string name="compression_mode_title">Compression mode</string>
594   <!-- Compression * Supported archive and compression modes -->
595   <string name="compression_mode_tar" translatable="false">Tar (tar)</string>
596   <string name="compression_mode_tar_gzip" translatable="false">Tar/gzip (tar.gz)</string>
597   <string name="compression_mode_tar_gzip2" translatable="false">Tar/gzip (tgz)</string>
598   <string name="compression_mode_tar_bzip" translatable="false">Tar/bzip (tar.bz2)</string>
599   <string name="compression_mode_gzip" translatable="false">Gzip (gz)</string>
600   <string name="compression_mode_bzip" translatable="false">Bzip (bz2)</string>
601
602   <!-- Shortcut. Failed to handle the shortcut -->
603   <string name="shortcut_failed_msg">Failed to handle the shortcut.</string>
604   <!-- Shortcut. The shortcut was created -->
605   <string name="shortcut_creation_success_msg">Shortcut created successfully.</string>
606   <!-- Shortcut. The shortcut wasn't created -->
607   <string name="shortcut_creation_failed_msg">Shortcut creation failed.</string>
608
609   <!-- Preferences title -->
610   <string name="pref">Settings</string>
611   <!-- Preferences * General title -->
612   <string name="pref_general">General settings</string>
613   <!-- Preferences * Search title -->
614   <string name="pref_search">Search options</string>
615   <!-- Preferences * Themes title -->
616   <string name="pref_themes">Themes</string>
617   <!-- Preferences * About title -->
618   <string name="pref_about">About</string>
619   <!-- Preferences * About summary -->
620   <string name="pref_about_summary">File Manager v<xliff:g id="version">%1$s</xliff:g>
621     \nCopyright \u00A9 2012 The CyanogenMod Project</string>
622
623   <!-- Preferences * General * Behaviour category -->
624   <string name="pref_general_behaviour_category">General</string>
625   <!-- Preferences * General * Case sensitive sort title -->
626   <string name="pref_case_sensitive_sort">Use case-sensitive sorting</string>
627   <!-- Preferences * General *Disk usage warning level title -->
628   <string name="pref_disk_usage_warning_level">Disk usage warning</string>
629   <!-- Preferences * General * Disk usage warning level summary -->
630   <!-- FIXME Use "percent" instead of "%" symbol, because it make crash the app on getSummary
631        of ListPreference. This should be fixed in frameworks base prior to be added here. -->
632   <string name="pref_disk_usage_warning_level_summary" formatted="false">Display a different
633     color in disk usage widgets when they reach <xliff:g id="level">%1$s</xliff:g> percent
634     of free disk space</string>
635   <!-- Preferences * General * Compute folder statistics title -->
636   <string name="pref_compute_folder_statistics">Compute folder statistics</string>
637   <!-- Preferences * General * Compute folder statistics summary on -->
638   <string name="pref_compute_folder_statistics_on">Warning! The computation of folder statistics is costly in time and
639     system resources</string>
640   <!-- Preferences * General * Use flinger detection -->
641   <string name="pref_use_flinger">Use swipe gestures</string>
642   <!-- Preferences * General * Use flinger detection summary -->
643   <string name="pref_use_flinger_summary">Use swipe left to right gesture detection to delete files or folders.</string>
644   <!-- Preferences * General * Advanced settings category -->
645   <string name="pref_general_advanced_settings_category">Advanced</string>
646   <!-- Preferences * General * Access mode -->
647   <string name="pref_access_mode">Access mode</string>
648   <!-- Preferences * General * Safe mode -->
649   <string name="pref_access_mode_safe">Safe mode</string>
650   <!-- Preferences * General * Safe mode summary -->
651   <string name="pref_access_mode_safe_summary">Safe mode\n\nThe app is running without
652     privileges and the only accessible file systems are the storage volumes (SD cards and USB)</string>
653   <!-- Preferences * General * Prompt user mode -->
654   <string name="pref_access_mode_prompt">Prompt User mode</string>
655   <!-- Preferences * General * Prompt user mode summary -->
656   <string name="pref_access_mode_prompt_summary">Prompt User mode\n\nThe app is running
657     with full access to the file system but will prompt for permission prior to executing
658     any privileged actions</string>
659   <!-- Preferences * General * Root access mode -->
660   <string name="pref_access_mode_root">Root Access mode</string>
661   <!-- Preferences * General * Root access mode summary -->
662   <string name="pref_access_mode_root_summary">Root Access mode\n\nWarning! This mode allows operations that could break
663     your device. It\'s your responsibility to ensure that an operation is safe</string>
664   <!-- Preferences * Search * Results category -->
665   <string name="pref_search_results_category">Results</string>
666   <!-- Preferences * Search * Show relevance widget -->
667   <string name="pref_show_relevance_widget">Show relevance widget</string>
668   <!-- Preferences * Search * Highlight search terms -->
669   <string name="pref_highlight_terms">Highlight search terms</string>
670   <!-- Preferences * Search * Sort results mode -->
671   <string name="pref_sort_search_results_mode">Sort results mode</string>
672   <!-- Preferences * Search * Sort results mode. None -->
673   <string name="pref_sort_search_results_mode_none">No sort</string>
674   <!-- Preferences * Search * Sort results mode. None -->
675   <string name="pref_sort_search_results_mode_name">By name</string>
676   <!-- Preferences * Search * Sort results mode. Relevance -->
677   <string name="pref_sort_search_results_mode_relevance">By relevance</string>
678   <!-- Preferences * Search * Privacity category -->
679   <string name="pref_search_privacity_category">Privacy</string>
680   <!-- Preferences * Search * Save search terms -->
681   <string name="pref_save_search_terms">Save search terms</string>
682   <!-- Preferences * Search * Save search terms summary on -->
683   <string name="pref_save_search_terms_on">Search terms will be saved and used as suggestions
684       in future searches</string>
685   <!-- Preferences * Search * Save search terms summary off -->
686   <string name="pref_save_search_terms_off">Search terms will not be saved</string>
687   <!-- Preferences * Search * Remove saved search terms -->
688   <string name="pref_remove_saved_search_terms">Remove saved search terms</string>
689   <!-- Preferences * Search * Remove saved search terms summary -->
690   <string name="pref_remove_saved_search_terms_summary">Tap to remove all the saved search terms</string>
691   <!-- Preferences * Search * Suggestions were truncated -->
692   <string name="pref_remove_saved_search_terms_msg">All saved search terms were removed.</string>
693   <!-- Preferences * Themes * Themes selection category -->
694   <string name="pref_themes_selection_category">Themes</string>
695   <!-- Preferences * Themes * Set theme button -->
696   <string name="pref_themes_set_theme">Set theme</string>
697   <!-- Preferences * Themes * No preview -->
698   <string name="pref_themes_no_preview">No preview\navailable</string>
699   <!-- Preferences * Themes * Confirmation message -->
700   <string name="pref_themes_confirmation">Theme was applied successfully.</string>
701   <!-- Preferences * Themes * Theme not found message -->
702   <string name="pref_themes_not_found">Theme not found.</string>
703
704   <!-- Preferences * Debug * Capture debug traces -->
705   <string name="pref_debug_traces">Log debugging information</string>
706
707   <!-- Themes * Default theme name -->
708   <string name="theme_default_name">Light Theme</string>
709   <!-- Themes * Default theme description -->
710   <string name="theme_default_description">A light theme for CyanogenMod File Manager.</string>
711   <!-- Themes * Default theme author -->
712   <string name="themes_author">CyanogenMod</string>
713
714   <!-- Security * Extract relative or absolute files -->
715   <string name="security_warning_extract">Warning!\n\n
716       Extracting an archive file with relative or absolute paths may cause damage to your device
717       by overwriting system files.\n\n
718       Do you want to continue?</string>
719
720   <!-- ChangeLog * Dialog title -->
721   <string name="changelog_title">Changelog</string>
722
723   <!-- Welcome Dialog * Title -->
724   <string name="welcome_title">Welcome</string>
725   <!-- Welcome Dialog * Message -->
726   <string name="welcome_msg">
727     Welcome to the CyanogenMod file manager.
728     \n\nThis app allows you to explore the file system and do operations that could break
729     your device. To prevent damage, the app will start in a safe, low-privileged mode.
730     \n\nYou can access the advanced, full-privileged mode via Settings. It\'s your
731     responsibility to ensure that an operation doesn\'t break your system.
732     \n\nThe CyanogenMod Team.\n</string>
733
734 </resources>