]> git.plutz.net Git - confetti/blob - templates/text_frame.sh
additional prescription fields, improved display of clients and prescriptions
[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
24 case $PROFILE in
25 medical)
26 item_name[p_cards]="Klienten"
27 ;;
28 circus)
29 item_name[p_cards]="Teilnehmende"
30 ;;
31 esac