2010-09-20 Sergio Martin <sergio.martin@artica.es>
* 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
This commit is contained in:
parent
66659442dd
commit
49d3d0bb39
|
@ -1,3 +1,9 @@
|
|||
2010-09-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* 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 <sergio.martin@artica.es>
|
||||
|
||||
* extras/pandoradb_migrate_v3.1_to_v3.2.sql: Fixed a
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue