]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Sample/locale/Sample.pot
[TRANSLATION] Update Plugin POs
[quix0rs-gnu-social.git] / plugins / Sample / locale / Sample.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: 2019-06-08 18:20+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 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
21 #. TRANS: Menu item in sample plugin.
22 #. TRANS: Page title for sample plugin.
23 #: SamplePlugin.php:221 actions/hello.php:112
24 msgid "Hello"
25 msgstr ""
26
27 #. TRANS: Menu item title in sample plugin.
28 #: SamplePlugin.php:223
29 msgid "A warm greeting"
30 msgstr ""
31
32 #. TRANS: Plugin description.
33 #: SamplePlugin.php:235
34 msgid "A sample plugin to show basics of development for new hackers."
35 msgstr ""
36
37 #. TRANS: Page title for sample plugin. %s is a user nickname.
38 #: actions/hello.php:115
39 #, php-format
40 msgid "Hello, %s!"
41 msgstr ""
42
43 #. TRANS: Message in sample plugin.
44 #: actions/hello.php:136
45 msgid "Hello, stranger!"
46 msgstr ""
47
48 #. TRANS: Message in sample plugin. %s is a user nickname.
49 #: actions/hello.php:140
50 #, php-format
51 msgid "Hello, %s"
52 msgstr ""
53
54 #. TRANS: Message in sample plugin.
55 #. TRANS: %d is the number of times a user is greeted.
56 #: actions/hello.php:144
57 #, php-format
58 msgid "I have greeted you %d time."
59 msgid_plural "I have greeted you %d times."
60 msgstr[0] ""
61 msgstr[1] ""
62
63 #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
64 #. TRANS: %d is a user ID (number).
65 #: classes/User_greeting_count.php:104
66 #, php-format
67 msgid "Could not save new greeting count for %d."
68 msgstr ""
69
70 #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
71 #. TRANS: %d is a user ID (number).
72 #: classes/User_greeting_count.php:117
73 #, php-format
74 msgid "Could not increment greeting count for %d."
75 msgstr ""