mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,10 +5,13 @@ function string_plural_select_de($n){
|
|||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Administrator"] = "Administrator";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Dein Konto auf %s wird in ein paar Tagen verfallen.";
|
||||
$a->strings["Your Friendica account is about to expire."] = "Dein Friendica-Konto wird in Kürze auslaufen.";
|
||||
$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.";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["Set any of these options to 0 to deactivate it."] = "Setze eine dieser Einstellungen auf 0, um sie zu deaktivieren.";
|
||||
$a->strings['Administrator'] = 'Administrator';
|
||||
$a->strings['Your account on %s will expire in a few days.'] = 'Dein Konto auf %s wird in ein paar Tagen verfallen.';
|
||||
$a->strings['Your Friendica account is about to expire.'] = 'Dein Friendica-Konto wird in Kürze auslaufen.';
|
||||
$a->strings['Hi %1$s,
|
||||
|
||||
Your 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,
|
||||
|
||||
dein 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.';
|
||||
$a->strings['Save Settings'] = 'Einstellungen speichern';
|
||||
$a->strings['Set any of these options to 0 to deactivate it.'] = 'Setze eine dieser Einstellungen auf 0, um sie zu deaktivieren.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue