diff options
author | Andrzej Budziński <andrzej@budzinski.ovh> | 2021-02-05 04:11:52 +0100 |
---|---|---|
committer | Andrzej Budziński <andrzej@budzinski.ovh> | 2021-02-05 04:11:52 +0100 |
commit | f4ecc0dfb903a01a0362ecd966ef8d6116c06807 (patch) | |
tree | a5bed94a6a41661f379462770de00ab23ff1d93d /view/pl/hstrings.php | |
parent | 111ae9812c7f3df81b5a475642b616b797f5413c (diff) | |
download | volse-hubzilla-f4ecc0dfb903a01a0362ecd966ef8d6116c06807.tar.gz volse-hubzilla-f4ecc0dfb903a01a0362ecd966ef8d6116c06807.tar.bz2 volse-hubzilla-f4ecc0dfb903a01a0362ecd966ef8d6116c06807.zip |
Fixes:
- view/pl/hmessages.mo
- view/pl/hmessages.po
- view/pl/hstrings.php
Diffstat (limited to 'view/pl/hstrings.php')
-rw-r--r-- | view/pl/hstrings.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/pl/hstrings.php b/view/pl/hstrings.php index 93995aacf..9ff2f9da1 100644 --- a/view/pl/hstrings.php +++ b/view/pl/hstrings.php @@ -1641,7 +1641,7 @@ App::$strings["%d message sent."] = array( 1 => "Wysłano %d wiadomości.", 2 => "Wysłano %d wiadomości.", ); -App::$strings["Invite App"] = "Aplikacja Invite"; +App::$strings["Invite App"] = "Aplikacja Zaproszenie"; App::$strings["Send email invitations to join this network"] = "Wyślij wiadomości e-mail z zaproszeniami do przyłączenia się do tej sieci"; App::$strings["You have no more invitations available"] = "Nie masz więcej dostępnych zaproszeń"; App::$strings["Send invitations"] = "Wysyłać zaproszenia"; @@ -1985,8 +1985,8 @@ App::$strings["Video"] = "Wideo"; App::$strings["Your full name (required)"] = "Twoja imię i nazwisko lub pełna nazwa (wymagane)"; App::$strings["Your email address (required)"] = "Twój adres email (wymagane)"; App::$strings["Your website URL (optional)"] = "Adres URL Twojej witryny (opcjonalnie)"; -App::$strings["Likes %1\$s's %2\$s"] = "Polibień %2\$s %1\$s"; -App::$strings["Doesn't like %1\$s's %2\$s"] = "Dezaprobat %2\$s %1\$s"; +App::$strings["Likes %1\$s's %2\$s"] = "Lubi %2\$s %1\$s"; +App::$strings["Doesn't like %1\$s's %2\$s"] = "Nie lubi %2\$s %1\$s"; App::$strings["Will attend %s's event"] = "Weźmie udział w wydarzeniu %s"; App::$strings["Will not attend %s's event"] = "Nie weźmie udziału w wydarzeniu %s"; App::$strings["May attend %s's event"] = "Może uczestniczyć w wydarzeniu %s"; |