Переглянути джерело

Added error messages for copy action. English only.

Jorge Antonio Diaz-Benito Soriano 10 роки тому
батько
коміт
eb1e41bc76
1 змінених файлів з 4 додано та 3 видалено
  1. 4 3
      res/values/strings.xml

+ 4 - 3
res/values/strings.xml

@@ -301,9 +301,9 @@
     <string name="uploader_upload_forbidden_permissions">to upload in this folder</string>
     <string name="downloader_download_file_not_found">The file is no longer available on the server</string>
 
-	<string name="prefs_category_accounts">Accounts</string>
-	<string name="prefs_add_account">Add account</string>
-	<string name="auth_redirect_non_secure_connection_title">Secure connection is redirected to an unsecured route.</string>
+    <string name="prefs_category_accounts">Accounts</string>
+    <string name="prefs_add_account">Add account</string>
+    <string name="auth_redirect_non_secure_connection_title">Secure connection is redirected through an unsecured route.</string>
 
 	<string name="actionbar_logger">Logs</string>
 	<string name="log_send_history_button">Send History</string>
@@ -323,6 +323,7 @@
     <string name="move_file_error">An error occurred while trying to move this file or folder</string>
     <string name="forbidden_permissions_move">to move this file</string>
 
+
     <string name="copy_file_not_found">Unable to copy. Please check whether the file exists</string>
     <string name="copy_file_invalid_into_descendent">It is not possible to copy a folder into a descendant</string>
     <string name="copy_file_invalid_overwrite">The file exists already in the destination folder</string>