140 |
miho |
1 |
<?php |
|
|
2 |
|
|
|
3 |
// WebSVN - Subversion repository viewing via the web using PHP |
|
|
4 |
// Copyright (C) 2004 Stephan Stapel, <stephan.stapel@web.de> |
|
|
5 |
// |
|
|
6 |
// This program is free software; you can redistribute it and/or modify |
|
|
7 |
// it under the terms of the GNU General Public License as published by |
|
|
8 |
// the Free Software Foundation; either version 2 of the License, or |
|
|
9 |
// (at your option) any later version. |
|
|
10 |
// |
|
|
11 |
// This program is distributed in the hope that it will be useful, |
|
|
12 |
// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
13 |
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
14 |
// GNU General Public License for more details. |
|
|
15 |
// |
|
|
16 |
// You should have received a copy of the GNU General Public License |
|
|
17 |
// along with this program; if not, write to the Free Software |
|
|
18 |
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
19 |
// |
|
|
20 |
// -- |
|
|
21 |
// |
|
|
22 |
// germany.inc |
|
|
23 |
// |
|
|
24 |
// German language strings |
|
|
25 |
|
|
|
26 |
// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities). |
|
|
27 |
$lang["LANGUAGENAME"] = "German"; |
|
|
28 |
|
|
|
29 |
$lang["DIFF"] = "Diff"; |
|
|
30 |
|
|
|
31 |
$lang["NOREP"] = "Kein Repository angegeben."; |
|
|
32 |
$lang["NOPATH"] = "Pfad nicht gefunden"; |
|
|
33 |
$lang["SUPPLYREP"] = "Bitte den Repository Pfad in include/config.inc mit \$config->parentPath oder \$config->addRepository konfigurieren.<p>Genauere Informationen sind in der Installationsanleitung"; |
|
|
34 |
|
|
|
35 |
$lang["DIFFREVS"] = "Vergleich zwischen Revisionen"; |
|
|
36 |
$lang["AND"] = "und"; |
|
|
37 |
$lang["REV"] = "Revision"; |
|
|
38 |
$lang["LINE"] = "Zeile"; |
|
|
39 |
$lang["SHOWENTIREFILE"] = "Ganze Datei anzeigen"; |
|
|
40 |
$lang["SHOWCOMPACT"] = "Nur geänderte Bereiche"; |
|
|
41 |
|
|
|
42 |
$lang["DIFFPREV"] = "Vergleich mit vorheriger"; |
|
|
43 |
$lang["BLAME"] = "Blame"; |
|
|
44 |
|
|
|
45 |
$lang["REVINFO"] = "Revisionsinformation"; |
|
|
46 |
$lang["GOYOUNGEST"] = "Zur aktuellen Revision"; |
|
|
47 |
$lang["LASTMOD"] = "Letzte Änderung"; |
|
|
48 |
$lang["LOGMSG"] = "Logeintrag"; |
|
|
49 |
$lang["CHANGES"] = "Änderungen"; |
|
|
50 |
$lang["SHOWCHANGED"] = "Geänderte Dateien anzeigen"; |
|
|
51 |
$lang["HIDECHANGED"] = "Geänderte Dateien verstecken"; |
|
|
52 |
$lang["NEWFILES"] = "Neue Dateien"; |
|
|
53 |
$lang["CHANGEDFILES"] = "Geänderte Dateien"; |
|
|
54 |
$lang["DELETEDFILES"] = "Gelöschte Dateien"; |
|
|
55 |
$lang["VIEWLOG"] = "Log anzeigen"; |
|
|
56 |
$lang["PATH"] = "Pfad"; |
|
|
57 |
$lang["AUTHOR"] = "Autor"; |
|
|
58 |
$lang["AGE"] = "Alter"; |
|
|
59 |
$lang["LOG"] = "Log"; |
|
|
60 |
$lang["CURDIR"] = "Aktuelles Verzeichnis"; |
|
|
61 |
$lang["TARBALL"] = "Archiv Download"; |
|
|
62 |
|
|
|
63 |
$lang["PREV"] = "Zurück"; |
|
|
64 |
$lang["NEXT"] = "Weiter"; |
|
|
65 |
$lang["SHOWALL"] = "Alles anzeigen"; |
|
|
66 |
|
|
|
67 |
$lang["BADCMD"] = "Fehler beim Ausführen des Befehls"; |
|
|
68 |
|
|
|
69 |
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>"; |
|
|
70 |
$lang["PROJECTS"] = "Subversion-Projekte"; |
|
|
71 |
$lang["SERVER"] = "Subversion Server"; |
|
|
72 |
|
|
|
73 |
$lang["SEARCHLOG"] = "Suche im Log nach"; |
|
|
74 |
$lang["CLEARLOG"] = "Aktuelle Suche löschen"; |
|
|
75 |
$lang["MORERESULTS"] = "Weitere Ergebnisse finden..."; |
|
|
76 |
$lang["NORESULTS"] = "Es wurden keine Treffer erzielt"; |
|
|
77 |
$lang["NOMORERESULTS"] = "Keine weiteren Treffer für diese Suche"; |
|
|
78 |
|
|
|
79 |
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed"; |
|
|
80 |
$lang["FILESMODIFIED"] = "Veränderte Dateien"; |
|
|
81 |
$lang["RSSFEED"] = "RSS feed"; |
|
|
82 |
|
|
|
83 |
$lang["LINENO"] = "Nr."; |
|
|
84 |
$lang["BLAMEFOR"] = "Blame Information fü Rev."; |
|
|
85 |
|
|
|
86 |
$lang["GO"] = "Los"; |
|
|
87 |
|
|
|
88 |
$lang["PATHCOMPARISON"] = "Pfadvergleich"; |
|
|
89 |
$lang["COMPAREPATHS"] = "Vergleiche Pfade"; |
|
|
90 |
$lang["COMPAREREVS"] = "Vergleiche Revisionen"; |
|
|
91 |
$lang["PROPCHANGES"] = "Geänderte Eigenschaften :"; |
|
|
92 |
$lang["CONVFROM"] = "Dieser Vergleich zeigt die Änderungen zwischen "; |
|
|
93 |
$lang["TO"] = "und"; |
|
|
94 |
$lang["REVCOMP"] = "Revisionen vertauschen"; |
|
|
95 |
$lang["COMPPATH"] = "Vergleiche Pfad:"; |
|
|
96 |
$lang["WITHPATH"] = "Mit Pfad:"; |
|
|
97 |
$lang["FILEDELETED"] = "Datei gelöscht"; |
|
|
98 |
$lang["FILEADDED"] = "Neue Datei"; |
|
|
99 |
|
|
|
100 |
$lang["YEARS"] = "Jahre"; |
|
|
101 |
$lang["MONTHS"] = "Monate"; |
|
|
102 |
$lang["WEEKS"] = "Wochen"; |
|
|
103 |
$lang["DAYS"] = "Tage"; |
|
|
104 |
$lang["HOURS"] = "Stunden"; |
|
|
105 |
$lang["MINUTES"] = "Minuten"; |
|
|
106 |
|
|
|
107 |
$lang["NOBR"] = ""; |
|
|
108 |
$lang["ENDNOBR"] = ""; |
|
|
109 |
|