aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-12 00:51:28 +0200
committerjruesga <jorge@ruesga.com>2012-10-12 00:51:28 +0200
commit719efac56e8665b431d8ecdfbfa82a2283485212 (patch)
tree4f4bf55ffd6a6bf4406760fdb7a6e7cc7520675d /res
parentfe687a5df00ab02a258d9804f99a31c774be2fe9 (diff)
downloadandroid_packages_apps_CMFileManager-719efac56e8665b431d8ecdfbfa82a2283485212.tar.gz
android_packages_apps_CMFileManager-719efac56e8665b431d8ecdfbfa82a2283485212.tar.bz2
android_packages_apps_CMFileManager-719efac56e8665b431d8ecdfbfa82a2283485212.zip
Create StorageHelper, and redesign BookmarksActivity
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a347059a..cfc0744c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -151,6 +151,10 @@
<!-- The parent directory of the current directory in navigation view -->
<string name="parent_dir">Parent Directory</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">Filesystem info</string>
@@ -351,8 +355,6 @@
<string name="bookmarks_root_folder">Root folder</string>
<!-- Bookmark name * System folder -->
<string name="bookmarks_system_folder">System folder</string>
- <!-- Bookmark name * External Storage -->
- <string name="bookmarks_external_storage">External storage</string>
<!-- Bookmark name * Button * Initial directory content description -->
<string name="bookmarks_button_config_cd">Set the initial directory</string>
<!-- Bookmark name * Button * Remove bookmark content description -->