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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-pl/strings.xml')
-rw-r--r--app/src/main/res/values-pl/strings.xml41
1 files changed, 39 insertions, 2 deletions
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 3eeaf2b0..a025786e 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -30,7 +30,7 @@
<string name="menu_share">Udostępnij</string>
<string name="search_in_category">Szukaj w %1$s</string>
- <string name="search_in_all">Szukaj we wszystkich notatkach</string>
+ <string name="search_in_all">Szukaj w notatkach</string>
<string name="change_category_title">Wybierz kategorię</string>
@@ -158,9 +158,11 @@
<string name="simple_security">Bezpieczeństwo</string>
<string name="simple_appearance">Wygląd</string>
<string name="simple_synchronization">Synchronizacja</string>
- <string name="simple_behavior">Zachowane</string>
+ <string name="simple_behavior">Zachowanie</string>
<string name="share_multiple">Udostępnij treść notatki %1$d</string>
<string name="manage_accounts">Zarządzaj kontami</string>
+ <string name="action_formatting_help">Formatowanie</string>
+
<!-- Array: note modes -->
<string-array name="noteMode_entries">
<item>Otwórz w trybie edycji</item>
@@ -196,4 +198,39 @@
<item quantity="many">%d wybranych</item>
<item quantity="other">%d wybranych</item>
</plurals>
+
+ <string name="formatting_help_divider" translateable="false">---</string>
+ <string name="formatting_help_codefence" translateable="false">```</string>
+ <string name="formatting_help_codefence_javascript" translateable="false">```javascript</string>
+ <string name="formatting_help_cbf_title">Formatowanie kontekstowe</string>
+ <string name="formatting_help_cbf_body_1">Głównym celem projektowym aplikacji Notes jest zapewnienie narzędzia bez rozpraszania uwagi. Chociaż będziesz mógł sformatować swoje teksty za pomocą Markdown. W przypadku różnych wymienionych poniżej przykładów możesz użyć skrótów, dzięki czemu możesz sformatować swoje notatki bez wpisywania poniższych kodów.</string>
+ <string name="formatting_help_text_title">Tekst</string>
+ <string name="formatting_help_lists_title">Listy</string>
+ <string name="formatting_help_lists_body_1">Czasami chcesz mieć listy ponumerowane:</string>
+ <string name="formatting_help_lists_body_2">1 Jeden</string>
+ <string name="formatting_help_lists_body_3">2. Dwa</string>
+ <string name="formatting_help_lists_body_4">3. Trzy</string>
+ <string name="formatting_help_lists_body_5">Czasami chcesz wypunktować:</string>
+ <string name="formatting_help_lists_body_6">Rozpocznij linię gwiazdką</string>
+ <string name="formatting_help_lists_body_7">A jeśli masz podpunkty, umieść dwie spacje przed kreską lub gwiazdką:</string>
+ <string name="formatting_help_lists_body_8">Lubię to</string>
+ <string name="formatting_help_lists_body_9">I to też</string>
+
+ <string name="formatting_help_checkboxes_title">Pola wyboru</string>
+ <string name="formatting_help_checkboxes_body_1">Aby utworzyć pole wyboru, użyj listy i nawiasów</string>
+ <string name="formatting_help_checkboxes_body_2">Pozycja 1</string>
+ <string name="formatting_help_checkboxes_body_3">Pozycja 2</string>
+
+ <string name="formatting_help_structured_documents_title">Dokumenty strukturalne</string>
+ <string name="formatting_help_structured_documents_body_2">To nagłówek trzeciego poziomu</string>
+ <string name="formatting_help_code_title">Kod</string>
+ <string name="formatting_help_code_body_1">Istnieje wiele różnych sposobów stylizowania kodu za pomocą Markdown. Jeśli masz wbudowane bloki kodu, zawiń je w backticks:</string>
+ <string name="formatting_help_code_body_2">Markdown obsługuje również coś, co nazywa się szermierką kodu, co pozwala na wiele linii bez wcięć:</string>
+ <string name="formatting_help_code_body_3">A jeśli chcesz użyć podświetlania składni, uwzględnij język:</string>
+
+ <string name="formatting_help_unsupported_title">Niewspierane</string>
+ <string name="formatting_help_unsupported_body_1">Chociaż staramy się ciągle ulepszać obsługę Markdown, istnieje kilka funkcji, które nie są jeszcze obsługiwane przez Notes:</string>
+ <string name="formatting_help_unsupported_body_2">Tabele</string>
+ <string name="formatting_help_unsupported_body_3">Obrazy</string>
+ <string name="formatting_help_unsupported_body_4">Jeśli chcesz pomóc przy jednej z tych funkcji, skontaktuj się z nami za pośrednictwem GitHub lub e-mail.</string>
</resources>