]> git.mxchange.org Git - friendica-addons.git/blob - altpager/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / altpager / lang / cs / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_cs")) {
4 function string_plural_select_cs($n){
5         return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
6 }}
7 ;
8 $a->strings["Altpager settings updated."] = "Nastavení Altpager aktualizováno.";
9 $a->strings["Alternate Pagination Setting"] = "Alternate Pagination nastavení";
10 $a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Použít odkazy na \"novější\" a \"starší\" stránky místo čísel stránek?";
11 $a->strings["Submit"] = "Odeslat";
12 $a->strings["Global"] = "Globální";
13 $a->strings["Force global use of the alternate pager"] = "Vynutit globální použití alternativního stránkování";
14 $a->strings["Individual"] = "Individuálové";
15 $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í.";
16 $a->strings["Settings updated."] = "Nastavení aktualizováno.";