mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +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
11
altpager/lang/cs/strings.php
Normal file
11
altpager/lang/cs/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Altpager settings updated."] = "Nastavení Altpager aktualizováno.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Alternate Pagination nastavení";
|
||||
$a->strings["Use links to __DQ__newer__DQ__ and __DQ__older__DQ__ pages in place of page numbers?"] = "Použít odkazy na \"novější\" a \"starší\" stránky místo čísel stránek?";
|
||||
$a->strings["Submit"] = "Odeslat";
|
||||
$a->strings["Global"] = "Globální";
|
||||
$a->strings["Force global use of the alternate pager"] = "Vynutit globální použití alternativního stránkování";
|
||||
$a->strings["Individual"] = "Individuálové";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "Každý uživatel si vybere, zda-li použije alternativní stránkování.";
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizováno.";
|
Loading…
Add table
Add a link
Reference in a new issue