60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
# gettext-parser test file.
|
|
# Copyright (C) 2012 Andris Reinman
|
|
# This file is distributed under the same license as the gettext-parser package.
|
|
# ANDRIS REINMAN <andris@node.ee>, 2012.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: gettext-parser\n"
|
|
"Report-Msgid-Bugs-To: andris@node.ee\n"
|
|
"POT-Creation-Date: 2012-05-18 14:28:00+03:00\n"
|
|
"PO-Revision-Date: 2012-05-18 14:44+0300\n"
|
|
"Last-Translator: Andris Reinman <andris@kreata.ee>\n"
|
|
"Language-Team: gettext-parser <andris@node.ee>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=iso-8859-13\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: \n"
|
|
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
|
"X-Poedit-Language: Estonian\n"
|
|
"X-Poedit-Country: ESTONIA\n"
|
|
"X-Poedit-Sourcecharset: iso-8859-13\n"
|
|
|
|
# Normal string
|
|
msgid "o1"
|
|
msgstr "t1"
|
|
|
|
# Plural string
|
|
msgid "o2-1"
|
|
msgid_plural "o2-2"
|
|
msgstr[0] "t2-1"
|
|
msgstr[1] "t2-2"
|
|
|
|
# Normal string with special chars
|
|
msgid "o3-õäöü"
|
|
msgstr "t3-þð"
|
|
|
|
# Normal comment line 1
|
|
# Normal comment line 2
|
|
#: /absolute/path:13
|
|
#: /absolute/path:14
|
|
#. Editors note line 1
|
|
#. Editors note line 2
|
|
#, line 1
|
|
#, line 2
|
|
#| line 3
|
|
#| line 4
|
|
msgid "test"
|
|
msgstr "test"
|
|
|
|
# Normal string in a context
|
|
msgctxt "c1"
|
|
msgid "co1"
|
|
msgstr "ct1"
|
|
|
|
# Plural string in a context
|
|
msgctxt "c2"
|
|
msgid "co2-1"
|
|
msgid_plural "co2-2"
|
|
msgstr[0] "ct2-1"
|
|
msgstr[1] "ct2-2" |