aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-26 03:08:49 +0200
committerjruesga <jorge@ruesga.com>2012-10-26 03:08:49 +0200
commit6be595d8eeba247a9fb9614a2c314d1e1a184f3d (patch)
treea013a200bca62336f9c3553005c14f76163f66f5 /res/values/strings.xml
parent7370b7164125a63dfa8d40aa0de04c24754c6a64 (diff)
downloadandroid_packages_apps_CMFileManager-6be595d8eeba247a9fb9614a2c314d1e1a184f3d.tar.gz
android_packages_apps_CMFileManager-6be595d8eeba247a9fb9614a2c314d1e1a184f3d.tar.bz2
android_packages_apps_CMFileManager-6be595d8eeba247a9fb9614a2c314d1e1a184f3d.zip
Change application name to 'File Manager' (issue #20)
Full refactoring of package from explorer to filemanager
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 309d0e65..d1883e27 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -17,9 +17,9 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The name of the application -->
- <string name="app_name">CMExplorer</string>
+ <string name="app_name">File Manager</string>
<!-- The description of the application -->
- <string name="app_description">CyanogenMod file manager.</string>
+ <string name="app_description">A CyanogenMod file manager.</string>
<!-- Human readable sizes -->
<string name="size_bytes" translatable="false">B </string>
@@ -195,13 +195,13 @@
<string name="layout_details">Details</string>
<!-- Navigation View * View * Show folders first -->
- <string name="cm_explorer_show_dirs_first">Show folders first</string>
+ <string name="cm_filemanager_show_dirs_first">Show folders first</string>
<!-- Navigation View * View * Show hidden files option -->
- <string name="cm_explorer_show_hidden">Show hidden files</string>
+ <string name="cm_filemanager_show_hidden">Show hidden files</string>
<!-- Navigation View * View * Show system files option -->
- <string name="cm_explorer_show_system">Show system files</string>
+ <string name="cm_filemanager_show_system">Show system files</string>
<!-- Navigation View * View * Show symlinks option -->
- <string name="cm_explorer_show_symlinks">Show symlinks</string>
+ <string name="cm_filemanager_show_symlinks">Show symlinks</string>
<!-- Filesystem Info (no data) -->
<string name="filesystem_info_warning_msg">There is no information available for the file system.</string>
@@ -615,7 +615,7 @@
<!-- Preferences * About title -->
<string name="pref_about">About</string>
<!-- Preferences * About summary -->
- <string name="pref_about_summary">CM Explorer v<xliff:g id="version">%1$s</xliff:g>
+ <string name="pref_about_summary">File Manager v<xliff:g id="version">%1$s</xliff:g>
\nCopyright \u00A9 2012 The CyanogenMod Project</string>
<!-- Preferences * General * Behaviour category -->