Auserdem wenn ich Frage oder Antworte änder kommt sowas hier :
{ STS_YES }
{ STS_NO }
Ich hab das ganze eben mal getestet und so sieht meine ticket Datei jetzt aus :
Code: Alles auswählen
<?php
/**
* //SupportTicket System
* ticket [Deutsch — Du]
*
* @package language
* @version $Id: ticket.php 1 2008-03-19 14:31:04Z nickvergessen $
* @copyright (c) 2008 Mahony; 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(
'ACP_SUPPORT_TICKET' => 'Video Anfragen',
'STS_SUPPORT_TICKET' => 'Video Anfragen',
'STS_SUPPORT_INSTALLED' => 'Supportticket System MOD erfolgreich installiert.',
'STS_SUPPORT_UNINSTALLED' => 'Supportticket System MOD erfolgreich deinstalliert.<br />Du kannst jetzt wohlbehalten die zum MOD gehörenden Dateien entfernen.',
'STS_ERRMESSAGE' => 'Du hast keinen Titel für Deinen Post eingegeben! Bitte drücke die Zurück-Taste Deines Browsers um die falschen Angaben zu korrigieren!',
'STS_PHPBBVERSION' => 'Gegner:',
'STS_PHPBBTYPE' => 'Wo:',
'STS_STANDARD' => 'Heimspiel',
'STS_MODS_SHORT' => 'MODs installiert:',
'STS_KNOWLEDGE' => 'Sasion:',
'STS_BEGINNER' => 'Sonstiges',
'STS_BASICKNOW' => '07/08',
'STS_EXTENDED' => '08/09',
'STS_PROFI' => '09/10',
'STS_BEFOREERR' => 'Wenn "Sonstiges" , welche Saison oder Jahr?',
'STS_BOARDLINK' => 'Link zum Spiel wenn moeglich:',
'STS_HEAD_MSG' => 'Video Anfragen Sonstiges',
'STS_OPTIONAL' => 'optional',
'STS_HEAD' => 'Dieser Assistent hilft Dir, den Supportern alle notwendigen Informationen zu geben, die sie benötigen um Dir schnell und kompetent weiterzuhelfen. Bitte fülle so viele Felder wie möglich aus! Nur so kann Dir effizient geholfen werden!',
));
//SupportTicket System
?>