You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language/de/pastebin.php
-86Lines changed: 0 additions & 86 deletions
Original file line number
Diff line number
Diff line change
@@ -102,89 +102,3 @@
102
102
'PASTEBIN_SNIPPET_PRUNABLE_EXPLAIN' => 'Wenn diese Option deaktiviert ist, wird der Eintrag nicht in die monatlich automatisch zu löschenden Einträge aufgenommen.',
103
103
'PASTEBIN_SNIPPET_SUBMITTED' => 'Dein Eintrag wurde erfolgreich erstellt.',
104
104
));
105
-
106
-
// these are used by geshi
107
-
$lang['PASTEBIN_LANGUAGES'] = array(
108
-
'text' => 'Text',
109
-
'php' => 'PHP',
110
-
'sql' => 'SQL',
111
-
'html4strict' => 'HTML',
112
-
'css' => 'CSS',
113
-
'javascript' => 'Javascript',
114
-
'xml' => 'XML',
115
-
'diff' => 'Diff',
116
-
'robots' => 'robots.txt',
117
-
118
-
/**
119
-
* Wenn eine weitere Sprache aktiviert werden soll, muss die Datei in den includes/geshi/ Ordner
120
-
* kopiert werden, und der Eintrag der Sprachdatei wieder nach aktiviert werden.
121
-
*/
122
-
123
-
/*
124
-
'actionscript' => 'ActionScript',
125
-
'ada' => 'Ada',
126
-
'apache' => 'Apache',
127
-
'applescript' => 'AppleScript',
128
-
'asm' => 'x86 Assembler',
129
-
'autoit' => 'AutoIt',
130
-
'bash' => 'Bash',
131
-
'blitzbasic' => 'BlitzBasic',
132
-
'bnf' => 'BNF',
133
-
'c_mac' => 'C (Mac)',
134
-
'caddcl' => 'CAD DCL',
135
-
'cadlisp' => 'CAD Lisp',
136
-
'cfdg' => 'CFDG',
137
-
'cfm' => 'ColdFusion',
138
-
'cpp-qt' => 'C++ (QT)',
139
-
'css-gen.cfg' => 'C#',
140
-
'c_mac' => 'C (Mac)',
141
-
'd' => 'D',
142
-
'delphi' => 'Delphi',
143
-
'div' => 'DIV',
144
-
'dos' => 'DOS',
145
-
'eiffel' => 'Eiffel',
146
-
'fortran' => 'Fortran',
147
-
'freebasic' => 'FreeBasic',
148
-
'gml' => 'GML',
149
-
'groovy' => 'Groovy',
150
-
'idl' => 'Uno Idl',
151
-
'ini' => 'INI',
152
-
'inno' => 'Inno',
153
-
'io' => 'Io',
154
-
'java5' => 'Java(TM) 2 Platform Standard Edition 5.0',
0 commit comments