aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-en-rGB/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-en-rGB/strings.xml')
-rw-r--r--res/values-en-rGB/strings.xml388
1 files changed, 388 insertions, 0 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index f48f8c06..883f3bdb 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -18,366 +18,754 @@
-->
<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 -->
<!-- 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="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 -->
<!-- Computing new line message -->
<!-- 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</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>
<!-- Root is not available message -->
+ <string name="root_not_available_msg">Root is not available on this device. Cannot perform this operation.</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>
<!-- When an operation fails because the device has run out of storage. -->
+ <string name="msgs_no_disk_space">This operation failed because there is no space left on the device.</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 the current directory -->
+ <string name="msgs_operation_not_allowed_in_current_directory">Destination folder cannot be a subfolder of source or be the 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 - 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>
<!-- ActionBar Buttons - Print -->
+ <string name="actionbar_button_print_cd">Print</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 - Sort - Sort by size (ascending) -->
+ <string name="sort_by_size_asc">By size \u25B2</string>
<!-- Navigation View - Sort - Sort by size (descending) -->
+ <string name="sort_by_size_desc">By size \u25BC</string>
<!-- Navigation View - Sort - Sort by type (ascending) -->
+ <string name="sort_by_type_asc">By type \u25B2</string>
<!-- Navigation View - Sort - Sort by type (descending) -->
+ <string name="sort_by_type_desc">By type \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 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">Mounted:</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 - Virtual Label -->
+ <string name="filesystem_info_dialog_virtual">Virtual:</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 -->
<!-- Fso Properties Dialog - Read Label -->
<!-- Fso Properties Dialog - Write Label -->
<!-- Fso Properties Dialog - Execute Label -->
<!-- Fso Properties Dialog - Execute Label -->
<!-- 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 have 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 -->
<!-- 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 - Secure storage -->
+ <string name="bookmarks_secure">Secure storage</string>
<!-- Bookmarks - Bookmark name - Remote storage -->
+ <string name="bookmarks_remote">Remote storage</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>
<!-- Bookmarks - Bookmarks - Actions - Bookmark already exists -->
+ <string name="bookmarks_msgs_add_exists">The bookmark already exists.</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 - 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/><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/><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>Analysing\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 Dialog - Menu - Print -->
+ <string name="actions_menu_print">Print</string>
<!-- Actions Dialog - Menu - Set as home -->
+ <string name="actions_menu_set_as_home">Set as home</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 length -->
+ <string name="input_name_dialog_message_invalid_name_length">Maximum character limit reached.</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 -->
<!-- Compute checksum - The SHA1 label -->
<!-- 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>
+ <string name="category_all">ALL</string>
<!-- Compression - Compression modes dialog title -->
+ <string name="compression_mode_title">Compression mode</string>
<!-- Compression - Supported archive and compression modes -->
<!-- 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 - Storage title -->
+ <string name="pref_storage">Storage 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 - 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 colour 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 - General - Restrict secondary users access title -->
+ <string name="pref_restrict_secondary_users_access_title">Restrict users access</string>
<!-- Preferences - General - Restrict secondary users access summary -->
+ <string name="pref_restrict_secondary_users_access_summary">Restrict access to the whole system to secondary users</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 - Storage - Secure Storage category -->
+ <string name="pref_secure_storage_category">Secure storage</string>
<!-- Preferences - Storage - Secure Storage - Delayed sync title -->
+ <string name="pref_secure_storage_delayed_sync_title">Delayed synchronisation</string>
<!-- Preferences - Storage - Secure Storage - Delayed sync summary -->
+ <string name="pref_secure_storage_delayed_sync_summary">Synchronisation of secure file systems is a costly operation. Enable this option to allow faster responses after every operation, performing the synchronisation when the filesystem is in unused state, but at the expense of losing the pending information not synced if the app crashes.</string>
<!-- Preferences - Storage - Secure Storage - Change password title -->
+ <string name="pref_secure_storage_reset_password_title">Change password</string>
<!-- Preferences - Storage - Secure Storage - Delete storage title -->
+ <string name="pref_secure_storage_delete_storage_title">Delete storage</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 - Hex dump -->
+ <string name="pref_hexdump">Hex dump binary files</string>
<!-- Preferences - Editor - Hex dump desc -->
+ <string name="pref_hexdump_desc">When opening a binary file, generate a hex dump of the file and open it in the hex viewer</string>
<!-- Preferences - Editor - Syntax highlight category -->
+ <string name="pref_editor_syntax_highlight_category">Syntax highlighting</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 highlighting processor for the file type is available)</string>
<!-- Preferences - Editor - Syntax highlight color scheme -->
+ <string name="pref_syntax_highlight_color_scheme">Colour scheme</string>
<!-- Preferences - Editor - Syntax highlight color scheme summary -->
+ <string name="pref_syntax_highlight_color_scheme_desc">Select the syntax highlight colour 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 - 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 -->
<!-- Themes - Default theme author -->
<!-- Navigation drawer -->
+ <string name="drawer_open">Open navigation drawer</string>
+ <string name="drawer_close">Close navigation drawer</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">Colour:</string>
<!-- Android Syntax Highlight -->
+ <string name="ash_reset_color_scheme">Restore the default theme colour 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>
<!-- Secure Storage -->
<!-- Secure Storage dialog title - Unlock -->
+ <string name="secure_storage_unlock_title">Unlock secure storage</string>
<!-- Secure Storage dialog title - Create -->
+ <string name="secure_storage_create_title">Create secure storage</string>
<!-- Secure Storage dialog title - Reset -->
+ <string name="secure_storage_reset_title">Reset password</string>
<!-- Secure Storage dialog title - Delete -->
+ <string name="secure_storage_delete_title">Delete secure storage</string>
<!-- Secure Storage unlock dialog message (secure storage exists) -->
+ <string name="secure_storage_unlock_key_prompt_msg">Type the password to unlock the secure storage filesystem.</string>
<!-- Secure Storage unlock dialog message (new secure storage) -->
+ <string name="secure_storage_unlock_key_new_msg">Type a password to protect the secure storage filesystem.</string>
<!-- Secure Storage unlock dialog message (reset the current password) -->
+ <string name="secure_storage_unlock_key_reset_msg">Type the current and new passwords to reset the secure storage filesystem.</string>
<!-- Secure Storage unlock dialog message (delete the secure storage) -->
+ <string name="secure_storage_unlock_key_delete_msg">Type the current password to delete the secure storage filesystem.</string>
<!-- Secure Storage unlock dialog old key title -->
+ <string name="secure_storage_unlock_old_key_title">Old password:</string>
<!-- Secure Storage unlock dialog key title -->
+ <string name="secure_storage_unlock_new_key_title">New Password:</string>
<!-- Secure Storage unlock dialog key title -->
+ <string name="secure_storage_unlock_key_title">Password:</string>
<!-- Secure Storage unlock dialog repeat key title-->
+ <string name="secure_storage_unlock_repeat_title">Repeat password:</string>
<!-- Secure Storage create button -->
+ <string name="secure_storage_create_button">Create</string>
<!-- Secure Storage unlock button -->
+ <string name="secure_storage_unlock_button">Unlock</string>
<!-- Secure Storage reset button -->
+ <string name="secure_storage_reset_button">Reset</string>
<!-- Secure Storage delete button -->
+ <string name="secure_storage_delete_button">Delete</string>
<!-- Secure Storage unlock failed toast -->
+ <string name="secure_storage_unlock_failed">Cannot unlock the storage</string>
<!-- Secure Storage unlock validation, length -->
+ <string name="secure_storage_unlock_validation_length">Password must have at least <xliff:g id="characters">%1$d</xliff:g> characters.</string>
<!-- Secure Storage unlock validation, equal -->
+ <string name="secure_storage_unlock_validation_equals">Passwords do not match.</string>
<!-- Secure storage open file warning -->
+ <string name="secure_storage_open_file_warning">This will copy the file out to a temporary unencrypted location. This will be cleared after 1 hour.</string>
<!-- Print messages -->
<!-- Unsupported document format -->
+ <string name="print_unsupported_document">Unsupported document format</string>
<!-- Unsupported image format -->
+ <string name="print_unsupported_image">Unsupported image format</string>
<!-- Print header -->
+ <string name="print_document_header">Document: <xliff:g id="document_name">%1$s</xliff:g></string>
<!-- Print footer -->
+ <string name="print_document_footer">Page <xliff:g id="page_number">%1$s</xliff:g></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="activity_not_found_exception">Couldn\'t find an app to open this file</string>
+ <string name="storage_permissions_denied">File manager requires permission to storage in order to view your files.</string>
+ <string name="storage_permissions_explanation">Go to Settings, and tap Permissions to grant permission.</string>
+ <string name="snackbar_settings">Settings</string>
<!-- Wrap mode - toast -->
+ <string name="toggle_word_wrap_msg">Toggling word wrap mode</string>
</resources>