X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fbriskin5.phh;h=cbc1fa9d671e7b85c25ca7b47ed1e4e98a440331;hb=0b5cee85e950bfd337c0f539d278b8e0e9c3e62c;hp=beaeed6395990284992f79c560b9ca9f9ffc95d2;hpb=dcff4d0735d2c55fe7ae7b1abc6854df39465de3;p=brisk.git diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index beaeed6..cbc1fa9 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -49,7 +49,7 @@ $mlang_bin5_bin5 = array( 'en' => 'they have lost'), 'info_yturn'=> array( 'it' => ' tocca a te giocare.', 'en' => ' it\'s your turn.'), - 'info_turn' => array( 'it' => 'tocca a $unam giocare.', + 'info_turn' => array( 'it' => 'tocca a %s giocare.', 'en' => 'it\'s the %s\'s turn.'), 'info_mult' => array( 'it' => ' La partita vale %s.', 'en' => ' The game worth %s.' ), @@ -951,11 +951,12 @@ function locshm_exists($tok) } - +// rendiamo qui l'elenco dei punti come return della func function calculate_points(&$table) { GLOBAL $G_all_points; + $ret = array(); $pro = 0; if ($table->asta_pnt == 60) @@ -1010,10 +1011,13 @@ function calculate_points(&$table) $table->points[$table->points_n % MAX_POINTS][$i] = $pt; $table->total[$i] += $pt; + $ret[$i] = $pt; } $table->points_n++; $table->old_pnt = $pro; $table->mult = 1; + + return($ret); } /* show table @@ -1384,6 +1388,7 @@ function table_wellcome($user) function briscola_show($room, $table, $user) { + GLOBAL $G_lang, $mlang_bin5_bin5; $ptnadd = ""; $ret = "";