I´ve finished spanish translation of IP 2.0 .
There will be still a few errors i have´nt found, but if you could post them here, i´ll fix them in the download
last update 10/11/2012
Spanish Translation For Icy Phoenix 2.0
Subject: Spanish Translation For Icy Phoenix 2.0
Last edited by spydie on Sat 10 Nov, 2012 13:56; edited 8 times in total
Last edited by spydie on Sat 10 Nov, 2012 13:56; edited 8 times in total
lang_spanish.zip | ||
Description: | latest review 10/11/2012 | ![]() Download |
Filename: | lang_spanish.zip | |
Filesize: | 317.33 KB | |
Downloaded: | 475 Time(s) |
Subject: Re: IP 2.0 Beta Lang_spanish
Thanks spydie!
And MG (Luca), this is the new package or translator official for the Spanish Language (JANU this disappeared) :oops:
You can upload to GIT ?
Greets!
And MG (Luca), this is the new package or translator official for the Spanish Language (JANU this disappeared) :oops:
You can upload to GIT ?
Greets!
Subject: Re: IP 2.0 Beta Lang_spanish
Done: https://github.com/MightyGorgon/icy...ee/master/trunk :mricy:
Subject: Re: IP 2.0 Beta Lang_spanish
I don't know Spanish, but I think the other admin on my forum does. I will install this and try it out!
Subject: Re: IP 2.0 Beta Lang_spanish
Gracias por el trabajo que os meteis. :mryellow:
Me he registrado para comunicaros un fallo en la traduccion.
En el archivo lang_extend_icy_phoenix.php, linea 498, donde pone 'PHP Cron Cumplea&ñtilde;os' habria que cambiarlo por 'PHP Cron Cumpleaños'
In english:
File "lang_extend_icy_phoenix.php", line 498
Change this
By this
Un saludo y gracias por todo. :D
Me he registrado para comunicaros un fallo en la traduccion.
En el archivo lang_extend_icy_phoenix.php, linea 498, donde pone 'PHP Cron Cumplea&ñtilde;os' habria que cambiarlo por 'PHP Cron Cumpleaños'
In english:
File "lang_extend_icy_phoenix.php", line 498
Change this
Code: [Download] [Hide] [Select]
'PHP Cron Cumplea&ñtilde;os'
By this
Code: [Download] [Hide] [Select]
'PHP Cron Cumpleaños'
Un saludo y gracias por todo. :D
Subject: Re: IP 2.0 Beta Lang_spanish
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
So you dont have to rewite all files.
Can you please test the Attachment
lang_extend_icy_phoenix.zip | ||
Description: | lang_extend_icy_phoenix | ![]() Download |
Filename: | lang_extend_icy_phoenix.zip | |
Filesize: | 11.72 KB | |
Downloaded: | 323 Time(s) |
Subject: Re: IP 2.0 Beta Lang_spanish
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.
TheSteffen wrote: [View Post]
Code: [Download] [Hide] [Select]
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.
Code: [Download] [Hide] [Select]
'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.',
'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.',
Subject: Re: IP 2.0 Beta Lang_spanish
ya se, y estoy trabajando en ello, los subire en cuando tenga linea de nuevo, ya que ahora mismo estoy por el smartphone.
i know, and i´m working on it. I´ll upload the reviewed files, when i get a new connection at home, because at the moment i´m working with my smartphone
i know, and i´m working on it. I´ll upload the reviewed files, when i get a new connection at home, because at the moment i´m working with my smartphone
Page 1 of 2
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.9298s (PHP: 2% SQL: 98%)
SQL queries: 18 - Debug Off - GZIP Enabled