summaryrefslogtreecommitdiff
path: root/vdrmanager/app/src/main/res/values-pl/backup.xml
blob: f6afef3698ddac8b0f9497dc3315f7bbb1e43d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
  <string name="generic_progress_title" translation_description="The title on a progress dialog asking the user to wait.">    Proszę czekać ...</string>
  <string name="generic_confirm_title" translation_description="The title on a confirmation dialog asking the user if he is sure?">Jesteś pewien?</string>
  <!-- SD Card -->
  <string name="sd_card_canceled" translation_description="When importing/saving to the SD card, the message indicating that the       operation was canceled.">    Działanie zostało przerwane</string>
  <string name="sd_card_error_no_storage" translation_description="When importing/saving to the SD card, the error message indicating that       no SD card is found.">    Brak karty pamięci.</string>
  <string name="sd_card_import_error" translation_description="When importing from the SD card, the error message indicating not able       to import.">    Nieudany import z karty pamięci.</string>
  <string name="sd_card_import_error_no_file" translation_description="When importing from the SD card, the error message indicating that no       file is found on a SD card directory.        %1$s: the SD card directory. E.g., '/mnt/sdcard/mybillingbuddy/'.">    Brak pliku w %1$s</string>
  <string name="sd_card_import_progress_message" translation_description="When importing from the SD card, the progress message.">    Import z karty SD ...</string>
  <string name="sd_card_import_success" translation_description="When importing from the SD card, the success message.">    Import z karty pamięci zakończony.</string>
  <string name="sd_card_save_error" translation_description="When saving to the SD card, the error message indicating not able to       save.">    Nie można zapisać na karcie pamięci.</string>
  <string name="sd_card_save_error_create_dir" translation_description="When saving to the SD card, the error message indicating not able to       create a directory on the SD card.">    Nie mogę utworzyć katalogu na karcie pamięci.</string>
  <string name="sd_card_save_progress_message" translation_description="When saving to the SD card, the progress message.">    Zapis na kartę pamięci...</string>
  <string name="sd_card_save_success" translation_description="When saving to the SD card, the success message">    Zakończono zapis na kartę pamięci.</string>
  <!-- Settings Backup -->
  <string name="settings_backup_summary">Utwórz kopie zapasową/Odzyskaj z kopii zapasowej</string>
  <string name="settings_backup_now" translation_description="In the 'Backup' settings, under the 'SD card' section, the       option to backup to the SD card now.        Character limit: ~26 (1 line)">    Utwórz kopię</string>
  <string name="settings_backup_now_summary">Tworzy kopię aktualnych danych i ustawień aplikacji</string>
  <string name="settings_backup_now_progress_message" translation_description="In the 'Backup' settings, after pressing the 'Backup now' option, the       progress message telling the user that it is writing all data and settings to the SD card.">    Zapisuje dane i ustawienia aplikacji ...</string>
  <string name="settings_backup_restore" translation_description="In the 'Backup' settings, under the 'SD card' section, the       option to restore everything from the SD card.        Character limit: ~26 (1 line)">    Odzyskaj</string>
  <string name="settings_backup_restore_summary">Odzyskaj dane i ustawienia z kopii zapasowej</string>
  <!-- Settings Backup -->
  <string name="settings_backup" translation_description="In the 'Settings' page, the option to change the data backup related       settings.        Character limit: ~26 (1 line)">    Kopia zapasowa</string>
  <string name="settings_backup_restore_confirm_message" translation_description="In the 'Backup' settings, after pressing the 'Restore now' option, the       message in the alert dialog asking the user to confirm that he wants to restore from a backup       and it will overwrite all the current data and settings.">    Odzyskanie danych z kopii zapasowej nadpisze wszystkie aktualne dane i ustawienia aplikacji.</string>
  <string name="settings_backup_restore_no_backup" translation_description="In the 'Backup' settings, after pressing the 'Restore now' option, the       message in the alert dialog informing the user that there is no backup to restore from.">    Nie znaleziono kopi.</string>
  <string name="settings_backup_restore_progress_message" translation_description="In the 'Backup' settings, after pressing the 'Restore now' option, the       progress message informing that My Billinbg Buddy is reading all data and settings from the backup       on the SD card.">    Odczyt danych i ustawień aplikacji...</string>
  <string name="settings_backup_restore_select_title" translation_description="In the 'Backup' settings, after pressing the 'Restore now' option, the       title in the picker dialog asking the user to select a backup.">    Wybierz kopię do odzyskania</string>
  <string name="settings_backup_key">settingsBackup</string>
  <string name="settings_backup_now_key">settingsBackupNow</string>
  <string name="settings_backup_restore_key">settingsBackupRestore</string>
  <string name="choose">Wybierz plik kopii zapasowej</string>
</resources>