]> git.mxchange.org Git - friendica-addons.git/blob - dwpost/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / dwpost / 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["Post to Dreamwidth"] = "Poslat na Dreamwidth";
9 $a->strings["Dreamwidth Export"] = "Dreamwidth export";
10 $a->strings["Enable dreamwidth Post Plugin"] = "Povolit dreamwidth Plugin";
11 $a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno";
12 $a->strings["dreamwidth password"] = "dreamwidth heslo";
13 $a->strings["Post to dreamwidth by default"] = "Defaultně umístit na dreamwidth";
14 $a->strings["Save Settings"] = "Uložit Nastavení";