Removed problematic %e from $datefmt / fixed some inconsistences.
This commit is contained in:
@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-02-24 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
|
||||
lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
|
||||
$datefmt.
|
||||
* lang/japanese-*.inc.php3: Fixed some inconsistences.
|
||||
|
||||
2003-02-25 Garvin Hicking <me@supergarv.de>
|
||||
* tbl_properties.inc.php3: Fixed duped display of comments due to
|
||||
merging diff conflict.
|
||||
|
@@ -18,7 +18,7 @@ $day_of_week = array('
|
||||
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%e %B %Y <20> %H:%M';
|
||||
$datefmt = '%d %B %Y <20> %H:%M';
|
||||
|
||||
$strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
@@ -19,7 +19,7 @@ $day_of_week = array('нед', 'пон', 'вт', 'ср', 'чет', 'пет', 'с
|
||||
$month = array('януари', 'февруари', 'март', 'април', 'май', 'юни', 'юли', 'август', 'септември', 'окомври', 'ноември', 'декември');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%e %B %Y в %H:%M';
|
||||
$datefmt = '%d %B %Y в %H:%M';
|
||||
|
||||
$strAccessDenied = 'Отказан достъп';
|
||||
$strAction = 'Действие';
|
||||
|
@@ -18,7 +18,7 @@ $day_of_week = array('
|
||||
$month = array('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%e %B %Y <20> %H:%M';
|
||||
$datefmt = '%d %B %Y <20> %H:%M';
|
||||
|
||||
$strAccessDenied = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
$strAction = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||||
|
@@ -19,7 +19,7 @@ $day_of_week = array('Ned
|
||||
$month = array('ledna', '<27>nora', 'b<>ezna', 'dubna', 'kv<6B>tna', '<27>ervna', '<27>ervence', 'srpna', 'z<><7A><EFBFBD>', '<27><>jna', 'listopadu', 'prosince');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%a %e. %b %Y, %H:%M';
|
||||
$datefmt = '%a %d. %b %Y, %H:%M';
|
||||
|
||||
$timespanfmt = '%s dn<64>, %s hodin, %s minut a %s sekund';
|
||||
|
||||
|
@@ -20,7 +20,7 @@ $day_of_week = array('Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', '
|
||||
$month = array('ledna', 'února', 'března', 'dubna', 'května', 'června', 'července', 'srpna', 'září', 'října', 'listopadu', 'prosince');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%a %e. %b %Y, %H:%M';
|
||||
$datefmt = '%a %d. %b %Y, %H:%M';
|
||||
|
||||
$timespanfmt = '%s dnů, %s hodin, %s minut a %s sekund';
|
||||
|
||||
|
@@ -19,7 +19,7 @@ $day_of_week = array('Ned
|
||||
$month = array('ledna', '<27>nora', 'b<>ezna', 'dubna', 'kv<6B>tna', '<27>ervna', '<27>ervence', 'srpna', 'z<><7A><EFBFBD>', '<27><>jna', 'listopadu', 'prosince');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%a %e. %b %Y, %H:%M';
|
||||
$datefmt = '%a %d. %b %Y, %H:%M';
|
||||
|
||||
$timespanfmt = '%s dn<64>, %s hodin, %s minut a %s sekund';
|
||||
|
||||
|
@@ -18,8 +18,7 @@ $day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za');
|
||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = ' %e %B %Y om %H:%M';
|
||||
|
||||
$datefmt = '%d %B %Y om %H:%M';
|
||||
$timespanfmt = '%s dagen, %s uren, %s minuten and %s seconden';
|
||||
|
||||
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
|
||||
@@ -77,7 +76,7 @@ $strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doord
|
||||
$strBzip = '"ge-bzipt"';
|
||||
|
||||
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
|
||||
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
|
||||
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
|
||||
$strCantLoadMySQL = 'kan de MySQL extensie niet laden,<br />controleer de PHP configuratie.';
|
||||
$strCantLoadRecodeIconv = 'Kan iconv of recode extenties niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin';
|
||||
$strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
|
||||
|
@@ -19,8 +19,7 @@ $day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za');
|
||||
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = ' %e %B %Y om %H:%M';
|
||||
|
||||
$datefmt = '%d %B %Y om %H:%M';
|
||||
$timespanfmt = '%s dagen, %s uren, %s minuten and %s seconden';
|
||||
|
||||
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
|
||||
@@ -78,7 +77,7 @@ $strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doord
|
||||
$strBzip = '"ge-bzipt"';
|
||||
|
||||
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
|
||||
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
|
||||
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
|
||||
$strCantLoadMySQL = 'kan de MySQL extensie niet laden,<br />controleer de PHP configuratie.';
|
||||
$strCantLoadRecodeIconv = 'Kan iconv of recode extenties niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin';
|
||||
$strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
|
||||
|
@@ -19,9 +19,6 @@ $month = array('1
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%Yǯ %B %d<><64> %H:%M';
|
||||
|
||||
// japanese only
|
||||
|
||||
$timespanfmt = '%s <20><>, %s <20><>, %s ʬ %s <20><>';
|
||||
|
||||
$strAPrimaryKey = '<27>祭<EFBFBD><E7A5AD><EFBFBD><EFBFBD>%s<><73><EFBFBD>ɲä<C9B2><C3A4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD><EFBFBD><EFBFBD>';
|
||||
@@ -573,6 +570,8 @@ $strYes = '
|
||||
$strZeroRemovesTheLimit = '<27><><EFBFBD><EFBFBD>: <20><><EFBFBD>ץ<EFBFBD><D7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 0 (<28><><EFBFBD><EFBFBD>)<29><><EFBFBD><EFBFBD><EFBFBD>ꤹ<EFBFBD><EAA4B9><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¤<EFBFBD><C2A4>ʤ<EFBFBD><CAA4>ʤ<EFBFBD><CAA4>ޤ<EFBFBD><DEA4><EFBFBD>';
|
||||
$strZip = '"zip<69><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"';
|
||||
|
||||
// To translate
|
||||
|
||||
$strDbSpecific = 'database-specific'; //to translate
|
||||
|
||||
$strGlobal = 'global'; //to translate
|
||||
|
@@ -19,9 +19,6 @@ $month = array('1
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%Y<>N %B %d<><64> %H:%M';
|
||||
|
||||
// japanese only
|
||||
|
||||
$timespanfmt = '%s <20><>, %s <20><>, %s <20><> %s <20>b';
|
||||
|
||||
$strAPrimaryKey = '<27><><EFBFBD>L<EFBFBD>[<5B><>%s<>ɒlj<C992><C789><EFBFBD><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
@@ -310,7 +307,7 @@ $strNoQuery = 'SQL
|
||||
$strNoRights = '<27><><EFBFBD>ݓ<EFBFBD><DD93><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ĂȂ<C482><C882>̂ł<CC82><C582><EFBFBD><EFBFBD>ɓ<EFBFBD><C993><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
$strNoTablesFound = '<27><><EFBFBD>݂<EFBFBD>DB<44>Ƀe<C983>[<5B>u<EFBFBD><75><EFBFBD>͂<EFBFBD><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
$strNoUsersFound = '<27>Y<EFBFBD><59><EFBFBD><EFBFBD><EFBFBD>[<5B>U<EFBFBD>[<5B>͌<EFBFBD><CD8C><EFBFBD><C282><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>B';
|
||||
$strNoUsersSelected = '<27><><EFBFBD>[<5B>U<EFBFBD>[<5B><><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
$strNoUsersSelected = '<27><><EFBFBD>[<5B>U<EFBFBD>[<5B><><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
$strNoValidateSQL = 'SQL<51><4C><EFBFBD><EFBFBD><D882>X<EFBFBD>L<EFBFBD>b<EFBFBD>v';
|
||||
$strNone = '<27><><EFBFBD><EFBFBD>';
|
||||
$strNotNumber = '<27><><EFBFBD><EFBFBD><EFBFBD>͔ԍ<CD94><D48D>ł͂<C582><CD82><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B';
|
||||
@@ -573,6 +570,8 @@ $strYes = '
|
||||
$strZeroRemovesTheLimit = '<27><><EFBFBD><EFBFBD>: <20>I<EFBFBD>v<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 0 (<28>[<5B><>)<29>ɐݒ肷<DD92><E882B7><EFBFBD>Ɛ<EFBFBD><C690><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882>Ȃ<EFBFBD><C882>܂<EFBFBD><DC82>B';
|
||||
$strZip = '"zip<69><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"';
|
||||
|
||||
// To translate
|
||||
|
||||
$strDbSpecific = 'database-specific'; //to translate
|
||||
|
||||
$strGlobal = 'global'; //to translate
|
||||
|
@@ -20,9 +20,6 @@ $month = array('1月','2月','3月','4月','5月','6月','7月','8月','9月','1
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%Y年 %B %d日 %H:%M';
|
||||
|
||||
// japanese only
|
||||
|
||||
$timespanfmt = '%s 日, %s 時, %s 分 %s 秒';
|
||||
|
||||
$strAPrimaryKey = '主キーが%sに追加されました。';
|
||||
@@ -574,6 +571,8 @@ $strYes = 'はい';
|
||||
$strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限がなくなります。';
|
||||
$strZip = '"zipされる"';
|
||||
|
||||
// To translate
|
||||
|
||||
$strDbSpecific = 'database-specific'; //to translate
|
||||
|
||||
$strGlobal = 'global'; //to translate
|
||||
|
@@ -14,7 +14,7 @@ $day_of_week = array('S
|
||||
$month = array('januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%e %B %Y kl %H:%M';
|
||||
$datefmt = '%d %B %Y kl %H:%M';
|
||||
$timespanfmt = '%s dagar, %s timmar, %s minuter och %s sekunder';
|
||||
|
||||
$strAPrimaryKey = 'En prim<69>r nyckel har lagts till f<>r %s';
|
||||
|
@@ -15,7 +15,7 @@ $day_of_week = array('Sön', 'Mån', 'Tis', 'Ons', 'Tors', 'Fre', 'Lör');
|
||||
$month = array('januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%e %B %Y kl %H:%M';
|
||||
$datefmt = '%d %B %Y kl %H:%M';
|
||||
$timespanfmt = '%s dagar, %s timmar, %s minuter och %s sekunder';
|
||||
|
||||
$strAPrimaryKey = 'En primär nyckel har lagts till för %s';
|
||||
|
@@ -17,7 +17,7 @@ $day_of_week = array('
|
||||
$month = array('<27>.<2E>.', '<27>.<2E>.', '<27><>.<2E>.', '<27><>.<2E>.', '<27>.<2E>.', '<27><>.<2E>.', '<27>.<2E>.', '<27>.<2E>.', '<27>.<2E>.', '<27>.<2E>.', '<27>.<2E>.', '<27>.<2E>.');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%e %B %Y %R<>.';
|
||||
$datefmt = '%d %B %Y %R<>.';
|
||||
|
||||
$timespanfmt = '%s <20>ѹ, %s <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, %s <20>ҷ<EFBFBD>, %s <20>Թҷ<D4B9>';
|
||||
|
||||
|
@@ -18,7 +18,7 @@ $day_of_week = array('อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.
|
||||
$month = array('ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.');
|
||||
// See http://www.php.net/manual/en/function.strftime.php to define the
|
||||
// variable below
|
||||
$datefmt = '%e %B %Y %Rน.';
|
||||
$datefmt = '%d %B %Y %Rน.';
|
||||
|
||||
$timespanfmt = '%s วัน, %s ชั่วโมง, %s นาที, %s วินาที';
|
||||
|
||||
|
Reference in New Issue
Block a user