[Mapbender-commits] r3346 - in
branches/2.5/resources/db/postgresql/utf8: . update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Dec 16 16:07:37 EST 2008
Author: astrid_emde
Date: 2008-12-16 16:07:36 -0500 (Tue, 16 Dec 2008)
New Revision: 3346
Modified:
branches/2.5/resources/db/postgresql/utf8/pgsql_data.sql
branches/2.5/resources/db/postgresql/utf8/update/update_2.4.5_to_2.5_pgsql_UTF-8.sql
Log:
Insert translations for Set languages
Modified: branches/2.5/resources/db/postgresql/utf8/pgsql_data.sql
===================================================================
--- branches/2.5/resources/db/postgresql/utf8/pgsql_data.sql 2008-12-16 20:23:35 UTC (rev 3345)
+++ branches/2.5/resources/db/postgresql/utf8/pgsql_data.sql 2008-12-16 21:07:36 UTC (rev 3346)
@@ -22503,6 +22503,11 @@
INSERT INTO wms_srs (fkey_wms_id, wms_srs) VALUES (706, 'EPSG:4326');
INSERT INTO wms_srs (fkey_wms_id, wms_srs) VALUES (903, 'EPSG:25833');
+-- translations missing for bg,gr,nl
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('de', 'Set language', 'Sprache auswählen');
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('es', 'Set language', 'Selección del idioma');
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('it', 'Set language', 'Lingua');
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('fr', 'Set language', 'Choisir une langue');
--
-- PostgreSQL database dump complete
Modified: branches/2.5/resources/db/postgresql/utf8/update/update_2.4.5_to_2.5_pgsql_UTF-8.sql
===================================================================
--- branches/2.5/resources/db/postgresql/utf8/update/update_2.4.5_to_2.5_pgsql_UTF-8.sql 2008-12-16 20:23:35 UTC (rev 3345)
+++ branches/2.5/resources/db/postgresql/utf8/update/update_2.4.5_to_2.5_pgsql_UTF-8.sql 2008-12-16 21:07:36 UTC (rev 3346)
@@ -467,6 +467,12 @@
INSERT INTO translations (locale, msgid, msgstr) VALUES ('es', 'Logo', 'Logo');
INSERT INTO translations (locale, msgid, msgstr) VALUES ('es', 'Measure distance', 'Medir distancias');
+
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('de', 'Set language', 'Sprache auswählen');
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('es', 'Set language', 'Selección del idioma');
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('it', 'Set language', 'Lingua');
+INSERT INTO translations (locale, msgid, msgstr) VALUES ('fr', 'Set language', 'Choisir une langue');
+
--
-- new table gui_kml
--
More information about the Mapbender_commits
mailing list