]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / gnot / 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["Gnot settings updated."] = "Nastavení Gnot aktualizováno.";
9 $a->strings["Gnot Settings"] = "Nastavení Gnot";
10 $a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umožnit řetězení emailových komentářových notifikací na Gmailu a anonymizací řádky předmětu.";
11 $a->strings["Enable this plugin/addon?"] = "Povolit tento plugin/rozšíření?";
12 $a->strings["Save Settings"] = "Uložit Nastavení";
13 $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Upozornění] Komentář ke konverzaci #%d";