diff options
author | duke <duke@piwigo.org> | 2012-05-14 18:16:26 +0000 |
---|---|---|
committer | duke <duke@piwigo.org> | 2012-05-14 18:16:26 +0000 |
commit | 114121a0b7dbdf55039ffdd318780d5799f485ea (patch) | |
tree | 4b95b66494d33afa05078412e38f4d1f9e4a84c6 /language/de_DE/install.lang.php | |
parent | d286db5360c1d980a132621b296b4fa17dbb8df6 (diff) |
fixed some spelling errors in german translation
git-svn-id: http://piwigo.org/svn/trunk@14973 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/de_DE/install.lang.php')
-rw-r--r-- | language/de_DE/install.lang.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/de_DE/install.lang.php b/language/de_DE/install.lang.php index 6d6bdb8da..37916a808 100644 --- a/language/de_DE/install.lang.php +++ b/language/de_DE/install.lang.php @@ -72,8 +72,8 @@ $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.'; -$lang['Just another Piwigo gallery'] = 'Nur eine neue Piwigo Bildgallerie'; -$lang['Welcome to my photo gallery'] = 'Willkommen bei meiner Bildgallerie'; +$lang['Just another Piwigo gallery'] = 'Nur eine neue Piwigo Bildgalerie'; +$lang['Welcome to my photo gallery'] = 'Willkommen bei meiner Bildgalerie'; $lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Besuchen Sie unser Forum, wenn Sie Hilfe benötigen: %s'; $lang['Welcome to your new installation of Piwigo!'] = 'Willkommen zu Ihrer neuen Piwigo Installation!'; -?>
\ No newline at end of file +?> |