Post your MOD language files and variables here to allow for translators to translate your MOD into their native language.
Forum rules MOD Authors: Request translations for your MODs and MODX files here. Post your language file(s) in [ spoiler][ pre]lang file[/pre][/spoiler] BBCode -- this will maintain proper tag spacing. -- If you have many language files included with your MOD, attach it as a download (.txt) file instead. Please credit translators in your release topic as well as the language file(s). Important language for MODX: MOD Name, MOD Description, Author Notes, DIY Instructions. Individual edit comments can be translated as well.
Translators: Post your translated code in [ spoiler][ pre]lang file[/pre][/spoiler] BBCode -- This will retain the proper tabbing and spacing. Remember to include the language abbriviation for the MODX file (i.e. lang="de"). Please provided your crudentials in the language file as: // @author your_username ( website or email ) Some translations for MODX require exact abbriviation: i.e. "es-ar" or "es-sp"
<?php /** * * mcp_notepad_lite [English] * * @package language * @version $Id: mcp_notepad.php,v 1.1.0 2008/03/18 14:29:06 * @copyright (c) 2008 Jay http://www.jaymie1989.co.nr/ * @license http://opensource.org/licenses/gpl-license.php GNU Public License * * Based on the UCP Notepad MOD by Waleed Zuberi */
if (!defined('IN_PHPBB')) { die; }
/** * DO NOT CHANGE */ 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: // ? » ? ? ? //
// MCP Notepad LITE 1.1.0 $lang = array_merge($lang, array( 'MCP_NOTEPAD_LITE' => 'MCP Notepad Lite', 'MCP_NOTEPAD_LITE_EXPLAIN' => 'This is a light, private notepad, where you can write notes for yourself or other moderators to read later in the textarea below and save them by clicking <em>Save Notes</em>.', 'MCP_NOTEPAD_SAVE' => 'Save Notes', 'MCP_NOTEPAD_SAVE_DONE' => 'Note saved successfully.', ));
<?php /** * * mcp_notepad_lite [Greek] * * @package language * @version $Id: mcp_notepad.php,v 1.1.0 2008/03/18 14:29:06 * @copyright (c) 2008 Jay http://www.jaymie1989.co.nr/ * @license http://opensource.org/licenses/gpl-license.php GNU Public License * * Based on the UCP Notepad MOD by Waleed Zuberi */
if (!defined('IN_PHPBB')) { die; }
/** * DO NOT CHANGE */ 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: // ? » ? ? ? //
<?php /** * * mcp_notepad_lite [English] * * @package language * @version $Id: mcp_notepad.php,v 1.1.0 2008/03/18 14:29:06 * @copyright (c) 2008 Jay http://www.jaymie1989.co.nr/ * @license http://opensource.org/licenses/gpl-license.php GNU Public License * * Based on the UCP Notepad MOD by Waleed Zuberi */
if (!defined('IN_PHPBB')) { die; }
/** * DO NOT CHANGE */ 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: // ? » ? ? ? //
// MCP Notepad LITE 1.1.0 $lang = array_merge($lang, array( 'MCP_NOTEPAD_LITE' => 'MCP Notepad Lite', 'MCP_NOTEPAD_LITE_EXPLAIN' => 'Dit is een lichte, privé gerichte notepad, waar je notities voor jezelf, of voor andere moderators kan achterlaten om later nog eens na te lezen in het onderstaande tekstgedeelte en ze op te slaan door op <em>Sla notities op</em> te klikken.', 'MCP_NOTEPAD_SAVE' => 'Sla notities op', 'MCP_NOTEPAD_SAVE_DONE' => 'Notitie succesvol opgeslagen.', ));
/** * DO NOT CHANGE */ 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: // ? » ? ? ? //
// MCP Notepad LITE 1.1.0 $lang = array_merge($lang, array( 'MCP_NOTEPAD_LITE' => 'MCP Notepad Lite', 'MCP_NOTEPAD_LITE_EXPLAIN' => 'Dette er et lille privat tekstredigeringsværktøj. Du kan skrive noter til dig selv eller dine medredaktører. Noterne vises i det lille felt forneden og gemmes ved at trykke på <em>Gem note</em>.', 'MCP_NOTEPAD_SAVE' => 'Gem note', 'MCP_NOTEPAD_SAVE_DONE' => 'Noten er gemt.', ));
<?php /** * * mcp_notepad_lite [German] * * @package language * @version $Id: mcp_notepad.php,v 1.1.0 2008/03/18 14:29:06 * @copyright (c) 2008 Jay http://www.jaymie1989.co.nr/ * @license http://opensource.org/licenses/gpl-license.php GNU Public License * * Based on the UCP Notepad MOD by Waleed Zuberi * Translated by JuliusCaesar */
if (!defined('IN_PHPBB')) { die; }
/** * DO NOT CHANGE */ 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: // ? » ? ? ? //
// MCP Notepad LITE 1.1.0 $lang = array_merge($lang, array( 'MCP_NOTEPAD_LITE'=>'Notizbuch Lite', 'MCP_NOTEPAD_LITE_EXPLAIN'=>'Dies ist die Lite Version des Notizbuch Mods. Hier kansnt du Notizen für dich und andere Moderatoren verfassen. Du kannst deine Notuzen speichern indem du auf <em>Notiz speichern</em> klickst.', 'MCP_NOTEPAD_SAVE'=>'Notiz speichern', 'MCP_NOTEPAD_SAVE_DONE'=>'Notiz gespeichert!', ));
?>
Last edited by Semi_Deus on 30 Dec 2008, 17:34, edited 1 time in total.
Reason:Added ''Notiz speichern'', because it said you could click: Save Note, while it said: Notiz speichern
<?php /** * * mcp_notepad_lite [French] * * @package language * @version $Id: mcp_notepad.php,v 1.1.0 2008/03/18 14:29:06 * @copyright (c) 2008 Jay http://www.jaymie1989.co.nr/ * @license http://opensource.org/licenses/gpl-license.php GNU Public License * * Based on the UCP Notepad MOD by Waleed Zuberi */
if (!defined('IN_PHPBB')) { die; }
/** * DO NOT CHANGE */ 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: // ? » ? ? ? //
// MCP Notepad LITE 1.1.0 $lang = array_merge($lang, array( 'MCP_NOTEPAD_LITE' => 'Bloc-notes Lite de MCP', 'MCP_NOTEPAD_LITE_EXPLAIN' => 'C'est une lumière, bloc-notes privé, là où vous pouvez écrire des notes pour vous-même ou d'autres modérateurs à lire plus tard dans le secteur des textes ci-dessous et économiser eux en cliquant <em>Économisez Des Notes</em>.', 'MCP_NOTEPAD_SAVE' => 'Économisez Des Notes', 'MCP_NOTEPAD_SAVE_DONE' => 'Notez économisé avec succès.', ));
<?php /** * * mcp_notepad_lite [Mongolian] * * @package language * @version $Id: mcp_notepad.php,v 1.1.0 2008/03/18 14:29:06 * @copyright (c) 2008 Jay http://www.jaymie1989.co.nr/ * @license http://opensource.org/licenses/gpl-license.php GNU Public License * * Based on the UCP Notepad MOD by Waleed Zuberi */
if (!defined('IN_PHPBB')) { die; }
/** * DO NOT CHANGE */ 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: // ? » ? ? ? //