Skip to content

Commit

Permalink
chore: Add Polish translation (by @rehork) (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored Mar 12, 2023
1 parent 5260557 commit e264ec0
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
23 changes: 23 additions & 0 deletions app/src/main/res/values-pl/a11y.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Léon - The URL Cleaner
~ Copyright (C) 2023 Sven Jacobs
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<string name="a11y_broom_icon">Rysunek miotły</string>
<string name="a11y_howto">Obraz aplikacji wyjaśniającej na smartfonie</string>
<string name="a11y_back_navigation">Ikona do nawigacji wstecz</string>
</resources>
39 changes: 39 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!--
~ Léon - The URL Cleaner
~ Copyright (C) 2023 Sven Jacobs
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<resources>
<string name="screen_main">Ekran główny</string>
<string name="screen_settings">Ustawienia</string>
<string name="scaffold_title">Léon – Oczyszczacz URL</string>
<string name="share">Udostępnij</string>
<string name="verify">Weryfikuj</string>
<string name="copy">Kopiuj</string>
<string name="clipboard_message">Link skopiowany do schowka</string>
<string name="how_to_title">Jak wykonać</string>
<string name="how_to_text">Podczas udostępniania tekstu wybierz opcję "Oczyszczacz URL". Następnie dotknij opcji "Udostępnij" w tej aplikacji, aby wysłać tekst do aplikacji docelowej. Możesz również kliknąć poniższy przycisk, aby zaimportować zawartość ze schowka.</string>
<string name="cleaned_url">URL Oczyszczony</string>
<string name="original_url">URL Źródłowy</string>
<string name="sanitizers">Sanityzatory</string>
<string name="licenses">Licencje</string>
<string name="sanitizers_description">Włącz lub wyłącz sanityzatory</string>
<string name="decode_url">Odkoduj URL</string>
<string name="import_from_clipboard">Importuj ze schowka</string>
<string name="reset">Wyzeruj</string>
<string name="extract_url">Wyodrębnij tylko URL</string>
<string name="register_as_browser">Zarejestruj Léona jako przeglądarkę</string>
</resources>

0 comments on commit e264ec0

Please sign in to comment.