mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Merge branch 'develop' into operations_service
This commit is contained in:
commit
5611205f1d
11 changed files with 238 additions and 212 deletions
BIN
res/drawable-hdpi-v9/ic_action_settings.png
Normal file
BIN
res/drawable-hdpi-v9/ic_action_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-hdpi/ic_action_settings.png
Normal file
BIN
res/drawable-hdpi/ic_action_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-ldpi-v9/ic_action_settings.png
Normal file
BIN
res/drawable-ldpi-v9/ic_action_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 871 B |
BIN
res/drawable-ldpi/ic_action_settings.png
Normal file
BIN
res/drawable-ldpi/ic_action_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 594 B |
BIN
res/drawable-mdpi-v9/ic_action_settings.png
Normal file
BIN
res/drawable-mdpi-v9/ic_action_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-mdpi/ic_action_settings.png
Normal file
BIN
res/drawable-mdpi/ic_action_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 953 B |
|
@ -17,12 +17,33 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/action_sync_account" android:title="@string/actionbar_sync" android:icon="@drawable/ic_action_refresh" android:orderInCategory="2" />
|
||||
<item android:id="@+id/action_create_dir" android:title="@string/actionbar_mkdir" android:icon="@drawable/ic_action_create_dir" android:orderInCategory="2" />
|
||||
<item android:id="@+id/action_upload" android:title="@string/actionbar_upload" android:icon="@drawable/ic_action_upload" android:orderInCategory="2" />
|
||||
<item android:id="@+id/action_settings" android:title="@string/actionbar_settings" android:icon="@android:drawable/ic_menu_preferences" android:orderInCategory="2" />
|
||||
|
||||
<!-- <item android:id="@+id/search" android:title="@string/actionbar_search" android:icon="@drawable/ic_action_search"></item>-->
|
||||
</menu>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_upload"
|
||||
android:icon="@drawable/ic_action_upload"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="always"
|
||||
android:title="@string/actionbar_upload"/>
|
||||
<item
|
||||
android:id="@+id/action_create_dir"
|
||||
android:icon="@drawable/ic_action_create_dir"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="always"
|
||||
android:title="@string/actionbar_mkdir"/>
|
||||
<item
|
||||
android:id="@+id/action_sync_account"
|
||||
android:icon="@drawable/ic_action_refresh"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/actionbar_sync"/>
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
android:orderInCategory="2"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/actionbar_settings"/>
|
||||
|
||||
<!-- <item android:id="@+id/search" android:title="@string/actionbar_search" android:icon="@drawable/ic_action_search"></item> -->
|
||||
|
||||
</menu>
|
|
@ -97,6 +97,7 @@
|
|||
<string name="sync_fail_in_favourites_content">Faili %1$d sisu ei suudeta sünkroniseerida (konflikt %2$d)</string>
|
||||
<string name="sync_foreign_files_forgotten_ticker">Osad kohalikud faili ununesid</string>
|
||||
<string name="sync_foreign_files_forgotten_content">%1$d faili %2$s kataloogist ei suudeta kopeerida</string>
|
||||
<string name="sync_foreign_files_forgotten_explanation">Alates versioonist 1.3.16 failid, mis on üles laaditud kopeeritakse kohalikku kataloogi %1$s vältimaks andmete kadu vältimaks andmete kadu juhul, kui ühte faili sünkroniseeritakse mitmelt kontolt.\n\nSelle muudatusega seoses kõik failid, mis on üles laetud rakenduse vanemate versioonidega, kopeeriti kataloogi %2$s. Selle tegevuse peatas viga, mis tekkis konto sünkroniseerimise käigus. Sa saad jätta faili(d) nagu nad on ning eemaldata viite %3$s või tõsta faili(d) %1$s kataloogi ja säilitada viite %4$s. \n\nAllpool on loend kohalikest failidest ning serveris asuvatest failidest %5$s, millele nad viitavad.</string>
|
||||
<string name="sync_current_folder_was_removed">Kausta %1$s pole enam olemas</string>
|
||||
<string name="foreign_files_move">Tõsta kõik ümber</string>
|
||||
<string name="foreign_files_success">Kõik failid tõsteti ümber</string>
|
||||
|
@ -160,6 +161,8 @@
|
|||
<string name="auth_connecting_auth_server">Autentimisserveriga ühendumine ...</string>
|
||||
<string name="auth_unsupported_auth_method">See server ei toeta seda autentimise viisi</string>
|
||||
<string name="auth_unsupported_multiaccount">%1$s ei toeta mitme konto kasutamist</string>
|
||||
<string name="auth_fail_get_user_name">Server ei tagasta korrektset kasutaja ID-d. Palun kontakteeru administraatoriga.</string>
|
||||
<string name="auth_can_not_auth_against_server">Ei suuda autoriseerida selle serveriga.</string>
|
||||
<string name="fd_keep_in_sync">Hoia faili ajakohasena</string>
|
||||
<string name="common_rename">Nimeta ümber</string>
|
||||
<string name="common_remove">Eemalda</string>
|
||||
|
@ -206,6 +209,8 @@
|
|||
<string name="ssl_validator_label_validity_to">Saaja:</string>
|
||||
<string name="ssl_validator_label_signature">Allkiri:</string>
|
||||
<string name="ssl_validator_label_signature_algorithm">Algoritm:</string>
|
||||
<string name="ssl_validator_null_cert">Ei suuda kuvada sertifikaati.</string>
|
||||
<string name="ssl_validator_no_info_about_error">- Vea kohta puudub info</string>
|
||||
<string name="placeholder_sentence">See on kohahoidja</string>
|
||||
<string name="placeholder_filename">placeholder.txt</string>
|
||||
<string name="placeholder_filetype">PNG pilt</string>
|
||||
|
@ -233,10 +238,12 @@
|
|||
<string name="failed_upload_retry_do_nothing_text">ära tee midagi, sa pole võrku ühendatud koheseks üleslaadimiseks</string>
|
||||
<string name="failed_upload_failure_text">Veateade:</string>
|
||||
<string name="failed_upload_quota_exceeded_text">Palun kontrolli oma serveri seadeid, võib-olla on mahulimiit ületatud.</string>
|
||||
<string name="share_link_no_support_share_api">Vabandust, server ei toeta jagamist. Palun kontakteeru administraatoriga.</string>
|
||||
<string name="share_link_file_no_exist">Antud faili või kausta ei saa jagada. Tee kindlaks, et see on olemas</string>
|
||||
<string name="share_link_file_error">Faili või kausta jagamisel esines viga</string>
|
||||
<string name="unshare_link_file_no_exist">Antud faili või kausta jagamist pole võimalik tühistada</string>
|
||||
<string name="unshare_link_file_error">Faili või kausta jagamise tühistamisel esines viga</string>
|
||||
<string name="activity_chooser_send_file_title">Saada</string>
|
||||
<string name="copy_link">Kopeeri link</string>
|
||||
<string name="clipboard_text_copied">Kopeeritud lõikepuhvrisse</string>
|
||||
</resources>
|
||||
|
|
|
@ -97,6 +97,7 @@
|
|||
<string name="sync_fail_in_favourites_content">%1$d fájl szinkronizálása nem sikerült (%2$d ütközés)</string>
|
||||
<string name="sync_foreign_files_forgotten_ticker">Néhány helyi fájlt figyelmen kívül hagytunk</string>
|
||||
<string name="sync_foreign_files_forgotten_content">%1$d fájlt nem sikerült a %2$s mappából bemásolni</string>
|
||||
<string name="sync_foreign_files_forgotten_explanation">Az 1.3.16 verzió használatakor azok az állományok, amiket erről az eszközről töltenek fel, a helyi %1$s mappába másolódnak be, hogy elkerülhető legyen az adatvesztés, amikor ugyanazt az állományt több résztvevő is szinkronizál.\n\nEmiatt a változás miatt, az e program korábbi változataival feltöltött állományok a %2$s mappába másolódtak. Sajnos azonban egy a szinkronizáció közben fellépő hiba miatt ez a feladat csak részben valósult meg. Két lehetősége van: vagy úgy dönt, hogy maradjanak a fájl(ok) ahol vannak és akkor törölje a %3$s-re mutató linket, vagy pedig helyezze át az állomány(oka)t a %1$s mappába, és tartsa meg a %4$s-re mutató linket.\n\nAz alábbiakban látható a helyi fájl(ok) listája és a távoli fájl(ok) a %5$s mappában, amihez linkelve voltak.</string>
|
||||
<string name="sync_current_folder_was_removed">A %1$s mappa már nem létezik</string>
|
||||
<string name="foreign_files_move">Helyezzük át mindet</string>
|
||||
<string name="foreign_files_success">Az összes fájlt áthelyeztük</string>
|
||||
|
@ -160,6 +161,8 @@
|
|||
<string name="auth_connecting_auth_server">Kapcsolódás a felhasználóazonosítást végző kiszolgálóhoz...</string>
|
||||
<string name="auth_unsupported_auth_method">A kiszolgáló nem támogatja ezt a felhasználóazonosítási módszert</string>
|
||||
<string name="auth_unsupported_multiaccount">%1$s nem támogat több bejelenkezési jogosultságot</string>
|
||||
<string name="auth_fail_get_user_name">A szerver nem megfelelő felhasználói id-t ad vissza, vegye fel a kapcsolatot egy rendszergazdával</string>
|
||||
<string name="auth_can_not_auth_against_server">Nem hiteleíthető a szerverrel szemben</string>
|
||||
<string name="fd_keep_in_sync">Automatikusan frissítse a fájlokat</string>
|
||||
<string name="common_rename">Átnevezés</string>
|
||||
<string name="common_remove">Eltávolítás</string>
|
||||
|
@ -206,6 +209,8 @@
|
|||
<string name="ssl_validator_label_validity_to">Eddig a dátumig:</string>
|
||||
<string name="ssl_validator_label_signature">Aláírás:</string>
|
||||
<string name="ssl_validator_label_signature_algorithm">Algoritmus:</string>
|
||||
<string name="ssl_validator_null_cert">A tanúsítvány nem megjeleníthető.</string>
|
||||
<string name="ssl_validator_no_info_about_error">- Nincs információ a hibáról</string>
|
||||
<string name="placeholder_sentence">Ez egy helyőrző</string>
|
||||
<string name="placeholder_filename">helyörző.txt</string>
|
||||
<string name="placeholder_filetype">PNG kép</string>
|
||||
|
@ -239,5 +244,6 @@
|
|||
<string name="unshare_link_file_no_exist">Nem lehet a megosztást megszüntetni. A mappa vagy fájl nem létezik.</string>
|
||||
<string name="unshare_link_file_error">Hiba lépett fel a mappa megosztásának visszavonásakor</string>
|
||||
<string name="activity_chooser_send_file_title">Küldjük el</string>
|
||||
<string name="copy_link">Link másolása</string>
|
||||
<string name="clipboard_text_copied">Bemásolva a vágólapra</string>
|
||||
</resources>
|
||||
|
|
|
@ -199,8 +199,8 @@
|
|||
<string name="ssl_validator_label_subject">Verilen:</string>
|
||||
<string name="ssl_validator_label_issuer">Veren:</string>
|
||||
<string name="ssl_validator_label_CN">Ortak ad:</string>
|
||||
<string name="ssl_validator_label_O">Organizasyon:</string>
|
||||
<string name="ssl_validator_label_OU">Organizasyon birimi:</string>
|
||||
<string name="ssl_validator_label_O">Kurum:</string>
|
||||
<string name="ssl_validator_label_OU">Kuruluş birimi:</string>
|
||||
<string name="ssl_validator_label_C">Ülke:</string>
|
||||
<string name="ssl_validator_label_ST">Eyalet:</string>
|
||||
<string name="ssl_validator_label_L">Konum:</string>
|
||||
|
|
|
@ -1,137 +1,130 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="about_android">%1$s Android App</string>
|
||||
<string name="about_version">version %1$s</string>
|
||||
<string name="actionbar_sync">Refresh account</string>
|
||||
<string name="actionbar_upload">Upload</string>
|
||||
<string name="actionbar_upload_from_apps">Content from other apps</string>
|
||||
<string name="actionbar_upload_files">Files</string>
|
||||
<string name="actionbar_open_with">Open with</string>
|
||||
<string name="actionbar_mkdir">Create directory</string>
|
||||
<string name="actionbar_settings">Settings</string>
|
||||
<string name="actionbar_see_details">Details</string>
|
||||
<string name="actionbar_send_file">Send</string>
|
||||
<string name="prefs_category_general">General</string>
|
||||
<string name="prefs_category_more">More</string>
|
||||
<string name="prefs_accounts">Accounts</string>
|
||||
<string name="prefs_manage_accounts">Manage Accounts</string>
|
||||
<string name="prefs_pincode">App PIN</string>
|
||||
<string name="prefs_pincode_summary">Protect your client</string>
|
||||
<string name="prefs_instant_upload">Enable instant uploads</string>
|
||||
<string name="prefs_instant_upload_summary">Instantly upload photos taken by camera</string>
|
||||
<string name="prefs_log_title">Enable Logging</string>
|
||||
<string name="prefs_log_summary">This is used to log problems</string>
|
||||
<string name="prefs_log_summary_history">This shows the recorded logs</string>
|
||||
<string name="prefs_log_delete_history_button">Delete History</string>
|
||||
<string name="prefs_help">Help</string>
|
||||
<string name="prefs_recommend">Recommend to a friend</string>
|
||||
<string name="prefs_feedback">Feedback</string>
|
||||
<string name="prefs_imprint">Imprint</string>
|
||||
|
||||
<string name="about_android">%1$s Android App</string>
|
||||
<string name="about_version">version %1$s</string>
|
||||
<string name="actionbar_sync">Refresh account</string>
|
||||
<string name="actionbar_upload">Upload</string>
|
||||
<string name="actionbar_upload_from_apps">Content from other apps</string>
|
||||
<string name="actionbar_upload_files">Files</string>
|
||||
<string name="actionbar_open_with">Open with</string>
|
||||
<string name="actionbar_mkdir">New folder</string>
|
||||
<string name="actionbar_settings">Settings</string>
|
||||
<string name="actionbar_see_details">Details</string>
|
||||
<string name="actionbar_send_file">Send</string>
|
||||
<string name="prefs_category_general">General</string>
|
||||
<string name="prefs_category_more">More</string>
|
||||
<string name="prefs_accounts">Accounts</string>
|
||||
<string name="prefs_manage_accounts">Manage Accounts</string>
|
||||
<string name="prefs_pincode">App PIN</string>
|
||||
<string name="prefs_pincode_summary">Protect your client</string>
|
||||
<string name="prefs_instant_upload">Enable instant uploads</string>
|
||||
<string name="prefs_instant_upload_summary">Instantly upload photos taken by camera</string>
|
||||
<string name="prefs_log_title">Enable Logging</string>
|
||||
<string name="prefs_log_summary">This is used to log problems</string>
|
||||
<string name="prefs_log_title_history">Logging History</string>
|
||||
<string name="prefs_log_summary_history">This shows the recorded logs</string>
|
||||
<string name="prefs_log_delete_history_button">Delete History</string>
|
||||
<string name="prefs_help">Help</string>
|
||||
<string name="prefs_recommend">Recommend to a friend</string>
|
||||
<string name="prefs_feedback">Feedback</string>
|
||||
<string name="prefs_imprint">Imprint</string>
|
||||
|
||||
<string name="recommend_subject">"Try %1$s on your smartphone!"</string>
|
||||
<string name="recommend_text">"I want to invite you to use %1$s on your smartphone!\nDownload here: %2$s"
|
||||
</string>
|
||||
|
||||
<string name="auth_check_server">Check Server</string>
|
||||
<string name="auth_host_url">Server address https://…</string>
|
||||
<string name="auth_username">Username</string>
|
||||
<string name="auth_password">Password</string>
|
||||
<string name="auth_register">New to %1$s?</string>
|
||||
<string name="sync_string_files">Files</string>
|
||||
<string name="setup_btn_connect">Connect</string>
|
||||
<string name="uploader_btn_upload_text">Upload</string>
|
||||
<string name="uploader_top_message">Choose upload directory:</string>
|
||||
<string name="uploader_wrn_no_account_title">No account found</string>
|
||||
<string name="uploader_wrn_no_account_text">There are no %1$s accounts on your device. Please setup an account first.
|
||||
</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_content_title">No content to upload</string>
|
||||
<string name="uploader_wrn_no_content_text">No content was received. Nothing to upload.</string>
|
||||
<string name="uploader_error_forbidden_content">%1$s is not allowed to access the shared content</string>
|
||||
<string name="uploader_info_uploading">Uploading</string>
|
||||
<string name="file_list_empty">There are no files in this folder.\nNew files can be added with the \"Upload\"
|
||||
menu option.</string>
|
||||
<string name="filedetails_select_file">Tap on a file to display additional information.</string>
|
||||
<string name="filedetails_size">Size:</string>
|
||||
<string name="filedetails_type">Type:</string>
|
||||
<string name="filedetails_created">Created:</string>
|
||||
<string name="filedetails_modified">Modified:</string>
|
||||
<string name="filedetails_download">Download</string>
|
||||
<string name="filedetails_sync_file">Refresh file</string>
|
||||
<string name="filedetails_renamed_in_upload_msg">File was renamed to %1$s during upload</string>
|
||||
<string name="action_share_file">Share link</string>
|
||||
<string name="action_unshare_file">Unshare link</string>
|
||||
<string name="common_yes">Yes</string>
|
||||
<string name="common_no">No</string>
|
||||
<string name="common_ok">OK</string>
|
||||
<string name="common_cancel_download">Cancel download</string>
|
||||
<string name="common_cancel_upload">Cancel upload</string>
|
||||
<string name="common_cancel">Cancel</string>
|
||||
<string name="common_save_exit">Save & Exit</string>
|
||||
<string name="common_error">Error</string>
|
||||
<string name="common_loading">Loading …</string>
|
||||
<string name="common_error_unknown">Unknown error</string>
|
||||
<string name="about_title">About</string>
|
||||
<string name="change_password">Change password</string>
|
||||
<string name="delete_account">Delete account</string>
|
||||
<string name="create_account">Create account</string>
|
||||
<string name="upload_chooser_title">Upload from …</string>
|
||||
<string name="uploader_info_dirname">Directory name</string>
|
||||
<string name="uploader_upload_in_progress_ticker">Uploading …</string>
|
||||
<string name="uploader_upload_in_progress_content">%1$d%% Uploading %2$s</string>
|
||||
<string name="uploader_upload_succeeded_ticker">Upload succeeded</string>
|
||||
<string name="uploader_upload_succeeded_content_single">%1$s was successfully uploaded</string>
|
||||
<string name="uploader_upload_failed_ticker">Upload failed</string>
|
||||
<string name="uploader_upload_failed_content_single">Upload of %1$s could not be completed</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_succeeded_ticker">Download succeeded</string>
|
||||
<string name="downloader_download_succeeded_content">%1$s was successfully downloaded</string>
|
||||
<string name="downloader_download_failed_ticker">Download failed</string>
|
||||
<string name="downloader_download_failed_content">Download of %1$s could not be completed</string>
|
||||
<string name="downloader_not_downloaded_yet">Not downloaded yet</string>
|
||||
<string name="common_choose_account">Choose account</string>
|
||||
<string name="sync_fail_ticker">Synchronization failed</string>
|
||||
<string name="sync_fail_content">Synchronization of %1$s could not be completed</string>
|
||||
<string name="sync_fail_content_unauthorized">Invalid password for %1$s</string>
|
||||
<string name="auth_check_server">Check Server</string>
|
||||
<string name="auth_host_url">Server address https://…</string>
|
||||
<string name="auth_username">Username</string>
|
||||
<string name="auth_password">Password</string>
|
||||
<string name="auth_register">New to %1$s?</string>
|
||||
<string name="sync_string_files">Files</string>
|
||||
<string name="setup_btn_connect">Connect</string>
|
||||
<string name="uploader_btn_upload_text">Upload</string>
|
||||
<string name="uploader_top_message">Choose upload folder:</string>
|
||||
<string name="uploader_wrn_no_account_title">No account found</string>
|
||||
<string name="uploader_wrn_no_account_text">There are no %1$s accounts on your device. Please setup an account first.</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_content_title">No content to upload</string>
|
||||
<string name="uploader_wrn_no_content_text">No content was received. Nothing to upload.</string>
|
||||
<string name="uploader_error_forbidden_content">%1$s is not allowed to access the shared content</string>
|
||||
<string name="uploader_info_uploading">Uploading</string>
|
||||
<string name="file_list_empty">There are no files in this folder.\nNew files can be added with the \"Upload\" menu option.</string>
|
||||
<string name="filedetails_select_file">Tap on a file to display additional information.</string>
|
||||
<string name="filedetails_size">Size:</string>
|
||||
<string name="filedetails_type">Type:</string>
|
||||
<string name="filedetails_created">Created:</string>
|
||||
<string name="filedetails_modified">Modified:</string>
|
||||
<string name="filedetails_download">Download</string>
|
||||
<string name="filedetails_sync_file">Refresh file</string>
|
||||
<string name="filedetails_renamed_in_upload_msg">File was renamed to %1$s during upload</string>
|
||||
<string name="action_share_file">Share link</string>
|
||||
<string name="action_unshare_file">Unshare link</string>
|
||||
<string name="common_yes">Yes</string>
|
||||
<string name="common_no">No</string>
|
||||
<string name="common_ok">OK</string>
|
||||
<string name="common_cancel_download">Cancel download</string>
|
||||
<string name="common_cancel_upload">Cancel upload</string>
|
||||
<string name="common_cancel">Cancel</string>
|
||||
<string name="common_save_exit">Save & Exit</string>
|
||||
<string name="common_error">Error</string>
|
||||
<string name="common_loading">Loading …</string>
|
||||
<string name="common_error_unknown">Unknown error</string>
|
||||
<string name="about_title">About</string>
|
||||
<string name="change_password">Change password</string>
|
||||
<string name="delete_account">Delete account</string>
|
||||
<string name="create_account">Create account</string>
|
||||
<string name="upload_chooser_title">Upload from …</string>
|
||||
<string name="uploader_info_dirname">Folder name</string>
|
||||
<string name="uploader_upload_in_progress_ticker">Uploading …</string>
|
||||
<string name="uploader_upload_in_progress_content">%1$d%% Uploading %2$s</string>
|
||||
<string name="uploader_upload_succeeded_ticker">Upload succeeded</string>
|
||||
<string name="uploader_upload_succeeded_content_single">%1$s was successfully uploaded</string>
|
||||
<string name="uploader_upload_failed_ticker">Upload failed</string>
|
||||
<string name="uploader_upload_failed_content_single">Upload of %1$s could not be completed</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_succeeded_ticker">Download succeeded</string>
|
||||
<string name="downloader_download_succeeded_content">%1$s was successfully downloaded</string>
|
||||
<string name="downloader_download_failed_ticker">Download failed</string>
|
||||
<string name="downloader_download_failed_content">Download of %1$s could not be completed</string>
|
||||
<string name="downloader_not_downloaded_yet">Not downloaded yet</string>
|
||||
<string name="common_choose_account">Choose account</string>
|
||||
<string name="sync_fail_ticker">Synchronization failed</string>
|
||||
<string name="sync_fail_content">Synchronization of %1$s could not be completed</string>
|
||||
<string name="sync_fail_content_unauthorized">Invalid password for %1$s</string>
|
||||
<string name="sync_conflicts_in_favourites_ticker">Conflicts found</string>
|
||||
<string name="sync_conflicts_in_favourites_content">%1$d kept-in-sync files could not be sync\'ed</string>
|
||||
<string name="sync_fail_in_favourites_ticker">Kept-in-sync files failed</string>
|
||||
<string name="sync_fail_in_favourites_content">Contents of %1$d files could not be sync\'ed (%2$d conflicts)</string>
|
||||
<string name="sync_foreign_files_forgotten_ticker">Some local files were forgotten</string>
|
||||
<string name="sync_foreign_files_forgotten_content">%1$d files out of the %2$s directory could not be copied into</string>
|
||||
<string name="sync_foreign_files_forgotten_explanation">As of version 1.3.16, files uploaded from this device are copied into the local
|
||||
%1$s folder to prevent data loss when a single file is synced with multiple accounts.\n\nDue to
|
||||
this change, all files uploaded in previous versions of this app were copied into the %2$s folder.
|
||||
However, an error prevented the completion of this operation during account synchronization. You
|
||||
may either leave the file(s) as is and remove the link to %3$s, or move the file(s) into the %1$s
|
||||
directory and retain the link to %4$s.\n\nListed below are the local file(s), and the remote
|
||||
file(s) in %5$s they were linked to.</string>
|
||||
<string name="sync_current_folder_was_removed">Folder %1$s does not exist anymore</string>
|
||||
<string name="foreign_files_move">"Move all"</string>
|
||||
<string name="foreign_files_success">"All files were moved"</string>
|
||||
<string name="foreign_files_fail">"Some files could not be moved"</string>
|
||||
<string name="foreign_files_local_text">"Local: %1$s"</string>
|
||||
<string name="foreign_files_remote_text">"Remote: %1$s"</string>
|
||||
<string name="upload_query_move_foreign_files">There is not space enough to copy the selected files into the %1$s folder.
|
||||
Would like to move them into instead? </string>
|
||||
<string name="pincode_enter_pin_code">Please, insert your App PIN</string>
|
||||
<string name="pincode_configure_your_pin">Enter your App PIN</string>
|
||||
<string name="pincode_configure_your_pin_explanation">The PIN will be requested every time the app is started</string>
|
||||
<string name="pincode_reenter_your_pincode">Please, reenter your App PIN</string>
|
||||
<string name="pincode_remove_your_pincode">Remove your App PIN</string>
|
||||
<string name="pincode_mismatch">The App PINs are not the same</string>
|
||||
<string name="pincode_wrong">Incorrect App PIN</string>
|
||||
<string name="pincode_removed">App PIN removed</string>
|
||||
<string name="pincode_stored">App PIN stored</string>
|
||||
|
||||
<string name="media_notif_ticker">"%1$s music player"</string>
|
||||
<string name="media_state_playing">"%1$s (playing)"</string>
|
||||
<string name="media_state_loading">"%1$s (loading)"</string>
|
||||
<string name="media_event_done">"%1$s playback finished"</string>
|
||||
<string name="media_err_nothing_to_play">No media file found</string>
|
||||
<string name="sync_fail_in_favourites_ticker">Kept-in-sync files failed</string>
|
||||
<string name="sync_fail_in_favourites_content">Contents of %1$d files could not be sync\'ed (%2$d conflicts)</string>
|
||||
<string name="sync_foreign_files_forgotten_ticker">Some local files were forgotten</string>
|
||||
<string name="sync_foreign_files_forgotten_content">%1$d files out of the %2$s folder could not be copied into</string>
|
||||
<string name="sync_foreign_files_forgotten_explanation">As of version 1.3.16, files uploaded from this device are copied into the local %1$s folder to prevent data loss when a single file is synced with multiple accounts.\n\nDue to this change, all files uploaded in previous versions of this app were copied into the %2$s folder. However, an error prevented the completion of this operation during account synchronization. You may either leave the file(s) as is and remove the link to %3$s, or move the file(s) into the %1$s folder and retain the link to %4$s.\n\nListed below are the local file(s), and the remote file(s) in %5$s they were linked to.</string>
|
||||
<string name="sync_current_folder_was_removed">Folder %1$s does not exist anymore</string>
|
||||
<string name="foreign_files_move">"Move all"</string>
|
||||
<string name="foreign_files_success">"All files were moved"</string>
|
||||
<string name="foreign_files_fail">"Some files could not be moved"</string>
|
||||
<string name="foreign_files_local_text">"Local: %1$s"</string>
|
||||
<string name="foreign_files_remote_text">"Remote: %1$s"</string>
|
||||
<string name="upload_query_move_foreign_files">There is not space enough to copy the selected files into the %1$s folder. Would like to move them into instead? </string>
|
||||
<string name="pincode_enter_pin_code">Please, insert your App PIN</string>
|
||||
|
||||
<string name="pincode_configure_your_pin">Enter your App PIN</string>
|
||||
<string name="pincode_configure_your_pin_explanation">The PIN will be requested every time the app is started</string>
|
||||
<string name="pincode_reenter_your_pincode">Please, reenter your App PIN</string>
|
||||
<string name="pincode_remove_your_pincode">Remove your App PIN</string>
|
||||
<string name="pincode_mismatch">The App PINs are not the same</string>
|
||||
<string name="pincode_wrong">Incorrect App PIN</string>
|
||||
<string name="pincode_removed">App PIN removed</string>
|
||||
<string name="pincode_stored">App PIN stored</string>
|
||||
|
||||
<string name="media_notif_ticker">"%1$s music player"</string>
|
||||
<string name="media_state_playing">"%1$s (playing)"</string>
|
||||
<string name="media_state_loading">"%1$s (loading)"</string>
|
||||
<string name="media_event_done">"%1$s playback finished"</string>
|
||||
<string name="media_err_nothing_to_play">No media file found</string>
|
||||
<string name="media_err_no_account">No account provided</string>
|
||||
<string name="media_err_not_in_owncloud">File not in a valid account</string>
|
||||
<string name="media_err_unsupported">Unsupported media codec</string>
|
||||
|
@ -179,87 +172,86 @@
|
|||
<string name="auth_fail_get_user_name">Your server is not returning a correct user id, please contact an administrator
|
||||
</string>
|
||||
<string name="auth_can_not_auth_against_server">Can not authenticate against this server</string>
|
||||
|
||||
<string name="fd_keep_in_sync">Keep file up to date</string>
|
||||
<string name="common_rename">Rename</string>
|
||||
<string name="common_remove">Remove</string>
|
||||
<string name="confirmation_remove_alert">"Do you really want to remove %1$s ?"</string>
|
||||
<string name="confirmation_remove_folder_alert">"Do you really want to remove %1$s and its contents ?"</string>
|
||||
<string name="confirmation_remove_local">Local only</string>
|
||||
<string name="confirmation_remove_folder_local">Local contents only</string>
|
||||
<string name="confirmation_remove_remote">Remove from server</string>
|
||||
<string name="confirmation_remove_remote_and_local">Remote and local</string>
|
||||
<string name="remove_success_msg">"Removal succeeded"</string>
|
||||
<string name="remove_fail_msg">"Removal failed"</string>
|
||||
<string name="rename_dialog_title">Enter a new name</string>
|
||||
<string name="rename_local_fail_msg">"Local copy could not be renamed; try a different name"</string>
|
||||
<string name="rename_server_fail_msg">"Rename could not be completed"</string>
|
||||
<string name="sync_file_fail_msg">Remote file could not be checked</string>
|
||||
<string name="sync_file_nothing_to_do_msg">File contents already synchronized</string>
|
||||
<string name="create_dir_fail_msg">Directory could not be created</string>
|
||||
<string name="filename_forbidden_characters">Forbidden characters: / \\ < > : " | ? *</string>
|
||||
<string name="wait_a_moment">Wait a moment</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="activity_chooser_title">Send link to …</string>
|
||||
|
||||
<string name="oauth_check_onoff">Login with oAuth2</string>
|
||||
<string name="oauth_login_connection">Connecting to oAuth2 server…</string>
|
||||
|
||||
<string name="ssl_validator_header">The identity of the site could not be verified</string>
|
||||
<string name="ssl_validator_reason_cert_not_trusted">- The server certificate is not trusted</string>
|
||||
<string name="ssl_validator_reason_cert_expired">- The server certificate expired</string>
|
||||
<string name="ssl_validator_reason_cert_not_yet_valid">- The server certificate valid dates are in the future</string>
|
||||
<string name="ssl_validator_reason_hostname_not_verified">- The URL does not match the hostname in the certificate</string>
|
||||
<string name="ssl_validator_question">Do you want to trust this certificate anyway?</string>
|
||||
<string name="ssl_validator_not_saved">The certificate could not be saved</string>
|
||||
<string name="ssl_validator_btn_details_see">Details</string>
|
||||
<string name="ssl_validator_btn_details_hide">Hide</string>
|
||||
<string name="ssl_validator_label_subject">Issued to:</string>
|
||||
<string name="ssl_validator_label_issuer">Issued by:</string>
|
||||
<string name="ssl_validator_label_CN">Common name:</string>
|
||||
<string name="ssl_validator_label_O">Organization:</string>
|
||||
<string name="ssl_validator_label_OU">Organizational unit:</string>
|
||||
<string name="ssl_validator_label_C">Country:</string>
|
||||
<string name="ssl_validator_label_ST">State:</string>
|
||||
<string name="ssl_validator_label_L">Location:</string>
|
||||
<string name="ssl_validator_label_validity">Validity:</string>
|
||||
<string name="ssl_validator_label_validity_from">From:</string>
|
||||
|
||||
<string name="fd_keep_in_sync">Keep file up to date</string>
|
||||
<string name="common_rename">Rename</string>
|
||||
<string name="common_remove">Remove</string>
|
||||
<string name="confirmation_remove_alert">"Do you really want to remove %1$s ?"</string>
|
||||
<string name="confirmation_remove_folder_alert">"Do you really want to remove %1$s and its contents ?"</string>
|
||||
<string name="confirmation_remove_local">Local only</string>
|
||||
<string name="confirmation_remove_folder_local">Local contents only</string>
|
||||
<string name="confirmation_remove_remote">Remove from server</string>
|
||||
<string name="confirmation_remove_remote_and_local">Remote and local</string>
|
||||
<string name="remove_success_msg">"Removal succeeded"</string>
|
||||
<string name="remove_fail_msg">"Removal failed"</string>
|
||||
<string name="rename_dialog_title">Enter a new name</string>
|
||||
<string name="rename_local_fail_msg">"Local copy could not be renamed; try a different name"</string>
|
||||
<string name="rename_server_fail_msg">"Rename could not be completed"</string>
|
||||
<string name="sync_file_fail_msg">Remote file could not be checked</string>
|
||||
<string name="sync_file_nothing_to_do_msg">File contents already synchronized</string>
|
||||
<string name="create_dir_fail_msg">Folder could not be created</string>
|
||||
<string name="filename_forbidden_characters">Forbidden characters: / \\ < > : " | ? *</string>
|
||||
<string name="wait_a_moment">Wait a moment</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="activity_chooser_title">Send link to …</string>
|
||||
|
||||
<string name="oauth_check_onoff">Login with oAuth2</string>
|
||||
<string name="oauth_login_connection">Connecting to oAuth2 server…</string>
|
||||
|
||||
<string name="ssl_validator_header">The identity of the site could not be verified</string>
|
||||
<string name="ssl_validator_reason_cert_not_trusted">- The server certificate is not trusted</string>
|
||||
<string name="ssl_validator_reason_cert_expired">- The server certificate expired</string>
|
||||
<string name="ssl_validator_reason_cert_not_yet_valid">- The server certificate valid dates are in the future</string>
|
||||
<string name="ssl_validator_reason_hostname_not_verified">- The URL does not match the hostname in the certificate</string>
|
||||
<string name="ssl_validator_question">Do you want to trust this certificate anyway?</string>
|
||||
<string name="ssl_validator_not_saved">The certificate could not be saved</string>
|
||||
<string name="ssl_validator_btn_details_see">Details</string>
|
||||
<string name="ssl_validator_btn_details_hide">Hide</string>
|
||||
<string name="ssl_validator_label_subject">Issued to:</string>
|
||||
<string name="ssl_validator_label_issuer">Issued by:</string>
|
||||
<string name="ssl_validator_label_CN">Common name:</string>
|
||||
<string name="ssl_validator_label_O">Organization:</string>
|
||||
<string name="ssl_validator_label_OU">Organizational unit:</string>
|
||||
<string name="ssl_validator_label_C">Country:</string>
|
||||
<string name="ssl_validator_label_ST">State:</string>
|
||||
<string name="ssl_validator_label_L">Location:</string>
|
||||
<string name="ssl_validator_label_validity">Validity:</string>
|
||||
<string name="ssl_validator_label_validity_from">From:</string>
|
||||
<string name="ssl_validator_label_validity_to">To:</string>
|
||||
<string name="ssl_validator_label_signature">Signature:</string>
|
||||
<string name="ssl_validator_label_signature_algorithm">Algorithm:</string>
|
||||
<string name="ssl_validator_null_cert">The certificate could not be shown.</string>
|
||||
<string name="ssl_validator_no_info_about_error">- No information about the error</string>
|
||||
|
||||
<string name="placeholder_sentence">This is a placeholder</string>
|
||||
<string name="placeholder_filename">placeholder.txt</string>
|
||||
<string name="placeholder_filetype">PNG Image</string>
|
||||
<string name="placeholder_filesize">389 KB</string>
|
||||
<string name="placeholder_timestamp">2012/05/18 12:23 PM</string>
|
||||
<string name="placeholder_media_time">12:23:45</string>
|
||||
|
||||
<string name="instant_upload_on_wifi">Upload pictures via WiFi only</string>
|
||||
<string name="instant_upload_path">/InstantUpload</string>
|
||||
<string name="conflict_title">Update conflict</string>
|
||||
<string name="conflict_message">Remote file %s is not synchronized with local file. Continuing will replace
|
||||
content of file on server.</string>
|
||||
<string name="conflict_keep_both">Keep both</string>
|
||||
<string name="conflict_overwrite">Overwrite</string>
|
||||
<string name="conflict_dont_upload">Don\'t upload</string>
|
||||
|
||||
<string name="preview_image_description">Image preview</string>
|
||||
<string name="preview_image_error_unknown_format">This image can not be shown</string>
|
||||
|
||||
<string name="error__upload__local_file_not_copied">%1$s could not be copied to %2$s local directory</string>
|
||||
<string name="actionbar_failed_instant_upload">Failed InstantUpload</string>
|
||||
<string name="failed_upload_headline_text">Failed instant uploads</string>
|
||||
<string name="failed_upload_headline_hint">Summary of all failed instant uploads</string>
|
||||
<string name="failed_upload_all_cb">select all</string>
|
||||
<string name="failed_upload_headline_retryall_btn">retry all selected</string>
|
||||
<string name="failed_upload_headline_delete_all_btn">delete all selected from uploadqueue</string>
|
||||
<string name="failed_upload_retry_text">retry to upload the image: </string>
|
||||
<string name="failed_upload_load_more_images">Load more Picrures</string>
|
||||
<string name="failed_upload_retry_do_nothing_text">do nothing you are not online for instant upload</string>
|
||||
|
||||
<string name="placeholder_sentence">This is a placeholder</string>
|
||||
<string name="placeholder_filename">placeholder.txt</string>
|
||||
<string name="placeholder_filetype">PNG Image</string>
|
||||
<string name="placeholder_filesize">389 KB</string>
|
||||
<string name="placeholder_timestamp">2012/05/18 12:23 PM</string>
|
||||
<string name="placeholder_media_time">12:23:45</string>
|
||||
|
||||
<string name="instant_upload_on_wifi">Upload pictures via WiFi only</string>
|
||||
<string name="instant_upload_path">/InstantUpload</string>
|
||||
<string name="conflict_title">Update conflict</string>
|
||||
<string name="conflict_message">Remote file %s is not synchronized with local file. Continuing will replace content of file on server.</string>
|
||||
<string name="conflict_keep_both">Keep both</string>
|
||||
<string name="conflict_overwrite">Overwrite</string>
|
||||
<string name="conflict_dont_upload">Don\'t upload</string>
|
||||
|
||||
<string name="preview_image_description">Image preview</string>
|
||||
<string name="preview_image_error_unknown_format">This image can not be shown</string>
|
||||
|
||||
<string name="error__upload__local_file_not_copied">%1$s could not be copied to %2$s local folder</string>
|
||||
<string name="actionbar_failed_instant_upload">Failed InstantUpload</string>
|
||||
<string name="failed_upload_headline_text">Failed instant uploads</string>
|
||||
<string name="failed_upload_headline_hint">Summary of all failed instant uploads</string>
|
||||
<string name="failed_upload_all_cb">select all</string>
|
||||
<string name="failed_upload_headline_retryall_btn">retry all selected</string>
|
||||
<string name="failed_upload_headline_delete_all_btn">delete all selected from uploadqueue</string>
|
||||
<string name="failed_upload_retry_text">retry to upload the image: </string>
|
||||
<string name="failed_upload_load_more_images">Load more Picrures</string>
|
||||
<string name="failed_upload_retry_do_nothing_text">do nothing you are not online for instant upload</string>
|
||||
<string name="failed_upload_failure_text">Failure Message: </string>
|
||||
<string name="failed_upload_quota_exceeded_text">Please check your server configuration,maybe your quota is exceeded.</string>
|
||||
|
||||
|
|
Loading…
Reference in a new issue