aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimen.xml5
-rw-r--r--res/values/overlay.xml1
-rw-r--r--res/values/strings.xml15
3 files changed, 15 insertions, 6 deletions
diff --git a/res/values/dimen.xml b/res/values/dimen.xml
index 0278d310..253fbdfc 100644
--- a/res/values/dimen.xml
+++ b/res/values/dimen.xml
@@ -40,6 +40,8 @@
<dimen name="extra_margin">8dp</dimen>
<!-- An extra margin -->
<dimen name="extra_large_margin">16dp</dimen>
+ <!-- Double margin -->
+ <dimen name="double_margin">24dp</dimen>
<!-- A small margin -->
<dimen name="small_margin">2dp</dimen>
<!-- The minimal margin -->
@@ -106,7 +108,8 @@
<!-- Theme button min width -->
<dimen name="themes_min_width_button">300dp</dimen>
- <!-- Theme width -->
+ <!-- Theme width/height -->
<dimen name="theme_max_width">300dip</dimen>
+ <dimen name="theme_max_height">600dip</dimen>
</resources>
diff --git a/res/values/overlay.xml b/res/values/overlay.xml
index 1a68d534..8d591964 100644
--- a/res/values/overlay.xml
+++ b/res/values/overlay.xml
@@ -60,6 +60,7 @@
/system/xbin/gunzip,
/system/xbin/pwd,
/system/xbin/readlink,
+ /system/xbin/stat,
/system/xbin/su,
/system/xbin/tar,
/system/xbin/uncompress,
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2db9749a..070e3dc2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -124,7 +124,8 @@
The operation is not permitted because it would create inconsistencies.</string>
<!-- Operation not permitted in current directory -->
<string name="msgs_operation_not_allowed_in_current_directory">
- The operation is not permitted in current folder.</string>
+ The operation is not permitted in current folder.\n\nDestination folder cannot be subfolder
+ of source or be same as source.</string>
<!-- The advice message prior to exit the application -->
<string name="msgs_push_again_to_exit">Press again to exit.</string>
@@ -275,8 +276,12 @@
<string name="fso_properties_dialog_size">Size:</string>
<!-- Fso Properties Dialog * Contains Label -->
<string name="fso_properties_dialog_contains">Contains:</string>
- <!-- Fso Properties Dialog * Date Label -->
- <string name="fso_properties_dialog_date">Last access:</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 -->
@@ -469,9 +474,9 @@
<!-- Actions Dialog * Menu * Deselect -->
<string name="actions_menu_deselect">Deselect</string>
<!-- Actions Dialog * Menu * Paste selection -->
- <string name="actions_menu_paste_selection">Paste selection</string>
+ <string name="actions_menu_paste_selection">Paste selection here</string>
<!-- Actions Dialog * Menu * Move selection -->
- <string name="actions_menu_move_selection">Move selection</string>
+ <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 -->