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

151 lines
7 KiB
XML
Raw Normal View History

<?xml version='1.0' encoding='UTF-8'?>
2014-09-28 21:48:43 +00:00
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Syncthing</string>
<!--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-->
<string name="api_loading">Oczekiwanie na API API</string>
2014-10-08 18:36:31 +00:00
<!--FoldersFragment-->
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
2014-10-12 12:35:53 +00:00
<string name="folder_progress_format">%1$s (%2$d%%)</string>
<!--Shown if no folders exist-->
<!--Format string for folder file count-->
<string name="files">%1$d / %2$d plików</string>
<!--DevicesFragment-->
<!--Shown if no devices exist-->
<!--Indicates that a folder is fully synced to the local device-->
2014-10-12 12:35:53 +00:00
<string name="device_up_to_date">Aktualne</string>
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
2014-10-12 12:35:53 +00:00
<string name="device_syncing">Synchronizacja (%1$d%%)</string>
<!--Indicates that there is no connection to the device-->
2014-10-12 12:35:53 +00:00
<string name="device_disconnected">Rozłączono</string>
<!--Title for current download rate-->
<string name="download_title">Pobieranie</string>
<!--Title for current upload rate-->
<string name="upload_title">Wysyłanie</string>
<!--LocalDeviceInfoFragment-->
<!--ActionBar title shown when the drawer is open-->
<string name="system_info">Informacje systemowe</string>
<!--Same as download_title with a colon and space appended-->
<string name="download_title_colon">Pobieranie:\u0020</string>
<!--Same as upload_title with a colon and space appended-->
<string name="upload_title_colon">Wysyłanie:\u0020</string>
<!--Title for current CPU usage-->
<string name="cpu_usage">Użycie CPU</string>
<!--Title for current RAM usage-->
<string name="ram_usage">Użycie RAMu</string>
<!--Title for announce server status-->
<string name="announce_server">Ogłoś serwer</string>
<!--FolderSettingsFragment-->
<!--Setting title-->
<!--Setting title-->
<string name="directory">Directory</string>
<!--Setting title-->
2014-09-28 21:48:43 +00:00
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<string name="file_versioning">File Versioning</string>
<!--Setting title-->
<string name="keep_versions">Keep Versions</string>
<!--Setting title-->
<!--Title for FolderSettingsFragment in create mode-->
<!--Title for FolderSettingsFragment in edit mode-->
<!--Menu item to confirm folder creation-->
<string name="create">Create</string>
<!--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-->
2014-10-08 18:36:31 +00:00
<!--Toast shown when selecting 'devices' if no devices have been added-->
<!--DeviceSettingsFragment-->
<!--Setting title-->
<!--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-->
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-->
<string name="add">Add</string>
<!--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-->
<string name="scan_qr_code_description">Scan QR Code</string>
<!--Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException-->
<!--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>
<!--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>
<!--Title for dialog displayed on first start-->
<string name="welcome_title">First Start</string>
<!--Text for dialog displayed on first start-->
2014-09-28 21:48:43 +00:00
<!--SettingsFragment-->
<!--Activity title-->
<string name="settings_title">Settings</string>
2014-10-01 10:05:29 +00:00
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
2014-09-28 21:48:43 +00:00
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
2014-10-08 18:36:31 +00:00
<string name="report_issue_title">Report Issue</string>
<!--Summary for the issue tracker settings item-->
2014-10-08 18:36:31 +00:00
<string name="report_issue_summary">Open the Syncthing-Android issue tracker</string>
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
<string name="syncthing_version_title">Syncthing Version</string>
2014-10-12 12:35:53 +00:00
<!--Title of the preference showing this app's version name-->
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">Folder Picker</string>
<!--ListView empty text-->
<string name="directory_empty">Directory is Empty</string>
2014-10-08 18:36:31 +00:00
<!--Menu item to create folder on the file system-->
2014-10-12 12:35:53 +00:00
<string name="create_fs_folder">Create new Folder</string>
<!--Menu item to select the current folder-->
<string name="select_folder">Select Folder</string>
<!--SyncthingService-->
<!--Title of the dialog shown when the syncthing binary returns an error-->
<string name="binary_crashed_title">Syncthing Binary Crashed</string>
<!--Message of the dialog shown when the syncthing binary returns an error-->
2014-09-28 21:48:43 +00:00
<!--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-09-28 21:48:43 +00:00
<string name="exit">Exit</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-->
<!--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>
<!--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-10-12 12:35:53 +00:00
<!--Possible folder states-->
</resources>