aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorjackmu95 <jacob.mueller.elz@gmail.com>2013-09-21 15:30:08 +0200
committerjackmu95 <jacob.mueller.elz@gmail.com>2013-09-22 23:04:26 +0200
commitc7776f7f2495301f5cf8d9b88bfd748c99000e5d (patch)
tree3ef3422af7f5f794925f2af2ecf96cc6a98665df /res/values/strings.xml
parentd50a39fb3b56a0e73717453382c38ba4b9dc5098 (diff)
downloadandroid_packages_apps_CMFileManager-c7776f7f2495301f5cf8d9b88bfd748c99000e5d.tar.gz
android_packages_apps_CMFileManager-c7776f7f2495301f5cf8d9b88bfd748c99000e5d.tar.bz2
android_packages_apps_CMFileManager-c7776f7f2495301f5cf8d9b88bfd748c99000e5d.zip
CMFileManager: Resources cleanup
- Use new copyright format - Use an intent of 4 - Some other cleanup Change-Id: I49e31f5fc4117bd4d7e65c78a4c70651c8139f64
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml1539
1 files changed, 739 insertions, 800 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f4392bcb..5c7d7348 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012-2013 The CyanogenMod Project
+<!--
+ Copyright (C) 2012-2013 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -12,808 +13,746 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- -->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+-->
- <!-- The name of the app -->
- <string name="app_name">File Manager</string>
- <!-- The description of the app -->
- <string name="app_description">A CyanogenMod file manager.</string>
-
- <!-- Human readable sizes -->
- <string name="size_bytes">B</string>
- <string name="size_kilobytes">kB</string>
- <string name="size_megabytes">MB</string>
- <string name="size_gigabytes">GB</string>
-
- <!-- Date/time format order (%1$s: date; %2$s: time) -->
- <string name="datetime_format_order">%1$s %2$s</string>
-
- <!-- Devices types -->
- <string name="device_blockdevice">Block device</string>
- <string name="device_characterdevice">Character device</string>
- <string name="device_namedpipe">Named pipe</string>
- <string name="device_domainsocket">Domain socket</string>
-
- <!-- Mount Point States -->
- <string name="mount_point_readonly">RO</string>
- <string name="mount_point_readwrite">RW</string>
-
- <!-- Default buttons -->
- <string name="ok" translatable="false">@android:string/ok</string>
- <string name="cancel" translatable="false">@android:string/cancel</string>
- <string name="yes">Yes</string>
- <string name="no">No</string>
- <string name="all">All</string>
- <string name="overwrite">Overwrite</string>
- <string name="select">Select</string>
-
- <!-- The root directory name -->
- <string name="root_directory_name"><![CDATA[<Root folder>]]></string>
- <!-- The search result name -->
- <string name="search_result_name">Search: <xliff:g id="terms">%1$s</xliff:g></string>
-
- <!-- Loading waiting message -->
- <string name="loading_message">Loading\u2026</string>
- <!-- Computing message -->
- <string name="computing_message" translatable="false"><xliff:g id="data">%1$s</xliff:g></string>
- <!-- Computing new line message -->
- <string name="computing_message_ln" translatable="false"><xliff:g id="data">%1$s</xliff:g></string>
- <!-- Cancelled message -->
- <string name="cancelled_message">Cancelled.</string>
- <!-- Error message -->
- <string name="error_message">Error.</string>
- <!-- Copy text content description -->
- <string name="copy_text_cd">Tap to copy text to clipboard</string>
- <!-- Copy text content message -->
- <string name="copy_text_msg">Text copied to clipboard</string>
-
- <!-- Warning dialog title -->
- <string name="warning_title">Warning</string>
- <!-- Error dialog title -->
- <string name="error_title">Error detected</string>
- <!-- Confirm operation dialog title -->
- <string name="confirm_operation">Confirm operation</string>
- <!-- Confirm overwrite dialog title -->
- <string name="confirm_overwrite">Confirm overwrite</string>
- <!-- Confirm deletion dialog title -->
- <string name="confirm_deletion">Confirm deletion</string>
-
- <!-- A console couldn't be created. Ask the user to change the access mode. Dialog Title -->
- <string name="msgs_change_to_prompt_access_mode_title">Confirm switch</string>
- <!-- A console couldn't be created. Ask the user to change the access mode. Dialog Message -->
- <string name="msgs_change_to_prompt_access_mode_msg">
- Unable to run in Root Access mode. Changing to Safe mode.\n\nApply this change?</string>
-
- <!-- A console couldn't be created. Without privileges, the app won't work -->
- <string name="msgs_cant_create_console">Unable to gain the required privileges to function.</string>
- <!-- The message shown when an allocation of a privileged console fails, and a non
- privileged is allocated -->
- <string name="msgs_privileged_console_alloc_failed">Unable to run in Root Access mode.
- Changing to Safe mode.</string>
- <!-- The selected setting was not applied or stored -->
- <string name="msgs_settings_save_failure">The setting could not be applied or stored.</string>
- <!-- The initial directory has an invalid or inaccessible reference -->
- <string name="msgs_settings_invalid_initial_directory">The initial folder
- \"<xliff:g id="initial_dir">%1$s</xliff:g>\" is invalid. Changing to root folder.</string>
-
- <!-- Success -->
- <string name="msgs_success">The operation was completed successfully.</string>
- <!-- Unknown error -->
- <string name="msgs_unknown">An error was detected. The operation was unsuccessful.</string>
- <!-- When an operation requires elevated privileged (normally caused for the use of a
- non-privileged console) -->
- <string name="msgs_insufficient_permissions">This operation requires elevated permissions. Try
- changing to Root Access mode.</string>
- <!-- The file or directory was not found -->
- <string name="msgs_file_not_found">The file or folder was not found.</string>
- <!-- The command reference couldn't be created (not found or invalid definition)
- (normally caused by a development error) -->
- <string name="msgs_command_not_found">The operation\'s command was not found or has an
- invalid definition.</string>
- <!-- I/O exception -->
- <string name="msgs_io_failed">Read/write failure.</string>
- <!-- Operation timeout detected -->
- <string name="msgs_operation_timeout">The operation timed out.</string>
- <!-- The operation returns an invalid exit code -->
- <string name="msgs_operation_failure">The operation failed.</string>
- <!-- A console couldn't be allocated -->
- <string name="msgs_console_alloc_failure">An internal error occurred.</string>
- <!-- An operation can't be cancelled -->
- <string name="msgs_operation_can_not_be_cancelled">The operation cannot be cancelled.</string>
- <!-- The operation requieres mount the file system prior to execute the command -->
- <string name="msgs_read_only_filesystem">The file system is read-only. Try to mount the
- file system as read-write before attempting the operation.</string>
- <!-- Illegal argument (normally caused by a development error when calling internal api) -->
- <string name="msgs_illegal_argument">Illegal argument. Invocation failed.</string>
- <!-- The operation will cause inconsistencies -->
- <string name="msgs_unresolved_inconsistencies">
- The operation is not permitted because it would create inconsistencies.</string>
- <!-- Operation not permitted in current directory -->
- <string name="msgs_operation_not_allowed_in_current_directory">
- The operation is not permitted in current folder.\n\nDestination folder cannot be subfolder
- of source or be same as source.</string>
-
- <!-- The advice message prior to exit the app -->
- <string name="msgs_push_again_to_exit">Press again to exit.</string>
-
- <!-- There is no registered app that can handle the mime-type -->
- <string name="msgs_not_registered_app">There is no app registered to handle
- the type of file selected.</string>
-
- <!-- Overwrite files? -->
- <string name="msgs_overwrite_files">
- Some of the files already exist in the destination folder.\n\nOverwrite?</string>
-
- <!-- The association of an action to the app failed -->
- <string name="msgs_action_association_failed">Associating the action to the
- app failed.</string>
-
- <!-- An operation requires elevated privileged. Ask the user. -->
- <string name="advise_insufficient_permissions">The operation requires elevated privileges.\n\n
- Do you want to change to Root Access mode?</string>
-
-
- <!-- The parent directory of the current directory in navigation view -->
- <string name="parent_dir">Parent folder</string>
- <!-- External storage descripton -->
- <string name="external_storage">External storage</string>
- <!-- Usb storage descripton -->
- <string name="usb_storage">USB storage</string>
-
- <!-- ActionBar Buttons * FileSystem -->
- <string name="actionbar_button_filesystem_cd">File system info</string>
- <!-- ActionBar Buttons * Sort Mode -->
- <string name="actionbar_button_sort_mode_cd">Sort mode</string>
- <!-- ActionBar Buttons * Layout Mode -->
- <string name="actionbar_button_layout_mode_cd">Layout mode</string>
- <!-- ActionBar Buttons * Other View Options -->
- <string name="actionbar_button_other_view_options_cd">Other view options</string>
- <!-- ActionBar Buttons * Done -->
- <string name="actionbar_button_selection_done_cd">Done</string>
- <!-- ActionBar Buttons * Actions -->
- <string name="actionbar_button_actions_cd">Actions</string>
- <!-- ActionBar Buttons * History -->
- <string name="actionbar_button_history_cd">History</string>
- <!-- ActionBar Buttons * Bookmarks -->
- <string name="actionbar_button_bookmarks_cd">Bookmarks</string>
- <!-- ActionBar Buttons * Search -->
- <string name="actionbar_button_search_cd">Search</string>
- <!-- ActionBar Buttons * Overflow -->
- <string name="actionbar_button_overflow_cd">More options</string>
- <!-- ActionBar Buttons * Storage volumes -->
- <string name="actionbar_button_storage_cd">Storage volumes</string>
- <!-- ActionBar Buttons * Save -->
- <string name="actionbar_button_save_cd">Save</string>
-
- <!-- Navigation View * Sort * Sort by name (ascending) -->
- <string name="sort_by_name_asc">By name &#x25B2;</string>
- <!-- Navigation View * Sort * Sort by name (descending) -->
- <string name="sort_by_name_desc">By name &#x25BC;</string>
- <!-- Navigation View * Sort * Sort by date (ascending) -->
- <string name="sort_by_date_asc">By date &#x25B2;</string>
- <!-- Navigation View * Sort * Sort by date (descending) -->
- <string name="sort_by_date_desc">By date &#x25BC;</string>
-
- <!-- Navigation View * Layout * Icons -->
- <string name="layout_icons">Icons</string>
- <!-- Navigation View * Layout * Simple -->
- <string name="layout_simple">Simple</string>
- <!-- Navigation View * Layout * Details -->
- <string name="layout_details">Details</string>
-
- <!-- Navigation View * View * Show folders first -->
- <string name="cm_filemanager_show_dirs_first">Show folders first</string>
- <!-- Navigation View * View * Show hidden files option -->
- <string name="cm_filemanager_show_hidden">Show hidden files</string>
- <!-- Navigation View * View * Show system files option -->
- <string name="cm_filemanager_show_system">Show system files</string>
- <!-- Navigation View * View * Show symlinks option -->
- <string name="cm_filemanager_show_symlinks">Show symlinks</string>
-
- <!-- Filesystem Info (no data). Dialog title -->
- <string name="filesystem_info_warning_title">No information</string>
- <!-- Filesystem Info (no data). Dialog message -->
- <string name="filesystem_info_warning_msg">There is no information available for the file system.</string>
- <!-- Filesystem Info * Filesystem couldn't be mounted -->
- <string name="filesystem_info_cant_be_mounted_msg">
- The file system cannot be mounted/unmounted.</string>
- <!-- Filesystem Info * Not allowed message -->
- <string name="filesystem_info_mount_not_allowed_msg">File system mounting operations are not allowed
- in Safe mode. Tap to change to Root Access mode.</string>
- <!-- Filesystem Info * Mount failed -->
- <string name="filesystem_info_mount_failed_msg">File system mounting operation failed.
- Some file systems, like SD cards, cannot be mounted/unmounted because
- they are built-in as read-only file systems.</string>
- <!-- Filesystem Info Dialog * Title -->
- <string name="filesystem_info_dialog_title">File system information</string>
- <!-- Filesystem Info Dialog * Tab * Info -->
- <string name="filesystem_info_dialog_tab_info">Info</string>
- <!-- Filesystem Info Dialog * Tab * Disk Usage -->
- <string name="filesystem_info_dialog_tab_disk_usage">Disk usage</string>
- <!-- Filesystem Info Dialog * Status Label -->
- <string name="filesystem_info_dialog_status">Status:</string>
- <!-- Filesystem Info Dialog * Mount Point Label -->
- <string name="filesystem_info_dialog_mount_point">Mount point:</string>
- <!-- Filesystem Info Dialog * Device Label -->
- <string name="filesystem_info_dialog_device">Device:</string>
- <!-- Filesystem Info Dialog * Type Label -->
- <string name="filesystem_info_dialog_type">Type:</string>
- <!-- Filesystem Info Dialog * Options Label -->
- <string name="filesystem_info_dialog_options">Options:</string>
- <!-- Filesystem Info Dialog * Dump/Pass Label -->
- <string name="filesystem_info_dialog_dump_pass">Dump / Pass:</string>
- <!-- Filesystem Info Dialog * Total Disk Usage -->
- <string name="filesystem_info_dialog_total_disk_usage">Total:</string>
- <!-- Filesystem Info Dialog * Used Disk Usage -->
- <string name="filesystem_info_dialog_used_disk_usage">Used:</string>
- <!-- Filesystem Info Dialog * Free Disk Usage -->
- <string name="filesystem_info_dialog_free_disk_usage">Free:</string>
-
-
- <!-- Fso Properties * Not allowed message -->
- <string name="fso_properties_permissions_not_allowed_msg">Permissions operations are not allowed
- in Safe mode. Tap to change to Root Access mode.</string>
- <!-- Fso Properties * Failed to change owner to fso -->
- <string name="fso_properties_failed_to_change_owner_msg">The change of owner operation failed.\n\n
- For security reasons, some file systems, like SD cards, do not allow the changing of ownership.</string>
- <!-- Fso Properties * Failed to change group to fso -->
- <string name="fso_properties_failed_to_change_group_msg">The change of group operation failed.\n\n
- For security reasons, some file systems, like SD cards, do not allow the changing of groups.</string>
- <!-- Fso Properties * Failed to change group to fso -->
- <string name="fso_properties_failed_to_change_permission_msg">The change of permissions
- operation failed.\n\nFor security reasons, some file systems, like SD cards, do not allow the changing of permissions.</string>
- <!-- Fso Properties Dialog * Title -->
- <string name="fso_properties_dialog_title">Properties</string>
- <!-- Fso Properties Dialog * Tab * Info -->
- <string name="fso_properties_dialog_tab_info">Info</string>
- <!-- Fso Properties Dialog * Tab * Permissions -->
- <string name="fso_properties_dialog_tab_permissions">Permissions</string>
- <!-- Fso Properties Dialog * Name Label -->
- <string name="fso_properties_dialog_name">Name:</string>
- <!-- Fso Properties Dialog * Parent Folder Label -->
- <string name="fso_properties_dialog_parent">Parent:</string>
- <!-- Fso Properties Dialog * Type Label -->
- <string name="fso_properties_dialog_type">Type:</string>
- <!-- Fso Properties Dialog * Category Label -->
- <string name="fso_properties_dialog_category">Category:</string>
- <!-- Fso Properties Dialog * Link Label -->
- <string name="fso_properties_dialog_link">Link:</string>
- <!-- Fso Properties Dialog * Size Label -->
- <string name="fso_properties_dialog_size">Size:</string>
- <!-- Fso Properties Dialog * Contains Label -->
- <string name="fso_properties_dialog_contains">Contains:</string>
- <!-- Fso Properties Dialog * Last Accessed Time Label -->
- <string name="fso_properties_dialog_last_accessed_date">Accessed:</string>
- <!-- Fso Properties Dialog * Last Modified Time Label -->
- <string name="fso_properties_dialog_last_modified_date">Modified:</string>
- <!-- Fso Properties Dialog * Last Changed Time -->
- <string name="fso_properties_dialog_last_changed_date">Changed:</string>
- <!-- Fso Properties Dialog * Owner Label -->
- <string name="fso_properties_dialog_owner">Owner:</string>
- <!-- Fso Properties Dialog * Group Label -->
- <string name="fso_properties_dialog_group">Group:</string>
- <!-- Fso Properties Dialog * Others Label -->
- <string name="fso_properties_dialog_others">Others:</string>
- <!-- Fso Properties Dialog * Special Label -->
- <string name="fso_properties_dialog_special" translatable="false">S</string>
- <!-- Fso Properties Dialog * Read Label -->
- <string name="fso_properties_dialog_read" translatable="false">R</string>
- <!-- Fso Properties Dialog * Write Label -->
- <string name="fso_properties_dialog_write" translatable="false">W</string>
- <!-- Fso Properties Dialog * Execute Label -->
- <string name="fso_properties_dialog_execute" translatable="false">X</string>
- <!-- Fso Properties Dialog * Execute Label -->
- <string name="fso_properties_dialog_folder_items" translatable="false">
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- The name of the app -->
+ <string name="app_name">File Manager</string>
+ <!-- The description of the app -->
+ <string name="app_description">A CyanogenMod file manager</string>
+
+ <!-- Human readable sizes -->
+ <string name="size_bytes">B</string>
+ <string name="size_kilobytes">kB</string>
+ <string name="size_megabytes">MB</string>
+ <string name="size_gigabytes">GB</string>
+
+ <!-- Date/time format order (%1$s: date; %2$s: time) -->
+ <string name="datetime_format_order">%1$s %2$s</string>
+
+ <!-- Devices types -->
+ <string name="device_blockdevice">Block device</string>
+ <string name="device_characterdevice">Character device</string>
+ <string name="device_namedpipe">Named pipe</string>
+ <string name="device_domainsocket">Domain socket</string>
+
+ <!-- Mount Point States -->
+ <string name="mount_point_readonly">RO</string>
+ <string name="mount_point_readwrite">RW</string>
+
+ <!-- Default buttons -->
+ <string name="ok" translatable="false">@android:string/ok</string>
+ <string name="cancel" translatable="false">@android:string/cancel</string>
+ <string name="yes">Yes</string>
+ <string name="no">No</string>
+ <string name="all">All</string>
+ <string name="overwrite">Overwrite</string>
+ <string name="select">Select</string>
+
+ <!-- The root directory name -->
+ <string name="root_directory_name"><![CDATA[<Root folder>]]></string>
+ <!-- The search result name -->
+ <string name="search_result_name">Search: <xliff:g id="terms">%1$s</xliff:g></string>
+
+ <!-- Loading waiting message -->
+ <string name="loading_message">Loading\u2026</string>
+ <!-- Computing message -->
+ <string name="computing_message" translatable="false"><xliff:g id="data">%1$s</xliff:g></string>
+ <!-- Computing new line message -->
+ <string name="computing_message_ln" translatable="false"><xliff:g id="data">%1$s</xliff:g></string>
+ <!-- Cancelled message -->
+ <string name="cancelled_message">Cancelled.</string>
+ <!-- Error message -->
+ <string name="error_message">Error.</string>
+ <!-- Copy text content description -->
+ <string name="copy_text_cd">Tap to copy text to clipboard</string>
+ <!-- Copy text content message -->
+ <string name="copy_text_msg">Text copied to clipboard</string>
+
+ <!-- Warning dialog title -->
+ <string name="warning_title">Warning</string>
+ <!-- Error dialog title -->
+ <string name="error_title">Error detected</string>
+ <!-- Confirm operation dialog title -->
+ <string name="confirm_operation">Confirm operation</string>
+ <!-- Confirm overwrite dialog title -->
+ <string name="confirm_overwrite">Confirm overwrite</string>
+ <!-- Confirm deletion dialog title -->
+ <string name="confirm_deletion">Confirm deletion</string>
+
+ <!-- A console couldn't be created - Ask the user to change the access mode - Dialog Title -->
+ <string name="msgs_change_to_prompt_access_mode_title">Confirm switch</string>
+ <!-- A console couldn't be created - Ask the user to change the access mode - Dialog Message -->
+ <string name="msgs_change_to_prompt_access_mode_msg">Unable to run in Root Access mode. Changing to Safe mode.\n\nApply this change?</string>
+
+ <!-- A console couldn't be created - Without privileges, the app won't work -->
+ <string name="msgs_cant_create_console">Unable to gain the required privileges to function.</string>
+ <!-- The message shown when an allocation of a privileged console fails, and a non
+ privileged is allocated -->
+ <string name="msgs_privileged_console_alloc_failed">Unable to run in Root Access mode. Changing to Safe mode.</string>
+ <!-- The selected setting was not applied or stored -->
+ <string name="msgs_settings_save_failure">The setting could not be applied or stored.</string>
+ <!-- The initial directory has an invalid or inaccessible reference -->
+ <string name="msgs_settings_invalid_initial_directory">The initial folder\"<xliff:g id="initial_dir">%1$s</xliff:g>\" is invalid. Changing to root folder.</string>
+
+ <!-- Success -->
+ <string name="msgs_success">The operation was completed successfully.</string>
+ <!-- Unknown error -->
+ <string name="msgs_unknown">An error was detected. The operation was unsuccessful.</string>
+ <!-- When an operation requires elevated privileged (normally caused for the use of a
+ non-privileged console) -->
+ <string name="msgs_insufficient_permissions">This operation requires elevated permissions. Try changing to Root Access mode.</string>
+ <!-- The file or directory was not found -->
+ <string name="msgs_file_not_found">The file or folder was not found.</string>
+ <!-- The command reference couldn't be created (not found or invalid definition)
+ (normally caused by a development error) -->
+ <string name="msgs_command_not_found">The operation\'s command was not found or has an invalid definition.</string>
+ <!-- I/O exception -->
+ <string name="msgs_io_failed">Read/write failure.</string>
+ <!-- Operation timeout detected -->
+ <string name="msgs_operation_timeout">The operation timed out.</string>
+ <!-- The operation returns an invalid exit code -->
+ <string name="msgs_operation_failure">The operation failed.</string>
+ <!-- A console couldn't be allocated -->
+ <string name="msgs_console_alloc_failure">An internal error occurred.</string>
+ <!-- An operation can't be cancelled -->
+ <string name="msgs_operation_can_not_be_cancelled">The operation cannot be cancelled.</string>
+ <!-- The operation requieres mount the file system prior to execute the command -->
+ <string name="msgs_read_only_filesystem">The file system is read-only. Try to mount the file system as read-write before attempting the operation.</string>
+ <!-- Illegal argument (normally caused by a development error when calling internal api) -->
+ <string name="msgs_illegal_argument">Illegal argument. Invocation failed.</string>
+ <!-- The operation will cause inconsistencies -->
+ <string name="msgs_unresolved_inconsistencies">The operation is not permitted because it would create inconsistencies.</string>
+ <!-- Operation not permitted in current directory -->
+ <string name="msgs_operation_not_allowed_in_current_directory">The operation is not permitted in current folder.\n\nDestination folder cannot be subfolder of source or be same as source.</string>
+
+ <!-- The advice message prior to exit the app -->
+ <string name="msgs_push_again_to_exit">Press again to exit.</string>
+
+ <!-- There is no registered app that can handle the mime-type -->
+ <string name="msgs_not_registered_app">There is no app registered to handle the type of file selected.</string>
+
+ <!-- Overwrite files? -->
+ <string name="msgs_overwrite_files">Some of the files already exist in the destination folder.\n\nOverwrite?</string>
+
+ <!-- The association of an action to the app failed -->
+ <string name="msgs_action_association_failed">Associating the action to the app failed.</string>
+
+ <!-- An operation requires elevated privileged. Ask the user. -->
+ <string name="advise_insufficient_permissions">The operation requires elevated privileges.\n\nDo you want to change to Root Access mode?</string>
+
+ <!-- The parent directory of the current directory in navigation view -->
+ <string name="parent_dir">Parent folder</string>
+ <!-- External storage descripton -->
+ <string name="external_storage">External storage</string>
+ <!-- Usb storage descripton -->
+ <string name="usb_storage">USB storage</string>
+
+ <!-- ActionBar Buttons - FileSystem -->
+ <string name="actionbar_button_filesystem_cd">File system info</string>
+ <!-- ActionBar Buttons - Sort Mode -->
+ <string name="actionbar_button_sort_mode_cd">Sort mode</string>
+ <!-- ActionBar Buttons - Layout Mode -->
+ <string name="actionbar_button_layout_mode_cd">Layout mode</string>
+ <!-- ActionBar Buttons - Other View Options -->
+ <string name="actionbar_button_other_view_options_cd">Other view options</string>
+ <!-- ActionBar Buttons - Done -->
+ <string name="actionbar_button_selection_done_cd">Done</string>
+ <!-- ActionBar Buttons - Actions -->
+ <string name="actionbar_button_actions_cd">Actions</string>
+ <!-- ActionBar Buttons - History -->
+ <string name="actionbar_button_history_cd">History</string>
+ <!-- ActionBar Buttons - Bookmarks -->
+ <string name="actionbar_button_bookmarks_cd">Bookmarks</string>
+ <!-- ActionBar Buttons - Search -->
+ <string name="actionbar_button_search_cd">Search</string>
+ <!-- ActionBar Buttons - Overflow -->
+ <string name="actionbar_button_overflow_cd">More options</string>
+ <!-- ActionBar Buttons - Storage volumes -->
+ <string name="actionbar_button_storage_cd">Storage volumes</string>
+ <!-- ActionBar Buttons - Save -->
+ <string name="actionbar_button_save_cd">Save</string>
+
+ <!-- Navigation View - Sort - Sort by name (ascending) -->
+ <string name="sort_by_name_asc">By name \u25B2</string>
+ <!-- Navigation View - Sort - Sort by name (descending) -->
+ <string name="sort_by_name_desc">By name \u25BC</string>
+ <!-- Navigation View - Sort - Sort by date (ascending) -->
+ <string name="sort_by_date_asc">By date \u25B2</string>
+ <!-- Navigation View - Sort - Sort by date (descending) -->
+ <string name="sort_by_date_desc">By date \u25BC</string>
+
+ <!-- Navigation View - Layout - Icons -->
+ <string name="layout_icons">Icons</string>
+ <!-- Navigation View - Layout - Simple -->
+ <string name="layout_simple">Simple</string>
+ <!-- Navigation View - Layout - Details -->
+ <string name="layout_details">Details</string>
+
+ <!-- Navigation View - View - Show folders first -->
+ <string name="cm_filemanager_show_dirs_first">Show folders first</string>
+ <!-- Navigation View - View - Show hidden files option -->
+ <string name="cm_filemanager_show_hidden">Show hidden files</string>
+ <!-- Navigation View - View - Show system files option -->
+ <string name="cm_filemanager_show_system">Show system files</string>
+ <!-- Navigation View - View - Show symlinks option -->
+ <string name="cm_filemanager_show_symlinks">Show symlinks</string>
+
+ <!-- Filesystem Info (no data). Dialog title -->
+ <string name="filesystem_info_warning_title">No information</string>
+ <!-- Filesystem Info (no data). Dialog message -->
+ <string name="filesystem_info_warning_msg">There is no information available for the file system.</string>
+ <!-- Filesystem Info - Filesystem couldn't be mounted -->
+ <string name="filesystem_info_cant_be_mounted_msg">The file system cannot be mounted/unmounted.</string>
+ <!-- Filesystem Info - Not allowed message -->
+ <string name="filesystem_info_mount_not_allowed_msg">File system mounting operations are not allowedin Safe mode. Tap to change to Root Access mode.</string>
+ <!-- Filesystem Info - Mount failed -->
+ <string name="filesystem_info_mount_failed_msg">File system mounting operation failed. Some file systems, like SD cards, cannot be mounted/unmounted because they are built-in as read-only file systems.</string>
+ <!-- Filesystem Info Dialog - Title -->
+ <string name="filesystem_info_dialog_title">File system information</string>
+ <!-- Filesystem Info Dialog - Tab - Info -->
+ <string name="filesystem_info_dialog_tab_info">Info</string>
+ <!-- Filesystem Info Dialog - Tab - Disk Usage -->
+ <string name="filesystem_info_dialog_tab_disk_usage">Disk usage</string>
+ <!-- Filesystem Info Dialog - Status Label -->
+ <string name="filesystem_info_dialog_status">Status:</string>
+ <!-- Filesystem Info Dialog - Mount Point Label -->
+ <string name="filesystem_info_dialog_mount_point">Mount point:</string>
+ <!-- Filesystem Info Dialog - Device Label -->
+ <string name="filesystem_info_dialog_device">Device:</string>
+ <!-- Filesystem Info Dialog - Type Label -->
+ <string name="filesystem_info_dialog_type">Type:</string>
+ <!-- Filesystem Info Dialog - Options Label -->
+ <string name="filesystem_info_dialog_options">Options:</string>
+ <!-- Filesystem Info Dialog - Dump/Pass Label -->
+ <string name="filesystem_info_dialog_dump_pass">Dump / Pass:</string>
+ <!-- Filesystem Info Dialog - Total Disk Usage -->
+ <string name="filesystem_info_dialog_total_disk_usage">Total:</string>
+ <!-- Filesystem Info Dialog - Used Disk Usage -->
+ <string name="filesystem_info_dialog_used_disk_usage">Used:</string>
+ <!-- Filesystem Info Dialog - Free Disk Usage -->
+ <string name="filesystem_info_dialog_free_disk_usage">Free:</string>
+
+ <!-- Fso Properties - Not allowed message -->
+ <string name="fso_properties_permissions_not_allowed_msg">Permissions operations are not allowed in Safe mode. Tap to change to Root Access mode.</string>
+ <!-- Fso Properties - Failed to change owner to fso -->
+ <string name="fso_properties_failed_to_change_owner_msg">The change of owner operation failed.\n\nFor security reasons, some file systems, like SD cards, do not allow the changing of ownership.</string>
+ <!-- Fso Properties - Failed to change group to fso -->
+ <string name="fso_properties_failed_to_change_group_msg">The change of group operation failed.\n\nFor security reasons, some file systems, like SD cards, do not allow the changing of groups.</string>
+ <!-- Fso Properties - Failed to change group to fso -->
+ <string name="fso_properties_failed_to_change_permission_msg">The change of permissions operation failed.\n\nFor security reasons, some file systems, like SD cards, do not allow the changing of permissions.</string>
+ <!-- Fso Properties Dialog - Title -->
+ <string name="fso_properties_dialog_title">Properties</string>
+ <!-- Fso Properties Dialog - Tab - Info -->
+ <string name="fso_properties_dialog_tab_info">Info</string>
+ <!-- Fso Properties Dialog - Tab - Permissions -->
+ <string name="fso_properties_dialog_tab_permissions">Permissions</string>
+ <!-- Fso Properties Dialog - Name Label -->
+ <string name="fso_properties_dialog_name">Name:</string>
+ <!-- Fso Properties Dialog - Parent Folder Label -->
+ <string name="fso_properties_dialog_parent">Parent:</string>
+ <!-- Fso Properties Dialog - Type Label -->
+ <string name="fso_properties_dialog_type">Type:</string>
+ <!-- Fso Properties Dialog - Category Label -->
+ <string name="fso_properties_dialog_category">Category:</string>
+ <!-- Fso Properties Dialog - Link Label -->
+ <string name="fso_properties_dialog_link">Link:</string>
+ <!-- Fso Properties Dialog - Size Label -->
+ <string name="fso_properties_dialog_size">Size:</string>
+ <!-- Fso Properties Dialog - Contains Label -->
+ <string name="fso_properties_dialog_contains">Contains:</string>
+ <!-- Fso Properties Dialog - Last Accessed Time Label -->
+ <string name="fso_properties_dialog_last_accessed_date">Accessed:</string>
+ <!-- Fso Properties Dialog - Last Modified Time Label -->
+ <string name="fso_properties_dialog_last_modified_date">Modified:</string>
+ <!-- Fso Properties Dialog - Last Changed Time -->
+ <string name="fso_properties_dialog_last_changed_date">Changed:</string>
+ <!-- Fso Properties Dialog - Owner Label -->
+ <string name="fso_properties_dialog_owner">Owner:</string>
+ <!-- Fso Properties Dialog - Group Label -->
+ <string name="fso_properties_dialog_group">Group:</string>
+ <!-- Fso Properties Dialog - Others Label -->
+ <string name="fso_properties_dialog_others">Others:</string>
+ <!-- Fso Properties Dialog - Special Label -->
+ <string name="fso_properties_dialog_special" translatable="false">S</string>
+ <!-- Fso Properties Dialog - Read Label -->
+ <string name="fso_properties_dialog_read" translatable="false">R</string>
+ <!-- Fso Properties Dialog - Write Label -->
+ <string name="fso_properties_dialog_write" translatable="false">W</string>
+ <!-- Fso Properties Dialog - Execute Label -->
+ <string name="fso_properties_dialog_execute" translatable="false">X</string>
+ <!-- Fso Properties Dialog - Execute Label -->
+ <string name="fso_properties_dialog_folder_items" translatable="false">
<xliff:g id="folders">%1$s</xliff:g> / <xliff:g id="files">%2$s</xliff:g></string>
- <!-- Fso Properties Dialog * Skip media scan -->
- <string name="fso_properties_dialog_include_in_media_scan">Skip media scan:</string>
- <string name="fso_failed_to_allow_media_scan">Failed to allow media scanning</string>
- <string name="fso_failed_to_prevent_media_scan">Failed to prevent media scanning</string>
- <string name="fso_delete_nomedia_dir_title">Delete .nomedia directory</string>
- <string name="fso_delete_nomedia_dir_body">This directory contains a .nomedia directory.\n\nDo you want to delete it and all of its contents?</string>
- <string name="fso_delete_nomedia_non_empty_title">Delete .nomedia file</string>
- <string name="fso_delete_nomedia_non_empty_body">This directory contains a non-empty .nomedia file.\n\nDo you want to delete it?</string>
-
- <!-- History * History activity title -->
- <string name="history">History</string>
- <!-- History * The history is empty -->
- <string name="msgs_history_empty">History is empty.</string>
- <!-- History * The history reference is not in the actual history list -->
- <string name="msgs_history_unknown">Unknown history item.</string>
-
- <!-- Search * Search activity title -->
- <string name="search">Search results</string>
- <!-- Search * Search hint message -->
- <string name="search_hint">Type your search</string>
- <!-- Search * Voice search hint message -->
- <string name="search_voice_hint">Speak your search</string>
- <!-- Search * Search error message -->
- <string name="search_error_msg">An error occurred while searching. No results found.</string>
- <!-- Search * Search no results message -->
- <string name="search_no_results_msg">No results found.</string>
- <!-- Search * Number of items found in directory -->
- <string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> in
+ <!-- Fso Properties Dialog - Skip media scan -->
+ <string name="fso_properties_dialog_include_in_media_scan">Skip media scan:</string>
+ <string name="fso_failed_to_allow_media_scan">Failed to allow media scanning</string>
+ <string name="fso_failed_to_prevent_media_scan">Failed to prevent media scanning</string>
+ <string name="fso_delete_nomedia_dir_title">Delete .nomedia directory</string>
+ <string name="fso_delete_nomedia_dir_body">This directory contains a .nomedia directory.\n\nDo you want to delete it and all of its contents?</string>
+ <string name="fso_delete_nomedia_non_empty_title">Delete .nomedia file</string>
+ <string name="fso_delete_nomedia_non_empty_body">This directory contains a non-empty .nomedia file.\n\nDo you want to delete it?</string>
+
+ <!-- History - History activity title -->
+ <string name="history">History</string>
+ <!-- History - The history is empty -->
+ <string name="msgs_history_empty">History is empty.</string>
+ <!-- History - The history reference is not in the actual history list -->
+ <string name="msgs_history_unknown">Unknown history item.</string>
+
+ <!-- Search - Search activity title -->
+ <string name="search">Search results</string>
+ <!-- Search - Search hint message -->
+ <string name="search_hint">Type your search</string>
+ <!-- Search - Voice search hint message -->
+ <string name="search_voice_hint">Speak your search</string>
+ <!-- Search - Search error message -->
+ <string name="search_error_msg">An error occurred while searching. No results found.</string>
+ <!-- Search - Search no results message -->
+ <string name="search_no_results_msg">No results found.</string>
+ <!-- Search - Number of items found in directory -->
+ <string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> in
<xliff:g id="path">%2$s</xliff:g></string>
- <!-- Search * Search query terms -->
- <string name="search_terms"><![CDATA[<b>Terms:</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>
- <!-- Search * Confirm search -->
- <string name="search_few_characters_title">Confirm search</string>
- <!-- Search * Some terms of the search are too small. The operation could be very costly -->
- <string name="search_few_characters_msg">Some of the search terms has a small number of characters. The
- operation could be very costly in time and system resources.\n\nDo you want to continue?</string>
- <!-- Search * Searching dialog title -->
- <string name="searching">Please wait\u2026</string>
- <!-- Search * Searching label -->
- <string name="searching_action_label">Searching in progress</string>
-
- <!-- Picker Activity -->
- <string name="picker" translatable="false">@string/app_name</string>
- <!-- Picker Activity * Dialog title -->
- <string name="picker_title">Pick a file</string>
- <string name="directory_picker_title">Pick a directory</string>
-
- <!-- Editor * Editor activity title -->
- <string name="editor">Editor</string>
- <!-- Editor * Invalid file message -->
- <string name="editor_invalid_file_msg">Invalid file.</string>
- <!-- Editor * File not found message -->
- <string name="editor_file_not_found_msg">File not found.</string>
- <!-- Editor * File size exceed the limit -->
- <string name="editor_file_exceed_size_msg">The file is too big to be open inside this device.</string>
- <!-- Editor * Editor is dirty, ask the user * Dialog title -->
- <string name="editor_dirty_ask_title">Confirm exit</string>
- <!-- Editor * Editor is dirty, ask the user * Dialog message -->
- <string name="editor_dirty_ask_msg">There are unsaved changes.\n\nExit without saving?</string>
- <!-- Editor * Save operation success -->
- <string name="editor_successfully_saved">The file was successfully saved.</string>
- <!-- Editor * Read-only file mode -->
- <string name="editor_read_only_mode">The file is opened in read-only mode.</string>
- <!-- Editor * Dumping message -->
- <string name="dumping_message">Generating hex dump\u2026</string>
- <!-- Editor * Displaying -->
- <string name="displaying_message">Displaying\u2026</string>
-
- <!-- Bookmarks * Bookmarks activity title -->
- <string name="bookmarks">Bookmarks</string>
- <!-- Bookmarks * Bookmark name * Home -->
- <string name="bookmarks_home">Home</string>
- <!-- Bookmarks * Bookmark name * Root folder -->
- <string name="bookmarks_root_folder">Root folder</string>
- <!-- Bookmarks * Bookmark name * System folder -->
- <string name="bookmarks_system_folder">System folder</string>
- <!-- Bookmarks * Bookmark name * Button * Initial directory content description -->
- <string name="bookmarks_button_config_cd">Set the initial folder.</string>
- <!-- Bookmarks * Bookmark name * Button * Remove bookmark content description -->
- <string name="bookmarks_button_remove_bookmark_cd">Remove the bookmark.</string>
- <!-- Bookmarks * Bookmarks * Actions * Bookmark successfully added -->
- <string name="bookmarks_msgs_add_success">The bookmark was added successfully.</string>
-
- <!-- Initial directory dialog title -->
- <string name="initial_directory_dialog_title">Initial folder</string>
- <!-- Initial directory label -->
- <string name="initial_directory_label">Choose the initial folder:</string>
- <!-- Initial directory is relative -->
- <string name="initial_directory_relative_msg">Relative paths are not allowed.</string>
- <!-- Initial directory error message -->
- <string name="initial_directory_error_msg">An error occurred while saving the initial folder.</string>
-
- <!-- Menu * Navigation * History -->
- <string name="menu_history">History</string>
- <!-- Menu * Navigation * Bookmarks -->
- <string name="menu_bookmarks">Bookmarks</string>
- <!-- Menu * Navigation * Search -->
- <string name="menu_search">Search</string>
- <!-- Menu * Navigation * Settings -->
- <string name="menu_settings">Settings</string>
- <!-- Menu * History * Clear history -->
- <string name="menu_clear_history">Clear history</string>
- <!-- Menu * Editor * No suggestions -->
- <string name="menu_no_suggestions">No suggestions</string>
- <!-- Menu * Editor * Word wrap -->
- <string name="menu_word_wrap">Word wrap</string>
- <!-- Menu * Editor * Sintax highlight -->
- <string name="menu_syntax_highlight">Syntax highlight</string>
-
- <!-- Regular expression for create copy action -->
- <string name="create_copy_regexp">
- <xliff:g id="name">%1$s</xliff:g> - copy<xliff:g id="extension">%2$s</xliff:g></string>
- <!-- Regular expression for new compressed file -->
- <string name="create_new_compress_file_regexp">
- <xliff:g id="name">%1$s</xliff:g> - new<xliff:g id="extension">%2$s</xliff:g></string>
-
- <!-- Waiting dialog * Performing operation message -->
- <string name="waiting_dialog_msg">Performing operation\u2026</string>
- <!-- Waiting dialog * Copying title -->
- <string name="waiting_dialog_copying_title">Copying\u2026</string>
- <!-- Waiting dialog * Copying message -->
- <string name="waiting_dialog_copying_msg">
- <![CDATA[<b>From</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/>]]>
- <![CDATA[<b>To</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
- <!-- Waiting dialog * Moving title -->
- <string name="waiting_dialog_moving_title">Moving\u2026</string>
- <!-- Waiting dialog * Moving message -->
- <string name="waiting_dialog_moving_msg">
- <![CDATA[<b>From</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/>]]>
- <![CDATA[<b>To</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
- <!-- Waiting dialog * Deleting title -->
- <string name="waiting_dialog_deleting_title">Deleting\u2026</string>
- <!-- Waiting dialog * Deleting message -->
- <string name="waiting_dialog_deleting_msg">
- <![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
- <!-- Waiting dialog * Extracting title -->
- <string name="waiting_dialog_extracting_title">Extracting\u2026</string>
- <!-- Waiting dialog * Extracting message -->
- <string name="waiting_dialog_extracting_msg">
- <![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
- <!-- Waiting dialog * Extracting title -->
- <string name="waiting_dialog_compressing_title">Compressing\u2026</string>
- <!-- Waiting dialog * Extracting message -->
- <string name="waiting_dialog_compressing_msg">
- <![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
- <!-- Waiting dialog * Initializing the dialog -->
- <string name="waiting_dialog_analizing_msg">
- <![CDATA[<b>Analyzing\u2026</b>]]></string>
- <!-- Extracting * Success message -->
- <string name="msgs_extracting_success">
- The extracting operation was completed successfully. The data was extracted to
- <xliff:g id="destination">%1$s</xliff:g>.</string>
- <!-- Compressing * Success message -->
- <string name="msgs_compressing_success">
- The compressing operation was completed successfully. The data was compressed to
- <xliff:g id="destination">%1$s</xliff:g>.</string>
-
- <!-- Actions Dialog * Title -->
- <string name="actions_dialog_title">Actions</string>
- <!-- Actions Dialog * Menu * Properties of current folder -->
- <string name="actions_menu_properties_current_folder">Properties</string>
- <!-- Actions Dialog * Menu * Refresh -->
- <string name="actions_menu_refresh">Refresh</string>
- <!-- Actions Dialog * Menu * New directory -->
- <string name="actions_menu_new_directory">New folder</string>
- <!-- Actions Dialog * Menu * New file -->
- <string name="actions_menu_new_file">New file</string>
- <!-- Actions Dialog * Menu * Select all -->
- <string name="actions_menu_select_all">Select all</string>
- <!-- Actions Dialog * Menu * Deselect all -->
- <string name="actions_menu_deselect_all">Deselect all</string>
- <!-- Actions Dialog * Menu * Select -->
- <string name="actions_menu_select">Select</string>
- <!-- Actions Dialog * Menu * Deselect -->
- <string name="actions_menu_deselect">Deselect</string>
- <!-- Actions Dialog * Menu * Copy/Paste selection -->
- <string name="actions_menu_paste_selection">Copy selection here</string>
- <!-- Actions Dialog * Menu * Move selection -->
- <string name="actions_menu_move_selection">Move selection here</string>
- <!-- Actions Dialog * Menu * Delete selection -->
- <string name="actions_menu_delete_selection">Delete selection</string>
- <!-- Actions Dialog * Menu * Compress selection -->
- <string name="actions_menu_compress_selection">Compress selection</string>
- <!-- Actions Dialog * Menu * Create link -->
- <string name="actions_menu_create_link">Create link</string>
- <!-- Actions Dialog * Menu * Open -->
- <string name="actions_menu_open">Open</string>
- <!-- Actions Dialog * Menu * Open with -->
- <string name="actions_menu_open_with">Open with</string>
- <!-- Actions Dialog * Menu * Execute -->
- <string name="actions_menu_execute">Execute</string>
- <!-- Actions Dialog * Menu * Send -->
- <string name="actions_menu_send">Send</string>
- <!-- Actions Dialog * Menu * Send selection -->
- <string name="actions_menu_send_selection">Send selection</string>
- <!-- Actions Dialog * Menu * Compress -->
- <string name="actions_menu_compress">Compress</string>
- <!-- Actions Dialog * Menu * Extract -->
- <string name="actions_menu_extract">Extract</string>
- <!-- Actions Dialog * Menu * Delete -->
- <string name="actions_menu_delete">Delete</string>
- <!-- Actions Dialog * Menu * Rename -->
- <string name="actions_menu_rename">Rename</string>
- <!-- Actions Dialog * Menu * Create copy -->
- <string name="actions_menu_create_copy">Create copy</string>
- <!-- Actions Dialog * Menu * Properties -->
- <string name="actions_menu_properties">Properties</string>
- <!-- Actions Dialog * Menu * Add to bookmarks -->
- <string name="actions_menu_add_to_bookmarks">Add to bookmarks</string>
- <!-- Actions Dialog * Menu * Add shortcut -->
- <string name="actions_menu_add_shortcut">Add shortcut</string>
- <!-- Actions Dialog * Menu * Open parent folder -->
- <string name="actions_menu_open_parent_folder">Open parent</string>
- <!-- Actions Dialog * Menu * Compute checksum -->
- <string name="actions_menu_compute_checksum">Compute checksum</string>
-
- <!-- Actions * Ask user prior to do an undone operation. Dialog message -->
- <string name="actions_ask_undone_operation_msg">
- This action cannot be undone. Do you want to continue?</string>
-
- <!-- Enter Name Dialog * Label -->
- <string name="input_name_dialog_label">Name:</string>
- <!-- Enter Name Dialog * Message * Empty name -->
- <string name="input_name_dialog_message_empty_name">The name cannot be empty.</string>
- <!-- Enter Name Dialog * Message * Invalid name -->
- <string name="input_name_dialog_message_invalid_path_name">Invalid name. The characters
- \'<xliff:g id="invalid_characters">%1$s</xliff:g>\' are not allowed.</string>
- <!-- Enter Name Dialog * Message * Invalid name -->
- <string name="input_name_dialog_message_invalid_name">Invalid name. The names \'.\' and
- \'..\' are not allowed.</string>
- <!-- Enter Name Dialog * Message * Name exists -->
- <string name="input_name_dialog_message_name_exists">The name already exists.</string>
-
- <!-- Associations Dialog * Title -->
- <string name="associations_dialog_title">Associations</string>
- <!-- Associations Dialog * Remember the user action -->
- <string name="associations_dialog_remember">Remember selection</string>
- <!-- Associations Dialog * Open with Title -->
- <string name="associations_dialog_openwith_title">Open with</string>
- <!-- Associations Dialog * Open action (button title) -->
- <string name="associations_dialog_openwith_action">Open</string>
- <!-- Associations Dialog * Send with Title -->
- <string name="associations_dialog_sendwith_title">Send with</string>
- <!-- Associations Dialog * Send action (button title) -->
- <string name="associations_dialog_sendwith_action">Send</string>
-
- <!-- Inline Autocomplete Widget * Tab message nothing to complete -->
- <string name="inline_autocomplete_tab_nothing_to_complete_msg">Nothing to complete.</string>
-
- <!-- Execution console * Title -->
- <string name="execution_console_title">Console</string>
- <!-- Execution console * The script name label -->
- <string name="execution_console_script_name_label">Script:</string>
- <!-- Execution console * The script execution time label -->
- <string name="execution_console_script_execution_time_label">Time:</string>
- <!-- Execution console * The script exit code label -->
- <string name="execution_console_script_exitcode_label">Exit code:</string>
- <!-- Execution console * The script execution time seconds string -->
- <string name="execution_console_script_execution_time_text">
+ <!-- Search - Search query terms -->
+ <string name="search_terms"><![CDATA[<b>Terms:</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>
+ <!-- Search - Confirm search -->
+ <string name="search_few_characters_title">Confirm search</string>
+ <!-- Search - Some terms of the search are too small. The operation could be very costly -->
+ <string name="search_few_characters_msg">Some of the search terms has a small number of characters. The operation could be very costly in time and system resources.\n\nDo you want to continue?</string>
+ <!-- Search - Searching dialog title -->
+ <string name="searching">Please wait\u2026</string>
+ <!-- Search - Searching label -->
+ <string name="searching_action_label">Searching in progress</string>
+
+ <!-- Picker Activity -->
+ <string name="picker" translatable="false">@string/app_name</string>
+ <!-- Picker Activity - Dialog title -->
+ <string name="picker_title">Pick a file</string>
+ <string name="directory_picker_title">Pick a directory</string>
+
+ <!-- Editor - Editor activity title -->
+ <string name="editor">Editor</string>
+ <!-- Editor - Invalid file message -->
+ <string name="editor_invalid_file_msg">Invalid file.</string>
+ <!-- Editor - File not found message -->
+ <string name="editor_file_not_found_msg">File not found.</string>
+ <!-- Editor - File size exceed the limit -->
+ <string name="editor_file_exceed_size_msg">The file is too big to be open inside this device.</string>
+ <!-- Editor - Editor is dirty, ask the user - Dialog title -->
+ <string name="editor_dirty_ask_title">Confirm exit</string>
+ <!-- Editor - Editor is dirty, ask the user - Dialog message -->
+ <string name="editor_dirty_ask_msg">There are unsaved changes.\n\nExit without saving?</string>
+ <!-- Editor - Save operation success -->
+ <string name="editor_successfully_saved">The file was successfully saved.</string>
+ <!-- Editor - Read-only file mode -->
+ <string name="editor_read_only_mode">The file is opened in read-only mode.</string>
+ <!-- Editor - Dumping message -->
+ <string name="dumping_message">Generating hex dump\u2026</string>
+ <!-- Editor - Displaying -->
+ <string name="displaying_message">Displaying\u2026</string>
+
+ <!-- Bookmarks - Bookmarks activity title -->
+ <string name="bookmarks">Bookmarks</string>
+ <!-- Bookmarks - Bookmark name - Home -->
+ <string name="bookmarks_home">Home</string>
+ <!-- Bookmarks - Bookmark name - Root folder -->
+ <string name="bookmarks_root_folder">Root folder</string>
+ <!-- Bookmarks - Bookmark name - System folder -->
+ <string name="bookmarks_system_folder">System folder</string>
+ <!-- Bookmarks - Bookmark name - Button - Initial directory content description -->
+ <string name="bookmarks_button_config_cd">Set the initial folder.</string>
+ <!-- Bookmarks - Bookmark name - Button - Remove bookmark content description -->
+ <string name="bookmarks_button_remove_bookmark_cd">Remove the bookmark.</string>
+ <!-- Bookmarks - Bookmarks - Actions - Bookmark successfully added -->
+ <string name="bookmarks_msgs_add_success">The bookmark was added successfully.</string>
+
+ <!-- Initial directory dialog title -->
+ <string name="initial_directory_dialog_title">Initial folder</string>
+ <!-- Initial directory label -->
+ <string name="initial_directory_label">Choose the initial folder:</string>
+ <!-- Initial directory is relative -->
+ <string name="initial_directory_relative_msg">Relative paths are not allowed.</string>
+ <!-- Initial directory error message -->
+ <string name="initial_directory_error_msg">An error occurred while saving the initial folder.</string>
+
+ <!-- Menu - Navigation - History -->
+ <string name="menu_history">History</string>
+ <!-- Menu - Navigation - Bookmarks -->
+ <string name="menu_bookmarks">Bookmarks</string>
+ <!-- Menu - Navigation - Search -->
+ <string name="menu_search">Search</string>
+ <!-- Menu - Navigation - Settings -->
+ <string name="menu_settings">Settings</string>
+ <!-- Menu - History - Clear history -->
+ <string name="menu_clear_history">Clear history</string>
+ <!-- Menu - Editor - No suggestions -->
+ <string name="menu_no_suggestions">No suggestions</string>
+ <!-- Menu - Editor - Word wrap -->
+ <string name="menu_word_wrap">Word wrap</string>
+ <!-- Menu - Editor - Sintax highlight -->
+ <string name="menu_syntax_highlight">Syntax highlight</string>
+
+ <!-- Regular expression for create copy action -->
+ <string name="create_copy_regexp"><xliff:g id="name">%1$s</xliff:g> - copy<xliff:g id="extension">%2$s</xliff:g></string>
+ <!-- Regular expression for new compressed file -->
+ <string name="create_new_compress_file_regexp"><xliff:g id="name">%1$s</xliff:g> - new<xliff:g id="extension">%2$s</xliff:g></string>
+
+ <!-- Waiting dialog - Performing operation message -->
+ <string name="waiting_dialog_msg">Performing operation\u2026</string>
+ <!-- Waiting dialog - Copying title -->
+ <string name="waiting_dialog_copying_title">Copying\u2026</string>
+ <!-- Waiting dialog - Copying message -->
+ <string name="waiting_dialog_copying_msg"><![CDATA[<b>From</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/>]]><![CDATA[<b>To</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
+ <!-- Waiting dialog - Moving title -->
+ <string name="waiting_dialog_moving_title">Moving\u2026</string>
+ <!-- Waiting dialog - Moving message -->
+ <string name="waiting_dialog_moving_msg"><![CDATA[<b>From</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/>]]><![CDATA[<b>To</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
+ <!-- Waiting dialog - Deleting title -->
+ <string name="waiting_dialog_deleting_title">Deleting\u2026</string>
+ <!-- Waiting dialog - Deleting message -->
+ <string name="waiting_dialog_deleting_msg"><![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
+ <!-- Waiting dialog - Extracting title -->
+ <string name="waiting_dialog_extracting_title">Extracting\u2026</string>
+ <!-- Waiting dialog - Extracting message -->
+ <string name="waiting_dialog_extracting_msg"><![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
+ <!-- Waiting dialog - Extracting title -->
+ <string name="waiting_dialog_compressing_title">Compressing\u2026</string>
+ <!-- Waiting dialog - Extracting message -->
+ <string name="waiting_dialog_compressing_msg"><![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
+ <!-- Waiting dialog - Initializing the dialog -->
+ <string name="waiting_dialog_analizing_msg"><![CDATA[<b>Analyzing\u2026</b>]]></string>
+ <!-- Extracting - Success message -->
+ <string name="msgs_extracting_success">The extracting operation was completed successfully. The data was extracted to <xliff:g id="destination">%1$s</xliff:g>.</string>
+ <!-- Compressing - Success message -->
+ <string name="msgs_compressing_success">The compressing operation was completed successfully. The data was compressed to <xliff:g id="destination">%1$s</xliff:g>.</string>
+
+ <!-- Actions Dialog - Title -->
+ <string name="actions_dialog_title">Actions</string>
+ <!-- Actions Dialog - Menu - Properties of current folder -->
+ <string name="actions_menu_properties_current_folder">Properties</string>
+ <!-- Actions Dialog - Menu - Refresh -->
+ <string name="actions_menu_refresh">Refresh</string>
+ <!-- Actions Dialog - Menu - New directory -->
+ <string name="actions_menu_new_directory">New folder</string>
+ <!-- Actions Dialog - Menu - New file -->
+ <string name="actions_menu_new_file">New file</string>
+ <!-- Actions Dialog - Menu - Select all -->
+ <string name="actions_menu_select_all">Select all</string>
+ <!-- Actions Dialog - Menu - Deselect all -->
+ <string name="actions_menu_deselect_all">Deselect all</string>
+ <!-- Actions Dialog - Menu - Select -->
+ <string name="actions_menu_select">Select</string>
+ <!-- Actions Dialog - Menu - Deselect -->
+ <string name="actions_menu_deselect">Deselect</string>
+ <!-- Actions Dialog - Menu - Copy/Paste selection -->
+ <string name="actions_menu_paste_selection">Copy selection here</string>
+ <!-- Actions Dialog - Menu - Move selection -->
+ <string name="actions_menu_move_selection">Move selection here</string>
+ <!-- Actions Dialog - Menu - Delete selection -->
+ <string name="actions_menu_delete_selection">Delete selection</string>
+ <!-- Actions Dialog - Menu - Compress selection -->
+ <string name="actions_menu_compress_selection">Compress selection</string>
+ <!-- Actions Dialog - Menu - Create link -->
+ <string name="actions_menu_create_link">Create link</string>
+ <!-- Actions Dialog - Menu - Open -->
+ <string name="actions_menu_open">Open</string>
+ <!-- Actions Dialog - Menu - Open with -->
+ <string name="actions_menu_open_with">Open with</string>
+ <!-- Actions Dialog - Menu - Execute -->
+ <string name="actions_menu_execute">Execute</string>
+ <!-- Actions Dialog - Menu - Send -->
+ <string name="actions_menu_send">Send</string>
+ <!-- Actions Dialog - Menu - Send selection -->
+ <string name="actions_menu_send_selection">Send selection</string>
+ <!-- Actions Dialog - Menu - Compress -->
+ <string name="actions_menu_compress">Compress</string>
+ <!-- Actions Dialog - Menu - Extract -->
+ <string name="actions_menu_extract">Extract</string>
+ <!-- Actions Dialog - Menu - Delete -->
+ <string name="actions_menu_delete">Delete</string>
+ <!-- Actions Dialog - Menu - Rename -->
+ <string name="actions_menu_rename">Rename</string>
+ <!-- Actions Dialog - Menu - Create copy -->
+ <string name="actions_menu_create_copy">Create copy</string>
+ <!-- Actions Dialog - Menu - Properties -->
+ <string name="actions_menu_properties">Properties</string>
+ <!-- Actions Dialog - Menu - Add to bookmarks -->
+ <string name="actions_menu_add_to_bookmarks">Add to bookmarks</string>
+ <!-- Actions Dialog - Menu - Add shortcut -->
+ <string name="actions_menu_add_shortcut">Add shortcut</string>
+ <!-- Actions Dialog - Menu - Open parent folder -->
+ <string name="actions_menu_open_parent_folder">Open parent</string>
+ <!-- Actions Dialog - Menu - Compute checksum -->
+ <string name="actions_menu_compute_checksum">Compute checksum</string>
+
+ <!-- Actions - Ask user prior to do an undone operation. Dialog message -->
+ <string name="actions_ask_undone_operation_msg">This action cannot be undone. Do you want to continue?</string>
+
+ <!-- Enter Name Dialog - Label -->
+ <string name="input_name_dialog_label">Name:</string>
+ <!-- Enter Name Dialog - Message - Empty name -->
+ <string name="input_name_dialog_message_empty_name">The name cannot be empty.</string>
+ <!-- Enter Name Dialog - Message - Invalid name -->
+ <string name="input_name_dialog_message_invalid_path_name">Invalid name. The characters \'<xliff:g id="invalid_characters">%1$s</xliff:g>\' are not allowed.</string>
+ <!-- Enter Name Dialog - Message - Invalid name -->
+ <string name="input_name_dialog_message_invalid_name">Invalid name. The names \'.\' and \'..\' are not allowed.</string>
+ <!-- Enter Name Dialog - Message - Name exists -->
+ <string name="input_name_dialog_message_name_exists">The name already exists.</string>
+
+ <!-- Associations Dialog - Title -->
+ <string name="associations_dialog_title">Associations</string>
+ <!-- Associations Dialog - Remember the user action -->
+ <string name="associations_dialog_remember">Remember selection</string>
+ <!-- Associations Dialog - Open with Title -->
+ <string name="associations_dialog_openwith_title">Open with</string>
+ <!-- Associations Dialog - Open action (button title) -->
+ <string name="associations_dialog_openwith_action">Open</string>
+ <!-- Associations Dialog - Send with Title -->
+ <string name="associations_dialog_sendwith_title">Send with</string>
+ <!-- Associations Dialog - Send action (button title) -->
+ <string name="associations_dialog_sendwith_action">Send</string>
+
+ <!-- Inline Autocomplete Widget - Tab message nothing to complete -->
+ <string name="inline_autocomplete_tab_nothing_to_complete_msg">Nothing to complete.</string>
+
+ <!-- Execution console - Title -->
+ <string name="execution_console_title">Console</string>
+ <!-- Execution console - The script name label -->
+ <string name="execution_console_script_name_label">Script:</string>
+ <!-- Execution console - The script execution time label -->
+ <string name="execution_console_script_execution_time_label">Time:</string>
+ <!-- Execution console - The script exit code label -->
+ <string name="execution_console_script_exitcode_label">Exit code:</string>
+ <!-- Execution console - The script execution time seconds string -->
+ <string name="execution_console_script_execution_time_text">
<xliff:g id="seconds">%1$s</xliff:g> sec.</string>
- <!-- Compute checksum * Title -->
- <string name="compute_checksum_title">Compute checksum</string>
- <!-- Compute checksum * The file name label -->
- <string name="compute_checksum_filename_label">File:</string>
- <!-- Compute checksum * The MD5 label -->
- <string name="compute_checksum_md5_label" translatable="false">MD5:</string>
- <!-- Compute checksum * The SHA1 label -->
- <string name="compute_checksum_sha1_label" translatable="false">SHA-1:</string>
- <!-- Compute checksum * The computing checksum message-->
- <string name="compute_checksum_computing_checksum_msg">Computing checksum\u2026</string>
-
- <!-- Mime/Types * Folder -->
- <string name="mime_folder">Folder</string>
- <!-- Mime/Types * Symlink -->
- <string name="mime_symlink">Symlink</string>
- <!-- Mime/Types * Unknown -->
- <string name="mime_unknown">Unknown</string>
-
- <!-- Filetime formats -->
- <string name="filetime_format_mode_system">System-defined</string>
- <string name="filetime_format_mode_locale">Locale-defined</string>
- <string name="filetime_format_mode_ddMMyyyy_HHmmss">dd/mm/yyyy hh:mm:ss</string>
- <string name="filetime_format_mode_MMddyyyy_HHmmss">mm/dd/yyyy hh:mm:ss</string>
- <string name="filetime_format_mode_yyyyMMdd_HHmmss">yyyy-mm-dd hh:mm:ss</string>
-
- <!-- Selection. -->
- <!-- For example "2 folders and 1 file selected." -->
- <string name="selection_folders_and_files"><xliff:g id="folders">%1$s</xliff:g> and <xliff:g id="files">%2$s</xliff:g> selected.</string>
-
- <!-- Category descriptions -->
- <string name="category_system">SYSTEM</string>
- <string name="category_app">APP</string>
- <string name="category_binary">BINARY</string>
- <string name="category_text">TEXT</string>
- <string name="category_document">DOCUMENT</string>
- <string name="category_ebook">EBOOK</string>
- <string name="category_mail">MAIL</string>
- <string name="category_compress">COMPRESS</string>
- <string name="category_exec">EXECUTABLE</string>
- <string name="category_database">DATABASE</string>
- <string name="category_font">FONT</string>
- <string name="category_image">IMAGE</string>
- <string name="category_audio">AUDIO</string>
- <string name="category_video">VIDEO</string>
- <string name="category_security">SECURITY</string>
-
- <!-- Compression * Compression modes dialog title -->
- <string name="compression_mode_title">Compression mode</string>
- <!-- Compression * Supported archive and compression modes -->
- <string name="compression_mode_tar" translatable="false">Tar (tar)</string>
- <string name="compression_mode_tar_gzip" translatable="false">Tar/gzip (tar.gz)</string>
- <string name="compression_mode_tar_gzip2" translatable="false">Tar/gzip (tgz)</string>
- <string name="compression_mode_tar_bzip" translatable="false">Tar/bzip (tar.bz2)</string>
- <string name="compression_mode_gzip" translatable="false">Gzip (gz)</string>
- <string name="compression_mode_bzip" translatable="false">Bzip (bz2)</string>
- <string name="compression_mode_zip" translatable="false">Zip (zip)</string>
-
- <!-- Shortcut. Failed to handle the shortcut -->
- <string name="shortcut_failed_msg">Failed to handle the shortcut.</string>
- <!-- Shortcut. The shortcut was created -->
- <string name="shortcut_creation_success_msg">Shortcut created successfully.</string>
- <!-- Shortcut. The shortcut wasn't created -->
- <string name="shortcut_creation_failed_msg">Shortcut creation failed.</string>
-
- <!-- Preferences title -->
- <string name="pref">Settings</string>
- <!-- Preferences * General title -->
- <string name="pref_general">General settings</string>
- <!-- Preferences * Search title -->
- <string name="pref_search">Search options</string>
- <!-- Preferences * Editor title -->
- <string name="pref_editor">Editor options</string>
- <!-- Preferences * Themes title -->
- <string name="pref_themes">Themes</string>
- <!-- Preferences * About title -->
- <string name="pref_about">About</string>
- <!-- Preferences * About summary -->
- <string name="pref_about_summary">File Manager v<xliff:g id="version">%1$s</xliff:g>
- \nCopyright \u00A9 2013 The CyanogenMod Project</string>
-
- <!-- Preferences * General * Behaviour category -->
- <string name="pref_general_behaviour_category">General</string>
- <!-- Preferences * General * Case sensitive sort and navigating title -->
- <string name="pref_case_sensitive_sort">Case-sensitive</string>
- <!-- Preferences * General * Case sensitive sort and navigating summary -->
- <string name="pref_case_sensitive_sort_summary">Consider case when navigating or sorting search results</string>
- <!-- Preferences * General * Filetime format mode title -->
- <string name="pref_filetime_format_mode">Date/time format</string>
- <!-- Preferences * General *Disk usage warning level title -->
- <string name="pref_disk_usage_warning_level">Disk usage warning</string>
- <!-- Preferences * General * Disk usage warning level summary -->
- <!-- FIXME Use "percent" instead of "%" symbol, because it make crash the app on getSummary
- of ListPreference. This should be fixed in frameworks base prior to be added here. -->
- <string name="pref_disk_usage_warning_level_summary" formatted="false">Display a different
- color in disk usage widgets when they reach <xliff:g id="level">%1$s</xliff:g> percent
- of free disk space</string>
- <!-- Preferences * General * Compute folder statistics title -->
- <string name="pref_compute_folder_statistics">Compute folder statistics</string>
- <!-- Preferences * General * Compute folder statistics summary on -->
- <string name="pref_compute_folder_statistics_on">Warning! The computation of folder statistics is costly in time and
- system resources</string>
- <!-- Preferences * General * Display thumbs -->
- <string name="pref_display_thumbs">Preview</string>
- <!-- Preferences * General * Display thumbs summary -->
- <string name="pref_display_thumbs_summary">Show a preview image for pictures, videos, music files and apps.</string>
- <!-- Preferences * General * Use flinger detection -->
- <string name="pref_use_flinger">Use swipe gestures</string>
- <!-- Preferences * General * Use flinger detection summary -->
- <string name="pref_use_flinger_summary">Use swipe left to right gesture detection to delete files or folders.</string>
- <!-- Preferences * General * Advanced settings category -->
- <string name="pref_general_advanced_settings_category">Advanced</string>
- <!-- Preferences * General * Access mode -->
- <string name="pref_access_mode">Access mode</string>
- <!-- Preferences * General * Safe mode -->
- <string name="pref_access_mode_safe">Safe mode</string>
- <!-- Preferences * General * Safe mode summary -->
- <string name="pref_access_mode_safe_summary">Safe mode\n\nThe app is running without
- privileges and the only accessible file systems are the storage volumes (SD cards and USB)</string>
- <!-- Preferences * General * Prompt user mode -->
- <string name="pref_access_mode_prompt">Prompt User mode</string>
- <!-- Preferences * General * Prompt user mode summary -->
- <string name="pref_access_mode_prompt_summary">Prompt User mode\n\nThe app is running
- with full access to the file system but will prompt for permission prior to executing
- any privileged actions</string>
- <!-- Preferences * General * Root access mode -->
- <string name="pref_access_mode_root">Root Access mode</string>
- <!-- Preferences * General * Root access mode summary -->
- <string name="pref_access_mode_root_summary">Root Access mode\n\nWarning! This mode allows operations that could break
- your device. It\'s your responsibility to ensure that an operation is safe</string>
- <!-- Preferences * Search * Results category -->
- <string name="pref_search_results_category">Results</string>
- <!-- Preferences * Search * Show relevance widget -->
- <string name="pref_show_relevance_widget">Show relevance widget</string>
- <!-- Preferences * Search * Highlight search terms -->
- <string name="pref_highlight_terms">Highlight search terms</string>
- <!-- Preferences * Search * Sort results mode -->
- <string name="pref_sort_search_results_mode">Sort results mode</string>
- <!-- Preferences * Search * Sort results mode. None -->
- <string name="pref_sort_search_results_mode_none">No sort</string>
- <!-- Preferences * Search * Sort results mode. None -->
- <string name="pref_sort_search_results_mode_name">By name</string>
- <!-- Preferences * Search * Sort results mode. Relevance -->
- <string name="pref_sort_search_results_mode_relevance">By relevance</string>
- <!-- Preferences * Search * Privacity category -->
- <string name="pref_search_privacity_category">Privacy</string>
- <!-- Preferences * Search * Save search terms -->
- <string name="pref_save_search_terms">Save search terms</string>
- <!-- Preferences * Search * Save search terms summary on -->
- <string name="pref_save_search_terms_on">Search terms will be saved and used as suggestions
- in future searches</string>
- <!-- Preferences * Search * Save search terms summary off -->
- <string name="pref_save_search_terms_off">Search terms will not be saved</string>
- <!-- Preferences * Search * Remove saved search terms -->
- <string name="pref_remove_saved_search_terms">Remove saved search terms</string>
- <!-- Preferences * Search * Remove saved search terms summary -->
- <string name="pref_remove_saved_search_terms_summary">Tap to remove all the saved search terms</string>
- <!-- Preferences * Search * Suggestions were truncated -->
- <string name="pref_remove_saved_search_terms_msg">All saved search terms were removed.</string>
- <!-- Preferences * Editor * Behaviour category -->
- <string name="pref_editor_behaviour_category">Behaviour</string>
- <!-- Preferences * Editor * No suggestions -->
- <string name="pref_no_suggestions">No suggestions</string>
- <!-- Preferences * Editor * No suggestions summary -->
- <string name="pref_no_suggestions_desc">Do not display dictionary suggestions while editing the file</string>
- <!-- Preferences * Editor * Word wrap -->
- <string name="pref_word_wrap">Word wrap</string>
- <!-- Preferences * Editor * Hexdump -->
- <string name="pref_hexdump">Hexdump binary files</string>
- <!-- Preferences * Editor * Hexdump desc -->
- <string name="pref_hexdump_desc">When opening a binary file, generate an hexdump of the file
- and open it in the hex viewer.</string>
- <!-- Preferences * Editor * Syntax highlight category -->
- <string name="pref_editor_syntax_highlight_category">Syntax highlight</string>
- <!-- Preferences * Editor * Syntax highlight -->
- <string name="pref_syntax_highlight">Syntax highlight</string>
- <!-- Preferences * Editor * Syntax highlight summary -->
- <string name="pref_syntax_highlight_desc">Highlight the syntax of the file displayed in
- the editor (only when a syntax highlight processor is available for the type of file)</string>
- <!-- Preferences * Editor * Syntax highlight color scheme -->
- <string name="pref_syntax_highlight_color_scheme">Color scheme</string>
- <!-- Preferences * Editor * Syntax highlight color scheme summary -->
- <string name="pref_syntax_highlight_color_scheme_desc">Tap to select the syntax highlight color scheme</string>
- <!-- Preferences * Editor * Syntax highlight * Color Scheme -->
- <string name="pref_syntax_sh_use_theme_default">Use theme default</string>
- <!-- Preferences * Editor * Syntax highlight *Color Scheme summary -->
- <string name="pref_syntax_sh_use_theme_default_desc">Use the default syntax highlight of the current theme</string>
- <!-- Preferences * Editor * Syntax highlight * Color Scheme * Items category -->
- <string name="pref_editor_sh_item_category">Items</string>
- <!-- Preferences * Themes * Themes selection category -->
- <string name="pref_themes_selection_category">Themes</string>
- <!-- Preferences * Themes * Set theme button -->
- <string name="pref_themes_set_theme">Set theme</string>
- <!-- Preferences * Themes * No preview -->
- <string name="pref_themes_no_preview">No preview\navailable</string>
- <!-- Preferences * Themes * Confirmation message -->
- <string name="pref_themes_confirmation">Theme was applied successfully.</string>
- <!-- Preferences * Themes * Theme not found message -->
- <string name="pref_themes_not_found">Theme not found.</string>
-
- <!-- Preferences * Debug * Capture debug traces -->
- <string name="pref_debug_traces">Log debugging information</string>
-
- <!-- Themes * Default theme name -->
- <string name="theme_default_name">Light Theme</string>
- <!-- Themes * Default theme description -->
- <string name="theme_default_description">A light theme for CyanogenMod File Manager.</string>
- <!-- Themes * Default theme author -->
- <string name="themes_author">CyanogenMod</string>
-
- <!-- ColorPickerDialog -->
- <!-- The text of the alpha slider control -->
- <string name="color_picker_alpha_slider_text">Alpha</string>
- <!-- The label of the current color panel -->
- <string name="color_picker_current_text">Current:</string>
- <!-- The label of the new color panel -->
- <string name="color_picker_new_text">New:</string>
- <!-- The label of the color input -->
- <string name="color_picker_color">Color:</string>
-
- <!-- Android Syntax Highlight -->
- <string name="ash_reset_color_scheme">Tap to restore the default theme color scheme</string>
- <string name="ash_text">Text</string>
- <string name="ash_assignment">Assignment</string>
- <string name="ash_singleline_comment">Single-Line comment</string>
- <string name="ash_multiline_comment">Multi-Line comment</string>
- <string name="ash_keyword">Keyword</string>
- <string name="ash_quoted_string">Quoted string</string>
- <string name="ash_variable">Variable</string>
-
- <!-- Security * Extract relative or absolute files -->
- <string name="security_warning_extract">Warning!\n\n
- Extracting an archive file with relative or absolute paths may cause damage to your device
- by overwriting system files.\n\n
- Do you want to continue?</string>
-
- <!-- ChangeLog * Dialog title -->
- <string name="changelog_title">Changelog</string>
-
- <!-- Welcome Dialog * Title -->
- <string name="welcome_title">Welcome</string>
- <!-- Welcome Dialog * Message -->
- <string name="welcome_msg">
- Welcome to the CyanogenMod file manager.
- \n\nThis app allows you to explore the file system and do operations that could break
- your device. To prevent damage, the app will start in a safe, low-privileged mode.
- \n\nYou can access the advanced, full-privileged mode via Settings. It\'s your
- responsibility to ensure that an operation doesn\'t break your system.
- \n\nThe CyanogenMod Team.\n</string>
-
+ <!-- Compute checksum - Title -->
+ <string name="compute_checksum_title">Compute checksum</string>
+ <!-- Compute checksum - The file name label -->
+ <string name="compute_checksum_filename_label">File:</string>
+ <!-- Compute checksum - The MD5 label -->
+ <string name="compute_checksum_md5_label" translatable="false">MD5:</string>
+ <!-- Compute checksum - The SHA1 label -->
+ <string name="compute_checksum_sha1_label" translatable="false">SHA-1:</string>
+ <!-- Compute checksum - The computing checksum message-->
+ <string name="compute_checksum_computing_checksum_msg">Computing checksum\u2026</string>
+
+ <!-- Mime/Types - Folder -->
+ <string name="mime_folder">Folder</string>
+ <!-- Mime/Types - Symlink -->
+ <string name="mime_symlink">Symlink</string>
+ <!-- Mime/Types - Unknown -->
+ <string name="mime_unknown">Unknown</string>
+
+ <!-- Filetime formats -->
+ <string name="filetime_format_mode_system">System-defined</string>
+ <string name="filetime_format_mode_locale">Locale-defined</string>
+ <string name="filetime_format_mode_ddMMyyyy_HHmmss">dd/mm/yyyy hh:mm:ss</string>
+ <string name="filetime_format_mode_MMddyyyy_HHmmss">mm/dd/yyyy hh:mm:ss</string>
+ <string name="filetime_format_mode_yyyyMMdd_HHmmss">yyyy-mm-dd hh:mm:ss</string>
+
+ <!-- Selection -->
+ <!-- For example "2 folders and 1 file selected." -->
+ <string name="selection_folders_and_files"><xliff:g id="folders">%1$s</xliff:g> and <xliff:g id="files">%2$s</xliff:g> selected.</string>
+
+ <!-- Category descriptions -->
+ <string name="category_system">SYSTEM</string>
+ <string name="category_app">APP</string>
+ <string name="category_binary">BINARY</string>
+ <string name="category_text">TEXT</string>
+ <string name="category_document">DOCUMENT</string>
+ <string name="category_ebook">EBOOK</string>
+ <string name="category_mail">MAIL</string>
+ <string name="category_compress">COMPRESS</string>
+ <string name="category_exec">EXECUTABLE</string>
+ <string name="category_database">DATABASE</string>
+ <string name="category_font">FONT</string>
+ <string name="category_image">IMAGE</string>
+ <string name="category_audio">AUDIO</string>
+ <string name="category_video">VIDEO</string>
+ <string name="category_security">SECURITY</string>
+
+ <!-- Compression - Compression modes dialog title -->
+ <string name="compression_mode_title">Compression mode</string>
+ <!-- Compression - Supported archive and compression modes -->
+ <string name="compression_mode_tar" translatable="false">Tar (tar)</string>
+ <string name="compression_mode_tar_gzip" translatable="false">Tar/gzip (tar.gz)</string>
+ <string name="compression_mode_tar_gzip2" translatable="false">Tar/gzip (tgz)</string>
+ <string name="compression_mode_tar_bzip" translatable="false">Tar/bzip (tar.bz2)</string>
+ <string name="compression_mode_gzip" translatable="false">Gzip (gz)</string>
+ <string name="compression_mode_bzip" translatable="false">Bzip (bz2)</string>
+ <string name="compression_mode_zip" translatable="false">Zip (zip)</string>
+
+ <!-- Shortcut. Failed to handle the shortcut -->
+ <string name="shortcut_failed_msg">Failed to handle the shortcut.</string>
+ <!-- Shortcut. The shortcut was created -->
+ <string name="shortcut_creation_success_msg">Shortcut created successfully.</string>
+ <!-- Shortcut. The shortcut wasn't created -->
+ <string name="shortcut_creation_failed_msg">Shortcut creation failed.</string>
+
+ <!-- Preferences title -->
+ <string name="pref">Settings</string>
+ <!-- Preferences - General title -->
+ <string name="pref_general">General settings</string>
+ <!-- Preferences - Search title -->
+ <string name="pref_search">Search options</string>
+ <!-- Preferences - Editor title -->
+ <string name="pref_editor">Editor options</string>
+ <!-- Preferences - Themes title -->
+ <string name="pref_themes">Themes</string>
+ <!-- Preferences - About title -->
+ <string name="pref_about">About</string>
+ <!-- Preferences - About summary -->
+ <string name="pref_about_summary">File Manager v<xliff:g id="version">%1$s</xliff:g>\nCopyright \u00A9 2013 The CyanogenMod Project</string>
+
+ <!-- Preferences - General - Behaviour category -->
+ <string name="pref_general_behaviour_category">General</string>
+ <!-- Preferences - General - Case sensitive sort and navigating title -->
+ <string name="pref_case_sensitive_sort">Case-sensitive</string>
+ <!-- Preferences - General - Case sensitive sort and navigating summary -->
+ <string name="pref_case_sensitive_sort_summary">Consider case when navigating or sorting search results</string>
+ <!-- Preferences - General - Filetime format mode title -->
+ <string name="pref_filetime_format_mode">Date/time format</string>
+ <!-- Preferences - General -Disk usage warning level title -->
+ <string name="pref_disk_usage_warning_level">Disk usage warning</string>
+ <!-- Preferences - General - Disk usage warning level summary -->
+ <!-- FIXME Use "percent" instead of "%" symbol, because it make crash the app on getSummary
+ of ListPreference. This should be fixed in frameworks base prior to be added here. -->
+ <string name="pref_disk_usage_warning_level_summary" formatted="false">Display a different color in disk usage widgets when they reach <xliff:g id="level">%1$s</xliff:g> percent of free disk space</string>
+ <!-- Preferences - General - Compute folder statistics title -->
+ <string name="pref_compute_folder_statistics">Compute folder statistics</string>
+ <!-- Preferences - General - Compute folder statistics summary on -->
+ <string name="pref_compute_folder_statistics_on">Warning! The computation of folder statistics is costly in time and system resources</string>
+ <!-- Preferences - General - Display thumbs -->
+ <string name="pref_display_thumbs">Preview</string>
+ <!-- Preferences - General - Display thumbs summary -->
+ <string name="pref_display_thumbs_summary">Show a preview image for apps, music files, pictures and videos.</string>
+ <!-- Preferences - General - Use flinger detection -->
+ <string name="pref_use_flinger">Use swipe gestures</string>
+ <!-- Preferences - General - Use flinger detection summary -->
+ <string name="pref_use_flinger_summary">Use swipe left to right gesture detection to delete files or folders.</string>
+ <!-- Preferences - General - Advanced settings category -->
+ <string name="pref_general_advanced_settings_category">Advanced</string>
+ <!-- Preferences - General - Access mode -->
+ <string name="pref_access_mode">Access mode</string>
+ <!-- Preferences - General - Safe mode -->
+ <string name="pref_access_mode_safe">Safe mode</string>
+ <!-- Preferences - General - Safe mode summary -->
+ <string name="pref_access_mode_safe_summary">Safe mode\n\nThe app is running without privileges and the only accessible file systems are the storage volumes (SD cards and USB)</string>
+ <!-- Preferences - General - Prompt user mode -->
+ <string name="pref_access_mode_prompt">Prompt User mode</string>
+ <!-- Preferences - General - Prompt user mode summary -->
+ <string name="pref_access_mode_prompt_summary">Prompt User mode\n\nThe app is running with full access to the file system but will prompt for permission prior to executing any privileged actions</string>
+ <!-- Preferences - General - Root access mode -->
+ <string name="pref_access_mode_root">Root Access mode</string>
+ <!-- Preferences - General - Root access mode summary -->
+ <string name="pref_access_mode_root_summary">Root Access mode\n\nWarning! This mode allows operations that could break your device. It\'s your responsibility to ensure that an operation is safe</string>
+ <!-- Preferences - Search - Results category -->
+ <string name="pref_search_results_category">Results</string>
+ <!-- Preferences - Search - Show relevance widget -->
+ <string name="pref_show_relevance_widget">Show relevance widget</string>
+ <!-- Preferences - Search - Highlight search terms -->
+ <string name="pref_highlight_terms">Highlight search terms</string>
+ <!-- Preferences - Search - Sort results mode -->
+ <string name="pref_sort_search_results_mode">Sort results mode</string>
+ <!-- Preferences - Search - Sort results mode. None -->
+ <string name="pref_sort_search_results_mode_none">No sort</string>
+ <!-- Preferences - Search - Sort results mode. None -->
+ <string name="pref_sort_search_results_mode_name">By name</string>
+ <!-- Preferences - Search - Sort results mode. Relevance -->
+ <string name="pref_sort_search_results_mode_relevance">By relevance</string>
+ <!-- Preferences - Search - Privacity category -->
+ <string name="pref_search_privacity_category">Privacy</string>
+ <!-- Preferences - Search - Save search terms -->
+ <string name="pref_save_search_terms">Save search terms</string>
+ <!-- Preferences - Search - Save search terms summary on -->
+ <string name="pref_save_search_terms_on">Search terms will be saved and used as suggestions in future searches</string>
+ <!-- Preferences - Search - Save search terms summary off -->
+ <string name="pref_save_search_terms_off">Search terms will not be saved</string>
+ <!-- Preferences - Search - Remove saved search terms -->
+ <string name="pref_remove_saved_search_terms">Remove saved search terms</string>
+ <!-- Preferences - Search - Remove saved search terms summary -->
+ <string name="pref_remove_saved_search_terms_summary">Tap to remove all the saved search terms</string>
+ <!-- Preferences - Search - Suggestions were truncated -->
+ <string name="pref_remove_saved_search_terms_msg">All saved search terms were removed.</string>
+ <!-- Preferences - Editor - Behaviour category -->
+ <string name="pref_editor_behaviour_category">Behaviour</string>
+ <!-- Preferences - Editor - No suggestions -->
+ <string name="pref_no_suggestions">No suggestions</string>
+ <!-- Preferences - Editor - No suggestions summary -->
+ <string name="pref_no_suggestions_desc">Do not display dictionary suggestions while editing the file</string>
+ <!-- Preferences - Editor - Word wrap -->
+ <string name="pref_word_wrap">Word wrap</string>
+ <!-- Preferences - Editor - Hexdump -->
+ <string name="pref_hexdump">Hexdump binary files</string>
+ <!-- Preferences - Editor - Hexdump desc -->
+ <string name="pref_hexdump_desc">When opening a binary file, generate an hexdump of the file and open it in the hex viewer.</string>
+ <!-- Preferences - Editor - Syntax highlight category -->
+ <string name="pref_editor_syntax_highlight_category">Syntax highlight</string>
+ <!-- Preferences - Editor - Syntax highlight -->
+ <string name="pref_syntax_highlight">Syntax highlight</string>
+ <!-- Preferences - Editor - Syntax highlight summary -->
+ <string name="pref_syntax_highlight_desc">Highlight the syntax of the file displayed in the editor (only when a syntax highlight processor is available for the type of file)</string>
+ <!-- Preferences - Editor - Syntax highlight color scheme -->
+ <string name="pref_syntax_highlight_color_scheme">Color scheme</string>
+ <!-- Preferences - Editor - Syntax highlight color scheme summary -->
+ <string name="pref_syntax_highlight_color_scheme_desc">Tap to select the syntax highlight color scheme</string>
+ <!-- Preferences - Editor - Syntax highlight - Color Scheme -->
+ <string name="pref_syntax_sh_use_theme_default">Use theme default</string>
+ <!-- Preferences - Editor - Syntax highlight -Color Scheme summary -->
+ <string name="pref_syntax_sh_use_theme_default_desc">Use the default syntax highlight of the current theme</string>
+ <!-- Preferences - Editor - Syntax highlight - Color Scheme - Items category -->
+ <string name="pref_editor_sh_item_category">Items</string>
+ <!-- Preferences - Themes - Themes selection category -->
+ <string name="pref_themes_selection_category">Themes</string>
+ <!-- Preferences - Themes - Set theme button -->
+ <string name="pref_themes_set_theme">Set theme</string>
+ <!-- Preferences - Themes - No preview -->
+ <string name="pref_themes_no_preview">No preview\navailable</string>
+ <!-- Preferences - Themes - Confirmation message -->
+ <string name="pref_themes_confirmation">Theme was applied successfully.</string>
+ <!-- Preferences - Themes - Theme not found message -->
+ <string name="pref_themes_not_found">Theme not found.</string>
+
+ <!-- Preferences - Debug - Capture debug traces -->
+ <string name="pref_debug_traces">Log debugging information</string>
+
+ <!-- Themes - Default theme name -->
+ <string name="theme_default_name">Light Theme</string>
+ <!-- Themes - Default theme description -->
+ <string name="theme_default_description">A light theme for CyanogenMod File Manager.</string>
+ <!-- Themes - Default theme author -->
+ <string name="themes_author">CyanogenMod</string>
+
+ <!-- ColorPickerDialog -->
+ <!-- The text of the alpha slider control -->
+ <string name="color_picker_alpha_slider_text">Alpha</string>
+ <!-- The label of the current color panel -->
+ <string name="color_picker_current_text">Current:</string>
+ <!-- The label of the new color panel -->
+ <string name="color_picker_new_text">New:</string>
+ <!-- The label of the color input -->
+ <string name="color_picker_color">Color:</string>
+
+ <!-- Android Syntax Highlight -->
+ <string name="ash_reset_color_scheme">Tap to restore the default theme color scheme</string>
+ <string name="ash_text">Text</string>
+ <string name="ash_assignment">Assignment</string>
+ <string name="ash_singleline_comment">Single-Line comment</string>
+ <string name="ash_multiline_comment">Multi-Line comment</string>
+ <string name="ash_keyword">Keyword</string>
+ <string name="ash_quoted_string">Quoted string</string>
+ <string name="ash_variable">Variable</string>
+
+ <!-- Security - Extract relative or absolute files -->
+ <string name="security_warning_extract">Warning!\n\nExtracting an archive file with relative or absolute paths may cause damage to your device by overwriting system files.\n\nDo you want to continue?</string>
+
+ <!-- ChangeLog - Dialog title -->
+ <string name="changelog_title">Changelog</string>
+
+ <!-- Welcome Dialog - Title -->
+ <string name="welcome_title">Welcome</string>
+ <!-- Welcome Dialog - Message -->
+ <string name="welcome_msg">Welcome to the CyanogenMod file manager.\n\nThis app allows you to explore the file system and do operations that could break your device. To prevent damage, the app will start in a safe, low-privileged mode.\n\nYou can access the advanced, full-privileged mode via Settings. It\'s your responsibility to ensure that an operation doesn\'t break your system.\n\nThe CyanogenMod Team</string>
</resources>