1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-24 13:21:16 +00:00
syncthing-android/src/main/res/values/strings.xml

382 lines
14 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2014-10-18 10:09:13 +00:00
<resources>
2014-05-06 10:28:46 +00:00
<string name="app_name">Syncthing</string>
2014-05-06 10:28:46 +00:00
2015-03-25 07:54:29 +00:00
<string name="app_description">An open, trustworthy and decentralized file synchronization application.</string>
2014-09-25 10:54:25 +00:00
<!-- MainActivity -->
<!-- Title of the "add folder" menu action -->
<string name="add_folder">Add Folder</string>
<!-- Title of the "share device id" menu action -->
<string name="share_device_id">Share Device ID</string>
<!-- Shown in the chooser dialog when sharing a Device ID -->
<string name="send_device_id_to">Send Device ID to</string>
<!-- Text for FoldersFragment and DevicesFragment loading view -->
2015-03-25 07:54:29 +00:00
<string name="api_loading">Loading&#8230;</string>
<!-- FoldersFragment -->
<string name="folders_fragment_title">Folders</string>
<!-- Format string for folder progress. First parameter is status string, second is sync percentage -->
<string name="folder_progress_format">%1$s (%2$d%%)</string>
<!-- Shown if no folders exist -->
<string name="folder_list_empty">No folders found</string>
<!-- Format string for folder file count -->
<string name="files">%1$d / %2$d Files</string>
<!-- DevicesFragment -->
<string name="devices_fragment_title">Devices</string>
<!-- Shown if no devices exist -->
<string name="devices_list_empty">No devices found</string>
<!-- Indicates that a folder is fully synced to the local device -->
<string name="device_up_to_date">Up to Date</string>
<!-- Indicates that the device is currently syncing. Parameter is sync percentage -->
<string name="device_syncing">Syncing (%1$d%%)</string>
<!-- Indicates that there is no connection to the device -->
<string name="device_disconnected">Disconnected</string>
<!-- Title for current download rate -->
<string name="download_title">Download</string>
<!-- Title for current upload rate -->
<string name="upload_title">Upload</string>
<!-- DrawerFragment -->
<!-- Same as download_title with a colon and space appended -->
<string name="download_title_colon">Download:\u0020</string>
<!-- Same as upload_title with a colon and space appended -->
<string name="upload_title_colon">Upload:\u0020</string>
<!-- Title for current CPU usage -->
<string name="cpu_usage">CPU Usage</string>
<!-- Title for current RAM usage -->
<string name="ram_usage">RAM Usage</string>
<!-- Title for announce server status -->
<string name="announce_server">Announce Server</string>
<!-- Menu item to donate -->
<string name="donate">Donate</string>
<string name="donate_url" translatable="false">https://tip4commit.com/github/syncthing/syncthing-android</string>
<!-- FolderSettingsFragment -->
<!-- Setting title -->
<string name="folder_id">Folder ID</string>
<!-- Setting title -->
<string name="directory">Directory</string>
<!-- Setting title -->
<string name="folder_master">Folder Master</string>
<!-- Setting title -->
<string name="devices">Devices</string>
<!-- Setting title -->
<string name="file_versioning">File Versioning</string>
<!-- Setting title -->
<string name="keep_versions">Keep Versions</string>
<!-- Setting title -->
<string name="delete_folder">Delete Folder</string>
<!-- Title for FolderSettingsFragment in create mode -->
<string name="create_folder">Create Folder</string>
<!-- Title for FolderSettingsFragment in edit mode -->
<string name="edit_folder">Edit Folder</string>
<!-- Menu item to confirm folder creation -->
<string name="create">Create</string>
<!-- Dialog shown when attempting to delete a folder -->
<string name="delete_folder_confirm">Do you really want to delete this folder?</string>
<!-- Toast shown when trying to create a folder with an invalid ID -->
<string name="folder_id_invalid">The folder ID must be a short identifier (64 characters or less) consisting of letters, numbers and the dot (.), dash (-) and underscode (_) characters only.</string>
<!-- Toast shown when trying to create a folder with an empty path -->
<string name="folder_path_required">The folder path must not be empty</string>
<!-- Toast shown when selecting 'devices' if no devices have been added -->
<string name="no_devices">Please connect a device first.</string>
<!-- DeviceSettingsFragment -->
<!-- Setting title -->
<string name="device_id">Device ID</string>
<!-- Setting title -->
<string name="name">Name</string>
<!-- Setting title -->
<string name="addresses">Addresses</string>
<!-- Setting title -->
<string name="current_address">Current Address</string>
<!-- Setting title -->
<string name="compression">Compression</string>
<!-- Strings representing compression options -->
<string-array name="compress_entries">
<item>Never</item>
<item>Metadata</item>
<item>Always</item>
</string-array>
2014-10-10 10:42:53 +00:00
<!-- Setting title -->
<string name="introducer">Introducer</string>
<!-- ActionBar item -->
<string name="delete_device">Delete Device</string>
<!-- Title for DeviceSettingsFragment in create mode -->
<string name="add_device">Add Device</string>
<!-- Menu item to confirm adding a device -->
<string name="add">Add</string>
<!-- Title for DeviceSettingsFragment in edit mode -->
<string name="edit_device">Edit Device</string>
<!-- Dialog shown when attempting to delete a device -->
<string name="delete_device_confirm">Do you really want to delete this device?</string>
<!-- Toast shown when trying to create a device with an empty ID -->
<string name="device_id_required">The device ID must not be empty</string>
<!-- Toast shown when trying to create a device with an empty name -->
<string name="device_name_required">The device name must not be empty</string>
<!-- Content description for device ID qr code icon -->
<string name="scan_qr_code_description">Scan QR Code</string>
<!-- Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException -->
<string name="no_qr_scanner_installed">You have no QR scanner installed or your scanner is not supported. \
Please install a scanner or enter the device ID manually.</string>
<!-- WebGuiActivity -->
<!-- Title of the web gui activity -->
<string name="web_gui_title">Web GUI</string>
<!-- Text for WebGuiActivity loading view -->
<string name="web_gui_loading">Waiting for GUI</string>
2014-05-14 10:00:51 +00:00
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
2015-03-25 07:54:29 +00:00
<string name="web_gui_creating_key">Generating secure keys. This may take a few minutes.</string>
2014-05-14 10:00:51 +00:00
<!-- Title for dialog displayed on first start -->
2015-03-25 07:54:29 +00:00
<string name="welcome_title">Welcome to Syncthing for Android</string>
2014-05-06 11:21:58 +00:00
<!-- Text for dialog displayed on first start -->
2015-03-25 07:54:29 +00:00
<string name="welcome_text">Syncthing is an open-source file synchronization application.\n\n\
To share data with other devices, you need add their unique device ID to the device list. Afterwards you can select which folders to share with which devices.\n\n
Please report any problems you encounter via Github.</string>
2014-05-06 11:21:58 +00:00
<!-- SettingsFragment -->
2014-05-06 11:21:58 +00:00
<!-- Activity title -->
<string name="settings_title">Settings</string>
2015-03-10 22:44:01 +00:00
<string name="category_syncthing_android">Syncthing-Android</string>
<!-- Preference title -->
<string name="always_run_in_background">Always run in background</string>
<!-- Preference summary in case it is enabled -->
<string name="always_run_in_background_enabled">Syncthing always runs in the background, according to preferences below.</string>
<!-- Preference summary in case it is disabled -->
<string name="always_run_in_background_disabled">Syncthing only runs when explicitly started, and can be stopped by menu button.</string>
<string name="sync_only_charging">Sync only when charging</string>
<string name="sync_only_wifi">Sync only on wifi</string>
<string name="advanced_folder_picker">Use advanced Folder Picker</string>
<string name="advanced_folder_picker_summary">Select any folder on the device for syncing</string>
2015-03-10 22:44:01 +00:00
<string name="category_syncthing">Syncthing</string>
2014-10-14 17:10:22 +00:00
<string name="syncthing_options">Syncthing Options</string>
<string name="device_name">Device Name</string>
2014-10-14 17:10:22 +00:00
<string name="listen_address">Sync Protocol Listen Addresses</string>
<string name="max_recv_kbps">Incoming Rate Limit (KiB/s)</string>
<string name="max_send_kbps">Outgoing Rate Limit (KiB/s)</string>
<string name="global_announce_enabled">Global Discovery</string>
<string name="local_announce_enabled">Local Discovery</string>
<string name="upnp_enabled">Enable UPnP</string>
<string name="global_announce_server">Global Discovery Server</string>
<string name="usage_reporting">Anonymous Usage Reporting</string>
2014-10-14 17:10:22 +00:00
<string name="syncthing_gui">Syncthing GUI</string>
<string name="gui_address">GUI Listen Addresses</string>
<string name="gui_user">GUI Authentication User</string>
<string name="gui_password">GUI Authentication Password</string>
<string name="gui_https_enabled">Use HTTPS for GUI</string>
<string name="export_config">Export Configuration</string>
<!-- Toast shown after config was successfully exported -->
<string name="config_export_successful">Config was exported to %1$s</string>
<string name="import_config">Import Configuration</string>
<!-- Toast shown after config was successfully imported -->
<string name="config_imported_successful">Config was imported</string>
<!-- Toast shown after config was successfully imported -->
<string name="config_import_failed">Config import failed, make sure files are in %1$s</string>
<!-- Title for the preference to set STTRACE parameters -->
<string name="sttrace_title">Debug Options</string>
<!-- Toast after entering invalid STTRACE params -->
<string name="toast_invalid_sttrace">Only a-z and \',\' are allowed in STTRACE options</string>
<!-- Toast after entering invalid username -->
<string name="toast_invalid_username">Characters : and \' are not allowed in username</string>
<!-- Toast after entering invalid password -->
<string name="toast_invalid_password">Characters : and \' are not allowed in password</string>
2015-03-10 22:44:01 +00:00
<string name="category_about">About</string>
<!-- Settings item that opens issue tracker -->
<string name="report_issue_title">Report Issue</string>
<!-- Summary for the issue tracker settings item -->
<string name="report_issue_summary">Open the Syncthing-Android issue tracker</string>
<!-- URL of the issue tracker -->
<string name="issue_tracker_url" translatable="false">https://github.com/Nutomic/syncthing-android/issues</string>
2014-05-06 10:41:31 +00:00
<!-- Title of the preference showing upstream version name -->
<string name="syncthing_version_title">Syncthing Version</string>
2014-05-14 10:00:51 +00:00
<!-- Title of the preference showing this app's version name -->
<string name="app_version_title">Syncthing-Android Version</string>
<!-- FolderPickerAcitivity -->
<!-- Activity title -->
<string name="folder_picker_title">Folder Picker</string>
<!-- Toast shown on devices with kitkat or higher -->
<string name="kitkat_external_storage_warning">Warning: Your Android version does not allow syncing to external storage devices</string>
<!-- ListView empty text -->
<string name="directory_empty">Directory is Empty</string>
<!-- Menu item to create folder on the file system -->
<string name="create_fs_folder">Create new Folder</string>
<!-- Menu item to select the current folder -->
<string name="select_folder">Select Folder</string>
2014-06-30 00:20:32 +00:00
<string name="create_folder_failed">Failed to create folder</string>
<!-- SyncthingService -->
<!-- Title of the "syncthing disabled" dialog -->
<string name="syncthing_disabled_title">Syncthing is disabled</string>
<!-- Message of the "syncthing disabled" dialog -->
<string name="syncthing_disabled_message">Do you want to change your preferences?</string>
<!-- Button text on the "syncthing disabled" dialog -->
<string name="syncthing_disabled_change_settings">Change Settings</string>
<!-- Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true -->
<string name="exit">Exit</string>
<!-- Title of the notification shown while syncthing is running and enabled -->
<string name="syncthing_active">Syncthing is running</string>
<!-- RestApi -->
<!-- Title of the notification shown when a restart is needed -->
<string name="restart_title">Restart Needed</string>
<!-- Text of the notification shown when a restart is needed -->
<string name="restart_notification_text">Click here to restart syncthing now</string>
<!-- Text for the dismiss button of the restart Activity -->
<string name="restart_later">Restart Later</string>
<!-- Shown when a device ID is copied to the clipboard -->
<string name="device_id_copied_to_clipboard">Device ID copied to clipboard</string>
<!-- Strings representing units for file sizes, from smallest to largest -->
<string-array name="file_size_units">
<item>B</item>
<item>KiB</item>
<item>MiB</item>
<item>GiB</item>
<item>TiB</item>
</string-array>
<!-- Strings representing units for transfer rates, from smallest to largest -->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kib/s</item>
<item>Mib/s</item>
<item>Gib/s</item>
<item>Tib/s</item>
</string-array>
2014-10-12 10:55:36 +00:00
<!-- Possible folder states -->
<string name="state_idle">Idle</string>
<string name="state_scanning">Scanning</string>
<string name="state_cleaning">Cleaning</string>
<string name="state_syncing">Syncing</string>
2015-03-23 22:44:29 +00:00
<string name="state_unknown">Unknown</string>
2014-10-12 10:55:36 +00:00
</resources>