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-sv/strings.xml

99 lines
4.5 KiB
XML
Raw Normal View History

2014-09-28 21:48:43 +00:00
<?xml version='1.0' encoding='UTF-8'?>
2014-12-10 17:28:10 +00:00
<resources>
2014-09-28 21:48:43 +00:00
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<!--Title of the "share device id" menu action-->
<!--Shown in the chooser dialog when sharing a Device ID-->
2014-10-08 18:36:31 +00:00
<!--Text for FoldersFragment and DevicesFragment loading view-->
<!--FoldersFragment-->
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
<!--Shown if no folders exist-->
<!--Format string for folder file count-->
<!--DevicesFragment-->
<!--Shown if no devices exist-->
<!--Indicates that a folder is fully synced to the local device-->
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
<!--Indicates that there is no connection to the device-->
2014-09-28 21:48:43 +00:00
<!--Title for current download rate-->
<!--Title for current upload rate-->
2015-03-08 22:33:20 +00:00
<!--DrawerFragment-->
2014-09-28 21:48:43 +00:00
<!--Same as download_title with a colon and space appended-->
<!--Same as upload_title with a colon and space appended-->
<!--Title for current CPU usage-->
<!--Title for current RAM usage-->
<!--Title for announce server status-->
2015-03-08 22:33:20 +00:00
<!--Menu item to donate-->
<!--FolderSettingsFragment-->
2014-09-28 21:48:43 +00:00
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Title for FolderSettingsFragment in create mode-->
<!--Title for FolderSettingsFragment in edit mode-->
<!--Menu item to confirm folder creation-->
<!--Dialog shown when attempting to delete a folder-->
2014-12-10 17:28:10 +00:00
<!--Toast shown when trying to create a folder with an invalid ID-->
<!--Toast shown when trying to create a folder with an empty path-->
2014-10-08 18:36:31 +00:00
<!--Toast shown when selecting 'devices' if no devices have been added-->
<!--DeviceSettingsFragment-->
2014-09-28 21:48:43 +00:00
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
2014-10-12 12:35:53 +00:00
<!--Setting title-->
2014-09-28 21:48:43 +00:00
<!--ActionBar item-->
<!--Title for DeviceSettingsFragment in create mode-->
<!--Menu item to confirm adding a device-->
<!--Title for DeviceSettingsFragment in edit mode-->
<!--Dialog shown when attempting to delete a device-->
<!--Toast shown when trying to create a device with an empty ID-->
<!--Toast shown when trying to create a device with an empty name-->
<!--Content description for device ID qr code icon-->
2014-09-28 21:48:43 +00:00
<!--Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException-->
<!--WebGuiActivity-->
<!--Title of the web gui activity-->
<!--Text for WebGuiActivity loading view-->
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<!--Title for dialog displayed on first start-->
<!--Text for dialog displayed on first start-->
<!--SettingsFragment-->
<!--Activity title-->
2014-10-01 10:05:29 +00:00
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
2015-03-14 14:13:51 +00:00
<!--Toast shown after config was successfully exported-->
<!--Toast shown after config was successfully imported-->
<!--Toast shown after config was successfully imported-->
2014-09-28 21:48:43 +00:00
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
2014-10-12 12:35:53 +00:00
<!--Title of the preference showing this app's version name-->
2014-09-28 21:48:43 +00:00
<!--FolderPickerAcitivity-->
<!--Activity title-->
2015-03-14 14:13:51 +00:00
<!--Toast shown on devices with kitkat or higher-->
2014-09-28 21:48:43 +00:00
<!--ListView empty text-->
2014-10-08 18:36:31 +00:00
<!--Menu item to create folder on the file system-->
2014-09-28 21:48:43 +00:00
<!--Menu item to select the current folder-->
<!--SyncthingService-->
<!--Title of the "syncthing disabled" dialog-->
<!--Message of the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog-->
2014-10-01 10:05:29 +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-10-14 13:24:01 +00:00
<!--Title of the notification shown while syncthing is running and enabled-->
2014-09-28 21:48:43 +00:00
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<!--Text of the notification shown when a restart is needed-->
<!--Text for the dismiss button of the restart Activity-->
<!--Shown when a device ID is copied to the clipboard-->
2014-09-28 21:48:43 +00:00
<!--Strings representing units for file sizes, from smallest to largest-->
<!--Strings representing units for transfer rates, from smallest to largest-->
2014-10-12 12:35:53 +00:00
<!--Possible folder states-->
2014-09-28 21:48:43 +00:00
</resources>