Hallo iedereen,
ik zou graag alle language-strings van de mods die ik heb geïnstalleerd samengooien in een nieuwe "lang_" file (bvb: "lang_mod") zodat ik dat file kan doorsturen naar de vertalers. Graag zou ik weten wat je allemaal aan dient te passen.
Mvg,
Jan
MOD vertalingen
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

niet zoheelveel , in elk bestand die behoort tot de mod dit toevoegen, dus elk gemod bestand ...
Code: Selecteer alles
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_mod.' . $phpEx);
Code: Selecteer alles
<?php
/***************************************************************************
* index.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: index.php,v 1.99.2.7 2006/01/28 11:13:39 acydburn Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//