
Re: IP 2.0 Beta Lang_spanish
TheSteffen wrote: [View Post]
It normaly should work fine... if you safe all files as UTF-8 without BOM
So you dont have to rewite all files.
Can you please test the Attachment
Not works because the "&ñtilde;" is not the standard, the better is "ñ".
I use Notepad++ as editor.
I only rewrite this file for this failure.
------------------------------------------------------------------
Cambiando de tema.
Ya se que este pack es una beta, por eso voy a comentar otro fallo.
En la configuracion del Ajax aparecen varias lineas vacias:
h**p://img.imgur.com/UTP7L.png
Estas lineas estan en el "lang_admin.php" (en el ingles pero no en el español) y van desde la linea 2066 hasta la 2077.
'AJAX_CHAT_MSGS_REFRESH' => 'Refresh Time Interval',
'AJAX_CHAT_MSGS_REFRESH_EXPLAIN' => 'Please enter the time interval in seconds for the system to check for new chat messages. This value should not be below 2 seconds (it will be forced to 1 second if a lower value is set).',
'AJAX_CHAT_SESSION_REFRESH' => 'Session Length',
'AJAX_CHAT_SESSION_REFRESH_EXPLAIN' => 'Please enter the chat session duration. This value is used to check if users in chat left the conversation. This value should not be below 10 seconds (this value will be forced to be 5 seconds if a lower value is set).',
'AJAX_CHAT_LINK_TYPE' => 'Chat Window Format',
'AJAX_CHAT_LINK_TYPE_EXPLAIN' => 'Please specify if you want a simplified chat window or a window with full header and footer (simplified is cleaner and faster).',
'AJAX_CHAT_LINK_TYPE_SIMPLE' => 'Simplified',
'AJAX_CHAT_LINK_TYPE_FULL' => 'Full',
'AJAX_CHAT_NOTIFICATION' => 'Private Chat Notification',
'AJAX_CHAT_NOTIFICATION_EXPLAIN' => 'If you enable this option, a notification will be sent to the user in case of Private Chat Request.',
'AJAX_CHAT_CHECK_ONLINE' => 'Private Chat Link Only For Online Users',
'AJAX_CHAT_CHECK_ONLINE_EXPLAIN' => 'If you enable this option, the Private Chat link will be displayed only for users already in chat, otherwise it will be displayed for all users online in the site.',