aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gettext-parser/test/fixtures/utf8.po
blob: 3d879463ac97956459d155cfb4639eb9c8554d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# 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:37+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=utf-8\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: utf-8\n"

# Normal string
msgid "o1"
msgstr "t1"

# Plural string
msgid "o2-1"
msgid_plural ""
"o2-2\n"
"o2-3\n"
"o2-4"
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"

# String with escapes
msgid "\"\\'\t"
msgstr "\"\\'\t"

# 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"

msgctxt "Button label"
msgid "Log in"
msgstr ""

msgctxt "Dialog title"
msgid "Log in"
msgstr ""