mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
CS translation diaspora THX Aditoo
This commit is contained in:
parent
ed9297ea25
commit
ab5aa50ae9
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ function string_plural_select_cs($n){
|
|||
return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Diaspora"] = "Odeslat příspěvek na Diasporu";
|
||||
$a->strings["Post to Diaspora"] = "Odeslat na Diasporu";
|
||||
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nelze se přihlásit na váš účet Diaspora. Prosím ověřte své uživatelské jméno a heslo a ujistěte se, že jste použili kompletní adresu (včetně http...)";
|
||||
$a->strings["Diaspora Export"] = "Diaspora export";
|
||||
$a->strings["Enable Diaspora Post Addon"] = "Povolit doplněk Diaspora Post";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue