mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 04:23:42 +00:00
missed a files
This commit is contained in:
parent
4e92317606
commit
0e14a597b8
1 changed files with 5 additions and 2 deletions
|
@ -5,8 +5,11 @@ function string_plural_select_de($n){
|
||||||
return ($n != 1);;
|
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["Enable Google+ Import"] = "Aktiviere Google+ Import";
|
||||||
$a->strings["Google Account ID"] = "Google Account ID";
|
$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["Google+ Import Settings saved."] = "Google+ Import Einstellungen gespeichert.";
|
||||||
|
$a->strings["Key"] = "Schlüssel";
|
||||||
|
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
||||||
|
|
Loading…
Reference in a new issue