Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Polish translation #532

Merged
merged 3 commits into from
Jul 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<resources>
<string name="app_name">Photo Editor</string>
<string name="label_brush">Pędzel</string>
<string name="label_shape">Kształt</string>
<string name="label_oval">Elipsa</string>
<string name="label_rectangle">Prostokąt</string>
<string name="label_line">Linia</string>
<string name="label_arrow">Strzałka</string>
<string name="label_emoji">Emoji</string>
<string name="label_sticker">Naklejka</string>
<string name="label_eraser">Gumka</string>
<string name="label_eraser_mode">Tryb Gumki</string>
<string name="label_text">Tekst</string>
<string name="label_filter">Filtr</string>
<string name="label_adjust">Dostosuj</string>
<string name="msg_save_image">Czy na pewno chcesz wyjść bez zapisywania?</string>
<string name="app_intent_name">PhotoEditor</string>
<string name="msg_save_image_to_share">Zapisz obraz, aby udostępnić</string>
<string name="msg_share_image">Udostępnij</string>

</resources>