[glom] Updated Spanish translation



commit 9852b15f85cddd6bb4c1fda1bf02be4a53078207
Author: Daniel Mustieles <danielmustieles gmail com>
Date:   Thu May 13 21:58:10 2010 +0200

    Updated Spanish translation

 docs/user-guide/es/es.po |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/docs/user-guide/es/es.po b/docs/user-guide/es/es.po
index 7c39244..35feda0 100644
--- a/docs/user-guide/es/es.po
+++ b/docs/user-guide/es/es.po
@@ -2,20 +2,21 @@
 # Spanish translation for glom manual
 #
 # Daniel Mustieles <daniel mustieles gmail com, 2008.
-# Jorge González <jorgegonz svn gnome org>, 2007, 200, 2010.
+# Jorge González <jorgegonz svn gnome org>, 2007, 2010.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: glom.userguide.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2010-05-12 10:05+0000\n"
-"PO-Revision-Date: 2010-05-12 19:39+0200\n"
+"PO-Revision-Date: 2010-05-13 21:56+0200\n"
 "Last-Translator: Jorge González <jorgegonz svn gnome org>\n"
-"Language-Team: Spanish <gnome-es-list gnome org>\n"
+"Language-Team: Español <gnome-es-list gnome org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: C/legal.xml:2(para) C/glom.xml:2(para)
 msgid ""
@@ -1774,26 +1775,26 @@ msgstr ""
 "\n"
 "rows = data_model.get_n_rows()\n"
 "columns = data_model.get_n_columns()\n"
-"print \"    Number of columns: \", columns\n"
+"print \"    Número de columnas: \", columns\n"
 "\n"
 "for i in range(columns):\n"
-"    print \"      column \", i;\n"
-"    print \"        name=\", data_model.get_column_title(i)\n"
+"    print \"      columna \", i;\n"
+"    print \"        nombre=\", data_model.get_column_title(i)\n"
 "\n"
-"    # Find out whether it's the primary key:\n"
+"    # Comprueba si es la clave primaria:\\n\"\n"
 "    field = data_model.describe_column(i)\n"
 "    if field.get_primary_key():\n"
-"        print \"        (primary key)\"\n"
+"        print \"        (clave primaria)\"\n"
 "\n"
 "    print \"\\n\";\n"
 "     \n"
-"print \"    Number of rows: \", rows\n"
+"print \"    Número de columnas: \", rows\n"
 "\n"
 "for row_index in range(rows):\n"
-"    print \"      row \", row_index;\n"
+"    print \"      fila \", row_index;\n"
 "\n"
 "    for col_index in range(columns):\n"
-"        print \"        value=\", data_model.get_value_at(col_index, row_index).get()\n"
+"        print \"        valor=\", data_model.get_value_at(col_index, row_index).get()\n"
 "\n"
 "    print \"\\n\";\n"
 "  "



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]