[Mapbender-commits] r3608 - trunk/mapbender/resources/db/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sun Mar 1 12:18:32 EST 2009


Author: astrid_emde
Date: 2009-03-01 12:18:31 -0500 (Sun, 01 Mar 2009)
New Revision: 3608

Modified:
   trunk/mapbender/resources/db/update/update_2.6.sql
Log:
Update translations - error wrong column name

Modified: trunk/mapbender/resources/db/update/update_2.6.sql
===================================================================
--- trunk/mapbender/resources/db/update/update_2.6.sql	2009-03-01 17:02:08 UTC (rev 3607)
+++ trunk/mapbender/resources/db/update/update_2.6.sql	2009-03-01 17:18:31 UTC (rev 3608)
@@ -262,10 +262,10 @@
 INSERT INTO translations (locale, msgid, msgstr) VALUES ('fr', 'Logo', 'Logo');
 
 -- entries espaniol
-Update translations set msgstr='Seleccionar Idioma' where locale= 'es' and msgis = 'Set language';
-Update translations set msgstr='Agrandar Mapa' where locale= 'es' and msgis = 'dragMapSize';
-Update translations set msgstr='Marco de navegacion' where locale= 'es' and msgis = 'navFrame';
-Update translations set msgstr='Escala de texto' where locale= 'es' and msgis = 'Scale Text';
-Update translations set msgstr='Barra de escala' where locale= 'es' and msgis = 'Scalebar';
-Update translations set msgstr='Referencia' where locale= 'es' and msgis = 'Legend';
-Update translations set msgstr='Mostrar mapa completo' where locale= 'es' and msgis = 'Display complete map';
\ No newline at end of file
+Update translations set msgstr='Seleccionar Idioma' where locale= 'es' and msgid = 'Set language';
+Update translations set msgstr='Agrandar Mapa' where locale= 'es' and msgid = 'dragMapSize';
+Update translations set msgstr='Marco de navegacion' where locale= 'es' and msgid = 'navFrame';
+Update translations set msgstr='Escala de texto' where locale= 'es' and msgid = 'Scale Text';
+Update translations set msgstr='Barra de escala' where locale= 'es' and msgid = 'Scalebar';
+Update translations set msgstr='Referencia' where locale= 'es' and msgid = 'Legend';
+Update translations set msgstr='Mostrar mapa completo' where locale= 'es' and msgid = 'Display complete map';



More information about the Mapbender_commits mailing list