[Mapbender-commits] r3347 -
branches/2.5/resources/db/postgresql/utf8/update
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Dec 16 16:08:23 EST 2008
Author: astrid_emde
Date: 2008-12-16 16:08:23 -0500 (Tue, 16 Dec 2008)
New Revision: 3347
Modified:
branches/2.5/resources/db/postgresql/utf8/update/update_2.5_to_2.5.1_pgsql_UTF-8.sql
Log:
Insert translations for Set languages
Modified: branches/2.5/resources/db/postgresql/utf8/update/update_2.5_to_2.5.1_pgsql_UTF-8.sql
===================================================================
--- branches/2.5/resources/db/postgresql/utf8/update/update_2.5_to_2.5.1_pgsql_UTF-8.sql 2008-12-16 21:07:36 UTC (rev 3346)
+++ branches/2.5/resources/db/postgresql/utf8/update/update_2.5_to_2.5.1_pgsql_UTF-8.sql 2008-12-16 21:08:23 UTC (rev 3347)
@@ -2,4 +2,10 @@
-- database changes in version 2.5.1
--
-UPDATE gui_element SET e_closetag = '' WHERE e_element = 'img'
\ No newline at end of file
+UPDATE gui_element SET e_closetag = '' WHERE e_element = 'img'
+
+-- 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');
More information about the Mapbender_commits
mailing list