From aef2b0c96b4801ab9c1c8b5f826cc51db8ac1684 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 19 Jun 2009 05:14:45 +0000 Subject: [PATCH] Update translations git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@722 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/lang/de.inc.php | 1 + adminer/lang/es.inc.php | 1 + adminer/lang/et.inc.php | 1 + adminer/lang/fr.inc.php | 1 + adminer/lang/it.inc.php | 1 + adminer/lang/nl.inc.php | 1 + adminer/lang/ru.inc.php | 1 + adminer/lang/sk.inc.php | 1 + adminer/lang/zh.inc.php | 1 + 9 files changed, 9 insertions(+) diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index 6d53f26e..21eb90de 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -214,4 +214,5 @@ $translations = array( 'Select table' => 'Tabelle auswählen', '%.3f s' => '%.3f s', 'History' => 'Geschichte', + 'Variables' => 'Variablen', ); diff --git a/adminer/lang/es.inc.php b/adminer/lang/es.inc.php index 7605aafc..ecc8f774 100644 --- a/adminer/lang/es.inc.php +++ b/adminer/lang/es.inc.php @@ -214,4 +214,5 @@ $translations = array( 'Select table' => 'Seleccionar tabla', '%.3f s' => '%.3f s', 'History' => 'Historia', + 'Variables' => 'Variables', ); diff --git a/adminer/lang/et.inc.php b/adminer/lang/et.inc.php index 5d3978a9..b9e439f4 100644 --- a/adminer/lang/et.inc.php +++ b/adminer/lang/et.inc.php @@ -214,4 +214,5 @@ $translations = array( 'Select table' => 'Vali tabel', '%.3f s' => '%.3f s', 'History' => 'Ajalugu', + 'Variables' => 'Muutujad', ); diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index e74ee38a..75145163 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -214,4 +214,5 @@ $translations = array( 'Select table' => 'Selectionner la table', '%.3f s' => '%.3f s', 'History' => 'Histoire', + 'Variables' => 'Variables', ); diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index a4a8b80e..e94764de 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -214,4 +214,5 @@ $translations = array( 'Select table' => 'Scegli tabella', '%.3f s' => '%.3f s', 'History' => 'Storia', + 'Variables' => 'Variabili', ); diff --git a/adminer/lang/nl.inc.php b/adminer/lang/nl.inc.php index b910cdb3..a126e05c 100644 --- a/adminer/lang/nl.inc.php +++ b/adminer/lang/nl.inc.php @@ -214,4 +214,5 @@ $translations = array( 'Select table' => 'Selecteer tabel', '%.3f s' => '%.3f s', 'History' => 'Geschiedenis', + 'Variables' => 'Variabelen', ); diff --git a/adminer/lang/ru.inc.php b/adminer/lang/ru.inc.php index 0500b4da..a77ea510 100644 --- a/adminer/lang/ru.inc.php +++ b/adminer/lang/ru.inc.php @@ -214,4 +214,5 @@ $translations = array( '(anywhere)' => '(в любом месте)', '%.3f s' => '%.3f s', 'History' => 'История', + 'Variables' => 'Переменные', ); diff --git a/adminer/lang/sk.inc.php b/adminer/lang/sk.inc.php index f354e329..9d5e9dfe 100644 --- a/adminer/lang/sk.inc.php +++ b/adminer/lang/sk.inc.php @@ -214,4 +214,5 @@ $translations = array( '(anywhere)' => '(kdekoľvek)', '%.3f s' => '%.3f s', 'History' => 'História', + 'Variables' => 'Premenné', ); diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index 0c3e3b9a..a47ddcba 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -214,4 +214,5 @@ $translations = array( 'Select table' => '选择表', '%.3f s' => '%.3f s', 'History' => '历史', + 'Variables' => '变量', );