]> git.plutz.net Git - confetti/blobdiff - cards/l10n.sh
styling for iban assignment
[confetti] / cards / l10n.sh
index 841adb4977ddc45c3fbddfc051af61ea58c3d0d4..fde98e07350659d4e8a938c0175e03c9994bcbbf 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright 2014, 2016, 2019 Paul Hänsch
+# Copyright 2014, 2016, 2019, 2021 Paul Hänsch
 #
 # This file is part of Confetti.
 # 
 
 l10n(){
   local word
-  [ $# -eq 0 ] && read -r word || word="$1"
+  [ $# -eq 0 ] && read -r word || word="$*"
   case $word in
-    PHOTO) printf %s "Foto";;
-    LOGO) printf %s "Logo";;
-    FN) printf %s "Voller Name";;
-    N) printf %s "Name";;
-    n_pre) printf %s "Titel";;
-    n_first) printf %s "Vorname";;
-    n_middle) printf %s "Mittelnamen";;
-    n_last) printf %s "Nachname";;
-    n_post) printf %s "Zusätze";;
-    NICKNAME) printf %s "Spitzname";;
-    SOUND) printf %s "Aussprache";;
-    GENDER) printf %s "Geschlecht";;
-    KIND) printf %s "Typ";;
-    TITLE) printf %s "Beruf";;
-    ROLE) printf %s "Position";;
-    ORG) printf %s "Organisation";;
-    MEMBER) printf %s "Mitglied";;
-    CATEGORIES) printf %s "Kategorien";;
-    ANNIVERSARY) printf %s "Jubiläum";;
-    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 "";;
-    IMPP) printf %s "Chat";;
-    ADR) printf %s "Anschrift";;
-    URL) printf %s "Webseite";;
-    LANG) printf %s "Sprache";;
-    NOTE) printf %s "Notiz";;
-  
-    RELATED) printf %s "Kontakte";;
-  
-    BEGIN) printf %s "";;
-    CALADRURI) printf %s "";;
-    CALURI) printf %s "";;
-    CLASS) printf %s "";;
-    CLIENTPIDMAP) printf %s "";;
-    END) printf %s "";;
-    FBURL) printf %s "";;
-    GEO) printf %s "";;
-    MAILER) printf %s "";;
-    NAME) printf %s "";;
-    PRODID) printf %s "";;
-    PROFILE) printf %s "";;
-    REV) printf %s "";;
-    SORT-STRING) printf %s "";;
-    SOURCE) printf %s "";;
-    TZ) printf %s "";;
-    UID) printf %s "";;
-    VERSION) printf %s "";;
-    XML) printf %s "";;
-  
+    newcard) printf %s "Neuen Eintrag anlegen";;
+
     X-HEALTH-INSURANCE) printf %s "Kran­ken­ver­sich­er­ung";;
     hi_from_list) printf %s "Aus Liste";;
     hi_other) printf %s "Andere";;
@@ -87,62 +29,36 @@ l10n(){
     hi_status) printf %s "Ver­sich­er­ten­sta­tus";;
     X-HEALTH-INSURANCE-NOCONTRIB) printf %s "Zu­zahl­ungs­be­frei­ung";;
     X-CLIENT-REFERRAL) printf %s "Empfehl­ung durch";;
-    prescriptions) printf %s "Verordnungen";;
-    new_prescription) printf %s "Neue Verordnung";;
+    prescriptions) printf %s "Verord­nungen";;
+    new_prescription) printf %s "Neue Verord­nung";;
     no_icd) printf %s "Kein ICD Code";;
   
-    X-ZACK-JOINDATE)  printf %s "An­mel­de­da­tum";;
-    X-ZACK-LEAVEDATE) printf %s "Ab­mel­de­da­tum";;
+    X-ZACK-JOINDATE)  printf %s "Anmelde­datum";;
+    X-ZACK-LEAVEDATE) printf %s "Abmelde­datum";;
     X-ZACK-JOINDATE_short)  printf %s "Anm.";;
     X-ZACK-LEAVEDATE_short) printf %s "Abm.";;
-  
-    edit) printf %s "Bearbeiten";;
-    edit_categories) printf %s "Kategorien Bearbeiten";;
-    vcf_export) printf %s "Vcard Exportieren";;
-    control) printf %s "Aktionen";;
-    edit_update) printf %s "Daten übernehmen";;
-    edit_cancel) printf %s "Abbrechen";;
-    edit_delete) printf %s "Eintrag löschen";;
-    edit_addfieldtext) printf %s "Neues Feld";;
-    edit_addfield) printf %s "+";;
-    edit_deletefield) printf %s "X";;
-    filter_label) printf %s "Filter";;
-    filter_placeholder) printf %s "Begriffe zur Eingrenzung eingeben";;
-    filter_type) printf %s "Filtertyp";;
-    filter_order) printf %s "Sortierung";;
-    filter_any) printf %s "Alles";;
-    filter_name) printf %s "Name";;
-    filter_firstname) printf %s "Vorname";;
-    filter_lastname) printf %s "Nachname";;
-    filter_street) printf %s "Straße";;
-    filter_zip) printf %s "PLZ.";;
-    filter_TEL) printf %s "Telefon";;
-    filter_BDAY) printf %s "Geburtsjahr";;
-    filter_bdate) printf %s "Geburtsdatum";;
-    filter_course) printf %s "Kurs";;
-    filter_CATEGORIES) printf %s "Kategorien";;
-    filter_apply) printf %s "Filtern";;
-    filter_cancel) printf %s "Filter löschen";;
-    newcard) printf %s "Neuen Eintrag anlegen";;
-    course_attendance) printf %s "Kursteilnahme";;
-  
-    gender_none) printf %s "keine Angabe";;
-    gender_female) printf %s "Weiblich";;
-    gender_male) printf %s "Männlich";;
-    gender_other) printf %s "Sonstiges";;
-  
-    female) printf %s "♀";;
-    male) printf %s "♂";;
-    other) printf %s "⚥";;
-    none) printf %s "⚪";;
-
-    teltype) printf %s "Anschlusstyp:";;
-    HOME) printf %s "Privat";;
-    WORK) printf %s "Geschäftlich";;
-    CELL) printf %s "Mobil";;
-    FAX) printf %s "Fax";;
+    X-IBAN) printf %s "IBAN";;
 
-    *) printf %s "$1";;
+    *) l10n_global "$word";;
   esac
 }
 
+# BEGIN) printf %s "";;
+# CALADRURI) printf %s "";;
+# CALURI) printf %s "";;
+# CLASS) printf %s "";;
+# CLIENTPIDMAP) printf %s "";;
+# END) printf %s "";;
+# FBURL) printf %s "";;
+# GEO) printf %s "";;
+# MAILER) printf %s "";;
+# NAME) printf %s "";;
+# PRODID) printf %s "";;
+# PROFILE) printf %s "";;
+# REV) printf %s "";;
+# SORT-STRING) printf %s "";;
+# SOURCE) printf %s "";;
+# TZ) printf %s "";;
+# UID) printf %s "";;
+# VERSION) printf %s "";;
+# XML) printf %s "";;