]> git.mxchange.org Git - friendica-addons.git/blob - blackout/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / blackout / 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["Save Settings"] = "Uložit Nastavení";
9 $a->strings["Redirect URL"] = "URL Přesměrování";
10 $a->strings["all your visitors from the web will be redirected to this URL"] = "všichni vaši návštěvníci z webu budou přesměrování na tuto URL adresu";
11 $a->strings["Begin of the Blackout"] = "Zahájení odstávky";
12 $a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formát je <em>RRRR</em> rok, <em>MM</em> měsíc, <em>DD</em> den, <em>hh</em> hodina a <em>mm</em> minuta";
13 $a->strings["End of the Blackout"] = "Konec odstávky";
14 $a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Datum konce odstávky je před datem zahájení odstávky prosím opravte to.";