[json-glib] Updated Latvian translation



commit 7b7ac31d069d0cda5ec5d8d16ef1e2a9f43c8bfe
Author: Rūdolfs Mazurs <rudolfsm src gnome org>
Date:   Sun Mar 17 20:23:41 2013 +0200

    Updated Latvian translation

 po/lv.po |   65 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 33 insertions(+), 32 deletions(-)
---
diff --git a/po/lv.po b/po/lv.po
index 86ef331..e4b7891 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -2,14 +2,14 @@
 # Copyright (C) 2012 json-glib's COPYRIGHT HOLDER
 # This file is distributed under the same license as the json-glib package.
 #
-# Rūdolfs Mazurs <rudolfs mazurs gmail com>, 2012.
+# Rūdolfs Mazurs <rudolfs mazurs gmail com>, 2012, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: json-glib master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=json-";
 "glib&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2012-09-22 19:40+0000\n"
-"PO-Revision-Date: 2012-09-24 02:09+0300\n"
+"POT-Creation-Date: 2013-03-15 01:00+0000\n"
+"PO-Revision-Date: 2013-03-17 20:23+0200\n"
 "Last-Translator: Rūdolfs Mazurs <rudolfs mazurs gmail com>\n"
 "Language-Team: Latvian <lata-l10n googlegroups com>\n"
 "Language: lv\n"
@@ -20,55 +20,56 @@ msgstr ""
 "2);\n"
 "X-Generator: Lokalize 1.4\n"
 
-#: ../json-glib/json-gobject.c:934
+#: ../json-glib/json-gobject.c:925
 #, c-format
 msgid "Expecting a JSON object, but the root node is of type `%s'"
 msgstr "Gaidīja JSON objektu, bet saknes mezglam ir tips “%s”"
 
-#: ../json-glib/json-gvariant.c:539
+#: ../json-glib/json-gvariant.c:540
 #, c-format
 msgid "Unexpected type '%s' in JSON node"
 msgstr "Negaidīts tips “%s” JSON mezglā"
 
-#: ../json-glib/json-gvariant.c:609
+#: ../json-glib/json-gvariant.c:610
 msgid "Missing elements in JSON array to conform to a tuple"
 msgstr "JSON masīvā trūkst elementu, lai tas atbilstu kortežam"
 
-#: ../json-glib/json-gvariant.c:637
+#: ../json-glib/json-gvariant.c:638
 msgid "Missing closing symbol ')' in the GVariant tuple type"
 msgstr "GVariant korteža tipā trūkst aizverošā simbola “%s”"
 
-#: ../json-glib/json-gvariant.c:645
+#: ../json-glib/json-gvariant.c:646
 msgid "Unexpected extra elements in JSON array"
 msgstr "JSON masīvā ir negaidīti papildu elementi"
 
-#: ../json-glib/json-gvariant.c:924
+#: ../json-glib/json-gvariant.c:925
 msgid "Invalid string value converting to GVariant"
 msgstr "Pārveidojot uz GVariant, nederīga virknes vērtība"
 
-#: ../json-glib/json-gvariant.c:980
+#: ../json-glib/json-gvariant.c:981
 msgid ""
 "A GVariant dictionary entry expects a JSON object with exactly one member"
 msgstr ""
 "GVariant vārdnīcas ieraksts gaidīja JSON objektu ar tieši vienu locekli"
 
-#: ../json-glib/json-gvariant.c:1236
+#: ../json-glib/json-gvariant.c:1237
 #, c-format
 msgid "GVariant class '%c' not supported"
 msgstr "GVariant klase “%c” nav atbalstīta"
 
-#: ../json-glib/json-gvariant.c:1281
+#: ../json-glib/json-gvariant.c:1285
 msgid "Invalid GVariant signature"
 msgstr "Nederīgs GVariant paraksts"
 
-#: ../json-glib/json-gvariant.c:1326
+#: ../json-glib/json-gvariant.c:1333
 msgid "JSON data is empty"
 msgstr "JSON dati ir tukši"
 
-#: ../json-glib/json-parser.c:818
+#: ../json-glib/json-parser.c:825
 #, c-format
-msgid "%s:%d: Parse error: %s"
-msgstr "%s:%d: parsēšanas kļūda — %s"
+#| msgid "%s:%d: Parse error: %s"
+msgid "%s:%d:%d: Parse error: %s"
+msgstr "%s:%d:%d: parsēšanas kļūda — %s"
 
 #: ../json-glib/json-path.c:375
 msgid "Only one root node is allowed in a JSONPath expression"
@@ -99,61 +100,61 @@ msgstr "Nederīga gabala definīcija “%*s”"
 msgid "Invalid array index definition '%*s'"
 msgstr "Nederīga masīva indeksa definīcija “%*s”"
 
-#: ../json-glib/json-reader.c:463
+#: ../json-glib/json-reader.c:464
 #, c-format
 msgid ""
 "The current node is of type '%s', but an array or an object was expected."
 msgstr "Pašreizējam mezglam ir tips “%s”, bet tika gaidīts masīvs vai objekts."
 
-#: ../json-glib/json-reader.c:475
+#: ../json-glib/json-reader.c:476
 #, c-format
 msgid ""
 "The index '%d' is greater than the size of the array at the current position."
 msgstr "Indekss “%d” dotajā pozīcijā ir lielāks kā masīva izmērs."
 
-#: ../json-glib/json-reader.c:492
+#: ../json-glib/json-reader.c:493
 #, c-format
 msgid ""
 "The index '%d' is greater than the size of the object at the current "
 "position."
 msgstr "Indekss “%d” dotajā pozīcijā ir lielāks kā objekta izmērs."
 
-#: ../json-glib/json-reader.c:576 ../json-glib/json-reader.c:729
-#: ../json-glib/json-reader.c:780 ../json-glib/json-reader.c:818
-#: ../json-glib/json-reader.c:856 ../json-glib/json-reader.c:894
-#: ../json-glib/json-reader.c:932 ../json-glib/json-reader.c:977
-#: ../json-glib/json-reader.c:1013 ../json-glib/json-reader.c:1039
+#: ../json-glib/json-reader.c:577 ../json-glib/json-reader.c:730
+#: ../json-glib/json-reader.c:781 ../json-glib/json-reader.c:819
+#: ../json-glib/json-reader.c:857 ../json-glib/json-reader.c:895
+#: ../json-glib/json-reader.c:933 ../json-glib/json-reader.c:978
+#: ../json-glib/json-reader.c:1014 ../json-glib/json-reader.c:1040
 msgid "No node available at the current position"
 msgstr "Šajā pozīcija nav pieejams neviens mezgls"
 
-#: ../json-glib/json-reader.c:583
+#: ../json-glib/json-reader.c:584
 #, c-format
 msgid "The current position holds a '%s' and not an array"
 msgstr "Šajā pozīcijā ir “%s”, nevis masīvs"
 
-#: ../json-glib/json-reader.c:646
+#: ../json-glib/json-reader.c:647
 #, c-format
 msgid "The current node is of type '%s', but an object was expected."
 msgstr "Pašreizējam mezglam ir tips “%s”, bet tika gaidīts objekts."
 
-#: ../json-glib/json-reader.c:653
+#: ../json-glib/json-reader.c:654
 #, c-format
 msgid "The member '%s' is not defined in the object at the current position."
 msgstr "Šajā pozīcijā objektā loceklis “%s” nav definēts."
 
-#: ../json-glib/json-reader.c:736 ../json-glib/json-reader.c:787
+#: ../json-glib/json-reader.c:737 ../json-glib/json-reader.c:788
 #, c-format
 msgid "The current position holds a '%s' and not an object"
 msgstr "Šajā pozīcijā ir “%s”, nevis objekts"
 
-#: ../json-glib/json-reader.c:827 ../json-glib/json-reader.c:865
-#: ../json-glib/json-reader.c:903 ../json-glib/json-reader.c:941
-#: ../json-glib/json-reader.c:986
+#: ../json-glib/json-reader.c:828 ../json-glib/json-reader.c:866
+#: ../json-glib/json-reader.c:904 ../json-glib/json-reader.c:942
+#: ../json-glib/json-reader.c:987
 #, c-format
 msgid "The current position holds a '%s' and not a value"
 msgstr "Šajā pozīcijā ir “%s”, nevis vērtība"
 
-#: ../json-glib/json-reader.c:949
+#: ../json-glib/json-reader.c:950
 msgid "The current position does not hold a string type"
 msgstr "Šajā pozīcijā nav virknes tipa"
 


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