1 # Copyright 2014, 2016, 2019, 2021 Paul Hänsch
3 # This file is part of Confetti.
5 # Confetti is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU Affero General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # Confetti is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU Affero General Public License for more details.
15 # You should have received a copy of the GNU Affero General Public License
16 # along with Confetti. If not, see <http://www.gnu.org/licenses/>.
20 [ $# -eq 0 ] && read -r word || word="$*"
22 newcard) printf %s "Neuen Eintrag anlegen";;
24 X-HEALTH-INSURANCE) printf %s "Kran­ken­ver­sich­er­ung";;
25 hi_from_list) printf %s "Aus Liste";;
26 hi_other) printf %s "Andere";;
27 hi_company) printf %s "Ver­sich­er­ungs­ge­sell­schaft";;
28 hi_number) printf %s "Ver­sich­er­ten­num­mer";;
29 hi_status) printf %s "Ver­sich­er­ten­sta­tus";;
30 X-HEALTH-INSURANCE-NOCONTRIB) printf %s "Zu­zahl­ungs­be­frei­ung";;
31 X-CLIENT-REFERRAL) printf %s "Empfehl­ung durch";;
32 prescriptions) printf %s "Verord­nungen";;
33 new_prescription) printf %s "Neue Verord­nung";;
34 no_icd) printf %s "Kein ICD Code";;
36 X-ZACK-JOINDATE) printf %s "Anmelde­datum";;
37 X-ZACK-LEAVEDATE) printf %s "Abmelde­datum";;
38 X-ZACK-JOINDATE_short) printf %s "Anm.";;
39 X-ZACK-LEAVEDATE_short) printf %s "Abm.";;
40 X-IBAN) printf %s "IBAN";;
42 *) l10n_global "$word";;
46 # BEGIN) printf %s "";;
47 # CALADRURI) printf %s "";;
48 # CALURI) printf %s "";;
49 # CLASS) printf %s "";;
50 # CLIENTPIDMAP) printf %s "";;
52 # FBURL) printf %s "";;
54 # MAILER) printf %s "";;
55 # NAME) printf %s "";;
56 # PRODID) printf %s "";;
57 # PROFILE) printf %s "";;
59 # SORT-STRING) printf %s "";;
60 # SOURCE) printf %s "";;
63 # VERSION) printf %s "";;