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);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Google+ Import Settings"] = "Google+ Import Einstellungen";
|
|
|
|
$a->strings["Enable Google+ Import"] = "Aktiviere Google+ Import";
|
|
|
|
$a->strings["Google Account ID"] = "Google Account ID";
|
|
|
|
$a->strings["Submit"] = "Senden";
|
|
|
|
$a->strings["Google+ Import Settings saved."] = "Google+ Import Einstellungen gespeichert.";
|