1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
8 "Project-Id-Version: GNU social\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
11 "PO-Revision-Date: 2015-02-06 16:10+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Polish (http://www.transifex.com/projects/p/gnu-social/language/pl/)\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20 #. TRANS: Form legend.
21 #: forms/whitelistinvite.php:89
22 msgid "Invite collegues"
23 msgstr "Zaproś współpracowników"
25 #. TRANS: Field label for a personal message to send to invitees.
26 #: forms/whitelistinvite.php:106
27 msgid "Personal message"
28 msgstr "Osobista wiadomość"
30 #. TRANS: Field title for a personal message to send to invitees.
31 #: forms/whitelistinvite.php:109
32 msgid "Optionally add a personal message to the invitation."
33 msgstr "Opcjonalnie dodaj osobistą wiadomość do zaproszenia."
35 #. TRANS: Link description to action to add another item to a list.
36 #: forms/whitelistinvite.php:158
37 msgid "Add another item"
40 #. TRANS: Send button for inviting friends.
41 #: forms/whitelistinvite.php:172
46 #. TRANS: Submit button title.
47 #: forms/whitelistinvite.php:175
48 msgid "Send invitations."
49 msgstr "Wyślij zaproszenia."
51 #. TRANS: Client exception thrown when a given e-mailaddress is not in the
53 #. TRANS: %s is a whitelisted e-mail domain.
54 #: DomainWhitelistPlugin.php:90
56 msgid "Email address must be in this domain: %s."
59 #. TRANS: Client exception thrown when a given e-mailaddress is not in the
61 #. TRANS: %s are whitelisted e-mail domains separated by comma's
63 #: DomainWhitelistPlugin.php:95
65 msgid "Email address must be in one of these domains: %s."
68 #. TRANS: Separator for whitelisted domains.
69 #: DomainWhitelistPlugin.php:97
74 #. TRANS: Exception thrown when an e-mail address does not match the site's
76 #: DomainWhitelistPlugin.php:109
77 msgid "That email address is not allowed on this site."
80 #. TRANS: Title for invitiation deletion dialog.
81 #: DomainWhitelistPlugin.php:238
82 msgid "Confirmation Required"
85 #. TRANS: Confirmation text for invitation deletion dialog.
86 #: DomainWhitelistPlugin.php:241
87 msgid "Really delete this invitation?"
90 #. TRANS: Plugin description.
91 #: DomainWhitelistPlugin.php:278
92 msgid "Restrict domains for email users."