Warning: The author of this contribution does not provide support for it anymore.

Moderator Needed

Please post translations here - Moderator Needed

Please post translations here

by RMcGirr83 » Mon May 10, 2010 1:17 pm

Please post any translations you may have for this mod in this topic. Thanks :)

Here are a few I found from the original topic

Danish (courtesy of DoYouSpeakWak)

Code: Select all

<?php
/**
*
* moderator_needed [Danish]
*
* @package language
* @version $Id: moderator_needed.php,v 1.0.0 2008/08/29 06:50:00 rmcgirr83 Exp $
* @copyright (c) 2008 Richard McGirr
* @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

$lang = array_merge($lang, array(
    'MODERATOR_NEEDED_REPORTED_POST'   => '<strong style="color:#FF0000;">%d</strong> Indlæg er rapporteret',
   'MODERATOR_NEEDED_REPORTED_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Indlæg er rapporteret',
    'MODERATOR_NEEDED_APPROVE_POST'      => '<strong style="color:#FF0000;">%d</strong> Indlæg afventer godkendelse',
   'MODERATOR_NEEDED_APPROVE_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Indlæg afventer godkendelse',
   'MODERATOR_NEEDED_APPROVE_TOPIC'    => '<strong style="color:#FF0000;">%d</strong> Emne afventer godkendelse',
   'MODERATOR_NEEDED_APPROVE_TOPICS'   => '<strong style="color:#FF0000;">%d</strong> Emner afventer godkendelse',
));

?>


Dutch (courtesy of Tazmanian)

nl.zip
(1.11 KiB) Downloaded 292 times


Spanish (courtesy of Ahri89)

es.zip
(1.11 KiB) Downloaded 289 times
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then buy me a beer Image
User avatar
RMcGirr83
Former Team Member
Posts: 22016
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr
Contact:

Re: Please post translations here

by Vityas » Thu Aug 05, 2010 7:06 am

ru

Code: Select all

<?php
/**
*
* moderator_needed [Russian]
*
* @package language
* @version $Id: moderator_needed.php,v 1.0.1 2009/09/29 06:50:00 rmcgirr83 Exp $
* @copyright (c) 2009 Richard McGirr
* @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

$lang = array_merge($lang, array(
    'MODERATOR_NEEDED_REPORTED_POST'   => '<strong style="color:#FF0000;">%d</strong> Сообщение опубликовано',
   'MODERATOR_NEEDED_REPORTED_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Сообщения опубликованы',
    'MODERATOR_NEEDED_APPROVE_POST'      => '<strong style="color:#FF0000;">%d</strong> Сообщение нуждается в одобрении',
   'MODERATOR_NEEDED_APPROVE_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Сообщения нуждаются в одобрении',
   'MODERATOR_NEEDED_APPROVE_TOPIC'    => '<strong style="color:#FF0000;">%d</strong> Тема нуждается в одобрении',
   'MODERATOR_NEEDED_APPROVE_TOPICS'   => '<strong style="color:#FF0000;">%d</strong> Темы нуждаются в одобрении',
   'MODERATOR_NEEDED_REPORTED_PM'       => '<strong style="color:#FF0000;">%d</strong> ЛС опубликовано',
   'MODERATOR_NEEDED_REPORTED_PMS'      => '<strong style="color:#FF0000;">%d</strong> ЛС опубликованы',   
));

?>
Vityas
Registered User
Posts: 23
Joined: Mon Mar 15, 2010 11:19 am
Contact:

Re: Please post translations here

by Dugi » Fri Oct 08, 2010 10:33 pm

Albanian Translation (sq):

Code: Select all

<?php
/**
*
* moderator_needed [English]
*
* @package language
* @version $Id: moderator_needed.php,v 1.0.1 2009/09/29 06:50:00 rmcgirr83 Exp $
* @copyright (c) 2009 Richard McGirr
* @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

$lang = array_merge($lang, array(
    'MODERATOR_NEEDED_REPORTED_POST'    => '<strong style="color:#FF0000;">%d</strong> Post &#235;sht&#235; reportuar',
    'MODERATOR_NEEDED_REPORTED_POSTS'    => '<strong style="color:#FF0000;">%d</strong> Poste t&#235; reportuara',
    'MODERATOR_NEEDED_APPROVE_POST'        => '<strong style="color:#FF0000;">%d</strong> Post k&#235;rkon aprovim',
    'MODERATOR_NEEDED_APPROVE_POSTS'    => '<strong style="color:#FF0000;">%d</strong> Poste k&#235;rkojn&#235; aprovim',
    'MODERATOR_NEEDED_APPROVE_TOPIC'    => '<strong style="color:#FF0000;">%d</strong> Tem&#235; k&#235;rkon aprovim',
    'MODERATOR_NEEDED_APPROVE_TOPICS'   => '<strong style="color:#FF0000;">%d</strong> Tema k&#235;rkojn&#235; aprovim',
    'MODERATOR_NEEDED_REPORTED_PM'        => '<strong style="color:#FF0000;">%d</strong> Mesazh &#235;sht&#235; reportuar',
    'MODERATOR_NEEDED_REPORTED_PMS'       => '<strong style="color:#FF0000;">%d</strong> Mesazhe jan&#235; reportuar',   
));

?>
PM me for custom extension pricing / My validated MODs / My MODs in development
User avatar
Dugi
Registered User
Posts: 1386
Joined: Sun May 25, 2008 5:36 pm
Contact:

Re: Please post translations here

by bobo.rimis » Wed Oct 20, 2010 5:58 pm

Czech translation (cs):

Code: Select all

<?php
/**
*
* moderator_needed [Czech]
*
* @package language
* @version $Id: moderator_needed.php,v 1.0.1 2009/09/29 06:50:00 rmcgirr83 Exp $
* @copyright (c) 2009 Richard McGirr
* @author: Bobo (czech translation only)
* @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

$lang = array_merge($lang, array(
    'MODERATOR_NEEDED_REPORTED_POST'   => '<strong style="color:#FF0000;">%d</strong> Je nahlášen příspěvek',
   'MODERATOR_NEEDED_REPORTED_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Příspěvky jsou nahlášeny',
    'MODERATOR_NEEDED_APPROVE_POST'      => '<strong style="color:#FF0000;">%d</strong> Je potřeba schválit příspěvek',
   'MODERATOR_NEEDED_APPROVE_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Je potřeba schválit příspěvky',
   'MODERATOR_NEEDED_APPROVE_TOPIC'    => '<strong style="color:#FF0000;">%d</strong> Je potřeba schválit téma',
   'MODERATOR_NEEDED_APPROVE_TOPICS'   => '<strong style="color:#FF0000;">%d</strong> Je potřeba schválit témata',
   'MODERATOR_NEEDED_REPORTED_PM'       => '<strong style="color:#FF0000;">%d</strong> Je nahlášena SZ',
   'MODERATOR_NEEDED_REPORTED_PMS'      => '<strong style="color:#FF0000;">%d</strong> Jsou nahlášeny SZ',   
));

?>
bobo.rimis
Registered User
Posts: 1
Joined: Wed Oct 20, 2010 4:17 pm
Contact:

Re: Please post translations here

by Walther » Sat Jul 23, 2011 3:13 pm

Dutch translation (nl):

Code: Select all

<?php
/**
*
* moderator_needed [Dutch]
*
* @package language
* @version $Id: moderator_needed.php,v 1.0.1 2009/09/29 06:50:00 rmcgirr83 Exp $
* @copyright (c) 2009 Richard McGirr
* @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

$lang = array_merge($lang, array(
    'MODERATOR_NEEDED_REPORTED_POST'   => '<strong style="color:#FF0000;">%d</strong> Posting is gemeld',
   'MODERATOR_NEEDED_REPORTED_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Postings zijn gemeld',
    'MODERATOR_NEEDED_APPROVE_POST'      => '<strong style="color:#FF0000;">%d</strong> Posting wacht op goedkeuring',
   'MODERATOR_NEEDED_APPROVE_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Postings wachten op goedkeuring',
   'MODERATOR_NEEDED_APPROVE_TOPIC'    => '<strong style="color:#FF0000;">%d</strong> Topic wacht op goedkeuring',
   'MODERATOR_NEEDED_APPROVE_TOPICS'   => '<strong style="color:#FF0000;">%d</strong> Topics wachten op goedkeuring',
   'MODERATOR_NEEDED_REPORTED_PM'       => '<strong style="color:#FF0000;">%d</strong> PB is gemeld',
   'MODERATOR_NEEDED_REPORTED_PMS'      => '<strong style="color:#FF0000;">%d</strong> PBs zijn gemeld',   
));

?>

phpBB 3.3.10 -- PHP 7.4.33 -- CentOs7 vps
User avatar
Walther
Registered User
Posts: 298
Joined: Fri Jul 09, 2004 5:21 pm
Location: The Netherlands
Contact:

Re: Please post translations here

by Kami19o4 » Sat Sep 24, 2011 4:10 pm

.
Kami19o4
Registered User
Posts: 5
Joined: Sat Sep 10, 2011 6:25 pm
Contact:

Re: Please post translations here

by -EnYgmA- » Sat Mar 10, 2012 6:49 am

French translation (fr) ;)

Code: Select all

<?php
/**
*
* moderator_needed [French]
* French translation by EnYgmA
* @package language
* @version $Id: moderator_needed.php,v 1.0.1 2009/09/29 06:50:00 rmcgirr83 Exp $
* @copyright (c) 2009 Richard McGirr
* @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

$lang = array_merge($lang, array(
    'MODERATOR_NEEDED_REPORTED_POST'   => '<strong style="color:#FF0000;">%d</strong> Message rapporté',
   'MODERATOR_NEEDED_REPORTED_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Messages signalés',
    'MODERATOR_NEEDED_APPROVE_POST'      => '<strong style="color:#FF0000;">%d</strong> Message attendant votre approbation',
   'MODERATOR_NEEDED_APPROVE_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Messages attendant votre approbation',
   'MODERATOR_NEEDED_APPROVE_TOPIC'    => '<strong style="color:#FF0000;">%d</strong> Sujet attendant votre approbation',
   'MODERATOR_NEEDED_APPROVE_TOPICS'   => '<strong style="color:#FF0000;">%d</strong> Sujets attendant votre approbation',
   'MODERATOR_NEEDED_REPORTED_PM'       => '<strong style="color:#FF0000;">%d</strong> Message Privé attendant votre approbation',
   'MODERATOR_NEEDED_REPORTED_PMS'      => '<strong style="color:#FF0000;">%d</strong> Messages Privés attendant votre approbation',   
));

?>
User avatar
-EnYgmA-
Registered User
Posts: 72
Joined: Mon Mar 29, 2010 10:37 am
Location: Lyon - France
Contact:

Re: Please post translations here

by Anonymous_et_EE » Thu Jun 26, 2014 7:22 am

Estonian translation by phpbbeesti.com

Code: Select all

<?php
/**
*
* moderator_needed [Estonian]
* Estonian translation by http://www.phpbbeesti.com/
* @package language
* @version $Id: moderator_needed.php,v 1.0.1 2009/09/29 06:50:00 rmcgirr83 Exp $
* @copyright (c) 2009 Richard McGirr
* @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

$lang = array_merge($lang, array(
    'MODERATOR_NEEDED_REPORTED_POST'   => '<strong style="color:#FF0000;">%d</strong> postitus on raporteeritud',
   'MODERATOR_NEEDED_REPORTED_POSTS'   => '<strong style="color:#FF0000;">%d</strong> postitust on raporteeritud',
    'MODERATOR_NEEDED_APPROVE_POST'      => '<strong style="color:#FF0000;">%d</strong> postitus ootab lubamist',
   'MODERATOR_NEEDED_APPROVE_POSTS'   => '<strong style="color:#FF0000;">%d</strong> postitust ootavad lubamist',
   'MODERATOR_NEEDED_APPROVE_TOPIC'    => '<strong style="color:#FF0000;">%d</strong> teema ootab lubamist',
   'MODERATOR_NEEDED_APPROVE_TOPICS'   => '<strong style="color:#FF0000;">%d</strong> teemat ootab lubamist',
   'MODERATOR_NEEDED_REPORTED_PM'       => '<strong style="color:#FF0000;">%d</strong> privaatsõnum on raporteeritud',
   'MODERATOR_NEEDED_REPORTED_PMS'      => '<strong style="color:#FF0000;">%d</strong> privaatsõnumit on raporteeritud',   
));

?>

Anonymous_et_EE
Registered User
Posts: 138
Joined: Sun Jul 07, 2013 2:27 pm
Contact:

Re: Please post translations here

by Lord Phobos » Tue Feb 03, 2015 11:27 pm

Italian, by me:

Code: Select all

<?php
/**
*
* moderator_needed [English]
*
* @package language
* @version $Id: moderator_needed.php,v 1.0.0 2008/08/29 06:50:00 rmcgirr83 Exp $
* @copyright (c) 2008 Richard McGirr
* @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

$lang = array_merge($lang, array(
    'MODERATOR_NEEDED_REPORTED_POST'   => '<strong style="color:#FF0000;">%d</strong> C\'e\' un report su un post',
   'MODERATOR_NEEDED_REPORTED_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Ci sono dei report su dei post',
    'MODERATOR_NEEDED_APPROVE_POST'      => '<strong style="color:#FF0000;">%d</strong> Un post richiede approvazione',
   'MODERATOR_NEEDED_APPROVE_POSTS'   => '<strong style="color:#FF0000;">%d</strong> Dei post richiedono approvazione',
   'MODERATOR_NEEDED_APPROVE_TOPIC'    => '<strong style="color:#FF0000;">%d</strong> Un topic richiede approvazione',
   'MODERATOR_NEEDED_APPROVE_TOPICS'   => '<strong style="color:#FF0000;">%d</strong> Dei topic richiedono approvazione',
   'MODERATOR_NEEDED_REPORTED_PM'       => '<strong style="color:#FF0000;">%d</strong> C\'e\' un report su un PM',
   'MODERATOR_NEEDED_REPORTED_PMS'      => '<strong style="color:#FF0000;">%d</strong> Ci sono dei report su dei PM',   
));

?>
Lord Phobos
Registered User
Posts: 771
Joined: Tue May 18, 2004 11:41 pm
Contact: