1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00

Time format hint (Editor)

This commit is contained in:
Jakub Vrana
2011-03-18 14:29:36 +01:00
parent ef3eb908fd
commit 10bb2b1526
3 changed files with 11 additions and 1 deletions

View File

@@ -281,6 +281,8 @@ $translations = array(
'$1-$3-$5' => '$6.$4.$1',
// hint for date format - use language equivalents for day, month and year shortcuts
'[yyyy]-mm-dd' => 'd.m.[rrrr]',
// hint for time format - use language equivalents for hour, minute and second shortcuts
'HH:MM:SS' => 'HH:MM:SS',
'now' => 'teď',
// general SQLite error in create, drop or rename database