X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=b7e0d854f1c2aaf1eb0878d6ed05ff12bb951f50;hb=1fc2a56fc5b81d917ce929be0e2f0d53672a26fa;hp=66a97806a10e5a5c2c3bbdf1ceb0d58575f806ef;hpb=46370b31b7ecc32b054b1ead6f77b9f8822cfe36;p=brisk.git diff --git a/web/index.php b/web/index.php index 66a9780..b7e0d85 100644 --- a/web/index.php +++ b/web/index.php @@ -126,22 +126,18 @@ $mlang_room = array( 'userpassuse' => array('it' => 'Il tuo nickname è g 'en' => 'guarantee for a friend'), 'tit_warr' => array('it' => 'Garantisci per un tuo conoscente.', 'en' => 'Guarantee for a friend.'), - 'itm_list' => array('it' => 'ascolta', - 'en' => 'listen'), + 'itm_list' => array('it' => 'visualizza', + 'en' => 'visualize'), 'list_desc' => array('it' => 'imposta le regole di ascolto', 'en' => 'set the listen rules'), - 'tit_listall' => array('it' => 'tutti', + 'tit_listall' => array('it' => 'tutti gli utenti', 'en' => 'everybody'), - 'listall_desc' => array('it' => 'leggi tutti i messaggi di tutti gli utenti collegati', - 'en' => 'listen all messages from each user connected'), - 'tit_listaut' => array('it' => 'solo autenticati', - 'en' => 'only authorized'), - 'tit_listisol' => array('it' => 'isolamento', - 'en' => 'isolation'), - 'listaut_desc' => array('it' => 'leggi soltanto i messaggi degli utenti con password', - 'en' => 'listen messages only from authenticated users'), - 'listisol_desc'=> array('it' => 'visualizza Brisk come se fosse solo per utenti con password', - 'en' => 'show Brisk like an authenticated user only site'), + 'listall_desc' => array('it' => 'visualizza tutti gli utenti collegati', + 'en' => 'visualize all connected users'), + 'tit_listisol' => array('it' => 'solo user autenticati', + 'en' => 'authenticated users only'), + 'listisol_desc' => array('it' => 'visualizza solo gli user autenticati e i tavoli a loro riservati', + 'en' => 'visualize authenticated users only and reserved tables to them'), 'suppcomp_tit' => array('it' => 'personalizza la tua S', 'en' => 'customize your S'), 'suppcomp_r' => array('it' => 'rosso', @@ -537,7 +533,7 @@ function index_main(&$brisk, $transp_type, $header, &$header_out, $remote_addr_f if ($ii % 4 == 0) { $tables .= ''; } - if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $ii < TABLES_AUTH_N) { + if (TRUE || !($user->flags & USER_FLAG_ISOLAUTH) || $i < TABLES_APPR_N) { $tables .= ''; $tables .= '
'.$mlang_room['tit_tabl'][$G_lang].$i.'
'; @@ -1043,6 +1039,7 @@ supported by: