2014-02-22 17:12:05 +00:00
<?xml version="1.0" encoding="utf-8"?>
2017-09-04 04:43:27 +00:00
<resources xmlns:tools= "http://schemas.android.com/tools" >
2014-05-06 10:28:46 +00:00
2014-08-18 09:30:03 +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
2016-09-07 01:02:18 +00:00
<!-- FirstStartActivity -->
<!-- Title for dialog displayed on first start -->
<string name= "welcome_title" > Welcome to Syncthing for Android</string>
<!-- Text for dialog displayed on first start -->
<string name= "welcome_text" > Syncthing is an open-source file synchronization application.\n\
2016-10-05 20:39:16 +00:00
To share data with other devices, you need to add their unique device IDs to the device list. Afterwards you can select which folders to share with which devices.\n\
2016-09-07 01:02:18 +00:00
Please report any problems you encounter via Github.</string>
<string name= "cont" > Continue</string>
2014-08-18 09:30:03 +00:00
<!-- MainActivity -->
2014-06-14 00:55:55 +00:00
2014-06-27 15:24:23 +00:00
2016-09-07 01:02:18 +00:00
<!-- Text for WebGuiActivity loading view -->
<string name= "web_gui_loading" > Waiting for GUI</string>
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
<string name= "web_gui_creating_key" > Generating secure keys. This may take a few minutes.</string>
2014-10-08 18:32:18 +00:00
<!-- Title of the "add folder" menu action -->
<string name= "add_folder" > Add Folder</string>
2014-06-14 00:55:55 +00:00
2014-10-08 18:32:18 +00:00
<!-- Title of the "share device id" menu action -->
<string name= "share_device_id" > Share Device ID</string>
2014-06-07 23:56:36 +00:00
2014-10-08 18:32:18 +00:00
<!-- Shown in the chooser dialog when sharing a Device ID -->
<string name= "send_device_id_to" > Send Device ID to</string>
2014-06-07 23:56:36 +00:00
2014-10-08 18:32:18 +00:00
<!-- Text for FoldersFragment and DevicesFragment loading view -->
2015-03-25 07:54:29 +00:00
<string name= "api_loading" > Loading… </string>
2015-05-19 23:07:31 +00:00
<string name= "usage_reporting_dialog_title" > Allow Anonymous Usage Reporting?</string>
<string name= "usage_reporting_dialog_description" > The encrypted usage report is sent daily. It is used to track common platforms, folder sizes and app versions. If the reported data set is changed you will be prompted with this dialog again.\n\nThe aggregated statistics are publicly available at https://data.syncthing.net.</string>
<string name= "yes" > Yes</string>
<string name= "no" > No</string>
2014-06-08 00:13:43 +00:00
2015-11-13 22:49:46 +00:00
<string name= "open_website" > Open Website</string>
<string name= "toast_write_storage_permission_required" > Write storage permission is required for this app</string>
2016-01-23 18:04:39 +00:00
<string name= "device_rejected" > Device %1$s wants to connect</string>
2016-03-19 20:50:26 +00:00
<string name= "folder_rejected" > Device %1$s wants to share folder %2$s</string>
2016-11-10 13:57:18 +00:00
<string name= "dialog_disable_battery_optimization_title" > Battery Optimization</string>
2016-12-20 07:25:46 +00:00
<string name= "dialog_disable_battery_optimization_message" > Android may stop synchronization after some time. To prevent this, turn off battery optimization.\n\nSome devices have additional task-killing apps preinstalled. You should add Syncthing to their whitelist, as well.</string>
2016-11-10 13:57:18 +00:00
<string name= "dialog_disable_battery_optimization_later" > Later</string>
<string name= "dialog_disable_battery_optimization_dont_show_again" > Don\'t show again</string>
<string name= "dialog_disable_battery_optimization_turn_off" > Turn off for Syncthing</string>
2017-08-25 09:56:25 +00:00
<string name= "dialog_disable_battery_optimizations_not_supported" > Your device does not support disabling battery optimizations</string>
2016-11-10 13:57:18 +00:00
2014-10-08 18:32:18 +00:00
<!-- FoldersFragment -->
2014-06-03 15:42:17 +00:00
2014-08-01 21:09:00 +00:00
2014-10-08 18:32:18 +00:00
<string name= "folders_fragment_title" > Folders</string>
2014-06-03 15:42:17 +00:00
2014-10-08 18:32:18 +00:00
<!-- Shown if no folders exist -->
<string name= "folder_list_empty" > No folders found</string>
2014-06-03 15:42:17 +00:00
2014-10-08 18:32:18 +00:00
<!-- Format string for folder file count -->
2017-07-19 04:12:55 +00:00
<plurals name= "files" >
<item quantity= "one" > %1$d / %2$d File</item>
<item quantity= "other" > %1$d / %2$d Files</item>
</plurals>
2014-07-01 14:09:30 +00:00
2016-12-26 00:33:28 +00:00
<string name= "toast_no_file_manager" > No compatible file manager found</string>
2014-10-08 18:32:18 +00:00
<!-- DevicesFragment -->
2014-06-03 15:42:17 +00:00
2014-08-01 21:09:00 +00:00
2014-10-08 18:32:18 +00:00
<string name= "devices_fragment_title" > Devices</string>
2014-06-03 15:42:17 +00:00
2014-10-08 18:32:18 +00:00
<!-- Shown if no devices exist -->
<string name= "devices_list_empty" > No devices found</string>
2014-06-03 15:42:17 +00:00
2014-10-08 18:32:18 +00:00
<!-- Indicates that a folder is fully synced to the local device -->
<string name= "device_up_to_date" > Up to Date</string>
2014-06-09 17:49:54 +00:00
2014-10-08 18:32:18 +00:00
<!-- Indicates that the device is currently syncing. Parameter is sync percentage -->
<string name= "device_syncing" > Syncing (%1$d%%)</string>
2014-06-09 17:49:54 +00:00
2014-10-08 18:32:18 +00:00
<!-- Indicates that there is no connection to the device -->
<string name= "device_disconnected" > Disconnected</string>
2014-06-09 17:49:54 +00:00
2014-08-18 09:30:03 +00:00
<!-- Title for current download rate -->
<string name= "download_title" > Download</string>
2014-06-09 17:49:54 +00:00
2014-08-18 09:30:03 +00:00
<!-- Title for current upload rate -->
<string name= "upload_title" > Upload</string>
2014-06-09 17:49:54 +00:00
2015-01-20 18:02:52 +00:00
<!-- DrawerFragment -->
2014-06-09 17:49:54 +00:00
2014-08-18 09:30:03 +00:00
<!-- Same as download_title with a colon and space appended -->
<string name= "download_title_colon" > Download:\u0020</string>
2014-06-09 17:49:54 +00:00
2014-08-18 09:30:03 +00:00
<!-- Same as upload_title with a colon and space appended -->
<string name= "upload_title_colon" > Upload:\u0020</string>
2014-06-09 17:49:54 +00:00
2014-08-18 09:30:03 +00:00
<!-- Title for current CPU usage -->
<string name= "cpu_usage" > CPU Usage</string>
2014-06-09 17:49:54 +00:00
2014-08-18 09:30:03 +00:00
<!-- Title for current RAM usage -->
<string name= "ram_usage" > RAM Usage</string>
2014-06-09 17:49:54 +00:00
2014-08-18 09:30:03 +00:00
<!-- Title for announce server status -->
<string name= "announce_server" > Announce Server</string>
2014-06-09 17:49:54 +00:00
2015-11-25 11:18:12 +00:00
<string name= "restart" > Restart</string>
2016-08-02 22:58:41 +00:00
<string name= "dialog_confirm_restart" > Do you want to restart Syncthing?</string>
2016-11-10 15:37:27 +00:00
<!-- FolderActivity -->
2014-06-14 00:55:55 +00:00
2014-06-27 15:24:23 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
2014-10-08 18:32:18 +00:00
<string name= "folder_id" > Folder ID</string>
2014-06-25 18:36:22 +00:00
2016-04-09 22:15:48 +00:00
<!-- Setting title -->
<string name= "folder_label" > Folder Label</string>
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
<string name= "directory" > Directory</string>
2014-06-25 18:36:22 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
2017-04-21 06:06:40 +00:00
<string name= "folder_master" > Send Only</string>
2014-06-25 18:36:22 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
2014-10-08 18:32:18 +00:00
<string name= "devices" > Devices</string>
2014-06-25 18:36:22 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
<string name= "keep_versions" > Keep Versions</string>
2014-06-30 00:19:58 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
2014-10-08 18:32:18 +00:00
<string name= "delete_folder" > Delete Folder</string>
2014-06-25 18:43:43 +00:00
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in create mode -->
<string name= "create_folder" > Create Folder</string>
2014-06-14 00:55:55 +00:00
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in edit mode -->
<string name= "edit_folder" > Edit Folder</string>
2014-06-14 00:55:55 +00:00
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm folder creation -->
2014-08-18 09:30:03 +00:00
<string name= "create" > Create</string>
2014-06-14 00:55:55 +00:00
2016-01-17 22:00:02 +00:00
<!-- Dialog shown when attempting to remove a folder -->
<string name= "remove_folder_confirm" > Do you really want to remove this folder from Syncthing?</string>
2014-06-14 00:55:55 +00:00
2015-12-16 18:01:35 +00:00
<!-- Toast shown when trying to create a folder with an empty ID -->
<string name= "folder_id_required" > The folder ID must not be empty</string>
2014-06-14 00:55:55 +00:00
2014-10-08 18:32:18 +00:00
<!-- 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>
2014-06-30 00:19:58 +00:00
2016-09-07 10:39:07 +00:00
<string name= "dialog_discard_changes" > Discard your changes?</string>
2015-09-11 15:24:56 +00:00
2017-09-26 12:16:56 +00:00
<string name= "ignore_patterns" > Ignore Patterns</string>
<string name= "create_ignore_file_error" > Failed to create ignore file. Is the directory writable?</string>
<string name= "edit_ignore_file_error" > No text editor found</string>
2016-11-10 15:37:27 +00:00
<!-- DeviceActivity -->
2014-06-14 00:55:55 +00:00
2014-06-27 15:24:23 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
2014-10-08 18:32:18 +00:00
<string name= "device_id" > Device ID</string>
2014-06-25 18:36:22 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
<string name= "name" > Name</string>
2014-06-25 18:36:22 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
<string name= "addresses" > Addresses</string>
2014-06-25 18:36:22 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
<string name= "current_address" > Current Address</string>
2014-06-25 18:36:22 +00:00
2014-08-18 09:30:03 +00:00
<!-- Setting title -->
2014-09-24 15:51:14 +00:00
<string name= "compression" > Compression</string>
2015-03-16 06:59:12 +00:00
<!-- 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>
2014-09-24 15:51:14 +00:00
<!-- ActionBar item -->
2014-10-08 18:32:18 +00:00
<string name= "delete_device" > Delete Device</string>
2014-06-25 18:36:22 +00:00
2014-10-08 18:32:18 +00:00
<string name= "add_device" > Add Device</string>
2014-07-27 23:36:45 +00:00
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm adding a device -->
2014-08-18 09:30:03 +00:00
<string name= "add" > Add</string>
2014-06-14 00:55:55 +00:00
2014-10-08 18:32:18 +00:00
<!-- Title for DeviceSettingsFragment in edit mode -->
<string name= "edit_device" > Edit Device</string>
2014-06-14 00:55:55 +00:00
2016-01-17 22:00:02 +00:00
<!-- Dialog shown when attempting to remove a device -->
<string name= "remove_device_confirm" > Do you really want to remove this device?</string>
2014-06-14 00:55:55 +00:00
2014-10-08 18:32:18 +00:00
<!-- 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>
2014-06-14 00:55:55 +00:00
2014-10-08 18:32:18 +00:00
<!-- Content description for device ID qr code icon -->
2014-08-18 09:30:03 +00:00
<string name= "scan_qr_code_description" > Scan QR Code</string>
2014-07-27 19:54:12 +00:00
2015-09-11 20:36:21 +00:00
<!-- Toast show if we could not get root permissions -->
2016-07-13 11:35:26 +00:00
<string name= "toast_root_denied" > Did not get root permissions</string>
2015-09-11 20:36:21 +00:00
2014-08-18 09:30:03 +00:00
<!-- WebGuiActivity -->
2014-05-14 09:29:31 +00:00
2014-06-27 15:24:23 +00:00
2014-08-18 09:30:03 +00:00
<!-- Title of the web gui activity -->
<string name= "web_gui_title" > Web GUI</string>
2014-06-03 15:42:17 +00:00
2014-08-18 09:30:03 +00:00
<!-- SettingsFragment -->
2014-05-06 11:21:58 +00:00
2014-06-27 15:24:23 +00:00
2014-08-18 09:30:03 +00:00
<string name= "settings_title" > Settings</string>
2014-05-06 10:51:50 +00:00
2016-10-19 12:34:16 +00:00
<string name= "category_run_conditions" > Run Conditions</string>
<string name= "category_behaviour" > Behaviour</string>
<string name= "category_syncthing_options" > Syncthing Options</string>
<string name= "category_backup" > Backup</string>
<string name= "category_debug" > Debug</string>
<string name= "category_experimental" > Experimental</string>
2015-03-10 22:44:01 +00:00
2014-10-01 10:01:47 +00:00
<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>
2017-09-20 14:39:45 +00:00
<string name= "sync_only_charging" > Run only when charging</string>
2014-08-01 21:09:00 +00:00
2017-09-20 14:39:45 +00:00
<string name= "sync_only_wifi" > Run only on wifi</string>
2014-08-01 21:09:00 +00:00
2015-11-30 20:10:42 +00:00
<string name= "sync_only_wifi_ssids" > Restrict to certain wifi networks</string>
<string name= "sync_only_wifi_ssids_wifi_turn_on_wifi" > Please turn on WiFi to select networks.</string>
2017-03-21 02:49:52 +00:00
<string name= "respect_battery_saving_title" > Respect Android battery saving setting</string>
<string name= "respect_battery_saving_summary" > Disable Syncthing if battery saving is active</string>
2014-10-28 11:57:40 +00:00
<string name= "advanced_folder_picker" > Use advanced Folder Picker</string>
2015-03-06 19:16:44 +00:00
<string name= "advanced_folder_picker_summary" > Select any folder on the device for syncing</string>
2016-02-20 19:21:13 +00:00
<string name= "use_root_title" > Run Syncthing as Superuser</string>
2015-05-18 21:49:05 +00:00
2016-06-27 17:14:31 +00:00
<string name= "use_root_summary" > This is an unstable feature that may cause problems with Syncthing and with your device. If you encounter problems, you may have to reinstall Syncthing.</string>
2015-11-16 12:57:41 +00:00
2015-07-07 08:23:19 +00:00
<string name= "notification_type_title" > Notification</string>
2015-05-18 22:15:09 +00:00
2015-07-07 08:23:19 +00:00
<string name= "notification_type_summary" > Choose the notification type</string>
<string-array name= "notification_type_entries" >
<item > Normal</item>
<item > Low Priority</item>
<item > None</item>
</string-array>
2015-05-18 21:49:05 +00:00
2017-07-19 03:24:45 +00:00
<string name= "preference_language_title" > Language</string>
<string name= "preference_language_summary" > Change the app language</string>
2017-09-03 17:01:24 +00:00
<string name= "start_into_web_gui_title" > Start directly into web GUI</string>
<string name= "start_into_web_gui_summary" > When starting the app, open web GUI instead of the main screen</string>
2017-07-19 03:24:45 +00:00
<string name= "pref_language_default" > Default Language</string>
2017-06-15 08:44:44 +00:00
<string-array name= "versioning_types" >
<item > None</item>
<item > TrashCan</item>
<item > Simple</item>
<item > Staggered</item>
<item > External</item>
</string-array>
2015-01-19 23:43:47 +00:00
<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>
2016-06-25 12:04:04 +00:00
<string name= "enable_nat_traversal" > Enable NAT Traversal</string>
2014-10-14 17:10:22 +00:00
2016-10-19 12:34:16 +00:00
<string name= "global_announce_server" > Global Discovery Servers</string>
2015-01-19 23:43:47 +00:00
2016-06-12 20:24:09 +00:00
<string name= "enable_relaying" > Enable Relaying</string>
2015-01-19 23:43:47 +00:00
<string name= "usage_reporting" > Anonymous Usage Reporting</string>
2014-10-14 17:10:22 +00:00
<string name= "gui_address" > GUI Listen Addresses</string>
2015-03-10 20:47:32 +00:00
<string name= "export_config" > Export Configuration</string>
2016-02-18 22:23:20 +00:00
<string name= "keep_wakelock_while_binary_running" > Keep the CPU awake while Syncthing is running</string>
<string name= "keep_wakelock_while_binary_running_summary" > Use this setting if you experience unexpected disconnects while operating on battery. This will result in increased battery consumption.</string>
2016-07-13 22:01:00 +00:00
<string name= "run_as_foreground_service" > Run service with foreground priority</string>
2016-08-12 19:21:55 +00:00
<string name= "run_as_foreground_service_summary" > If enabled, Syncthing will run with foreground priority and is less likely to be stopped by Android. This might cause other services to be stopped if available memory is low. A low-priority notification needs to be shown due to Android requirements, regardless of the \"Notification\" setting.</string>
2016-07-13 22:01:00 +00:00
2016-08-27 07:31:53 +00:00
<string name= "use_tor_title" > Use Tor</string>
2016-08-19 12:07:13 +00:00
2016-08-27 07:31:53 +00:00
<string name= "use_tor_summary" > Force all traffic through Tor for increased privacy. Requires Orbot</string>
2016-08-19 12:07:13 +00:00
2016-11-28 23:53:45 +00:00
<string name= "use_legacy_hashing_title" > Use legacy hashing</string>
2017-01-23 02:14:23 +00:00
<string name= "use_legacy_hashing_summary" > Force Syncthing to use legacy hashing package for compatibility purposes</string>
2016-11-28 23:53:45 +00:00
2016-09-07 10:39:07 +00:00
<!-- Dialog shown before config export -->
<string name= "dialog_confirm_export" > Do you really want to export your configuration? Existing files will be overwritten.\n\nWARNING! Other applications may be able to read the private key from the backup location and use it to download/modify synchronized files.</string>
<!-- Dialog shown before config import -->
<string name= "dialog_confirm_import" > Do you really want to import a new configuration? Existing files will be overwritten.</string>
2015-03-10 20:47:32 +00:00
<!-- 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>
2014-09-19 12:19:11 +00:00
<!-- Title for the preference to set STTRACE parameters -->
2017-09-20 11:28:11 +00:00
<string name= "sttrace_title" > STTRACE Options</string>
2014-09-19 12:19:11 +00:00
2017-08-25 11:12:14 +00:00
<string name= "environment_variables" > Environment variables</string>
2015-03-22 22:02:15 +00:00
<!-- Toast after entering invalid STTRACE params -->
2017-09-04 04:43:27 +00:00
<string name= "toast_invalid_sttrace" tools:ignore= "TypographyDashes" > Only 0-9, a-z and \',\' are allowed in STTRACE options</string>
2015-03-22 22:02:15 +00:00
2017-08-25 11:12:14 +00:00
<string name= "toast_invalid_environment_variables" > Value is not a valid environment variable string</string>
2015-03-22 21:30:49 +00:00
<!-- Title for the preference to reset Syncthing indexes -->
<string name= "streset_title" > Reset Database</string>
<!-- Syncthing was reset -->
<string name= "streset_question" > This action should only be performed based on a recommendation from our support team.
\nAre you sure you want to clear Syncthing\'s index database?
</string>
<!-- Syncthing was reset -->
<string name= "streset_done" > Successfully reset Syncthing\'s database</string>
2015-03-10 22:44:01 +00:00
<string name= "category_about" > About</string>
2015-03-28 13:28:23 +00:00
<!-- Settings item that opens the log activity -->
<string name= "open_log" > Open Log</string>
<!-- Summary for the log activity -->
<string name= "open_log_summary" > Open the Syncthing and Android log window</string>
2017-04-11 04:10:05 +00:00
<string name= "notify_crashes_title" > Notify about Syncthing crashes</string>
<string name= "notify_crashes_summary" > Show a notification whenever a Syncthing crash is detected</string>
2017-02-15 01:17:51 +00:00
<string name= "syncthing_forum_title" > Syncthing Forum</string>
<string name= "syncthing_forum_summary" > Go to the Syncthing Forum</string>
<string name= "syncthing_forum_url" translatable= "false" > https://forum.syncthing.net/</string>
2014-08-18 09:30:03 +00:00
<!-- Settings item that opens issue tracker -->
<string name= "report_issue_title" > Report Issue</string>
2014-05-11 19:39:40 +00:00
2014-08-18 09:30:03 +00:00
<!-- Summary for the issue tracker settings item -->
<string name= "report_issue_summary" > Open the Syncthing-Android issue tracker</string>
2014-05-14 09:57:37 +00:00
2014-08-18 09:30:03 +00:00
<!-- URL of the issue tracker -->
2016-04-10 14:07:14 +00:00
<string name= "issue_tracker_url" translatable= "false" > https://github.com/syncthing/syncthing-android/issues</string>
2014-05-06 10:41:31 +00:00
2016-04-03 19:08:22 +00:00
<!-- Menu item to donate -->
<string name= "donate_title" > Donate</string>
<string name= "donate_summary" > Help us pay for domains and hosting fees</string>
<string name= "donate_url" translatable= "false" > https://syncthing.net/#donate</string>
2014-08-18 09:30:03 +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
2014-10-10 11:12:02 +00:00
<!-- Title of the preference showing this app's version name -->
<string name= "app_version_title" > Syncthing-Android Version</string>
2014-08-18 09:30:03 +00:00
<!-- FolderPickerAcitivity -->
2014-06-27 15:24:23 +00:00
2014-07-27 19:54:12 +00:00
2014-08-18 09:30:03 +00:00
<!-- Activity title -->
<string name= "folder_picker_title" > Folder Picker</string>
2014-06-27 15:24:23 +00:00
2015-03-10 21:04:59 +00:00
<!-- 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>
2014-08-18 09:30:03 +00:00
<!-- ListView empty text -->
<string name= "directory_empty" > Directory is Empty</string>
2014-06-27 15:24:23 +00:00
2014-10-08 18:32:18 +00:00
<!-- Menu item to create folder on the file system -->
<string name= "create_fs_folder" > Create new Folder</string>
2014-06-27 15:24:23 +00:00
2014-08-18 09:30:03 +00:00
<!-- Menu item to select the current folder -->
<string name= "select_folder" > Select Folder</string>
2014-06-30 00:20:32 +00:00
2014-10-28 11:57:40 +00:00
<string name= "create_folder_failed" > Failed to create folder</string>
2015-03-28 13:28:23 +00:00
<!-- LogActivity -->
2017-10-03 13:46:23 +00:00
<string name= "syncthing_log_title" > Syncthing Log</string>
<string name= "android_log_title" > Android Log</string>
2015-03-28 13:28:23 +00:00
<!-- Title of the "log android" menu button -->
2017-10-03 13:46:23 +00:00
<string name= "view_android_log" > View Android Log</string>
2015-03-28 13:28:23 +00:00
<!-- Title of the "log Syncthing" menu button -->
2017-10-03 13:46:23 +00:00
<string name= "view_syncthing_log" > View Syncthing Log</string>
2015-03-28 13:28:23 +00:00
2016-09-21 03:34:19 +00:00
<string name= "retrieving_logs" > Retrieving logs…</string>
2015-03-28 13:28:23 +00:00
<!-- Title of the "share log" menu button -->
<string name= "share_title" > Share</string>
2017-03-29 07:36:16 +00:00
<!-- ShareActivity -->
<!-- Title of the "share" activity -->
<string name= "share_activity_title" > Save to Syncthing</string>
<!-- Title of the "save" button -->
<string name= "save_title" > Save</string>
<!-- Title of the "cancel" button -->
<string name= "cancel_title" > Cancel</string>
<!-- Title of the "save" button -->
<string name= "folder_title" > Folder</string>
<!-- New file name template -->
<string name= "file_name_template" > New file %1$s</string>
<!-- Nothing to share toast -->
<string name= "nothing_share" > Nothing to share</string>
<!-- Copy success toast partially -->
<plurals name= "copy_success_partially" >
<item quantity= "one" > %1$d file copied to folder \"%2$s\", %3$d already exist</item>
<item quantity= "other" > %1$d files copied to folder \"%2$s\", %3$d already exist</item>
</plurals>
<!-- Copy success toast -->
<plurals name= "copy_success" >
<item quantity= "one" > %1$d file copied to folder \"%2$s\"</item>
<item quantity= "other" > %1$d files copied to folder \"%2$s\"</item>
</plurals>
<!-- Copy exception toast -->
<string name= "copy_exception" > There was an error during sharing, check application logs</string>
<!-- Copy progress dialog text -->
<string name= "copy_progress" > Sharing files…</string>
<plurals name= "file_name_title" >
<item quantity= "one" > File Name</item>
<item quantity= "other" > Files List</item>
</plurals>
2015-03-28 13:28:23 +00:00
2014-08-18 09:30:03 +00:00
<!-- SyncthingService -->
2014-07-05 17:14:54 +00:00
2014-09-15 15:21:45 +00:00
2014-08-01 21:09:00 +00:00
<!-- 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>
2014-08-18 09:30:03 +00:00
<!-- Button text on the "syncthing disabled" dialog -->
2014-08-01 21:09:00 +00:00
<string name= "syncthing_disabled_change_settings" > Change Settings</string>
2014-10-01 10:01:47 +00:00
<!-- Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true -->
2014-08-18 09:30:03 +00:00
<string name= "exit" > Exit</string>
2014-08-01 21:40:05 +00:00
2014-10-12 13:45:05 +00:00
<!-- Title of the notification shown while syncthing is running and enabled -->
<string name= "syncthing_active" > Syncthing is running</string>
2016-07-13 22:01:00 +00:00
<string name= "syncthing_active_foreground" > Service is running with foreground priority.</string>
2015-05-22 20:33:14 +00:00
<!-- Toast shown if folder observer fails to traverse a folder -->
<string name= "toast_folder_observer_stack_overflow" > Directory tree too deep. Check for cyclic symlinks</string>
2015-06-17 13:01:57 +00:00
<!-- Toast shown if syncthing failed to create a config -->
<string name= "config_create_failed" > Failed to create a Syncthing config. Please check the logs.</string>
2016-04-09 22:15:48 +00:00
<!-- Label of the default folder created of first start (camera folder). -->
<string name= "default_folder_label" > Camera</string>
2015-07-07 12:33:09 +00:00
<!-- ID of the default folder created on first start (camera folder). Must only contain 'a - z0 - 9_ - '. Parameter is the device name -->
<string name= "default_folder_id" > %1$s-photos</string>
2017-03-08 06:05:58 +00:00
<string name= "notification_crash_title" > Syncthing has crashed</string>
<string name= "notification_crash_text" > Click to view logs</string>
2014-08-18 09:30:03 +00:00
<!-- RestApi -->
2014-06-07 23:56:36 +00:00
2014-06-27 15:24:23 +00:00
2014-08-18 09:30:03 +00:00
<!-- Title of the notification shown when a restart is needed -->
<string name= "restart_title" > Restart Needed</string>
2014-07-01 18:51:41 +00:00
2015-06-10 23:24:35 +00:00
<!-- Text for positive button in restart dialog -->
<string name= "restart_now" > Restart Now</string>
2014-07-01 18:51:41 +00:00
2014-08-18 09:30:03 +00:00
<!-- Text for the dismiss button of the restart Activity -->
2015-06-10 23:24:35 +00:00
<string name= "restart_later" > Later</string>
<!-- Text of the notification shown when a restart is needed -->
<string name= "restart_notification_text" > Click here to restart syncthing now</string>
2014-07-01 18:51:41 +00:00
2014-10-08 18:32:18 +00:00
<!-- Shown when a device ID is copied to the clipboard -->
<string name= "device_id_copied_to_clipboard" > Device ID copied to clipboard</string>
2014-07-04 19:41:03 +00:00
2014-08-18 09:30:03 +00:00
<!-- Strings representing units for file sizes, from smallest to largest -->
<string-array name= "file_size_units" >
<item > B</item>
2015-03-10 18:38:39 +00:00
<item > KiB</item>
<item > MiB</item>
<item > GiB</item>
<item > TiB</item>
2014-08-18 09:30:03 +00:00
</string-array>
2014-06-07 23:56:36 +00:00
2014-08-18 09:30:03 +00:00
<!-- Strings representing units for transfer rates, from smallest to largest -->
<string-array name= "transfer_rate_units" >
2015-06-15 14:19:46 +00:00
<item > B/s</item>
<item > KiB/s</item>
<item > MiB/s</item>
<item > GiB/s</item>
<item > TiB/s</item>
2014-08-18 09:30:03 +00:00
</string-array>
2014-06-07 23:56:36 +00:00
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>
2016-02-07 18:02:37 +00:00
<string name= "state_syncing" > Syncing (%1$d%%)</string>
2015-07-06 23:45:47 +00:00
<string name= "state_error" > Error</string>
2015-03-23 22:44:29 +00:00
<string name= "state_unknown" > Unknown</string>
2017-07-19 02:18:37 +00:00
<string name= "status_outofsync" > Out of Sync</string>
2014-10-12 10:55:36 +00:00
2016-02-08 20:54:55 +00:00
<!-- Format string for folder size, eg "500 MiB / 1 GiB" -->
<string name= "folder_size_format" > %1$s / %2$s</string>
2016-03-25 21:13:51 +00:00
<string name= "appconfig_receiver_background_enabled" > Stopping Syncthing is not supported when running in background is enabled.</string>
2017-06-15 08:44:44 +00:00
<!-- Titles used in the file versioning dialog and file versioning button in the folder activity -->
<string name= "maximum_age" > Maximum Age</string>
<string name= "clean_out_after" > Clean out after</string>
<string name= "file_versioning" > File Versioning</string>
<string name= "finish" > Finish</string>
<string name= "none" > None</string>
<string name= "versions_path" > Versions Path</string>
<string name= "command" > Command</string>
<!-- File versioning dialog descriptions for file versioning types and file versioning configuration options. -->
<string name= "keep_versions_description" > The number of old versions to keep, per file.</string>
<string name= "simple_file_versioning_description" > Files are moved to date stamped versions in a .stversions directory when replaced or deleted by Syncthing.</string>
<string name= "trashcan_versioning_description" > Files are moved to .stversions directory when replaced or deleted by Syncthing.</string>
<string name= "staggered_versioning_description" > Files are moved to date stamped versions in a .stversions directory when replaced or deleted by Syncthing. Versions are automatically deleted if they are older than the maximum age or exceed the number of files allowed in an interval.\n\nThe following intervals are used: for the first hour a version is kept every 30 seconds, for the first day a version is kept every hour, for the first 30 days a version is kept every day, until the maximum age a version is kept every week.</string>
<string name= "maximum_age_description" > The maximum time to keep a version (in days, set to 0 to keep versions forever).</string>
<string name= "versions_path_description" > Path where versions should be stored (leave empty for the default .stversions directory in the shared folder).</string>
<string name= "cleanout_after_description" > The number of days to keep files in the trash can. Zero means forever</string>
<string name= "external_versioning_description" > The first command line parameter is the folder path and the second parameter is the relative path in the folder.</string>
<string name= "no_versioning_description" > Select a versioning type to enable versioning.</string>
<!-- Displays the current file versioning type in the Folder activity -->
<string name= "type_simple" > Type: Simple</string>
<string name= "type_trashcan" > Type: Trashcan</string>
<string name= "type_staggered" > Type: Staggered</string>
<string name= "type_external" > Type: External</string>
<!-- Information displayed about the current file versioning configuration in the folder activity -->
2017-06-15 09:05:48 +00:00
<string name= "trashcan_versioning_info" > Cleanout after: %1$s</string>
<string name= "staggered_versioning_info" > Maximum Age: %1$d \nVersions Path: %2$s</string>
<string name= "external_versioning_info" > Command: %1$s</string>
2017-06-15 08:44:44 +00:00
<string name= "simple_versioning_info" > Keep versions: %1$s</string>
2017-07-06 05:55:18 +00:00
<string name= "show_device_id" > Show device ID</string>
<!-- error message if the deviceID/QRCode dialog for some reason cannot be displayed. -->
<string name= "could_not_access_deviceid" > Could not access device ID.</string>
2014-02-22 17:12:05 +00:00
</resources>