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

95 lines
4.4 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!--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-->
<!--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-->
<!--Title for current download rate-->
<!--Title for current upload rate-->
<!--LocalDeviceInfoFragment-->
<!--ActionBar title shown when the drawer is open-->
<!--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-->
<!--FolderSettingsFragment-->
<!--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-->
<!--Toast shown when trying to create a folder with an empty ID-->
<!--Toast shown when trying to create a folder with an empty path-->
<!--Toast shown when selecting 'devices' if no devices have been added-->
<!--DeviceSettingsFragment-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--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-->
<!--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-->
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
<!--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-->
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--ListView empty text-->
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->
<!--SyncthingService-->
<!--Title of the dialog shown when the syncthing binary returns an error-->
<!--Message of the dialog shown when the syncthing binary returns an error-->
<!--Title of the "syncthing disabled" dialog-->
<!--Message of the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
<!--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-->
<!--Strings representing units for file sizes, from smallest to largest-->
<!--Strings representing units for transfer rates, from smallest to largest-->
<!--Possible folder states-->
</resources>