]> git.plutz.net Git - confetti/blob - templates/text_frame.sh
remove white spaces between diff fields
[confetti] / templates / text_frame.sh
1 # Copyright 2014, 2015 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 declare -A item_name
19
20 item_name[p_attendees]="Teilnehmende"
21 item_name[p_courses]="Kurse"
22 item_name[p_email]="Email"
23 item_name[p_error]="Fehler"
24
25 l10n() {
26   [ -n "$item_name[$1]" ] && echo -n "$item_name[$1]" || echo -n "$1"
27 }