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

Don't use AJAX links and forms

This commit is contained in:
Jakub Vrana
2012-04-15 22:18:03 -07:00
parent bf54c13dfe
commit 4815c7d020
37 changed files with 13 additions and 258 deletions

View File

@@ -278,10 +278,6 @@ $translations = array(
'Geometry' => 'Геометрія',
'Relations' => 'Зв\'язки',
// reload confirmation in AJAX
'Resend POST data?' => 'Ще раз надіслати POST-запит?',
'No response from server.' => 'Нема відповіді від сервера.',
'Editor' => 'Редактор',
// date format in Editor: $1 yyyy, $2 yy, $3 mm, $4 m, $5 dd, $6 d
'$1-$3-$5' => '$5.$3.$1',