X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Ftext_cards.sh;h=aaa68324160b99054317eb5ba98590c56b3718ee;hp=ec308ffb4427b73dd2003e8d04c94d4400a9bf45;hb=d40eb749c3b9766eb85d843e712f1b86543232d2;hpb=69e661b5c8ec195bd3c4998a623a60607b47059e diff --git a/templates/text_cards.sh b/templates/text_cards.sh index ec308ff..aaa6832 100755 --- a/templates/text_cards.sh +++ b/templates/text_cards.sh @@ -1,4 +1,4 @@ -# Copyright 2014 Paul Hänsch +# Copyright 2014, 2016 Paul Hänsch # # This file is part of Confetti. # @@ -15,8 +15,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Confetti. If not, see . -declare -A item_name - item_name[PHOTO]="Foto" item_name[LOGO]="Logo" item_name[FN]="Voller Name" @@ -39,6 +37,16 @@ item_name[ANNIVERSARY]="Jubiläum" item_name[BDAY]="Geburtstag" item_name[EMAIL]="E-Mail" item_name[TEL]="Telefon" +item_name[phone_typeselect]="Typ" +item_name[phone_home]="Privat" +item_name[phone_cell]="Mobil" +item_name[phone_work]="Büro" +item_name[phone_fax]="Fax" +item_name[tHOME]="Privat:" +item_name[tWORK]="Büro:" +item_name[tCELL]="Mobil:" +item_name[tFAX]="Fax:" +item_name[tVOICE]="" item_name[IMPP]="Chat" item_name[ADR]="Anschrift" item_name[URL]="Webseite" @@ -67,12 +75,25 @@ item_name[UID]="" item_name[VERSION]="" item_name[XML]="" -item_name[X-ZACK-JOINDATE]="Anmeldedatum" -item_name[X-ZACK-LEAVEDATE]="Abmeldedatum" +item_name[X-HEALTH-INSURANCE]="Kran­ken­ver­sich­er­ung" +item_name[hi_from_list]="Aus Liste" +item_name[hi_other]="Andere" +item_name[hi_company]="Ver­sich­er­ungs­ge­sell­schaft" +item_name[hi_number]="Ver­sich­er­ten­num­mer" +item_name[hi_status]="Ver­sich­er­ten­sta­tus" +item_name[X-HEALTH-INSURANCE-NOCONTRIB]="Zu­zahl­ungs­be­frei­ung" +item_name[X-CLIENT-REFERRAL]="Empfehl­ung durch" +item_name[prescriptions]="Verordnungen" +item_name[new_prescription]="Neue Verordnung" +item_name[no_icd]="Kein ICD Code" + +item_name[X-ZACK-JOINDATE]="An­mel­de­da­tum" +item_name[X-ZACK-LEAVEDATE]="Ab­mel­de­da­tum" item_name[label_join]="Anm." item_name[label_leave]="Abm." item_name[edit]="Bearbeiten" +item_name[edit_categories]="Kategorien Bearbeiten" item_name[vcf_export]="Vcard Exportieren" item_name[control]="Aktionen" item_name[edit_update]="Daten übernehmen" @@ -109,3 +130,4 @@ item_name[female]="♀" item_name[male]="♂" item_name[other]="⚥" item_name[none]="⚪" +