Skip to content

Commit

Permalink
Update Polish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
zetok committed Apr 3, 2014
1 parent 8852a35 commit 1befa7d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/src/main/res/values-pl/arrays.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="actions">
<item>Wszyscy</item>
<item>Online</item>
<item>Offline</item>
<item>Zablokowani</item>
</string-array>

<string-array name="languages">
<item>English</item>
<item>Deutsch</item>
<item>Español</item>
<item>Français</item>
<item>Italiano</item>
<item>Nederlands</item>
<item>Polski</item>
<item>Türkçe</item>
</string-array>
</resources>
2 changes: 2 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
<string name="invalid_friend_ID">Nieprawidłowy Tox ID</string>
<string name="addfriend_alias_hint">Ustaw nick dla znajomego</string>
<string name="addfriend_optional_title">Dodatkowo</string>
<string name="dialog_pin">Wprowadź Pin znajomego</string>
<string name="addfriend_invalid_pin">Nieprawidłowy Pin</string>

<!-- Profile Activity -->
<string name="share_with">Podziel się z</string>
Expand Down

0 comments on commit 1befa7d

Please sign in to comment.