Skip to content

Commit

Permalink
Updated Polish Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ireun committed Aug 27, 2014
1 parent 3bf5b35 commit ae563a4
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<!-- Chat Activity -->
<string name="chat_enter_message">Wyślij wiadomość</string>
<string name="chat_file_transfer">Przesyłanie plików</string>
<string name="accept_caps">ZAAKCPETUJ</string>
<string name="reject_caps">ODMÓW</string>

<!-- Add Friend Activity -->
<string name="addfriend_friend_key">Tox ID Twojego znajomego</string>
Expand All @@ -54,10 +56,9 @@
<string name="dialog_pin">Wprowadź Pin znajomego</string>
<string name="addfriend_invalid_pin">Nieprawidłowy Pin</string>
<string name="addfriend_no_internet">Brak połączenia z siecią Tox</string>
<string name="addfriend_no_internet_text">
Niestety nie jesteś połączon(a/y) do sieci Tox, więc nie możesz dodać znajomego w tym momencie.
Spróbuj zrestartować aplikację.
</string>
<string name="addfriend_own_key">You cannot add yourself</string>
<string name="addfriend_friend_pin_title">Wpisz Pin znajomego</string>
<string name="addfriend_friend_pin_text">Wpisz Pin znajomego</string>

<!-- Friend Profile Activity -->
<string name="friend_profile_name">Nazwa</string>
Expand All @@ -71,6 +72,7 @@
<string name="friend_profile_copied">ID skopiowane</string>

<!-- Friend request fragment -->
<string name="friend_profile_title">Profil %1$s\'</string>
<string name="friendrequest_accept">Zaakceptuj</string>
<string name="friendrequest_reject">Odrzuć</string>
<string name="friendrequest_accepted">Prośba o dodanie do znajomych zaakceptowana</string>
Expand Down Expand Up @@ -105,5 +107,17 @@
<string name="hello_blank_fragment">Witaj pusty fragmencie</string>
<string name="dialog_tox_id">Kopiuj Tox ID do schowka</string>
<string name="share_with">Podziel się z</string>
<string name="connection_has">jest</string>
<string name="connection_online">online</string>
<string name="connection_offline">offline</string>
<string name="title_activity_create_acccount">CreateAcccountActivity</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Ustawienia</string>

<!-- QR -->
<string name="qr_default_title">Zainstalować skaner kodów?</string>
<string name="qr_default_message">Ta aplikacja wymaga skanera kodów kreskowych. Chciałbyś go zainstalować?</string>
<string name="qr_button_yes">Tak</string>
<string name="qr_button_no">Nie</string>

</resources>

0 comments on commit ae563a4

Please sign in to comment.