diff options
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 15 |
1 files changed, 10 insertions, 5 deletions
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 --> |
