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,17 +5,16 @@ function string_plural_select_cs($n){
|
|||
$n = intval($n);
|
||||
if (($n==1)) { return 0; } else if (($n>=2 && $n<=4)) { return 1; } else { return 2; }
|
||||
}}
|
||||
;
|
||||
$a->strings["New Member"] = "Nový člen";
|
||||
$a->strings["Tips for New Members"] = "Tipy pro nové členy";
|
||||
$a->strings["Global Support Forum"] = "Globální fórum podpory";
|
||||
$a->strings["Local Support Forum"] = "Lokální fórum podpory";
|
||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
||||
$a->strings["Message"] = "Zpráva";
|
||||
$a->strings["Your message for new members. You can use bbcode here."] = "Vaše zpráva pro nové členy. Zde můžete použít BBCode.";
|
||||
$a->strings["Add a link to global support forum"] = "Přidejte odkaz na globální fórum podpory";
|
||||
$a->strings["Should a link to the global support forum be displayed?"] = "Má být odkaz na globální fórum podpory zobrazen?";
|
||||
$a->strings["Add a link to the local support forum"] = "Přidejte odkaz na lokální fórum podpory";
|
||||
$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Pokud máte lokální fórum podpory a chcete mít zobrazen jeho odkaz, zvolte tuto volbu.";
|
||||
$a->strings["Name of the local support group"] = "Název lokálního fóra podpory";
|
||||
$a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "Pokud jste výše uvedené zaškrtli, specifikujte zde <em>přezdívku</em> lokální podpůrné skupiny (např. pomahači)";
|
||||
$a->strings['New Member'] = 'Nový člen';
|
||||
$a->strings['Tips for New Members'] = 'Tipy pro nové členy';
|
||||
$a->strings['Global Support Forum'] = 'Globální fórum podpory';
|
||||
$a->strings['Local Support Forum'] = 'Lokální fórum podpory';
|
||||
$a->strings['Save Settings'] = 'Uložit Nastavení';
|
||||
$a->strings['Message'] = 'Zpráva';
|
||||
$a->strings['Your message for new members. You can use bbcode here.'] = 'Vaše zpráva pro nové členy. Zde můžete použít BBCode.';
|
||||
$a->strings['Add a link to global support forum'] = 'Přidejte odkaz na globální fórum podpory';
|
||||
$a->strings['Should a link to the global support forum be displayed?'] = 'Má být odkaz na globální fórum podpory zobrazen?';
|
||||
$a->strings['Add a link to the local support forum'] = 'Přidejte odkaz na lokální fórum podpory';
|
||||
$a->strings['If you have a local support forum and wand to have a link displayed in the widget, check this box.'] = 'Pokud máte lokální fórum podpory a chcete mít zobrazen jeho odkaz, zvolte tuto volbu.';
|
||||
$a->strings['Name of the local support group'] = 'Název lokálního fóra podpory';
|
||||
$a->strings['If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)'] = 'Pokud jste výše uvedené zaškrtli, specifikujte zde <em>přezdívku</em> lokální podpůrné skupiny (např. pomahači)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue