forked from GNUsocial/gnu-social
		
	
		
			
				
	
	
		
			76 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SOME DESCRIPTIVE TITLE.
 | |
| # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 | |
| # This file is distributed under the same license as the PACKAGE package.
 | |
| # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 | |
| #
 | |
| #, fuzzy
 | |
| msgid ""
 | |
| msgstr ""
 | |
| "Project-Id-Version: PACKAGE VERSION\n"
 | |
| "Report-Msgid-Bugs-To: \n"
 | |
| "POT-Creation-Date: 2019-08-14 14:51+0100\n"
 | |
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | |
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | |
| "Language-Team: LANGUAGE <LL@li.org>\n"
 | |
| "Language: \n"
 | |
| "MIME-Version: 1.0\n"
 | |
| "Content-Type: text/plain; charset=CHARSET\n"
 | |
| "Content-Transfer-Encoding: 8bit\n"
 | |
| "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
 | |
| 
 | |
| #. TRANS: Page title for sample plugin.
 | |
| #. TRANS: Menu item in sample plugin.
 | |
| #: actions/hello.php:112 SamplePlugin.php:221
 | |
| msgid "Hello"
 | |
| msgstr ""
 | |
| 
 | |
| #. TRANS: Page title for sample plugin. %s is a user nickname.
 | |
| #: actions/hello.php:115
 | |
| #, php-format
 | |
| msgid "Hello, %s!"
 | |
| msgstr ""
 | |
| 
 | |
| #. TRANS: Message in sample plugin.
 | |
| #: actions/hello.php:136
 | |
| msgid "Hello, stranger!"
 | |
| msgstr ""
 | |
| 
 | |
| #. TRANS: Message in sample plugin. %s is a user nickname.
 | |
| #: actions/hello.php:140
 | |
| #, php-format
 | |
| msgid "Hello, %s"
 | |
| msgstr ""
 | |
| 
 | |
| #. TRANS: Message in sample plugin.
 | |
| #. TRANS: %d is the number of times a user is greeted.
 | |
| #: actions/hello.php:144
 | |
| #, php-format
 | |
| msgid "I have greeted you %d time."
 | |
| msgid_plural "I have greeted you %d times."
 | |
| msgstr[0] ""
 | |
| msgstr[1] ""
 | |
| 
 | |
| #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
 | |
| #. TRANS: %d is a user ID (number).
 | |
| #: classes/User_greeting_count.php:104
 | |
| #, php-format
 | |
| msgid "Could not save new greeting count for %d."
 | |
| msgstr ""
 | |
| 
 | |
| #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
 | |
| #. TRANS: %d is a user ID (number).
 | |
| #: classes/User_greeting_count.php:117
 | |
| #, php-format
 | |
| msgid "Could not increment greeting count for %d."
 | |
| msgstr ""
 | |
| 
 | |
| #. TRANS: Menu item title in sample plugin.
 | |
| #: SamplePlugin.php:223
 | |
| msgid "A warm greeting"
 | |
| msgstr ""
 | |
| 
 | |
| #. TRANS: Plugin description.
 | |
| #: SamplePlugin.php:235
 | |
| msgid "A sample plugin to show basics of development for new hackers."
 | |
| msgstr ""
 |