From 1ae22acb556498117f1008665c90a09b0ddf5d2d Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sat, 11 Jul 2009 17:14:49 +0000 Subject: [PATCH] Update translations git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@799 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- editor/lang/cs.inc.php | 7 ++++++- editor/lang/de.inc.php | 1 - editor/lang/es.inc.php | 1 - editor/lang/et.inc.php | 1 - editor/lang/fr.inc.php | 1 - editor/lang/it.inc.php | 1 - editor/lang/nl.inc.php | 1 - editor/lang/ru.inc.php | 1 - editor/lang/sk.inc.php | 1 - editor/lang/zh.inc.php | 1 - 10 files changed, 6 insertions(+), 10 deletions(-) diff --git a/editor/lang/cs.inc.php b/editor/lang/cs.inc.php index 00a1afb2..442755f2 100644 --- a/editor/lang/cs.inc.php +++ b/editor/lang/cs.inc.php @@ -55,5 +55,10 @@ $translations = array( 'Import' => 'Import', 'Table structure' => 'Struktura tabulky', '(anywhere)' => '(kdekoliv)', - 'Editor' => null, + 'Editor' => 'Editor', + 'E-mail' => 'E-mail', + 'From' => 'Odesílatel', + 'Subject' => 'Předmět', + 'Send' => 'Odeslat', + '%d e-mail(s) have been sent.' => array('Byl odeslán %d e-mail.', 'Byly odeslány %d e-maily.', 'Bylo odesláno %d e-mailů.'), ); diff --git a/editor/lang/de.inc.php b/editor/lang/de.inc.php index b54d4590..af450d57 100644 --- a/editor/lang/de.inc.php +++ b/editor/lang/de.inc.php @@ -55,5 +55,4 @@ $translations = array( '(anywhere)' => '(beliebig)', 'CSV Import' => 'Importiere CSV', 'Import' => 'Importieren', - 'Editor' => null, ); diff --git a/editor/lang/es.inc.php b/editor/lang/es.inc.php index 4f76655c..08a6340d 100644 --- a/editor/lang/es.inc.php +++ b/editor/lang/es.inc.php @@ -55,5 +55,4 @@ $translations = array( '(anywhere)' => '(cualquier lugar)', 'CSV Import' => 'Importar CSV', 'Import' => 'Importar', - 'Editor' => null, ); diff --git a/editor/lang/et.inc.php b/editor/lang/et.inc.php index 43f3a591..0dab6960 100644 --- a/editor/lang/et.inc.php +++ b/editor/lang/et.inc.php @@ -55,5 +55,4 @@ $translations = array( '(anywhere)' => '(vahet pole)', 'CSV Import' => 'Impordi CSV', 'Import' => 'Impordi', - 'Editor' => null, ); diff --git a/editor/lang/fr.inc.php b/editor/lang/fr.inc.php index 8a28808a..5c13522e 100644 --- a/editor/lang/fr.inc.php +++ b/editor/lang/fr.inc.php @@ -55,5 +55,4 @@ $translations = array( '(anywhere)' => '(n\'importe où)', 'CSV Import' => 'Importation CVS', 'Import' => 'Importer', - 'Editor' => null, ); diff --git a/editor/lang/it.inc.php b/editor/lang/it.inc.php index 29d6a1b7..a4563995 100644 --- a/editor/lang/it.inc.php +++ b/editor/lang/it.inc.php @@ -55,5 +55,4 @@ $translations = array( '(anywhere)' => '(ovunque)', 'CSV Import' => 'Importa da CSV', 'Import' => 'Importa', - 'Editor' => null, ); diff --git a/editor/lang/nl.inc.php b/editor/lang/nl.inc.php index 22ea8f59..7b7005ab 100644 --- a/editor/lang/nl.inc.php +++ b/editor/lang/nl.inc.php @@ -55,5 +55,4 @@ $translations = array( '(anywhere)' => '(overal)', 'CSV Import' => 'CSV Import', 'Import' => 'Importeren', - 'Editor' => null, ); diff --git a/editor/lang/ru.inc.php b/editor/lang/ru.inc.php index 44e0bef5..4da96c90 100644 --- a/editor/lang/ru.inc.php +++ b/editor/lang/ru.inc.php @@ -55,5 +55,4 @@ $translations = array( 'Import' => 'Импорт', 'Table structure' => 'Структура таблицы', '(anywhere)' => '(в любом месте)', - 'Editor' => null, ); diff --git a/editor/lang/sk.inc.php b/editor/lang/sk.inc.php index a956351d..db0cc50d 100644 --- a/editor/lang/sk.inc.php +++ b/editor/lang/sk.inc.php @@ -55,5 +55,4 @@ $translations = array( 'Import' => 'Import', 'Table structure' => 'Štruktúra tabuľky', '(anywhere)' => '(kdekoľvek)', - 'Editor' => null, ); diff --git a/editor/lang/zh.inc.php b/editor/lang/zh.inc.php index 69e019be..96b7b48e 100644 --- a/editor/lang/zh.inc.php +++ b/editor/lang/zh.inc.php @@ -55,5 +55,4 @@ $translations = array( '(anywhere)' => '(任意位置)', 'CSV Import' => 'CSV 导入', 'Import' => '导入', - 'Editor' => null, );