Skip to content

Commit

Permalink
Few lang vars updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyGorgon committed Oct 2, 2011
1 parent 5a29eb3 commit fd8ebbb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
'IP_spam_disable_url' => 'SPAM - Disable URLs In Posts',
'IP_spam_disable_url_explain' => 'This feature remove all URLs in posts and replace HTTP with H**P, this feature will remain in place for a minimum of posts specified in the field above. Administrators will see the original message anyway.',

'IP_spam_hide_signature' => 'SPAM - Disable Signature In Posts',
'IP_spam_hide_signature_explain' => 'This feature will hide the signature for all those users who didn\'t reach a minimum of posts specified in the field above. Administrators will see the signature anyway.',
'IP_spam_hide_signature' => 'SPAM - Disable Signature And Web In Posts',
'IP_spam_hide_signature_explain' => 'This feature will hide the signature and personal website information for all those users who didn\'t reach a minimum of posts specified in the field above. Administrators will see the signature anyway.',

'IP_spam_post_edit_interval' => 'SPAM - Disable Post Edit',
'IP_spam_post_edit_interval_explain' => 'By enabling this feature, all users who didn\'t reach the required amount of posts will not be able to edit their posts after the specified interval',
Expand Down
6 changes: 3 additions & 3 deletions trunk/english/language/lang_english/lang_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,8 @@
'Guest_user_online' => 'There is %d Guest user online', // There is 1 Guest user online
'No_users_browsing' => 'There are no users currently browsing this forum',

'Online_explain' => 'This data is based on users active over the past ' . intval(ONLINE_REFRESH / 60) . ' minutes',
'Online_today' => 'This data is based on users active today',
'ONLINE_EXPLAIN' => 'This data is based on users active over the past ' . intval(ONLINE_REFRESH / 60) . ' minutes',
'ONLINE_TODAY' => 'This data is based on users active today',

'Forum_Location' => 'Forum Location',
'Last_updated' => 'Last Updated',
Expand Down Expand Up @@ -1783,7 +1783,7 @@
'UserSport' => 'Sport/Team',
'UserMusic' => 'Music/Groups',
'UserNoInfo' => 'No Information Available',
'Last_Seen' => 'Last Online',
'LAST_SEEN' => 'Last Online',
// New MG - END

// MG CMS - BEGIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@
'IP_spam_disable_url' => 'SPAM - Disattiva URL Nei Messaggi',
'IP_spam_disable_url_explain' => 'Attivando questa opzione tutte le URL verranno disattivate ed i prefissi HTTP verranno rimpiazzati con H**P per tutti gli utenti che non hanno raggiunto il numero di messaggi minimo specificato qui sopra. Gli amministratori vedranno comunque il contenuto originale.',

'IP_spam_hide_signature' => 'SPAM - Disattiva Firme Nei Messaggi',
'IP_spam_hide_signature_explain' => 'Attivando questa opzione le firme nei messaggi verranno disattivate per tutti gli utenti che non hanno raggiunto il numero di messaggi minimo specificato qui sopra. Gli amministratori vedranno comunque la firma.',
'IP_spam_hide_signature' => 'SPAM - Disattiva Firme E Sito Nei Messaggi',
'IP_spam_hide_signature_explain' => 'Attivando questa opzione le firme e le informazioni riguardo il sito personale verranno disattivate dai messaggi nel forum per tutti gli utenti che non hanno raggiunto il numero di messaggi minimo specificato qui sopra. Gli amministratori vedranno comunque la firma.',

'IP_spam_post_edit_interval' => 'SPAM - Disattiva Modifica Messaggi',
'IP_spam_post_edit_interval_explain' => 'Attivando questa opzione gli utenti che non hanno raggiunto il numero di messaggi minimo specificato qui sopra non saranno in grado di modificare i propri messaggi superato il periodo specificato',
Expand Down
6 changes: 3 additions & 3 deletions trunk/italian/language/lang_italian/lang_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,8 @@
'Guest_user_online' => 'C\'è %d Ospite in linea', // There is 1 Guest user online
'No_users_browsing' => 'Al momento non ci sono Utenti nel Forum',

'Online_explain' => 'Questi dati si basano sugli Utenti in linea negli ultimi ' . intval(ONLINE_REFRESH / 60) . ' minuti',
'Online_today' => 'Questi dati si basano sugli Utenti in linea nella giornata',
'ONLINE_EXPLAIN' => 'Questi dati si basano sugli Utenti in linea negli ultimi ' . intval(ONLINE_REFRESH / 60) . ' minuti',
'ONLINE_TODAY' => 'Questi dati si basano sugli Utenti in linea nella giornata',

'Forum_Location' => 'Località del Forum',
'Last_updated' => 'Ultimo Aggiornamento',
Expand Down Expand Up @@ -1864,7 +1864,7 @@
'UserSport' => 'Sport/Squadra',
'UserMusic' => 'Musica/Gruppi',
'UserNoInfo' => 'Nessuna Informazione Inserita',
'Last_Seen' => 'Ultimi Online',
'LAST_SEEN' => 'Ultimi Online',
// New MG - END

// MG CMS - BEGIN
Expand Down

0 comments on commit fd8ebbb

Please sign in to comment.