tizen 2.4 release
[external/libjson-glib.git] / po / en_GB.po
1 # British English translation for json-glib.
2 # Copyright (C) 2012 json-glib's COPYRIGHT HOLDER
3 # This file is distributed under the same license as the json-glib package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: json-glib master\n"
9 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=json-"
10 "glib&keywords=I18N+L10N&component=general\n"
11 "POT-Creation-Date: 2012-09-04 16:18+0000\n"
12 "PO-Revision-Date: 2012-09-04 16:18+0000\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: British English <en_GB@li.org>\n"
15 "Language: en_GB\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);;\n"
20
21 #: ../json-glib/json-gobject.c:934
22 #, c-format
23 msgid "Expecting a JSON object, but the root node is of type `%s'"
24 msgstr "Expecting a JSON object, but the root node is of type `%s'"
25
26 #: ../json-glib/json-gvariant.c:539
27 #, c-format
28 msgid "Unexpected type '%s' in JSON node"
29 msgstr "Unexpected type '%s' in JSON node"
30
31 #: ../json-glib/json-gvariant.c:609
32 msgid "Missing elements in JSON array to conform to a tuple"
33 msgstr "Missing elements in JSON array to conform to a tuple"
34
35 #: ../json-glib/json-gvariant.c:637
36 msgid "Missing closing symbol ')' in the GVariant tuple type"
37 msgstr "Missing closing symbol ')' in the GVariant tuple type"
38
39 #: ../json-glib/json-gvariant.c:645
40 msgid "Unexpected extra elements in JSON array"
41 msgstr "Unexpected extra elements in JSON array"
42
43 #: ../json-glib/json-gvariant.c:924
44 msgid "Invalid string value converting to GVariant"
45 msgstr "Invalid string value converting to GVariant"
46
47 #: ../json-glib/json-gvariant.c:980
48 msgid ""
49 "A GVariant dictionary entry expects a JSON object with exactly one member"
50 msgstr ""
51 "A GVariant dictionary entry expects a JSON object with exactly one member"
52
53 #: ../json-glib/json-gvariant.c:1236
54 #, c-format
55 msgid "GVariant class '%c' not supported"
56 msgstr "GVariant class '%c' not supported"
57
58 #: ../json-glib/json-gvariant.c:1281
59 msgid "Invalid GVariant signature"
60 msgstr "Invalid GVariant signature"
61
62 #: ../json-glib/json-gvariant.c:1326
63 msgid "JSON data is empty"
64 msgstr "JSON data is empty"
65
66 #: ../json-glib/json-parser.c:818
67 #, c-format
68 msgid "%s:%d: Parse error: %s"
69 msgstr "%s:%d: Parse error: %s"
70
71 #: ../json-glib/json-path.c:375
72 msgid "Only one root node is allowed in a JSONPath expression"
73 msgstr "Only one root node is allowed in a JSONPath expression"
74
75 #: ../json-glib/json-path.c:384
76 #, c-format
77 msgid "Root node followed by invalid character '%c'"
78 msgstr "Root node followed by invalid character '%c'"
79
80 #: ../json-glib/json-path.c:490
81 #, c-format
82 msgid "Malformed slice expression '%*s'"
83 msgstr "Malformed slice expression '%*s'"
84
85 #: ../json-glib/json-path.c:534
86 #, c-format
87 msgid "Invalid set definition '%*s'"
88 msgstr "Invalid set definition '%*s'"
89
90 #: ../json-glib/json-path.c:587
91 #, c-format
92 msgid "Invalid slice definition '%*s'"
93 msgstr "Invalid slice definition '%*s'"
94
95 #: ../json-glib/json-path.c:615
96 #, c-format
97 msgid "Invalid array index definition '%*s'"
98 msgstr "Invalid array index definition '%*s'"
99
100 #: ../json-glib/json-reader.c:463
101 #, c-format
102 msgid ""
103 "The current node is of type '%s', but an array or an object was expected."
104 msgstr ""
105 "The current node is of type '%s', but an array or an object was expected."
106
107 #: ../json-glib/json-reader.c:475
108 #, c-format
109 msgid ""
110 "The index '%d' is greater than the size of the array at the current position."
111 msgstr ""
112 "The index '%d' is greater than the size of the array at the current position."
113
114 #: ../json-glib/json-reader.c:492
115 #, c-format
116 msgid ""
117 "The index '%d' is greater than the size of the object at the current "
118 "position."
119 msgstr ""
120 "The index '%d' is greater than the size of the object at the current "
121 "position."
122
123 #: ../json-glib/json-reader.c:576 ../json-glib/json-reader.c:729
124 #: ../json-glib/json-reader.c:780 ../json-glib/json-reader.c:818
125 #: ../json-glib/json-reader.c:856 ../json-glib/json-reader.c:894
126 #: ../json-glib/json-reader.c:932 ../json-glib/json-reader.c:977
127 #: ../json-glib/json-reader.c:1013 ../json-glib/json-reader.c:1039
128 msgid "No node available at the current position"
129 msgstr "No node available at the current position"
130
131 #: ../json-glib/json-reader.c:583
132 #, c-format
133 msgid "The current position holds a '%s' and not an array"
134 msgstr "The current position holds a '%s' and not an array"
135
136 #: ../json-glib/json-reader.c:646
137 #, c-format
138 msgid "The current node is of type '%s', but an object was expected."
139 msgstr "The current node is of type '%s', but an object was expected."
140
141 #: ../json-glib/json-reader.c:653
142 #, c-format
143 msgid "The member '%s' is not defined in the object at the current position."
144 msgstr "The member '%s' is not defined in the object at the current position."
145
146 #: ../json-glib/json-reader.c:736 ../json-glib/json-reader.c:787
147 #, c-format
148 msgid "The current position holds a '%s' and not an object"
149 msgstr "The current position holds a '%s' and not an object"
150
151 #: ../json-glib/json-reader.c:827 ../json-glib/json-reader.c:865
152 #: ../json-glib/json-reader.c:903 ../json-glib/json-reader.c:941
153 #: ../json-glib/json-reader.c:986
154 #, c-format
155 msgid "The current position holds a '%s' and not a value"
156 msgstr "The current position holds a '%s' and not a value"
157
158 #: ../json-glib/json-reader.c:949
159 msgid "The current position does not hold a string type"
160 msgstr "The current position does not hold a string type"