[json-glib] Updated Polish translation



commit 59a3e4ef763c2fb312d931fe1843638be84421c8
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Tue Nov 27 17:15:50 2012 +0100

    Updated Polish translation

 po/pl.po |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/po/pl.po b/po/pl.po
index 0352894..166dd73 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,8 +11,8 @@ msgstr ""
 "Project-Id-Version: json-glib\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=json-";
 "glib\n"
-"POT-Creation-Date: 2012-09-04 18:16+0200\n"
-"PO-Revision-Date: 2012-09-04 18:17+0200\n"
+"POT-Creation-Date: 2012-11-27 17:14+0100\n"
+"PO-Revision-Date: 2012-11-27 17:15+0100\n"
 "Last-Translator: Piotr DrÄg <piotrdrag gmail com>\n"
 "Language-Team: Polish <gnomepl aviary pl>\n"
 "Language: pl\n"
@@ -24,7 +24,7 @@ msgstr ""
 "X-Poedit-Language: Polish\n"
 "X-Poedit-Country: Poland\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 "Oczekiwano obiektu JSON, ale typ gÅÃwnego wÄzÅa to \"%s\""
@@ -69,10 +69,10 @@ msgstr "NieprawidÅowy podpis GVariant"
 msgid "JSON data is empty"
 msgstr "Dane JSON sÄ puste"
 
-#: ../json-glib/json-parser.c:818
+#: ../json-glib/json-parser.c:825
 #, c-format
-msgid "%s:%d: Parse error: %s"
-msgstr "%s:%d: bÅÄd przetwarzania: %s"
+msgid "%s:%d:%d: Parse error: %s"
+msgstr "%s:%d:%d: bÅÄd przetwarzania: %s"
 
 #: ../json-glib/json-path.c:375
 msgid "Only one root node is allowed in a JSONPath expression"
@@ -103,60 +103,60 @@ msgstr "NieprawidÅowe okreÅlenie plasterka \"%*s\""
 msgid "Invalid array index definition '%*s'"
 msgstr "NieprawidÅowe okreÅlenie indeksu tablicy \"%*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 "BieÅÄcy wÄzeÅ jest typu \"%s\", a oczekiwano tablicy lub obiektu."
 
-#: ../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 "Indeks \"%d\" jest wiÄkszy niÅ rozmiar tablicy w bieÅÄcym poÅoÅeniu."
 
-#: ../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 "Indeks \"%d\" jest wiÄkszy niÅ rozmiar obiektu w bieÅÄcym poÅoÅeniu."
 
-#: ../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 "Brak wÄzÅÃw dostÄpnych w bieÅÄcym poÅoÅeniu"
 
-#: ../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 "BieÅÄce poÅoÅenie przechowuje \"%s\", a nie tablicÄ"
 
-#: ../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 "BieÅÄcy wÄzeÅ jest typu \"%s\", a oczekiwano obiektu."
 
-#: ../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 "Element \"%s\" nie jest okreÅlony w obiekcie w bieÅÄcym poÅoÅeniu."
 
-#: ../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 "BieÅÄce poÅoÅenie przechowuje \"%s\", a nie obiekt"
 
-#: ../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 "BieÅÄce poÅoÅenie przechowuje \"%s\", a nie wartoÅÄ"
 
-#: ../json-glib/json-reader.c:949
+#: ../json-glib/json-reader.c:950
 msgid "The current position does not hold a string type"
 msgstr "BieÅÄce poÅoÅenie nie przechowuje typu typu ciÄgu"



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