]> git.mxchange.org Git - friendica-addons.git/blob - public_server/lang/de/strings.php
Merge pull request #1096 from annando/post-type
[friendica-addons.git] / public_server / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Administrator"] = "Administrator";
10 $a->strings["Your account on %s will expire in a few days."] = "Dein Konto auf %s wird in ein paar Tagen verfallen.";
11 $a->strings["Your Friendica account is about to expire."] = "Dein Friendica-Konto wird in Kürze auslaufen.";
12 $a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Hallo %1\$s,\n\ndein Account auf %2\$s wird in weniger als fünf Tagen auslaufen. Du kannst das verhindern, indem du dich mindestens einmal alle 30 Tage anmeldest.";
13 $a->strings["Save Settings"] = "Einstellungen speichern";
14 $a->strings["Set any of these options to 0 to deactivate it."] = "Setze diese Einstellungen auf 0, um sie jeweils zu deaktivieren.";