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 PHOTO) printf %s "Foto";;
23 LOGO) printf %s "Logo";;
24 FN) printf %s "Voller Name";;
26 n_pre) printf %s "Titel";;
27 n_first) printf %s "Vorname";;
28 n_middle) printf %s "Mittel­namen";;
29 n_last) printf %s "Nachname";;
30 n_post) printf %s "Zusätze";;
31 NICKNAME) printf %s "Spitz­name";;
32 SOUND) printf %s "Aus­sprache";;
33 GENDER) printf %s "Ge­schlecht";;
34 KIND) printf %s "Typ";;
35 TITLE) printf %s "Beruf";;
36 ROLE) printf %s "Position";;
37 ORG) printf %s "Orga­ni­sation";;
38 MEMBER) printf %s "Mitglied";;
39 CATEGORIES) printf %s "Kategorien";;
40 ANNIVERSARY) printf %s "Jubiläum";;
41 BDAY) printf %s "Geburtstag";;
42 EMAIL) printf %s "E-Mail";;
43 TEL) printf %s "Telefon";;
44 teltype) printf %s "Anschluss­typ:";;
45 TYPE=HOME) printf %s "Privat";;
46 TYPE=WORK) printf %s "Geschäft­lich";;
47 TYPE=CELL) printf %s "Mobil";;
48 TYPE=FAX) printf %s "Fax";;
49 IMPP) printf %s "Chat";;
50 ADR) printf %s "Anschrift";;
51 URL) printf %s "Webseite";;
52 LANG) printf %s "Sprache";;
53 NOTE) printf %s "Notiz";;
55 RELATED) printf %s "Kontakte";;
58 CALADRURI) printf %s "";;
59 CALURI) printf %s "";;
61 CLIENTPIDMAP) printf %s "";;
65 MAILER) printf %s "";;
67 PRODID) printf %s "";;
68 PROFILE) printf %s "";;
70 SORT-STRING) printf %s "";;
71 SOURCE) printf %s "";;
74 VERSION) printf %s "";;
77 X-HEALTH-INSURANCE) printf %s "Kran­ken­ver­sich­er­ung";;
78 hi_from_list) printf %s "Aus Liste";;
79 hi_other) printf %s "Andere";;
80 hi_company) printf %s "Ver­sich­er­ungs­ge­sell­schaft";;
81 hi_number) printf %s "Ver­sich­er­ten­num­mer";;
82 hi_status) printf %s "Ver­sich­er­ten­sta­tus";;
83 X-HEALTH-INSURANCE-NOCONTRIB) printf %s "Zu­zahl­ungs­be­frei­ung";;
84 X-CLIENT-REFERRAL) printf %s "Empfehl­ung durch";;
85 prescriptions) printf %s "Verord­nungen";;
86 new_prescription) printf %s "Neue Verord­nung";;
87 no_icd) printf %s "Kein ICD Code";;
89 X-ZACK-JOINDATE) printf %s "Anmelde­datum";;
90 X-ZACK-LEAVEDATE) printf %s "Abmelde­datum";;
91 X-ZACK-JOINDATE_short) printf %s "Anm.";;
92 X-ZACK-LEAVEDATE_short) printf %s "Abm.";;
94 edit) printf %s "Bearbeiten";;
95 edit_categories) printf %s "Kategorien Bearbeiten";;
96 vcf_export) printf %s "Vcard Exportieren";;
97 control) printf %s "Aktionen";;
98 delete) printf %s "entfernen";;
99 edit_update) printf %s "Daten übernehmen";;
100 edit_cancel) printf %s "Abbrechen";;
101 edit_delete) printf %s "Eintrag löschen";;
102 edit_addfieldtext) printf %s "Neues Feld";;
103 edit_addfield) printf %s "+";;
104 edit_deletefield) printf %s "X";;
105 filter_label) printf %s "Filter";;
106 filter_item) printf %s "Eingrenzung nach";;
107 filter_placeholder) printf %s "Begriffe zur Eingrenzung eingeben";;
108 filter_type) printf %s "Filtertyp";;
109 filter_order) printf %s "Sortierung";;
110 filter_any) printf %s "Alles";;
111 filter_name) printf %s "Name";;
112 filter_firstname) printf %s "Vorname";;
113 filter_lastname) printf %s "Nachname";;
114 filter_street) printf %s "Straße";;
115 filter_zip) printf %s "PLZ.";;
116 filter_TEL) printf %s "Telefon";;
117 filter_BDAY) printf %s "Geburts­jahr";;
118 filter_bdate) printf %s "Geburts­datum";;
119 filter_course) printf %s "Kurs";;
120 filter_CATEGORIES) printf %s "Kategorien";;
121 filter_more) printf %s "+ mehr Filter";;
122 filter_apply) printf %s "Filtern";;
123 filter_cancel) printf %s "Filter löschen";;
124 newcard) printf %s "Neuen Eintrag anlegen";;
125 course_attendance) printf %s "Kurs­teil­nahme";;
127 gender_none) printf %s "keine Angabe";;
128 gender_female) printf %s "Weiblich";;
129 gender_male) printf %s "Männlich";;
130 gender_other) printf %s "Sonstiges";;
132 female) printf %s "♀";;
133 male) printf %s "♂";;
134 other) printf %s "⚥";;
135 none) printf %s "⚪";;
137 *) printf %s "$word";;