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

Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@911 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-07-27 10:09:04 +00:00
parent d6373d2a05
commit 68ae7a597d
4 changed files with 88 additions and 28 deletions

View File

@@ -213,5 +213,20 @@ $translations = array(
'%.3f s' => '%.3f s',
'History' => 'История',
'Variables' => 'Переменные',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Колонки должны иметь одинаковые типы данных; в результирующей колонке должен быть индекс.',
'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => 'Колонки должны иметь одинаковые типы данных, в результирующей колонке должен быть индекс, данные для импорта должны существовать.',
'Relations' => 'Реляции',
'Run file' => 'Запустить файл',
'Clear' => 'Очистить',
'Maximum allowed file size is %sB.' => 'Максимальный разрешенный размер файла - %sB.',
'Numbers' => 'Число',
'Date and time' => 'Дата и время',
'Strings' => 'Строки',
'Binary' => 'Двоичный тип',
'Lists' => 'Списки',
'Editor' => 'Редактор',
'E-mail' => 'Электропочта',
'From' => 'От',
'Subject' => 'Кому',
'Send' => 'Послать',
'%d e-mail(s) have been sent.' => array('Было отправлено %d письмо.', 'Было отправлено %d письма.', 'Было отправлено %d писем.'),
);