]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / remote_permissions / 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["Remote Permissions Settings"] = "Nastavení Vzdálených oprávnění";
9 $a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Umožnit příjemcům Vašich soukromých příspěvků vidět ostatní příjemce příspěvků";
10 $a->strings["Save Settings"] = "Uložit Nastavení";
11 $a->strings["Remote Permissions settings updated."] = "Nastavení Vzdálených opravnění aktualizováno.";
12 $a->strings["Visible to:"] = "Viditelné pro:";
13 $a->strings["Visible to"] = "Viditelné pro";
14 $a->strings["may only be a partial list"] = "pouze pro část seznamu";
15 $a->strings["Global"] = "Globální";
16 $a->strings["The posts of every user on this server show the post recipients"] = "Příspěvek každého uživatele na tomto serveru zobrazuje příjemce příspěvků";
17 $a->strings["Individual"] = "Individuálové";
18 $a->strings["Each user chooses whether his/her posts show the post recipients"] = "Každý uživatel si zvolí, zda-li jeho/její příspěvek zobrazí příjemce příspěvku.";
19 $a->strings["Settings updated."] = "Nastavení aktualizováno.";