From 0e14a597b86bc16e786f206ec869af128aa16ab8 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 17 Nov 2016 07:53:47 +0100 Subject: [PATCH] missed a files --- fromgplus/lang/de/strings.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fromgplus/lang/de/strings.php b/fromgplus/lang/de/strings.php index 50f938c5..1aeb4d09 100644 --- a/fromgplus/lang/de/strings.php +++ b/fromgplus/lang/de/strings.php @@ -5,8 +5,11 @@ function string_plural_select_de($n){ return ($n != 1);; }} ; -$a->strings["Google+ Import Settings"] = "Google+ Import Einstellungen"; +$a->strings["Google+ Mirror"] = "Google+ Spiegel"; $a->strings["Enable Google+ Import"] = "Aktiviere Google+ Import"; $a->strings["Google Account ID"] = "Google Account ID"; -$a->strings["Submit"] = "Senden"; +$a->strings["Add keywords to post"] = "Schlüsselwörter zum Beitrag hinzufügen"; +$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings["Google+ Import Settings saved."] = "Google+ Import Einstellungen gespeichert."; +$a->strings["Key"] = "Schlüssel"; +$a->strings["Settings updated."] = "Einstellungen aktualisiert.";