|
@@ -64,11 +64,19 @@
|
|
<string name="uploader_wrn_no_account_text">There are no %1$s accounts on your device. Please set up an account first.</string>
|
|
<string name="uploader_wrn_no_account_text">There are no %1$s accounts on your device. Please set up an account first.</string>
|
|
<string name="uploader_wrn_no_account_setup_btn_text">Setup</string>
|
|
<string name="uploader_wrn_no_account_setup_btn_text">Setup</string>
|
|
<string name="uploader_wrn_no_account_quit_btn_text">Quit</string>
|
|
<string name="uploader_wrn_no_account_quit_btn_text">Quit</string>
|
|
|
|
+ <string name="uploader_error_title_no_file_to_upload">No file to upload</string>
|
|
|
|
+ <string name="uploader_error_message_received_piece_of_text">%1$s cannot upload a piece of text as a file.</string>
|
|
|
|
+ <string name="uploader_error_message_no_file_to_upload">Received data does not include any valid file.</string>
|
|
|
|
+ <string name="uploader_error_title_file_cannot_be_uploaded">File cannot be uploaded</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_copied">An error occurred while copying the file to a temporary folder. Please try to send again.</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>
|
|
<string name="file_list_no_app_for_file_type">No app found for file type!</string>
|
|
<string name="file_list_no_app_for_file_type">No app found for file type!</string>
|
|
<string name="local_file_list_empty">There are no files in this folder.</string>
|
|
<string name="local_file_list_empty">There are no files in this folder.</string>
|
|
|
|
+ <string name="upload_list_empty">No uploads available.</string>
|
|
<string name="file_list_folder">folder</string>
|
|
<string name="file_list_folder">folder</string>
|
|
<string name="file_list_folders">folders</string>
|
|
<string name="file_list_folders">folders</string>
|
|
<string name="file_list_file">file</string>
|
|
<string name="file_list_file">file</string>
|
|
@@ -86,6 +94,8 @@
|
|
<string name="common_yes">Yes</string>
|
|
<string name="common_yes">Yes</string>
|
|
<string name="common_no">No</string>
|
|
<string name="common_no">No</string>
|
|
<string name="common_ok">OK</string>
|
|
<string name="common_ok">OK</string>
|
|
|
|
+ <string name="common_remove_upload">Remove upload</string>
|
|
|
|
+ <string name="common_retry_upload">Retry upload</string>
|
|
<string name="common_cancel_sync">Cancel sync</string>
|
|
<string name="common_cancel_sync">Cancel sync</string>
|
|
<string name="common_cancel">Cancel</string>
|
|
<string name="common_cancel">Cancel</string>
|
|
<string name="common_back">Back</string>
|
|
<string name="common_back">Back</string>
|
|
@@ -109,13 +119,22 @@
|
|
<string name="uploader_upload_failed_credentials_error">Upload failed, you need to log in again</string>
|
|
<string name="uploader_upload_failed_credentials_error">Upload failed, you need to log in again</string>
|
|
<string name="uploads_view_title">Uploads</string>
|
|
<string name="uploads_view_title">Uploads</string>
|
|
<string name="uploads_view_group_current_uploads">Current</string>
|
|
<string name="uploads_view_group_current_uploads">Current</string>
|
|
|
|
+ <string name="uploads_view_group_failed_uploads">Failed (tap to retry)</string>
|
|
<string name="uploads_view_group_finished_uploads">Uploaded</string>
|
|
<string name="uploads_view_group_finished_uploads">Uploaded</string>
|
|
<string name="uploads_view_upload_status_succeeded">Completed</string>
|
|
<string name="uploads_view_upload_status_succeeded">Completed</string>
|
|
|
|
+ <string name="uploads_view_upload_status_cancelled">Cancelled</string>
|
|
|
|
+ <string name="uploads_view_upload_status_paused">Paused</string>
|
|
|
|
+ <string name="uploads_view_upload_status_failed_connection_error">Connection error</string>
|
|
|
|
+ <string name="uploads_view_upload_status_failed_retry">Upload will be retried shortly</string>
|
|
<string name="uploads_view_upload_status_failed_credentials_error">Credentials error</string>
|
|
<string name="uploads_view_upload_status_failed_credentials_error">Credentials error</string>
|
|
<string name="uploads_view_upload_status_failed_folder_error">Folder error</string>
|
|
<string name="uploads_view_upload_status_failed_folder_error">Folder error</string>
|
|
<string name="uploads_view_upload_status_failed_file_error">File error</string>
|
|
<string name="uploads_view_upload_status_failed_file_error">File error</string>
|
|
|
|
+ <string name="uploads_view_upload_status_failed_localfile_error">Local file not found</string>
|
|
<string name="uploads_view_upload_status_failed_permission_error">Permission error</string>
|
|
<string name="uploads_view_upload_status_failed_permission_error">Permission error</string>
|
|
|
|
+ <string name="uploads_view_upload_status_conflict">Conflict</string>
|
|
|
|
+ <string name="uploads_view_upload_status_service_interrupted">App was terminated</string>
|
|
<string name="uploads_view_upload_status_unknown_fail">Unknown error</string>
|
|
<string name="uploads_view_upload_status_unknown_fail">Unknown error</string>
|
|
|
|
+ <string name="uploads_view_upload_status_waiting_for_wifi">Waiting for WiFi connectivity</string>
|
|
<string name="uploads_view_later_waiting_to_upload">Waiting to upload</string>
|
|
<string name="uploads_view_later_waiting_to_upload">Waiting to upload</string>
|
|
<string name="downloader_download_in_progress_ticker">Downloading …</string>
|
|
<string name="downloader_download_in_progress_ticker">Downloading …</string>
|
|
<string name="downloader_download_in_progress_content">%1$d%% Downloading %2$s</string>
|
|
<string name="downloader_download_in_progress_content">%1$d%% Downloading %2$s</string>
|
|
@@ -224,6 +243,7 @@
|
|
<string name="filename_forbidden_charaters_from_server">File name contains at least one invalid character</string>
|
|
<string name="filename_forbidden_charaters_from_server">File name contains at least one invalid character</string>
|
|
<string name="filename_empty">File name cannot be empty</string>
|
|
<string name="filename_empty">File name cannot be empty</string>
|
|
<string name="wait_a_moment">Wait a moment</string>
|
|
<string name="wait_a_moment">Wait a moment</string>
|
|
|
|
+ <string name="wait_checking_credentials">Checking stored credentials</string>
|
|
<string name="filedisplay_unexpected_bad_get_content">Unexpected problem; please select the file from a different app</string>
|
|
<string name="filedisplay_unexpected_bad_get_content">Unexpected problem; please select the file from a different app</string>
|
|
<string name="filedisplay_no_file_selected">No file was selected</string>
|
|
<string name="filedisplay_no_file_selected">No file was selected</string>
|
|
<string name="activity_chooser_title">Send link to …</string>
|
|
<string name="activity_chooser_title">Send link to …</string>
|
|
@@ -288,6 +308,9 @@
|
|
<string name="activity_chooser_send_file_title">Send</string>
|
|
<string name="activity_chooser_send_file_title">Send</string>
|
|
<string name="copy_link">Copy link</string>
|
|
<string name="copy_link">Copy link</string>
|
|
<string name="clipboard_text_copied">Copied to clipboard</string>
|
|
<string name="clipboard_text_copied">Copied to clipboard</string>
|
|
|
|
+ <string name="clipboard_no_text_to_copy">No text received to copy to clipboard</string>
|
|
|
|
+ <string name="clipboard_uxexpected_error">Unexpected error while copying to clipboard</string>
|
|
|
|
+ <string name="clipboard_label">Text copied from %1$s</string>
|
|
<string name="error_cant_bind_to_operations_service">Critical error: cannot perform operations</string>
|
|
<string name="error_cant_bind_to_operations_service">Critical error: cannot perform operations</string>
|
|
<string name="network_error_socket_exception">An error occurred whilst connecting to the server.</string>
|
|
<string name="network_error_socket_exception">An error occurred whilst connecting to the server.</string>
|
|
<string name="network_error_socket_timeout_exception">An error occurred whilst waiting for the server, the operation couldn\'t be done</string>
|
|
<string name="network_error_socket_timeout_exception">An error occurred whilst waiting for the server, the operation couldn\'t be done</string>
|
|
@@ -353,6 +376,7 @@
|
|
<string name="pref_behaviour_entries_keep_file">kept in original folder</string>
|
|
<string name="pref_behaviour_entries_keep_file">kept in original folder</string>
|
|
<string name="pref_behaviour_entries_move">moved to app folder</string>
|
|
<string name="pref_behaviour_entries_move">moved to app folder</string>
|
|
<string name="share_dialog_title">Sharing</string>
|
|
<string name="share_dialog_title">Sharing</string>
|
|
|
|
+ <string name="share_file">Share %1$s</string>
|
|
<string name="share_with_user_section_title">Share with users and groups</string>
|
|
<string name="share_with_user_section_title">Share with users and groups</string>
|
|
<string name="share_no_users">No data shared with users yet</string>
|
|
<string name="share_no_users">No data shared with users yet</string>
|
|
<string name="share_add_user_or_group">Add user or group</string>
|
|
<string name="share_add_user_or_group">Add user or group</string>
|
|
@@ -362,6 +386,8 @@
|
|
<string name="share_via_link_password_title">Secured</string>
|
|
<string name="share_via_link_password_title">Secured</string>
|
|
<string name="share_via_link_edit_permission_label">Allow editing</string>
|
|
<string name="share_via_link_edit_permission_label">Allow editing</string>
|
|
<string name="share_get_public_link_button">Get link</string>
|
|
<string name="share_get_public_link_button">Get link</string>
|
|
|
|
+ <string name="share_with_title">Share with …</string>
|
|
|
|
+ <string name="share_with_edit_title">Share with %1$s</string>
|
|
<string name="share_search">Search</string>
|
|
<string name="share_search">Search</string>
|
|
<string name="search_users_and_groups_hint">Search users and groups</string>
|
|
<string name="search_users_and_groups_hint">Search users and groups</string>
|
|
<string name="share_group_clarification">%1$s (group)</string>
|
|
<string name="share_group_clarification">%1$s (group)</string>
|
|
@@ -376,10 +402,16 @@
|
|
<string name="share_privilege_can_edit_delete">delete</string>
|
|
<string name="share_privilege_can_edit_delete">delete</string>
|
|
<string name="edit_share_unshare">Stop sharing</string>
|
|
<string name="edit_share_unshare">Stop sharing</string>
|
|
<string name="edit_share_done">done</string>
|
|
<string name="edit_share_done">done</string>
|
|
|
|
+ <string name="action_retry_uploads">Retry failed</string>
|
|
|
|
+ <string name="action_clear_failed_uploads">Clear failed</string>
|
|
|
|
+ <string name="action_clear_successful_uploads">Clear successful</string>
|
|
|
|
+ <string name="action_clear_finished_uploads">Clear all finished</string>
|
|
<string name="action_switch_grid_view">Grid view</string>
|
|
<string name="action_switch_grid_view">Grid view</string>
|
|
<string name="action_switch_list_view">List view</string>
|
|
<string name="action_switch_list_view">List view</string>
|
|
<string name="manage_space_title">Manage space</string>
|
|
<string name="manage_space_title">Manage space</string>
|
|
|
|
+ <string name="manage_space_description">Settings, database and server certificates from %1$s\'s data will be deleted permanently. \n\nDownloaded files will be kept untouched.\n\nThis process can take some time.</string>
|
|
<string name="manage_space_clear_data">Clear data</string>
|
|
<string name="manage_space_clear_data">Clear data</string>
|
|
<string name="manage_space_error">Some files could not be deleted.</string>
|
|
<string name="manage_space_error">Some files could not be deleted.</string>
|
|
<string name="permission_storage_access">Additional permissions required to upload & download files.</string>
|
|
<string name="permission_storage_access">Additional permissions required to upload & download files.</string>
|
|
|
|
+ <string name="local_file_not_found_toast">The file was not found in the local file system</string>
|
|
</resources>
|
|
</resources>
|