mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Fixes:
- view/pl/hmessages.mo - view/pl/hmessages.po - view/pl/hstrings.php
This commit is contained in:
Binary file not shown.
@@ -7872,7 +7872,7 @@ msgstr[2] "Wysłano %d wiadomości."
|
||||
|
||||
#: ../../Zotlabs/Module/Invite.php:110
|
||||
msgid "Invite App"
|
||||
msgstr "Aplikacja Invite"
|
||||
msgstr "Aplikacja Zaproszenie"
|
||||
|
||||
#: ../../Zotlabs/Module/Invite.php:111
|
||||
msgid "Send email invitations to join this network"
|
||||
@@ -9369,12 +9369,12 @@ msgstr "Adres URL Twojej witryny (opcjonalnie)"
|
||||
#: ../../Zotlabs/Lib/Activity.php:2110
|
||||
#, php-format
|
||||
msgid "Likes %1$s's %2$s"
|
||||
msgstr "Polibień %2$s %1$s"
|
||||
msgstr "Lubi %2$s %1$s"
|
||||
|
||||
#: ../../Zotlabs/Lib/Activity.php:2113
|
||||
#, php-format
|
||||
msgid "Doesn't like %1$s's %2$s"
|
||||
msgstr "Dezaprobat %2$s %1$s"
|
||||
msgstr "Nie lubi %2$s %1$s"
|
||||
|
||||
#: ../../Zotlabs/Lib/Activity.php:2119
|
||||
#, php-format
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user