diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f4971d0e13..50da9c5e36 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-09-20 Sergio Martin + + * pandoradb_data.sql: Changed the english language from + en to en_GB to use the british english translation to + fix mistakes in the english strings + 2010-09-20 Sergio Martin * extras/pandoradb_migrate_v3.1_to_v3.2.sql: Fixed a diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index b41852b743..9749d9290c 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -40,7 +40,7 @@ INSERT INTO `talert_commands` VALUES (9,'SMS','sendsms _field1_ _field2_','Send LOCK TABLES `tconfig` WRITE; INSERT INTO `tconfig` (`token`, `value`) VALUES -('language','en'), +('language','en_GB'), ('block_size','20'), ('days_purge','60'), ('days_compact','15'), @@ -124,7 +124,7 @@ UNLOCK TABLES; LOCK TABLES `tlanguage` WRITE; -INSERT INTO `tlanguage` VALUES ('en','English'); +INSERT INTO `tlanguage` VALUES ('en_GB','English'); INSERT INTO `tlanguage` VALUES ('es','Español'); INSERT INTO `tlanguage` VALUES ('ar','العربية'); INSERT INTO `tlanguage` VALUES ('ast','Asturianu');