standard code for swedish

This commit is contained in:
Marc Delisle
2002-01-07 16:38:17 +00:00
parent 6a21e9e217
commit a7b2af6001
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-01-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/select_lang.lib.php3, standard code for swedish,
thanks to Christian Rose
2002-01-07 Olivier M<>ller <om@omnis.ch> 2002-01-07 Olivier M<>ller <om@omnis.ch>
* db_details.php, libraries/functions.js: added possibility to * db_details.php, libraries/functions.js: added possibility to
(un)select all tables at once in the database dump part of the page. (un)select all tables at once in the database dump part of the page.

View File

@@ -66,7 +66,7 @@ $available_languages = array(
'ro' => array('ro|romanian', 'romanian', 'ro'), 'ro' => array('ro|romanian', 'romanian', 'ro'),
'ru-koi8r' => array('ru|russian', 'russian-koi8', 'ru'), 'ru-koi8r' => array('ru|russian', 'russian-koi8', 'ru'),
'ru-win1251' => array('ru|russian', 'russian-win1251', 'ru'), 'ru-win1251' => array('ru|russian', 'russian-win1251', 'ru'),
'se' => array('se|swedish', 'swedish', 'se'), 'sv' => array('sv|swedish', 'swedish', 'sv'),
'sk' => array('sk|slovak', 'slovak-iso', 'sk'), 'sk' => array('sk|slovak', 'slovak-iso', 'sk'),
'th' => array('th|thai', 'thai', 'th'), 'th' => array('th|thai', 'thai', 'th'),
'tr' => array('tr|turkish', 'turkish', 'tr'), 'tr' => array('tr|turkish', 'turkish', 'tr'),