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, );