2022-12-03 09:15:23 +01:00
|
|
|
/*
|
|
|
|
Localizable.strings
|
|
|
|
Browse
|
|
|
|
|
|
|
|
Created by Javier Cicchelli on 03/12/2022.
|
|
|
|
Copyright © 2022 Röck+Cöde. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
2022-12-15 01:51:21 +01:00
|
|
|
// LoadingView
|
2022-12-15 01:07:40 +01:00
|
|
|
|
|
|
|
"loading.loading_data.text" = "Loading data\nfrom the API...";
|
|
|
|
|
2022-12-15 01:51:21 +01:00
|
|
|
// MessageView
|
|
|
|
|
|
|
|
"message.type_no_credentials.text.first" = "No user credentials have been found in your device";
|
|
|
|
"message.type_no_credentials.text.second" = "Please login again with your credentials to load this data.";
|
|
|
|
"message.type_no_credentials.button.text" = "Log in";
|
|
|
|
"message.type_empty.text.first" = "No data has been found for this folder";
|
|
|
|
"message.type_empty.text.second" = "Please populate this folder by uploading some file from your device.";
|
|
|
|
"message.type_empty.button.text" = "Upload a file";
|
|
|
|
"message.type_error.text.first" = "An error occurred while loading this data";
|
|
|
|
"message.type_error.text.second" = "Please try loading this data again at a later time.";
|
|
|
|
"message.type_error.button.text" = "Try again";
|
2022-12-16 01:13:05 +01:00
|
|
|
"message.type_not_supported.text.first" = "This type of document cannot be opened yet";
|
|
|
|
"message.type_not_supported.text.second" = "Please be patient while the support for this type of document is being built by our development team.";
|
|
|
|
"message.type_not_supported.button.text" = "Go back to folder";
|
2022-12-15 01:51:21 +01:00
|
|
|
|
2022-12-16 10:47:20 +01:00
|
|
|
// DeleteItemViewModifier
|
|
|
|
|
|
|
|
"delete_item.action_sheet.title" = "Delete an item";
|
|
|
|
"delete_item.action_sheet.message" = "You are about to delete an item named \"%@\" from this folder.\n\nAre you sure you wish to proceed?";
|
|
|
|
"delete_item.action_sheet.button.ok" = "Yes, please delete it.";
|
|
|
|
"delete_item.action_sheet.button.cancel" = "No, I reconsidered.";
|
|
|
|
"delete_item.system_alert.title" = "...";
|
|
|
|
"delete_item.system_alert.message" = "...";
|
|
|
|
"delete_item.system_alert.button.dismiss" = "...";
|
|
|
|
|
2022-12-15 01:51:21 +01:00
|
|
|
// BrowseView
|
2022-12-15 01:07:40 +01:00
|
|
|
|
2022-12-03 09:15:23 +01:00
|
|
|
"browse.toolbar_item.menu.add_actions.text" = "Add file and/or folder";
|
|
|
|
"browse.toolbar_item.button.add_folder.text" = "Create a new folder";
|
|
|
|
"browse.toolbar_item.button.add_file.text" = "Upload a file";
|
|
|
|
"browse.toolbar_item.button.show_profile.text" = "Show profile";
|
2022-12-15 01:07:40 +01:00
|
|
|
|
2022-12-03 09:15:23 +01:00
|
|
|
"browse.swipe_action.delete_item.text" = "Delete item";
|
|
|
|
"browse.swipe_action.download_item.text" = "Download item";
|