2015-04-03 11:17:32 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_de")) {
|
|
|
|
function string_plural_select_de($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
2016-11-17 06:53:47 +00:00
|
|
|
$a->strings["Google+ Mirror"] = "Google+ Spiegel";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Enable Google+ Import"] = "Aktiviere Google+ Import";
|
|
|
|
$a->strings["Google Account ID"] = "Google Account ID";
|
2016-11-17 06:53:47 +00:00
|
|
|
$a->strings["Add keywords to post"] = "Schlüsselwörter zum Beitrag hinzufügen";
|
|
|
|
$a->strings["Save Settings"] = "Einstellungen speichern";
|
2015-04-03 11:17:32 +00:00
|
|
|
$a->strings["Google+ Import Settings saved."] = "Google+ Import Einstellungen gespeichert.";
|
2016-11-17 06:53:47 +00:00
|
|
|
$a->strings["Key"] = "Schlüssel";
|
|
|
|
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|