X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=cards%2Fl10n.sh;h=b0930c1f5e6b4e878b6edd9b0f686b55c94a8ffe;hb=245152b9bb6939b087fc622336bfa0dd74149bb2;hp=48ee59ee4b706f2362c5586b26b06e5aefd7b18c;hpb=6655ac8dd9a786d394d628fed0fbc6e6008078c1;p=lobster diff --git a/cards/l10n.sh b/cards/l10n.sh index 48ee59e..b0930c1 100755 --- a/cards/l10n.sh +++ b/cards/l10n.sh @@ -41,16 +41,11 @@ l10n(){ BDAY) printf %s "Geburtstag";; EMAIL) printf %s "E-Mail";; TEL) printf %s "Telefon";; - phone_typeselect) printf %s "Typ";; - phone_home) printf %s "Privat";; - phone_cell) printf %s "Mobil";; - phone_work) printf %s "Büro";; - phone_fax) printf %s "Fax";; - tHOME) printf %s "Privat:";; - tWORK) printf %s "Büro:";; - tCELL) printf %s "Mobil:";; - tFAX) printf %s "Fax:";; - tVOICE) printf %s "";; + teltype) printf %s "Anschlusstyp:";; + TYPE=HOME) printf %s "Privat";; + TYPE=WORK) printf %s "Geschäftlich";; + TYPE=CELL) printf %s "Mobil";; + TYPE=FAX) printf %s "Fax";; IMPP) printf %s "Chat";; ADR) printf %s "Anschrift";; URL) printf %s "Webseite";; @@ -90,6 +85,8 @@ l10n(){ prescriptions) printf %s "Verordnungen";; new_prescription) printf %s "Neue Verordnung";; no_icd) printf %s "Kein ICD Code";; + therapy) printf %s "Therapie";; + therapies) printf %s "Therapien";; X-ZACK-JOINDATE) printf %s "An­mel­de­da­tum";; X-ZACK-LEAVEDATE) printf %s "Ab­mel­de­da­tum";; @@ -135,6 +132,8 @@ l10n(){ male) printf %s "♂";; other) printf %s "⚥";; none) printf %s "⚪";; + + *) printf %s "$1";; esac }