Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-09-23 06:10:56 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2019-09-23 09:29:51 +0300
commit9eed193b353678a8b8acb2e4c947a96b83e9296f (patch)
tree1985561721fa795f21b92823a5546a277e98e20f /app/src/main/res/values-pl
parent80f49aebc2703920dade66f4309179bf27592123 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-pl')
-rw-r--r--app/src/main/res/values-pl/strings.xml21
1 files changed, 19 insertions, 2 deletions
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 6cfc3dab8..9393d50f0 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -11,6 +11,7 @@
<!-- Simple values -->
<string name="simple_boards">Tablice</string>
<string name="simple_cancel">Anuluj</string>
+ <string name="simple_add">Dodaj</string>
<string name="simple_save">Zapisz</string>
<string name="edit_board">Edytuj tablicę</string>
@@ -51,11 +52,14 @@
<string name="hint_assign_people">Przydziel użytkowników</string>
<string name="hint_due_date_date">Data realizacji</string>
<string name="activity">Aktywność</string>
+ <string name="add_card">Dodaj kartę</string>
+ <string name="add_column">Dodaj kolumnę</string>
+
<string name="add_account">Dodaj konto</string>
<string name="label_menu">menu</string>
<string name="action_card_assign">Przydziel kartę</string>
- <string name="action_card_unassign">Usuń przydzieloną kartę</string>
+ <string name="action_card_unassign">Cofnij przydzieloną kartę</string>
<string name="action_card_archive">Zarchiwizowane karty</string>
<string name="action_card_delete">Usunięte karty</string>
<string name="add_board">Dodaj tablicę</string>
@@ -65,6 +69,7 @@
<string name="label_clear_due_date">Wyczyść termin</string>
+ <string name="label_add">Dodaj %1$s</string>
<string name="error">Wystąpił błąd</string>
<string name="simple_copy">kopiuj</string>
<string name="simple_exception">Wyjątek</string>
@@ -81,4 +86,16 @@
<string name="no_account">Nie skonfigurowano konta</string>
<string name="account_already_added">Konto już dodane</string>
<string name="account_is_getting_imported">Importowanie konta</string>
- </resources>
+ <string name="not_synced_yet">Jeszcze nie zsynchronizowane</string>
+ <string name="no_columns">Brak kolumn</string>
+ <string name="this_feature_will_be_implemented_in_a_future_version">Ta funkcja zostanie zaimplementowana w przyszłej wersji.</string>
+ <string name="do_you_want_to_save_your_changes">Czy chcesz zachować zmiany?</string>
+ <string name="simple_dismiss">anuluj</string>
+ <string name="do_you_want_to_delete_the_current_column">Czy chcesz usunąć bieżącą kolumnę?</string>
+ <string name="add_a_new_column_using_the_three_dots_menu">Dodaj nową kolumnę za pomocą menu trzech kropek.</string>
+ <string name="add_a_new_card_using_the_button">Dodaj nową kartę za pomocą przycisku +.</string>
+ <string name="update_deck">Zaktualizuj deck</string>
+ <string name="your_deck_version_is_too_old">Twoja wersja deck jest nieaktualna</string>
+ <string name="deck_outdated_please_update">Twoja wersja deck jest nieaktualna. Zaktualizuj, aby używać tej aplikacji na Androida jako klienta.</string>
+ <string name="simple_update">Aktualizuj</string>
+</resources>