Torrecus_mybb_import8215   25 Mar, 2011, 10:09 pm
#1


La cuestión es que esas líneas que aparecen sin traducir no se encuentran en el lang.php que me hicieron el favor de pasarme acá. ¿Hay que agregarlas manualmente?
Última modificación: 25 Mar, 2011, 10:11 pm por SamyMan.
nentab   26 Mar, 2011, 6:38 am
#2
La traducción la puedes encontrar aquí:

http://www.soportemybb.com/tema_Tutorial...MyBB-1-6-x
Torrecus_mybb_import8215   26 Mar, 2011, 11:51 am
#3
Esa traducción, ¿se ha actualizado digamos en los últimos 45 días? Porque ya la bajé y es la que estoy utilizando, así que a menos que la hayan modificado, hará cosas diferentes, de lo contrario sería lo mismo.
nentab   26 Mar, 2011, 12:09 pm
#4
El plugin no se ha actualizado, por lo tanto los archivos de lenguaje tampoco. Son los mismos que usamos aquí en SoporteMyBB por ejemplo. Es este código:

<?php
/**
 * This file is part of Google SEO plugin for MyBB.
 * Copyright (C) 2008, 2009 Andreas Klauer <Andreas.Klauer@metamorpher.de>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

$l['googleseo_404_widget'] = "<script type=\"text/javascript\">
  var GOOG_FIXURL_LANG = 'es';
  var GOOG_FIXURL_SITE = '{1}';
</script>
<script type=\"text/javascript\"
    src=\"http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js\"></script>";
$l['googleseo_404_notfound'] = "Error 404, archivo no encontrado.";
$l['googleseo_404_wol'] = "Viendo una <a href=\"{1}\">página de error</a>";
$l['googleseo_sitemap_emptyorinvalid'] = "Mapa del sitio vacío o página inválida.";
$l['googleseo_sitemap_pageinvalid'] = "Página del mapa del sitio inválida.";
$l['googleseo_sitemap_disabledorinvalid'] = "Mapa del sitio deshabilitado o inválido.";
$l['googleseo_sitemap_wol'] = "Explorando el <a href=\"{1}\">mapa del sitio XML</a>";
?>
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.