-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.php
57 lines (52 loc) · 1.79 KB
/
de.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?php
/*
copyright 2011 by TomNedry, [email protected]
This file is part of "SquadXML-Editor".
"SquadXML-Editor" 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 3 of the License, or
(at your option) any later version.
"SquadXML-Editor" is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with "SquadXML-Editor". If not, see <http://www.gnu.org/licenses/>.
*/
$lng_change = "Ändern";
$lng_delete = "Löschen";
$lng_nodelete = "Squad ist nicht leer";
$lng_add = "Hinzufügen";
$lng_deleteMessage = "Wirklich löschen?";
$lng_buttonSave = "Speichern";
$lng_buttonChancel = "Abbrechen";
$lng_modeEdit = "Editieren";
$lng_modeOverview = "Übersicht";
$lng_modeNew = $lng_add;
$lng_warning = "Achtung";
$lng_warning_ascii = "Nur ASCII Zeichen verwenden!";
$lng_biki_hint = "Für weitere Information siehe:";
$lng_biki_link = "http://community.bistudio.com/wiki/squad.xml";
//
$lng_headline_squad = "Squads";
$lng_headline_member = "Members";
$lng_filterOff = "Alle anzeigen";
//
$lng_s_nick = "Nick";
$lng_s_name = "Name";
$lng_s_email = "EMail";
$lng_s_web = "Webseite";
$lng_s_picture = "Bild";
$lng_s_title = "Titel";
$lng_s_filenameprefix = "Prefix";
//
$lng_m_member_id = "ID";
$lng_m_member_nick = "Nick";
$lng_m_member_name = "Name";
$lng_m_member_email = "EMail";
$lng_m_member_icq = "ICQ";
$lng_m_member_remark = "Remark";
$lng_m_member_whichsquad = "Squad";
//
$lng_nosquad ="Keine Zuordnung";
?>