| :: |
| Author |
Message |
Errioxa
Joined: 25 Jun 2008 Posts: 2
|
Posted: Wed Jun 25, 2008 8:50 am Post subject: Problem with Spanish language |
|
|
Hi,
I installed the PHPBB3-SEO, and I configured it. After, I installed the spanish language but doesn't work.
The file acp/phpbb_seo.php don't exist.
How should I do? |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
Errioxa
Joined: 25 Jun 2008 Posts: 2
|
Posted: Wed Jun 25, 2008 9:43 am Post subject: Re: Problem with Spanish language |
|
|
Thanks!
Then, should I copy the english files to spanish folder?
But the text will be in english, I want the text is in Spanish |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
Ahriman

Joined: 20 Jul 2008 Posts: 5
|
Posted: Sun Jul 20, 2008 9:39 pm Post subject: Re: Problem with Spanish language |
|
|
Make the changes below and upload phpbb_seo.php file to /language/es/ for spanish tranlation
Now in Spanish:
| Code: | #-----[ OPEN ]------------------------------------------
language/es/acp/common.php
#
#-----[ FIND ]------------------------------------------
?>
#
#-----[ BEFORE ADD ]------------------------------------------
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$lang = array_merge($lang, array(
'ACP_CAT_PHPBB_SEO' => 'phpBB SEO',
'ACP_MOD_REWRITE' => 'Configuración URL Rewriting',
'ACP_PHPBB_SEO_CLASS' => 'Configuración phpBB SEO Class',
'ACP_FORUM_URL' => 'Adminitración URL de los Foros',
'ACP_HTACCESS' => '.htaccess',
'ACP_PREMOD_UPDATE' => '<h1>Anuncio de lanzamiento</h1>
<p>Esta actualización sólo afecta al premod, no al núcleo de phpBB.</p>
<p>Una nueva versión de phpBB SEO premod está disponible: %1$s<br/>Asegúrese de visitar<a href="%2$s" title="El hilo de lanzamiento"><b> el hilo de lanzamiento</b></a> y de actualizar su instalación.</p>',
'SEO_LOG_INSTALL_PHPBB_SEO' => '<strong>phpBB SEO mod rewrite instalado</strong>',
'SEO_LOG_INSTALL_PHPBB_SEO_FAIL' => '<strong>Intento de instalar phpBB SEO mod rewrite fallido</strong>',
'SEO_LOG_UNINSTALL_PHPBB_SEO' => '<strong>phpBB SEO mod rewrite desinstalado</strong>',
'SEO_LOG_UNINSTALL_PHPBB_SEO_FAIL' => '<strong>Intento de desinstalar phpBB SEO mod rewrite fallido</strong>',
'SEO_LOG_CONFIG_SETTINGS' => '<strong>Alterada la configuración phpBB SEO Class</strong>',
'SEO_LOG_CONFIG_FORUM_URL' => '<strong>Alterados los URLs del Foro</strong>',
'SEO_LOG_CONFIG_HTACCESS' => '<strong>Generado nuevo .htaccess</strong>',
));
// www.phpBB-SEO.com SEO TOOLKIT END
// www.phpBB-SEO.com SEO TOOLKIT BEGIN -> GYM Sitemaps
$lang = array_merge($lang, array(
'ACP_GYM_SITEMAPS' => 'GYM Sitemaps & RSS',
'ACP_GYM_MAIN' => 'Configuración principal',
'ACP_GYM_GOOGLE_MAIN' => 'Google Sitemaps',
'ACP_GYM_RSS_MAIN' => 'RSS Feeds',
'ACP_GYM_YAHOO_MAIN' => 'Yahoo! url list',
'ACP_GYM_HTML_MAIN' => 'HTML sitemaps',
'GYM_LOG_CONFIG_MAIN' => '<strong>Altereda la configuración de GYM sitemaps & RSS</strong><br/>» Configuración principal',
'GYM_LOG_CONFIG_GOOGLE' => '<strong>Altereda la configuración de GYM sitemaps & RSS</strong><br/>» Google sitemaps',
'GYM_LOG_CONFIG_RSS' => '<strong>Altereda la configuración de GYM sitemaps & RSS</strong><br/>» RSS Feeds',
'GYM_LOG_CONFIG_HTML' => '<strong>Altereda la configuración de GYM sitemaps & RSS</strong><br/>» HTML sitemaps',
'GYM_LOG_CONFIG_YAHOO' => '<strong>Altereda la configuración de GYM sitemaps & RSS</strong><br/>» Yahoo! URL lists',
));
// www.phpBB-SEO.com SEO TOOLKIT END -> GYM Sitemaps
#-----[ OPEN ]------------------------------------------
language/es/common.php
#
#-----[ FIND ]------------------------------------------
?>
#
// www.phpBB-SEO.com SEO TOOLKIT BEGIN - TITLE
$lang['Page'] = 'Page ';
// www.phpBB-SEO.com SEO TOOLKIT END - TITLE
# |
Now i instaling the new versión of phpBB SEO Premod (phpBB 3.0.2) and i translate to spanish, my english is bad but i can translate to spanish + or -
XD
Edit: The license is very very large, i not translate this, sorry
Edit2: Please help me with this:
The problem solved making the previous changes. |
Last edited by Ahriman on Thu Jul 24, 2008 9:33 pm; edited 1 time in total |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
Ahriman

Joined: 20 Jul 2008 Posts: 5
|
Posted: Thu Jul 24, 2008 9:37 pm Post subject: Re: Problem with Spanish language |
|
|
What is this? i can translate to spanish?
How do I see this in my forum?
I need see this for test it with accents, in spanish is:
or
|
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
|
| Back to top |
|
 |
Ahriman

Joined: 20 Jul 2008 Posts: 5
|
Posted: Fri Jul 25, 2008 5:21 pm Post subject: Re: Problem with Spanish language |
|
|
| dcz wrote: | It's for the optimal title mod, to display titles such as "forum name - Page 4"
For the accents, you just need to use utf-8 when you edit the language files, it's the same with templates, if you do not use utf-8 it may causes errors later. |
Thanks  |
|
|
| Back to top |
|
 |
|
|