|
@@ -14,11 +14,9 @@
|
|
<string name="actionbar_send_file">Send</string>
|
|
<string name="actionbar_send_file">Send</string>
|
|
<string name="actionbar_sort">Sort</string>
|
|
<string name="actionbar_sort">Sort</string>
|
|
<string name="actionbar_sort_title">Sort by</string>
|
|
<string name="actionbar_sort_title">Sort by</string>
|
|
- <string-array name="actionbar_sortby">
|
|
|
|
- <item>A-Z</item>
|
|
|
|
- <item>Newest - Oldest</item>
|
|
|
|
- <item>Biggest - Smallest</item>
|
|
|
|
- </string-array>
|
|
|
|
|
|
+ <string name="menu_item_sort_by_name">A - Z</string>
|
|
|
|
+ <string name="menu_item_sort_by_date">Newest - Oldest</string>
|
|
|
|
+ <string name="menu_item_sort_by_size">Biggest - Smallest</string>
|
|
<string name="drawer_item_all_files">All files</string>
|
|
<string name="drawer_item_all_files">All files</string>
|
|
<string name="drawer_item_on_device">On device</string>
|
|
<string name="drawer_item_on_device">On device</string>
|
|
<string name="drawer_item_settings">Settings</string>
|
|
<string name="drawer_item_settings">Settings</string>
|
|
@@ -71,6 +69,9 @@
|
|
<string name="uploader_error_message_read_permission_not_granted">%1$s is not allowed to read a received file</string>
|
|
<string name="uploader_error_message_read_permission_not_granted">%1$s is not allowed to read a received file</string>
|
|
<string name="uploader_error_message_source_file_not_found">File to upload was not found in its location. Please check whether the file exists.</string>
|
|
<string name="uploader_error_message_source_file_not_found">File to upload was not found in its location. Please check whether the file exists.</string>
|
|
<string name="uploader_error_message_source_file_not_copied">An error occurred while copying the file to a temporary folder. Please try to send again.</string>
|
|
<string name="uploader_error_message_source_file_not_copied">An error occurred while copying the file to a temporary folder. Please try to send again.</string>
|
|
|
|
+ <string name="uploader_upload_files_behaviour_move_to_nextcloud_folder">move to nextcloud folder</string>
|
|
|
|
+ <string name="uploader_upload_files_behaviour_only_upload">only upload</string>
|
|
|
|
+ <string name="uploader_upload_files_behaviour_upload_and_delete_from_source">upload and delete from source</string>
|
|
<string name="file_list_seconds_ago">seconds ago</string>
|
|
<string name="file_list_seconds_ago">seconds ago</string>
|
|
<string name="file_list_empty">Nothing in here. Upload something!</string>
|
|
<string name="file_list_empty">Nothing in here. Upload something!</string>
|
|
<string name="file_list_loading">Loading…</string>
|
|
<string name="file_list_loading">Loading…</string>
|