]> git.plutz.net Git - confetti/blobdiff - templates/text_cards.sh
generate name field from available information
[confetti] / templates / text_cards.sh
index ec308ffb4427b73dd2003e8d04c94d4400a9bf45..be2efa77541bfb214d04add7d1c5e23cf34734e2 100755 (executable)
@@ -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 <http://www.gnu.org/licenses/>. 
 
-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,8 +75,20 @@ 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&shy;ken&shy;ver&shy;sich&shy;er&shy;ung"
+item_name[hi_from_list]="Aus Liste"
+item_name[hi_other]="Andere"
+item_name[hi_company]="Ver&shy;sich&shy;er&shy;ungs&shy;ge&shy;sell&shy;schaft"
+item_name[hi_number]="Ver&shy;sich&shy;er&shy;ten&shy;num&shy;mer"
+item_name[hi_status]="Ver&shy;sich&shy;er&shy;ten&shy;sta&shy;tus"
+item_name[X-HEALTH-INSURANCE-NOCONTRIB]="Zu&shy;zahl&shy;ungs&shy;be&shy;frei&shy;ung"
+item_name[X-CLIENT-REFERRAL]="Empfehl&shy;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&shy;mel&shy;de&shy;da&shy;tum"
+item_name[X-ZACK-LEAVEDATE]="Ab&shy;mel&shy;de&shy;da&shy;tum"
 item_name[label_join]="Anm."
 item_name[label_leave]="Abm."
 
@@ -109,3 +129,4 @@ item_name[female]="&#x2640;"
 item_name[male]="&#x2642;"
 item_name[other]="&#x26A5;"
 item_name[none]="&#x26AA;"
+