From 49d3d0bb3980a55e88493afc2515472fdd1dbf61 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 20 Sep 2010 08:07:56 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3254 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/pandoradb_data.sql | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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');