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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index 883f3bdb..6f6b5ed3 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -20,6 +20,7 @@
<!-- The name of the app -->
<string name="app_name">File Manager</string>
<!-- The description of the app -->
+ <string name="app_description">A LineageOS file manager</string>
<!-- Human readable sizes -->
<string name="size_bytes">B</string>
<string name="size_kilobytes">kB</string>
@@ -683,7 +684,9 @@
<!-- 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 LineageOS File Manager.</string>
<!-- Themes - Default theme author -->
+ <string name="themes_author">LineageOS</string>
<!-- Navigation drawer -->
<string name="drawer_open">Open navigation drawer</string>
<string name="drawer_close">Close navigation drawer</string>
@@ -762,6 +765,7 @@
<!-- Welcome Dialog - Title -->
<string name="welcome_title">Welcome</string>
<!-- 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>