[libgdata] Updated Spanish translation
- From: Daniel Mustieles García <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] Updated Spanish translation
- Date: Mon, 2 Sep 2013 16:12:20 +0000 (UTC)
commit 89b4e5b5c8a40ee8ab6173f6ba650516051ba9f5
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Mon Sep 2 18:12:13 2013 +0200
Updated Spanish translation
po/es.po | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 55 insertions(+), 13 deletions(-)
---
diff --git a/po/es.po b/po/es.po
index 9161e87..e29c0c4 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: libgdata.master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=libgdata&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2013-08-02 10:09+0000\n"
-"PO-Revision-Date: 2013-08-08 10:50+0200\n"
+"POT-Creation-Date: 2013-08-30 05:22+0000\n"
+"PO-Revision-Date: 2013-09-02 16:39+0200\n"
"Last-Translator: Daniel Mustieles <daniel mustieles gmail com>\n"
"Language-Team: Español <gnome-es-list gnome org>\n"
"Language: \n"
@@ -160,21 +160,32 @@ msgid "Access was denied by the user or server."
msgstr "El servidor o el usuario denegaron el acceso."
#. Translators: the parameter is an error message
-#: ../gdata/gdata-parsable.c:245 ../gdata/gdata-parsable.c:256
+#: ../gdata/gdata-parsable.c:342 ../gdata/gdata-parsable.c:353
#, c-format
msgid "Error parsing XML: %s"
msgstr "Error al analizar el XML: %s"
#. Translators: this is a dummy error message to be substituted into "Error parsing XML: %s".
-#: ../gdata/gdata-parsable.c:258
+#: ../gdata/gdata-parsable.c:355
msgid "Empty document."
msgstr "Documento vacío."
+#. Translators: the parameter is an error message
+#: ../gdata/gdata-parsable.c:473 ../gdata/gdata-parsable.c:511
+#, c-format
+#| msgid "Error parsing XML: %s"
+msgid "Error parsing JSON: %s"
+msgstr "Error al analizar el JSON: %s"
+
+#: ../gdata/gdata-parsable.c:512
+msgid "Outermost JSON node is not an object."
+msgstr "El nodo JSON más externo no es un objeto."
+
#. Translators: the parameter is the name of an XML element, including the angle brackets ("<" and ">").
#. *
#. * For example:
#. * A <title> element was missing required content.
-#: ../gdata/gdata-parser.c:67
+#: ../gdata/gdata-parser.c:69
#, c-format
msgid "A %s element was missing required content."
msgstr "A un elemento %s le faltaba el contenido requerido."
@@ -184,7 +195,7 @@ msgstr "A un elemento %s le faltaba el contenido requerido."
#. *
#. * For example:
#. * The content of a <media:group/media:uploaded> element ("2009-05-06 26:30Z") was not in ISO 8601 format.
-#: ../gdata/gdata-parser.c:83
+#: ../gdata/gdata-parser.c:85
#, c-format
msgid "The content of a %s element (\"%s\") was not in ISO 8601 format."
msgstr "El contenido del un elemento %s («%s») no está en formato ISO 8601."
@@ -194,7 +205,7 @@ msgstr "El contenido del un elemento %s («%s») no está en formato ISO 8601."
#. *
#. * For example:
#. * The value of the @time property of a <media:group/media:thumbnail> element ("00:01:42.500") was
unknown.
-#: ../gdata/gdata-parser.c:103
+#: ../gdata/gdata-parser.c:105
#, c-format
msgid "The value of the %s property of a %s element (\"%s\") was unknown."
msgstr "Se desconoce el valor de la propiedad %s de un elemento %s («%s»)."
@@ -204,7 +215,7 @@ msgstr "Se desconoce el valor de la propiedad %s de un elemento %s («%s»)."
#. *
#. * For example:
#. * The content of a <gphoto:access> element ("protected") was unknown.
-#: ../gdata/gdata-parser.c:121
+#: ../gdata/gdata-parser.c:123
#, c-format
msgid "The content of a %s element (\"%s\") was unknown."
msgstr "Se desconocía el contenido del elemento %s («%s»)."
@@ -214,7 +225,7 @@ msgstr "Se desconocía el contenido del elemento %s («%s»)."
#. *
#. * For example:
#. * A required property of a <entry/gAcl:role> element (@value) was not present.
-#: ../gdata/gdata-parser.c:141
+#: ../gdata/gdata-parser.c:143
#, c-format
msgid "A required property of a %s element (%s) was not present."
msgstr "Una propiedad necesaria de un elemento %s («%s») no estaba presente."
@@ -225,7 +236,7 @@ msgstr "Una propiedad necesaria de un elemento %s («%s») no estaba presente."
#. * For example:
#. * Values were present for properties @rel and @label of a <entry/gContact:relation> element when only
one of the
#. * two is allowed.
-#: ../gdata/gdata-parser.c:164
+#: ../gdata/gdata-parser.c:166
#, c-format
msgid ""
"Values were present for properties %s and %s of a %s element when only one "
@@ -238,7 +249,7 @@ msgstr ""
#. *
#. * For example:
#. * A required element (<entry/title>) was not present.
-#: ../gdata/gdata-parser.c:183
+#: ../gdata/gdata-parser.c:185
#, c-format
msgid "A required element (%s) was not present."
msgstr "Un elemento necesario (%s) no estaba presente."
@@ -247,11 +258,42 @@ msgstr "Un elemento necesario (%s) no estaba presente."
#. *
#. * For example:
#. * A singleton element (<feed/title>) was duplicated.
-#: ../gdata/gdata-parser.c:198
+#. Translators: the parameter is the name of an JSON element.
+#. *
+#. * For example:
+#. * A singleton element (title) was duplicated.
+#: ../gdata/gdata-parser.c:200 ../gdata/gdata-parser.c:287
#, c-format
msgid "A singleton element (%s) was duplicated."
msgstr "Un elemento (%s) estaba duplicado."
+#. Translators: the parameter is the name of an JSON element.
+#. *
+#. * For example:
+#. * A 'title' element was missing required content.
+#: ../gdata/gdata-parser.c:273
+#, c-format
+#| msgid "A %s element was missing required content."
+msgid "A '%s' element was missing required content."
+msgstr "A un elemento «%s» le faltaba el contenido requerido."
+
+#. 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.
+#: ../gdata/gdata-parser.c:303
+#, c-format
+#| msgid "The content of a %s element (\"%s\") was not in ISO 8601 format."
+msgid "The content of a '%s' element (\"%s\") was not in ISO 8601 format."
+msgstr "El contenido del un elemento «%s» («%s») no está en formato ISO 8601."
+
+#. Translators: the parameter is an error message.
+#: ../gdata/gdata-parser.c:313
+#, c-format
+msgid "Invalid JSON was received from the server: %s"
+msgstr "Se ha recibido un JSON no válido del servidor: %s"
+
#. Translators: the first parameter is an HTTP status,
#. * and the second is an error message returned by the server.
#: ../gdata/gdata-service.c:369
@@ -307,7 +349,7 @@ msgstr "Código de error %u al ejecutar una operación por lotes: %s"
msgid "Invalid redirect URI: %s"
msgstr "URI de redirección no válida: %s"
-#: ../gdata/gdata-service.c:1346
+#: ../gdata/gdata-service.c:1363
#: ../gdata/services/picasaweb/gdata-picasaweb-service.c:624
#: ../gdata/services/youtube/gdata-youtube-service.c:888
msgid "The entry has already been inserted."
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]