mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
fixing a problem with automatization ;-)
This commit is contained in:
parent
214e7d9b1c
commit
a79ca033f4
102 changed files with 819 additions and 0 deletions
|
@ -1,2 +1,21 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_cs")) {
|
||||
function string_plural_select_cs($n){
|
||||
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
|
||||
}}
|
||||
;
|
||||
$a->strings["Jappix Mini"] = "Jappix Mini";
|
||||
$a->strings["Activate addon"] = "Aktivovat rozšíření";
|
||||
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "<em>Nevlkádejte</em> Jappixmini Chat-Widget do webového rozhraní";
|
||||
$a->strings["Jabber username"] = "Jabber uživatelské jméno";
|
||||
$a->strings["Jabber server"] = "Jabber server";
|
||||
$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
|
||||
$a->strings["Jabber password"] = "Jabber heslo";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)";
|
||||
$a->strings["Friendica password"] = "Friendica heslo";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automaticky schválit požadavek na členství od Friedica kontaktů.";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "Automaticky zaslat požadavek na členství Friedica kontaktům.";
|
||||
$a->strings["Purge internal list of jabber addresses of contacts"] = "Očistit interní seznam jabber adres kontaktů";
|
||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
||||
$a->strings["Add contact"] = "Přidat kontakt";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue