Nome: Thank Post Mod (hide MOD compatible ) 0.2.0
Link: http://www.phpbb.com/community/viewtopic.php?t=1115275
Versão 0.2.0
Thanks! :lol:
Link: http://www.phpbb.com/community/viewtopic.php?t=1115275
Versão 0.2.0
Thanks! :lol:

Código: Selecionar todos
<?php
/**
* //Thank Post MOD
* thanks
*
* @package language
* @version $Id: thanks.php 1 2008-08-01 14:31:04Z
* @copyright (c) 2008 Mahony
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*
*
*
*
*/
/**
* 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
//
// Some characters you may want to copy&paste:
// ’ » „ “ — …
//
//
//Begin Thank Post MOD
$lang = array_merge($lang, array(
'RESYNC_THANKSCOUNTS' => 'Re-sincronizar contador de agradecimentos',
'RESYNC_THANKSCOUNTS_EXPLAIN' => 'Re-calcular o número de agradecimentos. Você precisa executar esta ação depois de apagar as mensagens ou tópicos.',
'RESYNC_THANKSCOUNTS_CONFIRM' => 'Você deseja realmente re-sincronizar o contador de agradecimento?',
'LOG_RESYNC_THANKSCOUNTS' => '<strong>Contador de agradecimento do usuário re-sincronizado</strong>',
'IMG_ICON_POST_THANKS' => 'Agradecer',
//End Thank Post MOD
));
?>Código: Selecionar todos
<?php
/**
* //Thank Post MOD
* thanks [Deutsch — Du]
*
* @package language
* @version $Id: thanks.php 1 2008-08-01 14:31:04Z nickvergessen $
* @copyright (c) 2008 Mahony
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
* Deutsche Übersetzung durch Mahony
*
*
*
*/
/**
* 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
//
// Some characters you may want to copy&paste:
// ’ » „ “ — …
//
//
$lang = array_merge($lang, array(
'THANKS' => 'Agradeceu',
'THANKS1' => 'Agradecer',
'THANKED' => 'Agradecido',
'THANKED_IN' => 'vez em %s mensagens',
'THANKS_FROM' => 'Os seguintes usuários agradeceu %s por este tópico',
'THANKS_REMOVE' => 'Remover Agradecimento',
'THANKS_CANT_ADD' => 'Você já agradeceu esta mensagem.',
'THANKS_CANT_REMOVE' => 'Você não agradeceu esta mensagem.',
'THANKS_DISALLOW' => 'Você não está autorizado a agradecer esta mensagem.',
'THANKS_POST' => ' tópico',
'THANKS_POSTS' => ' tópicos',
'THANKS_TIME' => ' vez',
'THANKS_TIMES' => ' vezes',
'RESYNC_THANKSCOUNTS' => 'Re-sincronizar contador de agradecimentos',
'RESYNC_THANKSCOUNTS_EXPLAIN' => 'Re-calcular o número de agradecimentos. Você precisa executar esta ação depois de apagar as mensagens ou tópicos.',
'RESYNC_THANKSCOUNTS_CONFIRM' => 'Você deseja realmente re-sincronizar o contador de agradecimento?',
'LOG_RESYNC_THANKSCOUNTS' => '<strong>Contador de agradecimento do usuário re-sincronizado</strong>',
'IMG_ICON_POST_THANKS' => 'Agradecer',
));
//Thank Post MOD
?>


Nada a ver. São MODs diferentes com funcionalidade parecida.Holmes escreveu:oi pessoal, essa tradução é da mod Thanks for Post? se sim posso atualizar a minha tradução?
vlw fwi, Holmes

