Commit Graph

85 Commits

Author SHA1 Message Date
Marc Delisle
5ed4790db0 move remaining old-format messages to the script that uses them, when possible 2010-06-08 12:32:18 -04:00
Michal Čihař
1649a0a1c4 Add description for Welsh. 2010-06-07 20:22:16 +02:00
Marc Delisle
a3b034eacd gettext conversion 2010-05-07 13:02:26 -04:00
Michal Čihař
fc328be030 Fix references. 2010-04-29 14:11:06 +02:00
Michal Čihař
7337fe5a0c Factor out code for getting language name. 2010-04-09 15:14:54 +02:00
Michal Čihař
f9ccd69538 Remove no longer needed language file names. 2010-04-09 13:57:36 +02:00
Michal Čihař
a86d3fee48 Add Urdu description. 2010-04-09 13:44:28 +02:00
Michal Čihař
daff4417d8 Add Tamil description. 2010-04-09 13:32:58 +02:00
Michal Čihař
a164ce48e5 Fix error handling for language from cookie. 2010-04-02 11:52:25 +02:00
Michal Čihař
ebd574c385 Merge branch 'QA_3_3' 2010-03-30 13:49:16 +02:00
Michal Čihař
86cd86fc51 Avoid passing by reference, it causes problems on getenv results. 2010-03-30 13:48:49 +02:00
Michal Čihař
0c526a31b5 Add Telugu definition. 2010-03-30 12:25:15 +02:00
Michal Čihař
f61c1b400a Fix handling of not defined laguanges. 2010-03-30 12:24:08 +02:00
Michal Čihař
da9bb3ceda Correct code for Norwegian. 2010-03-12 10:32:08 +01:00
Michal Čihař
568be7147b Correct code for Japanese. 2010-03-12 10:18:05 +01:00
Michal Čihař
d4746a4cf7 Always use php-gettext functions without fallback to PHP. 2010-03-11 18:49:14 +01:00
Michal Čihař
23eb18b51f Set text domain to properly load messages file. 2010-03-11 18:49:14 +01:00
Michal Čihař
54c9f24fb8 Initial implementation of Gettext based selection.
- Loads list of available languages
- Sets locale
- Loads transitional messages file
2010-03-11 18:49:14 +01:00
Michal Čihař
3a40107c8c Add English (United Kingdom) translation, thanks to Robert Readman. 2010-02-24 09:03:03 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Marc Delisle
90279bacd2 new language: uzbek (cyrillic and latin) 2009-07-05 12:49:44 +00:00
Marc Delisle
398feb40fd patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3 2008-12-14 13:58:06 +00:00
Michal Čihař
9561f56875 Fix some phpdoc errors. 2008-11-24 09:55:30 +00:00
Marc Delisle
6208585d04 no longer useful since all lang files are UTF-8 2008-10-01 20:48:40 +00:00
Marc Delisle
a7fd8bc128 Belarusian update 2008-08-25 16:48:04 +00:00
Marc Delisle
544831fda7 patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Marc Delisle
4eabff1312 From Piotr, a GSOC student for us, who needs a way to get unfiltered language list 2008-07-01 18:42:41 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
9f0dcded5f new language: Bangla 2008-05-15 20:41:40 +00:00
Marc Delisle
1410002c86 wrong default charset in case of broken session 2007-11-02 16:45:49 +00:00
Sebastian Mendel
67bf403cfb config variables are always set 2007-10-24 09:44:07 +00:00
Sebastian Mendel
5dd96d42ce replaced $PMA_errors with new PMA_Error_Handler 2007-10-08 16:02:58 +00:00
Marc Delisle
3e460af6cf remove non-UTF-8 2007-09-04 16:59:39 +00:00
Marc Delisle
922ea2307a patch #1730171 Dead message strLanguageFileNotFound, thanks to Victor Volkov 2007-06-10 19:28:56 +00:00
Marc Delisle
a554042b5e bug #1728590 Detected failing session_start fails 2007-06-03 23:30:40 +00:00
Marc Delisle
56123dcea1 new translation: Macedonian 2007-05-26 11:47:27 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
8fc7dbf455 sinhala translator's name and html entities for drop-down 2007-02-19 17:45:52 +00:00
Marc Delisle
3a834ce16b new language: sinhala 2007-02-16 21:07:33 +00:00
Marc Delisle
42ac66ad74 get rid of propicon 2007-02-10 15:58:46 +00:00
Michal Čihař
7e5f61842c Fix path disclossure while passing array as some params. 2006-11-17 09:32:19 +00:00
Marc Delisle
8e82d3d02d Tatarish name 2006-06-21 10:40:41 +00:00
Michal Čihař
3f9e28ae66 Use GET and POST explicitely as cookies can override values in REQUEST (bug #1481584). 2006-05-05 09:30:13 +00:00
Michal Čihař
fad722d2f4 Escape user input (CVE-2006-2031). 2006-05-02 09:28:42 +00:00
Michal Čihař
9f8afc5d4e Reload language file after switch to utf-8 translation (bug #1442605). 2006-04-27 12:13:52 +00:00
Sebastian Mendel
44a0f36096 use PMA_getenv() 2006-04-11 14:33:17 +00:00
Sebastian Mendel
5bdcd33740 replaced $_SERVER with getenv() 2006-03-06 11:32:58 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
e988938d43 use PMA_sendHeaderLocation() 2005-11-28 16:42:00 +00:00