Traduccion para SilverBar MOD 0.6.0
Publicado: 05 Oct 2008, 00:39
Hola, aca les dejo la traduccion para el SilverBar MOD 0.6.0 BETA
Cualquier sugerencia siempre es bienvenida
y aca el adjunto con el archivo ya creado
Cualquier sugerencia siempre es bienvenida

Código: Seleccionar todo
<?php
/**
*
*===================================================================
*
* BEGIN Silverbar MOD Functions File
*-------------------------------------------------------------------
* Script info:
* Version: ( 0.6.0 - Beta )
* Last release: ( 6/12/2008 ||| 5:46 PM [ GMT - 5 ] )
* Copyright: ( (c) 2008 - sTraTo )
* License: ( http://opensource.org/licenses/gpl-license.php ||| GNU Public License )
* Package: ( Language )
* Language: ( Espanish )
* Translated by: ( Diiego )
*
*===================================================================
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'SIDEBAR_INFO' => 'Silverbar MOD creado por <a href="http://startrekguide.com/community/memberlist.php?mode=viewprofile%26u=8985" style="color: #AA0000; text-weight: bold;">sTraTo</a> y traducido por <a href="http://www.WindowsLIZ.com.ar" style="color: RED; text-weight: bold;">Diiego </a>',
'SIDEBAR_WELC' => 'Bienvenido, ',
'SIDEBAR_VER' => '0.6.0 <strong>Beta</strong>',
'SIDEBAR_BOT_INFO' => 'Este foro utiliza Silverbar MOD creado por <a href="http://startrekguide.com/community/memberlist.php?mode=viewprofile%26u=8985" style="color: #AA0000; text-weight: bold;">sTraTo</a> y traducido por <a href="http://www.WindowsLIZ.com.ar" style="color: RED; text-weight: bold;">Diiego</a>',
'UNAPPROVED_TOPIC_ATT' => 'Uno o mas Temas estan esperando aprobacion',
'UNAPPROVED_POST_ATT' => 'Uno o mas Mensajes estan esperando aprobacion!',
'REPORTED_POST_ATT' => 'Uno o mas Mensajes han sido reportados!',
'NO_APPROVED_TOPIC_ATT' => 'No hay Temas esperando aprobacion',
'NO_APPROVED_POST_ATT' => 'No hay Mensajes esperando aprobacion',
'NO_REPORTED_POST_ATT' => 'No hay Mensajes reportados',
'SIDEBAR_REM_ME' => 'Recordarme',
'SHOW_HIDE' => 'Mostrar/Ocultar Sidebar',
//UCP Extension language entries
'WHICH_SIDE' => 'Lado para mostrar la barra, Si esta Activado',
'USE_SIDE' => 'Activar Sidebar',
'SIDE_LEFT' => 'Izquierda',
'SIDE_RIGHT' => 'Derecha',
//END UCP Extension language entries
//Recent topics
'RECENT_TOPICS' => 'Temas Recientes',
));
?>