aboutsummaryrefslogtreecommitdiffstats
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
parent127fb63067b73cbe99e052db3644d4236c3cdfcd (diff)
translated latest additions according to the analysis
git-svn-id: http://piwigo.org/svn/trunk@6135 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/de_DE/admin.lang.php3
-rw-r--r--language/de_DE/install.lang.php5
-rw-r--r--language/de_DE/upgrade.lang.php4
3 files changed, 7 insertions, 5 deletions
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php
index b1e83659d..6cc9c4555 100644
--- a/language/de_DE/admin.lang.php
+++ b/language/de_DE/admin.lang.php
@@ -72,7 +72,7 @@ $lang['Comments for all'] = 'Kommentare für alle erlaubt';
$lang['Controversy'] = 'Abweichung';
$lang['Current name'] = 'Derzeitiger Name';
$lang['Database'] = 'Datenbank';
-$lang['Deactivate'] = 'Deaktiviere';
+$lang['Deactivate'] = 'Deaktivieren';
$lang['Delete Representant'] = 'Lösche Vorschaubild';
$lang['Delete selected tags'] = 'Lösche markierte Tags';
$lang['Delete selected users'] = 'Lösche markierte Benutzer';
@@ -762,4 +762,5 @@ $lang['By rank'] = 'Nach Rangfolge';
$lang['Manual order'] = 'Manuelle Sortierung';
$lang['Order of menubar items has been updated successfully.'] = 'Die Reihenfolge der Menüelemente wurde erfolgreich angepasst.';
$lang['This theme was not designed to be directly activated'] = 'Dieses Layout kann nicht direkt aktiviert werden';
+$lang['Pending Comments'] = 'Freizugebende Kommentare';
?>
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';
+?>
diff --git a/language/de_DE/upgrade.lang.php b/language/de_DE/upgrade.lang.php
index 328c9f226..d825e2853 100644
--- a/language/de_DE/upgrade.lang.php
+++ b/language/de_DE/upgrade.lang.php
@@ -37,5 +37,5 @@ $lang['Only thumbnails prefix and webmaster mail address have been saved from pr
$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = 'Diese Seite hat vor, Ihre Datenbank entsprechend Ihrer alten Version von Piwigo zur gegenwärtigen Version zu aktualisieren.
Der Upgradeassistent ist der Meinung sie haben folgende Version installiert <strong>release %s</strong> (oder identisch).';
$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'Als Vorsichtsmaßnahme wurden folgende Plugins abgeschaltet. Prüfen Sie, ob ein Pluginupdate verfügbar ist, bevor Sie diese wieder aktivieren:';
-
-?> \ No newline at end of file
+$lang['In <i>%s</i>, before <b>?></b>, insert:'] = 'In der Datei <i>%s</i>, vor <b>?></b> folgendes einfügen:';
+?>