German translation attached -- Mirko
>From b42cdcce2299ec03c7fbc3680d29bea4a2e30a16 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen <[email protected]> Date: Tue, 24 Jul 2012 16:55:25 +0200 Subject: [PATCH] de-DE Translation Content-Type: text/plain; charset="utf-8" --- koct/chrome/locale/de-DE/koct.dtd | 20 ++++++++++++++++++++ koct/chrome/locale/de-DE/koct.properties | 13 +++++++++++++ 2 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 koct/chrome/locale/de-DE/koct.dtd create mode 100644 koct/chrome/locale/de-DE/koct.properties diff --git a/koct/chrome/locale/de-DE/koct.dtd b/koct/chrome/locale/de-DE/koct.dtd new file mode 100644 index 0000000..837cd66 --- /dev/null +++ b/koct/chrome/locale/de-DE/koct.dtd @@ -0,0 +1,20 @@ +<!ENTITY koct.title "Koha Offline-Verbuchung"> +<!ENTITY koct.checkout "Ausleihe"> +<!ENTITY koct.checkin "Rückgabe"> +<!ENTITY koct.log "Log"> +<!ENTITY koct.param "Parameter"> +<!ENTITY koct.patron_barcode "Benutzer-Barcode:"> +<!ENTITY koct.item_barcode "Exemplar-Barcode:"> +<!ENTITY koct.save "Speichern"> +<!ENTITY koct.timestamp "Zeitstempel"> +<!ENTITY koct.action "Aktion"> +<!ENTITY koct.cardnumber "Ausweisnummer"> +<!ENTITY koct.barcode "Barcode"> +<!ENTITY koct.status "Status"> +<!ENTITY koct.commit "An Koha senden"> +<!ENTITY koct.apply "Direkt anwenden"> +<!ENTITY koct.clear "Löschen"> +<!ENTITY koct.server "Server:"> +<!ENTITY koct.branchcode "Bibliothekscode:"> +<!ENTITY koct.username "Benutzername:"> +<!ENTITY koct.password "Passwort:"> diff --git a/koct/chrome/locale/de-DE/koct.properties b/koct/chrome/locale/de-DE/koct.properties new file mode 100644 index 0000000..f22948a --- /dev/null +++ b/koct/chrome/locale/de-DE/koct.properties @@ -0,0 +1,13 @@ +warning=WARNUNG +confirm_delete1=Die lokale Datenbank enthält +confirm_delete2=Einträge, möchten Sie diese löschen? +i_want_to_delete=Ich möchte die Einträge löschen +success=Erfolgreich. +added=Hinzugefügt. +auth_failed=Authentifizierung fehlgeschlagen. +cardnumber_wrong=Benutzer nicht gefunden. +item_not_found=Exemplar nicht gefunden. +item_not_issued=Exemplar nicht entliehen. +records_added=Einträge hinzugefügt. +checkout=Ausleihe +checkin=Rückgabe -- 1.7.2.5
_______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
