1,109 → 1,110 |
<?php |
|
// WebSVN - Subversion repository viewing via the web using PHP |
// Copyright (C) 2004 Stephan Stapel, <stephan.stapel@web.de> |
// |
// This program 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 2 of the License, or |
// (at your option) any later version. |
// |
// This program 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 this program; if not, write to the Free Software |
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// |
// -- |
// |
// germany.inc |
// |
// German language strings |
|
// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities). |
$lang["LANGUAGENAME"] = "German"; |
|
$lang["DIFF"] = "Diff"; |
|
$lang["NOREP"] = "Kein Repository angegeben."; |
$lang["NOPATH"] = "Pfad nicht gefunden"; |
$lang["SUPPLYREP"] = "Bitte den Repository Pfad in include/config.inc mit \$config->parentPath oder \$config->addRepository konfigurieren.<p>Genauere Informationen sind in der Installationsanleitung"; |
|
$lang["DIFFREVS"] = "Vergleich zwischen Revisionen"; |
$lang["AND"] = "und"; |
$lang["REV"] = "Revision"; |
$lang["LINE"] = "Zeile"; |
$lang["SHOWENTIREFILE"] = "Ganze Datei anzeigen"; |
$lang["SHOWCOMPACT"] = "Nur geänderte Bereiche"; |
|
$lang["DIFFPREV"] = "Vergleich mit vorheriger"; |
$lang["BLAME"] = "Blame"; |
|
$lang["REVINFO"] = "Revisionsinformation"; |
$lang["GOYOUNGEST"] = "Zur aktuellen Revision"; |
$lang["LASTMOD"] = "Letzte Änderung"; |
$lang["LOGMSG"] = "Logeintrag"; |
$lang["CHANGES"] = "Änderungen"; |
$lang["SHOWCHANGED"] = "Geänderte Dateien anzeigen"; |
$lang["HIDECHANGED"] = "Geänderte Dateien verstecken"; |
$lang["NEWFILES"] = "Neue Dateien"; |
$lang["CHANGEDFILES"] = "Geänderte Dateien"; |
$lang["DELETEDFILES"] = "Gelöschte Dateien"; |
$lang["VIEWLOG"] = "Log anzeigen"; |
$lang["PATH"] = "Pfad"; |
$lang["AUTHOR"] = "Autor"; |
$lang["AGE"] = "Alter"; |
$lang["LOG"] = "Log"; |
$lang["CURDIR"] = "Aktuelles Verzeichnis"; |
$lang["TARBALL"] = "Archiv Download"; |
|
$lang["PREV"] = "Zurück"; |
$lang["NEXT"] = "Weiter"; |
$lang["SHOWALL"] = "Alles anzeigen"; |
|
$lang["BADCMD"] = "Fehler beim Ausführen des Befehls"; |
|
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>"; |
$lang["PROJECTS"] = "Subversion-Projekte"; |
$lang["SERVER"] = "Subversion Server"; |
|
$lang["SEARCHLOG"] = "Suche im Log nach"; |
$lang["CLEARLOG"] = "Aktuelle Suche löschen"; |
$lang["MORERESULTS"] = "Weitere Ergebnisse finden..."; |
$lang["NORESULTS"] = "Es wurden keine Treffer erzielt"; |
$lang["NOMORERESULTS"] = "Keine weiteren Treffer für diese Suche"; |
|
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed"; |
$lang["FILESMODIFIED"] = "Veränderte Dateien"; |
$lang["RSSFEED"] = "RSS feed"; |
|
$lang["LINENO"] = "Nr."; |
$lang["BLAMEFOR"] = "Blame Information fü Rev."; |
|
$lang["GO"] = "Los"; |
|
$lang["PATHCOMPARISON"] = "Pfadvergleich"; |
$lang["COMPAREPATHS"] = "Vergleiche Pfade"; |
$lang["COMPAREREVS"] = "Vergleiche Revisionen"; |
$lang["PROPCHANGES"] = "Geänderte Eigenschaften :"; |
$lang["CONVFROM"] = "Dieser Vergleich zeigt die Änderungen zwischen "; |
$lang["TO"] = "und"; |
$lang["REVCOMP"] = "Revisionen vertauschen"; |
$lang["COMPPATH"] = "Vergleiche Pfad:"; |
$lang["WITHPATH"] = "Mit Pfad:"; |
$lang["FILEDELETED"] = "Datei gelöscht"; |
$lang["FILEADDED"] = "Neue Datei"; |
|
$lang["YEARS"] = "Jahre"; |
$lang["MONTHS"] = "Monate"; |
$lang["WEEKS"] = "Wochen"; |
$lang["DAYS"] = "Tage"; |
$lang["HOURS"] = "Stunden"; |
$lang["MINUTES"] = "Minuten"; |
|
$lang["NOBR"] = ""; |
$lang["ENDNOBR"] = ""; |
|
<?php |
|
// WebSVN - Subversion repository viewing via the web using PHP |
// Copyright (C) 2004 Stephan Stapel, <stephan.stapel@web.de> |
// |
// This program 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 2 of the License, or |
// (at your option) any later version. |
// |
// This program 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 this program; if not, write to the Free Software |
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// |
// -- |
// |
// germany.inc |
// |
// German language strings |
|
// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities). |
$lang["LANGUAGENAME"] = "German"; |
$lang['LANGUAGETAG'] = 'de'; |
|
$lang["DIFF"] = "Diff"; |
|
$lang["NOREP"] = "Kein Repository angegeben."; |
$lang["NOPATH"] = "Pfad nicht gefunden"; |
$lang["SUPPLYREP"] = "Bitte den Repository Pfad in include/config.inc mit \$config->parentPath oder \$config->addRepository konfigurieren.<p>Genauere Informationen sind in der Installationsanleitung"; |
|
$lang["DIFFREVS"] = "Vergleich zwischen Revisionen"; |
$lang["AND"] = "und"; |
$lang["REV"] = "Revision"; |
$lang["LINE"] = "Zeile"; |
$lang["SHOWENTIREFILE"] = "Ganze Datei anzeigen"; |
$lang["SHOWCOMPACT"] = "Nur geänderte Bereiche"; |
|
$lang["DIFFPREV"] = "Vergleich mit vorheriger"; |
$lang["BLAME"] = "Blame"; |
|
$lang["REVINFO"] = "Revisionsinformation"; |
$lang["GOYOUNGEST"] = "Zur aktuellen Revision"; |
$lang["LASTMOD"] = "Letzte Änderung"; |
$lang["LOGMSG"] = "Logeintrag"; |
$lang["CHANGES"] = "Änderungen"; |
$lang["SHOWCHANGED"] = "Geänderte Dateien anzeigen"; |
$lang["HIDECHANGED"] = "Geänderte Dateien verstecken"; |
$lang["NEWFILES"] = "Neue Dateien"; |
$lang["CHANGEDFILES"] = "Geänderte Dateien"; |
$lang["DELETEDFILES"] = "Gelöschte Dateien"; |
$lang["VIEWLOG"] = "Log anzeigen"; |
$lang["PATH"] = "Pfad"; |
$lang["AUTHOR"] = "Autor"; |
$lang["AGE"] = "Alter"; |
$lang["LOG"] = "Log"; |
$lang["CURDIR"] = "Aktuelles Verzeichnis"; |
$lang["TARBALL"] = "Archiv Download"; |
|
$lang["PREV"] = "Zurück"; |
$lang["NEXT"] = "Weiter"; |
$lang["SHOWALL"] = "Alles anzeigen"; |
|
$lang["BADCMD"] = "Fehler beim Ausführen des Befehls"; |
|
$lang["POWERED"] = "Powered by <a href=\"http://websvn.tigris.org/\">WebSVN</a>"; |
$lang["PROJECTS"] = "Subversion-Projekte"; |
$lang["SERVER"] = "Subversion Server"; |
|
$lang["SEARCHLOG"] = "Suche im Log nach"; |
$lang["CLEARLOG"] = "Aktuelle Suche löschen"; |
$lang["MORERESULTS"] = "Weitere Ergebnisse finden..."; |
$lang["NORESULTS"] = "Es wurden keine Treffer erzielt"; |
$lang["NOMORERESULTS"] = "Keine weiteren Treffer für diese Suche"; |
|
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed"; |
$lang["FILESMODIFIED"] = "Veränderte Dateien"; |
$lang["RSSFEED"] = "RSS feed"; |
|
$lang["LINENO"] = "Nr."; |
$lang["BLAMEFOR"] = "Blame Information fü Rev."; |
|
$lang["GO"] = "Los"; |
|
$lang["PATHCOMPARISON"] = "Pfadvergleich"; |
$lang["COMPAREPATHS"] = "Vergleiche Pfade"; |
$lang["COMPAREREVS"] = "Vergleiche Revisionen"; |
$lang["PROPCHANGES"] = "Geänderte Eigenschaften :"; |
$lang["CONVFROM"] = "Dieser Vergleich zeigt die Änderungen zwischen "; |
$lang["TO"] = "und"; |
$lang["REVCOMP"] = "Revisionen vertauschen"; |
$lang["COMPPATH"] = "Vergleiche Pfad:"; |
$lang["WITHPATH"] = "Mit Pfad:"; |
$lang["FILEDELETED"] = "Datei gelöscht"; |
$lang["FILEADDED"] = "Neue Datei"; |
|
$lang["YEARS"] = "Jahre"; |
$lang["MONTHS"] = "Monate"; |
$lang["WEEKS"] = "Wochen"; |
$lang["DAYS"] = "Tage"; |
$lang["HOURS"] = "Stunden"; |
$lang["MINUTES"] = "Minuten"; |
|
$lang["NOBR"] = ""; |
$lang["ENDNOBR"] = ""; |
|