]> git.plutz.net Git - confetti/blob - templates/text_frame.sh
reenable clickable email address
[confetti] / templates / text_frame.sh
1 # Copyright 2014 - 2016 Paul Hänsch
2 #
3 # This file is part of Confetti.
4
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.
9
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.
14
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/>. 
17
18 item_name[p_courses]="Kurse"
19 item_name[p_email]="Email"
20 item_name[p_error]="Fehler"
21 item_name[p_categories]="Kategorien"
22 item_name[p_prescriptions]="Verschreibungen"
23 item_name[p_therapy]="Therapie"
24 item_name[nc_edit]="&#x2699;"
25 #item_name[nc_edit]="&#9776;"
26 item_name[bm_add]="+"
27 item_name[bm_del]="-"
28
29 case $PROFILE in
30 medical)
31 item_name[p_cards]="Klienten"
32 ;;
33 circus)
34 item_name[p_cards]="Teilnehmende"
35 ;;
36 esac