aboutsummaryrefslogtreecommitdiffstats
path: root/language/de_DE/install.lang.php
diff options
context:
space:
mode:
authorduke <duke@piwigo.org>2010-05-09 08:52:04 +0000
committerduke <duke@piwigo.org>2010-05-09 08:52:04 +0000
commitb7296700f75f9aa2bc119df47d83449329fbca7a (patch)
tree7b124f507d761a239ede5edef1aca47470060722 /language/de_DE/install.lang.php
parent127fb63067b73cbe99e052db3644d4236c3cdfcd (diff)
translated latest additions according to the analysis
git-svn-id: http://piwigo.org/svn/trunk@6135 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/de_DE/install.lang.php')
-rw-r--r--language/de_DE/install.lang.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/language/de_DE/install.lang.php b/language/de_DE/install.lang.php
index 01070208f..50b29252c 100644
--- a/language/de_DE/install.lang.php
+++ b/language/de_DE/install.lang.php
@@ -74,5 +74,6 @@ $lang['An alternate solution is to copy the text in the box above and paste it i
$lang['Creation of config file local/config/database.inc.php failed.'] = 'Die Erstellung der Datei local/config/database.inc.php ist fehlgeschlagen.';
$lang['Download the config file'] = 'Lade die Konfigurationsdatei herunter';
$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'SIe können die Konfigurationsdatei herunterladen und in den Ordner local/config ihrer Installation hochladen.';
-
-?> \ No newline at end of file
+$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'Die Unterstüztung von SQLite und PostgreSQL befindet sich noch in einem experimentellen Stadium.';
+$lang['Learn more'] = 'Mehr Informationen';
+?>