update
update
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* DO NOT CHANGE!
|
||||
*/
|
||||
@@ -96,7 +95,6 @@ $lang = array_merge($lang, array(
|
||||
'MCHAT_TOTALMESSAGES' => 'Wszystkie wiadomości <strong>%s</strong>',
|
||||
'MCHAT_USESOUND' => 'Włączyć dźwięk ?',
|
||||
|
||||
|
||||
'MCHAT_ONLINE_USERS_TOTAL' => 'Aktualnie jest tutaj <strong>%d</strong> czatujących użytkowników ',
|
||||
'MCHAT_ONLINE_USER_TOTAL' => 'Aktualnie <strong>%d</strong> osoba korzysta z mChatu ',
|
||||
'MCHAT_NO_CHATTERS' => 'Nikt nie czatuje',
|
||||
|
||||
@@ -31,7 +31,6 @@ if (empty($lang) || !is_array($lang))
|
||||
// Some characters for use
|
||||
// ’ » “ ” …
|
||||
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
|
||||
// UMIL stuff
|
||||
|
||||
@@ -261,17 +261,17 @@ div.avatarMessage {
|
||||
border:1px solid #888;
|
||||
}
|
||||
.appriseOverlay {
|
||||
background-color:#222222;
|
||||
border:medium none;
|
||||
cursor:wait;
|
||||
height:100%;
|
||||
left:0;
|
||||
margin:0;
|
||||
padding:0;
|
||||
position:fixed;
|
||||
top:0;
|
||||
width:100%;
|
||||
z-index:1000;
|
||||
filter:alpha(opacity=70);
|
||||
opacity:0.70;
|
||||
background-color:#222222;
|
||||
border:medium none;
|
||||
cursor:wait;
|
||||
height:100%;
|
||||
left:0;
|
||||
margin:0;
|
||||
padding:0;
|
||||
position:fixed;
|
||||
top:0;
|
||||
width:100%;
|
||||
z-index:1000;
|
||||
filter:alpha(opacity=70);
|
||||
opacity:0.70;
|
||||
}
|
||||
Reference in New Issue
Block a user