aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-en-rAU/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-en-rAU/strings.xml')
-rw-r--r--res/values-en-rAU/strings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml
index 58c45126..d6c0efca 100644
--- a/res/values-en-rAU/strings.xml
+++ b/res/values-en-rAU/strings.xml
@@ -190,6 +190,7 @@
<!-- 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 -->
@@ -199,6 +200,7 @@
<!-- 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 -->
@@ -341,6 +343,7 @@
<!-- 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 -->
@@ -464,6 +467,7 @@
<!-- 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 -->
@@ -636,6 +640,7 @@
<!-- Preferences - Storage - Secure Storage - Delayed sync summary -->
<string name="pref_secure_storage_delayed_sync_summary">Synchronization of secure file systems is a costly operation. Enable this option to allow faster responses after every operation, performing the synchronization 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 -->
@@ -651,9 +656,11 @@
<!-- 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 -->
@@ -703,10 +710,13 @@
<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) -->
@@ -738,6 +748,7 @@
<!-- 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>
@@ -756,6 +767,9 @@
<!-- Welcome Dialog - Message -->
<string name="welcome_msg">Welcome to the LineageOS 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 LineageOS Team</string>
<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>