nextcloud-android/res/values/strings.xml

158 lines
10 KiB
XML
Raw Normal View History

2011-08-20 00:37:35 +04:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World, OwnCloudMainScreen!</string>
<string name="app_name">ownCloud</string>
<string name="main_password">Password:</string>
<string name="main_login">Username:</string>
<string name="main_button_login">Login</string>
<string name="main_welcome">Welcome to your ownCloud</string>
<string name="main_files">Files</string>
<string name="main_music">Music</string>
<string name="main_contacts">Contacts</string>
<string name="main_calendar">Calendar</string>
<string name="main_bookmarks">Bookmarks</string>
<string name="main_settings">Settings</string>
<string name="main_tit_accsetup">Setup Account</string>
<string name="main_wrn_accsetup">There are no ownCloud accounts on your device. In order to use this App, you need to create one.</string>
<string name="actionbar_sync">Sync account</string>
<string name="actionbar_upload">Upload file</string>
<string name="actionbar_mkdir">Create directory</string>
<string name="actionbar_search">Search</string>
<string name="actionbar_settings">Settings</string>
<string name="prefs_category_general">General</string>
<string name="prefs_category_trackmydevice">Device tracking</string>
2011-08-20 00:37:35 +04:00
<string name="prefs_add_session">Add new session</string>
<string name="prefs_create_img_thumbnails">Create image thumbnails</string>
<string name="prefs_select_oc_account">Select an account</string>
<string name="prefs_summary_select_oc_account">Choose, which of your accounts the app should use.</string>
<string name="prefs_trackmydevice">Device tracking</string>
<string name="prefs_trackmydevice_summary_off">Enable ownCloud to track your device location</string>
<string name="prefs_trackmydevice_summary_on">Your ownCloud keeps track of this device</string>
2012-07-24 11:08:29 +04:00
<string name="prefs_trackmydevice_interval">Update interval</string>
<string name="prefs_trackmydevice_interval_summary">Update every %1$s minutes</string>
<string name="prefs_accounts">Accounts</string>
<string name="prefs_manage_accounts">Manage accounts</string>
2012-07-02 21:08:54 +04:00
<string name="auth_host_url">ownCloud URL</string>
<string name="auth_username">Username</string>
<string name="auth_password">Password</string>
2011-08-20 00:37:35 +04:00
<string name="new_session_uri_error">Wrong URL given</string>
<string name="new_session_session_name_error">Wrong session name</string>
2011-09-17 17:41:44 +04:00
<string name="sync_string_files">Files</string>
2011-08-20 00:37:35 +04:00
<string name="uploader_no_file_selected">No file selected for upload</string>
<string name="setup_hint_username">Username</string>
<string name="setup_hint_password">Password</string>
<string name="setup_hint_address">Web address</string>
2012-04-01 17:06:23 +04:00
<string name="setup_hint_show_password">Show password?</string>
2011-08-20 00:37:35 +04:00
<string name="setup_title">Connect to your ownCloud</string>
<string name="setup_btn_connect">Connect</string>
<string name="uploader_btn_upload_text">Upload</string>
<string name="uploader_wrn_no_account_title">No account found</string>
<string name="uploader_wrn_no_account_text">There are no ownCloud accounts on your device. Please setup an account first.</string>
2011-08-20 00:37:35 +04:00
<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_info_uploading">Uploading</string>
2012-07-24 11:08:29 +04:00
<string name="uploader_btn_create_dir_text">Create directory for upload</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_redownload">Redownload</string>
<string name="filedetails_download_in_progress">Downloading</string>
<string name="filedetails_open">Open</string>
<string name="common_yes">Yes</string>
<string name="common_no">No</string>
2011-08-20 00:37:35 +04:00
<string name="common_ok">OK</string>
<string name="common_cancel">Cancel</string>
2012-07-17 17:16:27 +04:00
<string name="common_save_exit">Save &amp; Exit</string>
<string name="common_error">Error</string>
<string name="about_title">About</string>
<string name="delete_account">Delete account</string>
<string name="create_account">Create account</string>
<string name="upload_chooser_title">Upload file from &#8230;</string>
2011-08-20 00:37:35 +04:00
<string name="uploader_info_dirname">Directory name</string>
<string name="uploader_upload_in_progress_ticker">Uploading &#8230;</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 upload</string>
<string name="uploader_upload_succeeded_content_multiple">%1$d files were successfully upload</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="uploader_upload_failed_content_multiple">Upload failed: %1$d/%2$d files were upload</string>
<string name="downloader_download_in_progress_ticker">Downloading &#8230;</string>
<string name="downloader_download_in_progress_content">%1$d%% Downloading %2$s</string>
<string name="downloader_download_succeeded_ticker">Download suceeded</string>
<string name="downloader_download_succeeded_content">%1$s was successfully download</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>
2011-08-20 00:37:35 +04:00
<string name="common_choose_account">Choose account</string>
2011-09-17 17:41:44 +04:00
<string name="sync_string_contacts">Contacts</string>
2012-04-15 11:54:21 +04:00
<string name="use_ssl">Use Secure Connection</string>
<string name="location_no_provider">ownCloud cannot track your device. Please check your location settings</string>
2012-07-13 16:46:40 +04:00
<string name="pincode_enter_pin_code">Please, insert your App PIN</string>
<string name="pincode_enter_new_pin_code">Please, insert your new App PIN</string>
<string name="pincode_configure_your_pin">Enter ownCloud App PIN</string>
2012-07-17 17:16:27 +04:00
<string name="pincode_reenter_your_pincode">Reenter ownCloud App PIN, please</string>
<string name="pincode_remove_your_pincode">Remove your ownCloud App PIN</string>
<string name="pincode_mismatch">Both ownCloud App PIN are not the same</string>
<string name="pincode_wrong">Incorrect ownCloud App PIN</string>
<string name="pincode_removed">ownCloud App PIN removed</string>
<string name="pincode_stored">ownCloud App PIN stored</string>
2012-07-09 17:10:26 +04:00
<string-array name="prefs_trackmydevice_intervall_keys">
<item>15 Minutes</item>
<item>30 Minutes</item>
<item>60 Minutes</item>
</string-array>
<string-array name="prefs_trackmydevice_intervall_values">
<item>15</item>
<item>30</item>
<item>60</item>
</string-array>
<string name="auth_trying_to_login">Trying to login…</string>
<string name="auth_no_net_conn_title">No network connection</string>
<string name="auth_no_net_conn_message">No network connection have been detected, check your Internet connection and try again.</string>
<string name="auth_connect_anyway">Connect anyway</string>
<string name="auth_nossl_plain_ok_title">Secure connection unavailable.</string>
2012-07-24 11:08:29 +04:00
<string name="auth_nossl_plain_ok_message">Application couldn\'t establish a secure connection to server. Although non secure connection is available. You may continue or cancel.</string>
<string name="auth_connection_established">Connection established</string>
<string name="auth_testing_connection">Testing connection…</string>
<string name="auth_not_configured_title">Malformed ownCloud configuration</string>
<string name="auth_not_configured_message">It seems that your ownCloud instance is not correctly configured. Contact your administrator for more details.</string>
<string name="auth_unknown_error_title">Unknown error occurred</string>
<string name="auth_unknown_error_message">Unknown error occurred. Please contact authors and include logs from your device.</string>
<string name="auth_unknow_host_title">Can\'t establish connection</string>
2012-07-24 11:08:29 +04:00
<string name="auth_unknow_host_message">Couldn\'t establish connection to host. Please check hostname and server availability and try again.</string>
<string name="auth_incorrect_path_title">ownCloud instance not found</string>
<string name="auth_incorrect_path_message">Application couldn\'t find ownClound instance at given path. Please check your path and try again.</string>
<string name="auth_secure_connection">Secure connection established</string>
2012-07-24 11:08:29 +04:00
<string name="auth_unknow_error">Unknown error occurred!</string>
<string name="auth_login_details">Login details</string>
2012-06-13 22:47:38 +04:00
<string name="crashlog_message">Application terminated unexpectedly. Would you like to submit crash report?</string>
<string name="crashlog_send_report">Send report</string>
<string name="crashlog_dont_send_report">Don\'t send report</string>
<string name="extensions_avail_title">Extensions available!</string>
<string name="extensions_avail_message">Looks like your ownCloud instance is supporting advanced extensions. Would you like to see extensions available for android ?</string>
<string name="fd_keep_in_sync">Keep file up to date</string>
<string name="common_share">Share</string>
2012-07-11 00:52:31 +04:00
<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>
2012-07-17 17:16:27 +04:00
<string name="remove_success_msg">"Successful removal"</string>
<string name="remove_fail_msg">"Removal could not be completed"</string>
2012-07-13 16:46:40 +04:00
2012-07-17 17:16:27 +04:00
<string name="filedisplay_unexpected_bad_get_content">"Unexpected problem ; please, try other app to select the file"</string>
2011-08-20 00:37:35 +04:00
</resources>