2014-02-22 17:12:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-09-19 15:00:12 +00:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:ignore="MissingTranslation" >
|
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
|
|
|
|
2014-09-25 10:54:25 +00:00
|
|
|
<string name="app_description">Replace proprietary services with something open, trustworthy and decentralized.</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
|
|
|
|
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 -->
|
2014-08-18 09:30:03 +00:00
|
|
|
<string name="api_loading">Waiting for API</string>
|
2014-06-08 00:13:43 +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
|
|
|
<!-- Format string for folder progress. First parameter is status string, second is sync percentage -->
|
|
|
|
<string name="folder_progress_format">%1$s (%2$d%%)</string>
|
2014-06-09 17:49:54 +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 -->
|
2014-08-18 09:30:03 +00:00
|
|
|
<string name="files">%1$d / %2$d Files</string>
|
2014-07-01 14:09:30 +00:00
|
|
|
|
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
|
|
|
|
2014-10-08 18:32:18 +00:00
|
|
|
<!-- LocalDeviceInfoFragment -->
|
2014-06-09 17:49:54 +00:00
|
|
|
|
2014-06-27 15:24:23 +00:00
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<!-- ActionBar title shown when the drawer is open -->
|
|
|
|
<string name="system_info">System Info</string>
|
2014-07-01 18:51:41 +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
|
|
|
|
2014-10-08 18:32:18 +00:00
|
|
|
<!-- FolderSettingsFragment -->
|
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
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<!-- Setting title -->
|
|
|
|
<string name="directory">Directory</string>
|
2014-06-25 18:36:22 +00:00
|
|
|
|
2014-09-24 15:33:27 +00:00
|
|
|
<!-- Setting title -->
|
|
|
|
<string name="rescan_interval">Rescan Interval</string>
|
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<!-- Setting title -->
|
2014-10-08 18:32:18 +00:00
|
|
|
<string name="folder_master">Folder Master</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="file_versioning">File Versioning</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
|
|
|
|
2014-10-08 18:32:18 +00:00
|
|
|
<!-- Dialog shown when attempting to delete a folder -->
|
|
|
|
<string name="delete_folder_confirm">Do you really want to delete this folder?</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 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-14 00:55:55 +00:00
|
|
|
|
2014-10-08 18:32:18 +00:00
|
|
|
<!-- Toast shown when selecting 'devices' if no devices have been added -->
|
|
|
|
<string name="no_devices">Please connect a device first.</string>
|
2014-06-30 00:19:58 +00:00
|
|
|
|
2014-10-08 18:32:18 +00:00
|
|
|
<!-- DeviceSettingsFragment -->
|
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>
|
|
|
|
|
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
|
|
|
<!-- Title for DeviceSettingsFragment in create mode -->
|
|
|
|
<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
|
|
|
|
2014-10-08 18:32:18 +00:00
|
|
|
<!-- Dialog shown when attempting to delete a device -->
|
|
|
|
<string name="delete_device_confirm">Do you really want to delete 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
|
|
|
<!-- 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>
|
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
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<!-- Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException -->
|
2014-08-03 15:00:29 +00:00
|
|
|
<string name="no_qr_scanner_installed">You have no QR scanner installed or your scanner is not supported. \
|
2014-10-08 18:32:18 +00:00
|
|
|
Please install a scanner or enter the device ID manually.</string>
|
2014-08-03 15:00:29 +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
|
|
|
<!-- Text for WebGuiActivity loading view -->
|
|
|
|
<string name="web_gui_loading">Waiting for GUI</string>
|
2014-05-14 10:00:51 +00:00
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
|
|
|
|
<string name="web_gui_creating_key">Generating keys. This may take a while.</string>
|
2014-05-14 10:00:51 +00:00
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<!-- Title for dialog displayed on first start -->
|
|
|
|
<string name="welcome_title">First Start</string>
|
2014-05-06 11:21:58 +00:00
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<!-- Text for dialog displayed on first start -->
|
2014-05-06 11:21:58 +00:00
|
|
|
<string name="welcome_text">Welcome to Syncthing for Android!\n\n\
|
|
|
|
This app is currently in Alpha state, and you may experience bugs, performance problems or data loss.\n\n\
|
2014-09-14 23:05:50 +00:00
|
|
|
Please report any problems you encounter via Github.</string>
|
2014-05-06 11:21:58 +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
|
|
|
<!-- Activity title -->
|
|
|
|
<string name="settings_title">Settings</string>
|
2014-05-06 10:51:50 +00:00
|
|
|
|
2014-10-01 10:01:47 +00:00
|
|
|
<!-- 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>
|
|
|
|
|
2014-09-15 15:21:45 +00:00
|
|
|
<string name="sync_only_charging">Sync only when charging</string>
|
2014-08-01 21:09:00 +00:00
|
|
|
|
2014-09-15 15:21:45 +00:00
|
|
|
<string name="sync_only_wifi">Sync only on wifi</string>
|
2014-08-01 21:09:00 +00:00
|
|
|
|
2014-09-19 12:19:11 +00:00
|
|
|
<!-- Title for the preference to set STTRACE parameters -->
|
|
|
|
<string name="sttrace_title">Debug Options</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 -->
|
|
|
|
<string name="issue_tracker_url" translatable="false">https://github.com/Nutomic/syncthing-android/issues</string>
|
2014-05-06 10:41:31 +00:00
|
|
|
|
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
|
|
|
|
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-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-18 09:30:03 +00:00
|
|
|
<!-- Title of the dialog shown when the syncthing binary returns an error -->
|
|
|
|
<string name="binary_crashed_title">Syncthing Binary Crashed</string>
|
2014-07-05 17:14:54 +00:00
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<!-- Message of the dialog shown when the syncthing binary returns an error -->
|
2014-07-05 17:14:54 +00:00
|
|
|
<string name="binary_crashed_message">The syncthing binary has exited with error code %1$d.\n\n
|
2014-09-28 21:47:44 +00:00
|
|
|
If this error persists, try restarting your device.</string>
|
2014-07-05 17:14:54 +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-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
|
|
|
|
2014-08-18 09:30:03 +00:00
|
|
|
<!-- 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-08-18 09:30:03 +00:00
|
|
|
<!-- Text for the dismiss button of the restart Activity -->
|
|
|
|
<string name="restart_later">Restart Later</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>
|
|
|
|
<item>KB</item>
|
|
|
|
<item>MB</item>
|
|
|
|
<item>GB</item>
|
|
|
|
<item>TB</item>
|
|
|
|
</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">
|
|
|
|
<item>b/s</item>
|
|
|
|
<item>Kb/s</item>
|
|
|
|
<item>Mb/s</item>
|
|
|
|
<item>Gb/s</item>
|
|
|
|
<item>Tb/s</item>
|
|
|
|
</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>
|
|
|
|
<string name="state_syncing">Syncing</string>
|
|
|
|
|
2014-02-22 17:12:05 +00:00
|
|
|
</resources>
|