<?php

# Copyright (c) 2010 - 2012  John Reese
# Copyright (c) 2012 - 2021  MantisBT Team - mantisbt-dev@lists.sourceforge.net
# Licensed under the MIT license

$s_plugin_Snippets_ = '';
$s_plugin_Snippets_name = 'Textbausteine';
$s_plugin_Snippets_description = 'Speichern von Textbausteinen';

$s_plugin_Snippets_error_name_empty = 'Kein Name für den Textbaustein vorhanden.';
$s_plugin_Snippets_error_value_empty = 'Kein Inhalt für den Textbaustein vorhanden.';

$s_plugin_Snippets_select_label = 'Textbaustein: ';
$s_plugin_Snippets_select_default = '--';

$s_plugin_Snippets_list_title = 'Meine Textbausteine';
$s_plugin_Snippets_list_global_title = 'Globale Textbausteine';
$s_plugin_Snippets_list_name = 'Name';
$s_plugin_Snippets_list_value = 'Textbaustein';

$s_plugin_Snippets_edit_title = 'Meine Textbausteine ändern';
$s_plugin_Snippets_edit_global_title = 'Globale Textbausteine ändern';
$s_plugin_Snippets_edit_name = 'Name';
$s_plugin_Snippets_edit_value = 'Textbaustein';

$s_plugin_Snippets_create_title = 'Textbaustein erzeugen';
$s_plugin_Snippets_create_global_title = 'Globalen Textbaustein erzeugen';
$s_plugin_Snippets_create_name = 'Name';
$s_plugin_Snippets_create_value = 'Textbaustein';

$s_plugin_Snippets_config = 'Konfiguration';
$s_plugin_Snippets_config_title = 'Konfiguration Textbausteine';
$s_plugin_Snippets_edit_global_threshold = 'Globale Textbausteine erfassen';
$s_plugin_Snippets_use_global_threshold = 'Globale Textbausteine verwenden';
$s_plugin_Snippets_edit_own_threshold = 'Eigene Textbausteine erfassen';

$s_plugin_Snippets_action_go = 'OK';
$s_plugin_Snippets_action_create = 'Erzeugen';
$s_plugin_Snippets_action_edit = 'Ändern';
$s_plugin_Snippets_action_delete = 'Löschen';
$s_plugin_Snippets_action_delete_confirm = 'Wollen Sie wirklich die folgenden Textbausteine löschen?';
$s_plugin_Snippets_action_update = 'Konfiguration ändern';

$s_plugin_Snippets_pattern_title = 'Hilfe zu Textbausteine Platzhalter';
$s_plugin_Snippets_pattern_help = '
	<p>Textbausteine können Platzhalter enthalten, die beim Einfügen in
	ein Textfeld durch einen aktuellen Wert ersetzt werden.</p>
	<p>Die folgenden Platzhalter werden unterstützt:</p>
	<table>
	<tr><td><strong>{user}</strong></td><td>Ihr Benutzername</td></tr>
	<tr><td><strong>{reporter}</strong></td><td>Benutzername des Reporters</td></tr>
	<tr><td><strong>{handler}</strong></td><td>Benutzername dem der Eintrag zugeordnet ist</td></tr>
	<tr><td><strong>{project}</strong></td><td>Projektname</td></tr>
	</table>
	';

$s_plugin_Snippets_textarea_names = 'Verwende Textbausteinen in';
