lang_extend_merge.php

<?php
/***************************************************************************
 *                            lang_extend_merge.php [Argentinean Spanish]
 *                              -------------------
 *     begin                : Wed Jul 11 2006
 *     copyright            : Neri Tisocco
 *     e-mail               : neritisocco@hotmail.com
 *     location             : Capital Federal, Argentina
 *     version              : 0.1.20060611
 *
 *
 *     modified from English language by:
 *                          Neri Tisocco (neritisocco@hotmail.com)
 *
 *
 ****************************************************************************/
/***************************************************************************
 *
 *   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 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}

// admin part
if ( $lang_extend_admin )
{
	$lang['Lang_extend_merge'] = 'Unión Simple de Hilos';
}

$lang['Refresh'] = 'Actualizar';
$lang['Merge_topics'] = 'Unir temas';
$lang['Merge_title'] = 'Nuevo título del tema';
$lang['Merge_title_explain'] = 'Este será el título para el tema final, dejalo en blanco si querés que el sistema use el titulo del tema destino';
$lang['Merge_topic_from'] = 'Tema para unir';
$lang['Merge_topic_from_explain'] = 'Éste tema se unirá al otro tema. Podés poner el ID del tema, la URL, o la URL de un mensaje dentro del tema';
$lang['Merge_topic_to'] = 'Tema Destino';
$lang['Merge_topic_to_explain'] = 'Éste tema recibirá los mensajes del tema precedente. Podés poner el ID del tema, la URL, o la URL de un mensaje dentro del tema';
$lang['Merge_from_not_found'] = 'El tema para unir no ha sido encontrado';
$lang['Merge_to_not_found'] = 'El tema destino no ha sido encontrado';
$lang['Merge_topics_equals'] = 'No podés unir un tema consigo mismo';
$lang['Merge_from_not_authorized'] = 'No estás autorizado para moderar temas provenientes del foro de origen';
$lang['Merge_to_not_authorized'] =  'No estás autorizado a moderar temas provenientes del foro del tema de destino';
$lang['Merge_poll_from'] = 'Hay una encuesta en el tema para unir. Será copiada al tema destino';
$lang['Merge_poll_from_and_to'] = 'El tema de destino ya tiene una encuesta. La encuesta del tema a unir será eliminada';
$lang['Merge_confirm_process'] = 'Estás seguro que querés unir <br />"<b>%s</b>"<br />a<br />"<b>%s</b>"';
$lang['Merge_topic_done'] = 'Los temas fueron unidos exitosamente.';

?>
proyectos/forov2/lang_extend_merge_php.txt · Última modificación: 2006/07/12 02:48 por inggenia
 
Excepto donde se indique lo contrario, el contenido de esta wiki se autoriza bajo la siguiente licencia: CC Attribution-Noncommercial-Share Alike 3.0 Unported


Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki