|
34.
|
|
|
The content of a %s element (‘%s ’) was unknown.
|
|
|
Translators: the first parameter is the name of an XML element (including the angle brackets ("<" and ">")),
* and the second parameter is the unknown content of that element.
*
* For example:
* The content of a <gphoto:access> element (‘protected’) was unknown.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gdata/gdata-parser.c:123
|
|
35.
|
|
|
A required property of a %s element (%s ) was not present.
|
|
|
Translators: the first parameter is the name of an XML element (including the angle brackets ("<" and ">")),
* and the second is the name of an XML property which it should have contained.
*
* For example:
* A required property of a <entry/gAcl:role> element (@value) was not present.
|
|
|
|
%s 元素 (%s ) 要求的屬性並未顯現。
|
|
Translated by
Chao-Hsiung Liao
|
|
|
|
Located in
gdata/gdata-parser.c:143
|
|
36.
|
|
|
Values were present for properties %s and %s of a %s element when only one of the two is allowed.
|
|
|
Translators: the first two parameters are the names of XML properties of an XML element given in the third
* parameter (including the angle brackets ("<" and ">")).
*
* For example:
* Values were present for properties @rel and @label of a <entry/gContact:relation> element when only one of the
* two is allowed.
|
|
|
|
屬性 %s 和 %s 的數值同時出現在 %s 元素中,但是只能允許其中一個數值。
|
|
Translated by
Chao-Hsiung Liao
|
|
|
|
Located in
gdata/gdata-parser.c:166
|
|
37.
|
|
|
A required element (%s ) was not present.
|
|
|
Translators: the parameter is the name of an XML element, including the angle brackets ("<" and ">").
*
* For example:
* A required element (<entry/title>) was not present.
|
|
|
|
要求的 (%s ) 元素並未顯現。
|
|
Translated by
Chao-Hsiung Liao
|
|
|
|
Located in
gdata/gdata-parser.c:185
|
|
38.
|
|
|
A singleton element (%s ) was duplicated.
|
|
|
Translators: the parameter is the name of an XML element, including the angle brackets ("<" and ">").
*
* For example:
* A singleton element (<feed/title>) was duplicated.
Translators: the parameter is the name of an JSON element.
*
* For example:
* A singleton element (title) was duplicated.
|
|
|
|
singleton 元素 (%s ) 已重複。
|
|
Translated by
Chao-Hsiung Liao
|
|
|
|
Located in
gdata/gdata-parser.c:200 gdata/gdata-parser.c:287
|
|
39.
|
|
|
A ‘%s ’ element was missing required content.
|
|
|
Translators: the parameter is the name of an JSON element.
*
* For example:
* A ‘title’ element was missing required content.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gdata/gdata-parser.c:273
|
|
40.
|
|
|
The content of a ‘%s ’ element (‘%s ’) was not in ISO 8601 format.
|
|
|
Translators: the first parameter is the name of an JSON element,
* and the second parameter is the erroneous value (which was not in ISO 8601 format).
*
* For example:
* The content of a ‘uploaded’ element (‘2009-05-06 26:30Z’) was not in ISO 8601 format.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gdata/gdata-parser.c:303
|
|
41.
|
|
|
Invalid JSON was received from the server: %s
|
|
|
Translators: the parameter is an error message.
|
|
|
|
從伺服器收到無效的 JSON:%s
|
|
Translated by
Chao-Hsiung Liao
|
|
|
|
Located in
gdata/gdata-parser.c:314
|
|
42.
|
|
|
The content of a %s element (‘%s ’) was not in hexadecimal RGB format.
|
|
|
Translators: the first parameter is the name of an XML element (including the angle brackets
* ("<" and ">"), and the second parameter is the erroneous value (which was not in hexadecimal
* RGB format).
*
* For example:
* The content of a <entry/gCal:color> element (‘00FG56’) was not in hexadecimal RGB format.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
gdata/gdata-parser.c:1193
|
|
43.
|
|
|
Error code %u when querying: %s
|
|
|
Translators: the first parameter is an HTTP status,
* and the second is an error message returned by the server.
|
|
|
|
在查詢時出現錯誤代碼 %u :%s
|
|
Translated by
Chao-Hsiung Liao
|
|
|
|
Located in
gdata/gdata-service.c:409
|