]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/DomainWhitelist/locale/DomainWhitelist.pot
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / plugins / DomainWhitelist / locale / DomainWhitelist.pot
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.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-27 16:31+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. TRANS: Form legend.
21 #: forms/whitelistinvite.php:89
22 msgid "Invite collegues"
23 msgstr ""
24
25 #. TRANS: Field label for a personal message to send to invitees.
26 #: forms/whitelistinvite.php:106
27 msgid "Personal message"
28 msgstr ""
29
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 ""
34
35 #. TRANS: Link description to action to add another item to a list.
36 #: forms/whitelistinvite.php:158
37 msgid "Add another item"
38 msgstr ""
39
40 #. TRANS: Send button for inviting friends.
41 #: forms/whitelistinvite.php:172
42 msgctxt "BUTTON"
43 msgid "Send"
44 msgstr ""
45
46 #. TRANS: Submit button title.
47 #: forms/whitelistinvite.php:175
48 msgid "Send invitations."
49 msgstr ""
50
51 #. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist.
52 #. TRANS: %s is a whitelisted e-mail domain.
53 #: DomainWhitelistPlugin.php:90
54 #, php-format
55 msgid "Email address must be in this domain: %s."
56 msgstr ""
57
58 #. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist.
59 #. TRANS: %s are whitelisted e-mail domains separated by comma's (localisable).
60 #: DomainWhitelistPlugin.php:95
61 #, php-format
62 msgid "Email address must be in one of these domains: %s."
63 msgstr ""
64
65 #. TRANS: Separator for whitelisted domains.
66 #: DomainWhitelistPlugin.php:97
67 msgctxt "SEPARATOR"
68 msgid ", "
69 msgstr ""
70
71 #. TRANS: Exception thrown when an e-mail address does not match the site's domain whitelist.
72 #: DomainWhitelistPlugin.php:109
73 msgid "That email address is not allowed on this site."
74 msgstr ""
75
76 #. TRANS: Title for invitiation deletion dialog.
77 #: DomainWhitelistPlugin.php:238
78 msgid "Confirmation Required"
79 msgstr ""
80
81 #. TRANS: Confirmation text for invitation deletion dialog.
82 #: DomainWhitelistPlugin.php:241
83 msgid "Really delete this invitation?"
84 msgstr ""
85
86 #. TRANS: Plugin description.
87 #: DomainWhitelistPlugin.php:278
88 msgid "Restrict domains for email users."
89 msgstr ""