mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 17:38: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,8 +5,11 @@ function string_plural_select_cs($n){
|
|||
$n = intval($n);
|
||||
if (($n == 1 && $n % 1 == 0)) { return 0; } else if (($n >= 2 && $n <= 4 && $n % 1 == 0)) { return 1; } else if (($n % 1 != 0 )) { return 2; } else { return 3; }
|
||||
}}
|
||||
;
|
||||
$a->strings["Administrator"] = "Administrátor";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Platnost Vašeho účtu na %s vyprší během několika dní.";
|
||||
$a->strings["Your Friendica account is about to expire."] = "Váš účet na Frendica brzy vyprší.";
|
||||
$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"] = "Dobrý den, %1\$s,\n\nVáš účet na %2\$s vyprší za méně než pět dní. Svůj účet si zachováte, pokud se přihlásíte alespoň jednou za každých 30 dní.";
|
||||
$a->strings['Administrator'] = 'Administrátor';
|
||||
$a->strings['Your account on %s will expire in a few days.'] = 'Platnost Vašeho účtu na %s vyprší během několika dní.';
|
||||
$a->strings['Your Friendica account is about to expire.'] = 'Váš účet na Frendica brzy vyprší.';
|
||||
$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'] = 'Dobrý den, %1$s,
|
||||
|
||||
Váš účet na %2$s vyprší za méně než pět dní. Svůj účet si zachováte, pokud se přihlásíte alespoň jednou za každých 30 dní.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue