Initial Import
[profile/ivi/json-glib.git] / po / json-glib-1.0.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Intel Corporation
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: json-glib 0.14.2\n"
10 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=json-"
11 "glib\n"
12 "POT-Creation-Date: 2011-10-26 12:31+0100\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Language: \n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\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 ""
25
26 #: json-glib/json-gvariant.c:539
27 #, c-format
28 msgid "Unexpected type '%s' in JSON node"
29 msgstr ""
30
31 #: json-glib/json-gvariant.c:609
32 msgid "Missing elements in JSON array to conform to a tuple"
33 msgstr ""
34
35 #: json-glib/json-gvariant.c:637
36 msgid "Missing closing symbol ')' in the GVariant tuple type"
37 msgstr ""
38
39 #: json-glib/json-gvariant.c:645
40 msgid "Unexpected extra elements in JSON array"
41 msgstr ""
42
43 #: json-glib/json-gvariant.c:924
44 msgid "Invalid string value converting to GVariant"
45 msgstr ""
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
52 #: json-glib/json-gvariant.c:1236
53 #, c-format
54 msgid "GVariant class '%c' not supported"
55 msgstr ""
56
57 #: json-glib/json-gvariant.c:1281
58 msgid "Invalid GVariant signature"
59 msgstr ""
60
61 #: json-glib/json-gvariant.c:1326
62 msgid "JSON data is empty"
63 msgstr ""
64
65 #: json-glib/json-parser.c:818
66 #, c-format
67 msgid "%s:%d: Parse error: %s"
68 msgstr ""
69
70 #: json-glib/json-path.c:380
71 msgid "Only one root node is allowed in a JSONPath expression"
72 msgstr ""
73
74 #: json-glib/json-path.c:389
75 #, c-format
76 msgid "Root node followed by invalid character '%c'"
77 msgstr ""
78
79 #: json-glib/json-path.c:495
80 #, c-format
81 msgid "Malformed slice expression '%*s'"
82 msgstr ""
83
84 #: json-glib/json-path.c:539
85 #, c-format
86 msgid "Invalid set definition '%*s'"
87 msgstr ""
88
89 #: json-glib/json-path.c:592
90 #, c-format
91 msgid "Invalid slice definition '%*s'"
92 msgstr ""
93
94 #: json-glib/json-path.c:620
95 #, c-format
96 msgid "Invalid array index definition '%*s'"
97 msgstr ""
98
99 #: json-glib/json-reader.c:463
100 #, c-format
101 msgid ""
102 "The current node is of type '%s', but an array or an object was expected."
103 msgstr ""
104
105 #: json-glib/json-reader.c:475
106 #, c-format
107 msgid ""
108 "The index '%d' is greater than the size of the array at the current position."
109 msgstr ""
110
111 #: json-glib/json-reader.c:492
112 #, c-format
113 msgid ""
114 "The index '%d' is greater than the size of the object at the current "
115 "position."
116 msgstr ""
117
118 #: json-glib/json-reader.c:576 json-glib/json-reader.c:729
119 #: json-glib/json-reader.c:780 json-glib/json-reader.c:818
120 #: json-glib/json-reader.c:856 json-glib/json-reader.c:901
121 #: json-glib/json-reader.c:946 json-glib/json-reader.c:991
122 #: json-glib/json-reader.c:1034 json-glib/json-reader.c:1060
123 msgid "No node available at the current position"
124 msgstr ""
125
126 #: json-glib/json-reader.c:583
127 #, c-format
128 msgid "The current position holds a '%s' and not an array"
129 msgstr ""
130
131 #: json-glib/json-reader.c:646
132 #, c-format
133 msgid "The current node is of type '%s', but an object was expected."
134 msgstr ""
135
136 #: json-glib/json-reader.c:653
137 #, c-format
138 msgid "The member '%s' is not defined in the object at the current position."
139 msgstr ""
140
141 #: json-glib/json-reader.c:736 json-glib/json-reader.c:787
142 #, c-format
143 msgid "The current position holds a '%s' and not an object"
144 msgstr ""
145
146 #: json-glib/json-reader.c:827 json-glib/json-reader.c:865
147 #: json-glib/json-reader.c:910 json-glib/json-reader.c:955
148 #: json-glib/json-reader.c:1000
149 #, c-format
150 msgid "The current position holds a '%s' and not a value"
151 msgstr ""
152
153 #: json-glib/json-reader.c:873
154 msgid "The current position does not hold an integer type"
155 msgstr ""
156
157 #: json-glib/json-reader.c:918
158 msgid "The current position does not hold a floating point type"
159 msgstr ""
160
161 #: json-glib/json-reader.c:963
162 msgid "The current position does not hold a string type"
163 msgstr ""
164
165 #: json-glib/json-reader.c:1008
166 msgid "The current position does not hold a boolean type"
167 msgstr ""