[Mapbender-commits] r4621 - branches/2.6/resources/db/pgsql/UTF-8/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Sep 14 09:25:46 EDT 2009


Author: vera
Date: 2009-09-14 09:25:45 -0400 (Mon, 14 Sep 2009)
New Revision: 4621

Modified:
   branches/2.6/resources/db/pgsql/UTF-8/update/mapbender_i18n.sql
Log:
italian insert added for table translations

Modified: branches/2.6/resources/db/pgsql/UTF-8/update/mapbender_i18n.sql
===================================================================
--- branches/2.6/resources/db/pgsql/UTF-8/update/mapbender_i18n.sql	2009-09-14 13:23:24 UTC (rev 4620)
+++ branches/2.6/resources/db/pgsql/UTF-8/update/mapbender_i18n.sql	2009-09-14 13:25:45 UTC (rev 4621)
@@ -58,4 +58,11 @@
 INSERT INTO translations (locale, msgid, msgstr ) VALUES ('pl', 'Load a web map context document', 'Załaduj web map context dokument');
 INSERT INTO translations (locale, msgid, msgstr ) VALUES ('pl', 'Logo', 'Logo');
 INSERT INTO translations (locale, msgid, msgstr ) VALUES ('pl', 'Measure distance', 'Zmierz odległość');
-INSERT INTO translations (locale, msgid, msgstr ) VALUES ('pl', 'Set language', 'Wybierz język');
\ No newline at end of file
+INSERT INTO translations (locale, msgid, msgstr ) VALUES ('pl', 'Set language', 'Wybierz język');
+
+
+-- hungarian entry for translations table
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('hu', 'Set language', 'Másik nyelv...');
+
+-- italian entry for translations table
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('it', 'Set language', 'Assegnare linguaggio '); 
\ No newline at end of file



More information about the Mapbender_commits mailing list