mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Added missing German files.
This commit is contained in:
parent
6656607107
commit
a9e3864817
15 changed files with 634 additions and 0 deletions
30
web/lang/de/pkgedit_po.inc
Normal file
30
web/lang/de/pkgedit_po.inc
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?
|
||||
# German (Deutsch) translation
|
||||
# Translators: Pierre Schmitz <pschmitz@laber-land.de>, Matthias Gorissen <siquame@web.de>, Lukas Kropatschek, Niclas Pfeifer
|
||||
|
||||
include_once("translator.inc");
|
||||
global $_t;
|
||||
|
||||
$_t["de"]["Missing package ID."] = "Paket-ID fehlt.";
|
||||
|
||||
$_t["de"]["Invalid category ID."] = "Kategorie-ID ungültig.";
|
||||
|
||||
$_t["de"]["Enter your comment below."] = "Füge Deinen Kommentar hier ein.";
|
||||
|
||||
$_t["de"]["You are not allowed to delete this comment."] = "Du darfst diesen Kommentar nicht löschen.";
|
||||
|
||||
$_t["de"]["Missing comment ID."] = "Kommentar-ID fehlt.";
|
||||
|
||||
$_t["de"]["Package category updated."] = "Die Kategorie des Pakets wurde aktualisiert.";
|
||||
|
||||
$_t["de"]["You must be logged in before you can edit package information."] = "Du mußt Dich anmelden, um Paket-Informationen zu bearbeiten.";
|
||||
|
||||
$_t["de"]["Comment has been deleted."] = "Kommentar wurde gelöscht.";
|
||||
|
||||
$_t["de"]["You've found a bug if you see this...."] = "Wenn Du dies ließt, hast Du einen Fehler gefunden...";
|
||||
|
||||
$_t["de"]["Comment has been added."] = "Kommentar wurde hinzugefügt.";
|
||||
|
||||
$_t["de"]["Select new category"] = "Wähle neue Kategorie.";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue