mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
18
impressum/lang/cs/strings.php
Normal file
18
impressum/lang/cs/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Vlastník webu";
|
||||
$a->strings["Email Address"] = "E-mailová adresa";
|
||||
$a->strings["Postal Address"] = "Poštovní adresa";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Doplněk Impressum musí být nakonfigurován!<br/>Prosím, přidejte alespoň proměnnou <tt>owner</tt> do konfiguračního souboru. Pro nastavení ostatních proměnných se seznamte s nápovědou v souboru README tohoto doplňku.";
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizováno.";
|
||||
$a->strings["Submit"] = "Odeslat";
|
||||
$a->strings["The page operators name."] = "Jméno operátora stránky.";
|
||||
$a->strings["Site Owners Profile"] = "Profil majitele webu";
|
||||
$a->strings["Profile address of the operator."] = "Profilová addresa operátora.";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Jak kontaktovat operátora prostřednictvím klasické pošty. Zde můžete použít BBCode.";
|
||||
$a->strings["Notes"] = "Poznámky";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Další poznámky, které jsou zobrazeny pod kontaktními informacemi. Zde můžete použít BBCode.";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Jak konktaktovat operátora přes mail. (bude zobrazen \"zmateně\")";
|
||||
$a->strings["Footer note"] = "Poznámka v zápatí";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "Text pro zápatí. Zde můžete použít BBCode.";
|
Loading…
Add table
Add a link
Reference in a new issue