]> git.plutz.net Git - confetti/blob - templates/text_courses.sh
reenable clickable email address
[confetti] / templates / text_courses.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 declare -A item_name
19
20 item_name[SUMMARY]="Bezeichnung"
21 item_name[COMMENT]="Kommentar"
22 item_name[DTSTART]="Beginn"
23 item_name[DURATION]="Dauer"
24 item_name[RRULE]="Regelmäßigkeit"
25
26 item_name[DAILY]="Tage"
27 item_name[WEEKLY]="Wochen"
28 item_name[MONTHLY]="Monate"
29 item_name[YEARLY]="Jahre"
30
31 item_name[sDAILY]="Täglich"
32 item_name[sWEEKLY]="Wöchentlich"
33 item_name[sMONTHLY]="Monatlich"
34 item_name[sYEARLY]="Jährlich"
35
36 item_name[newcourse]="Neuen Eintrag anlegen"
37 item_name[time]="Uhrzeit"
38 item_name[edit_update]="Daten übernehmen"
39 item_name[edit_cancel]="Abbrechen"
40 item_name[edit_delete]="Eintrag löschen"
41 item_name[edit_addfieldtext]="Neues Feld"
42 item_name[edit_addfield]="+"
43 item_name[edit_dtscal]="&#x2713;"
44 item_name[edit]="Bearbeiten"
45 item_name[ics_export]="ICal exportieren"
46 item_name[courselist]="Kursliste (PDF)"
47
48 item_name[course_attendance]="Teilnahme"
49 item_name[course_mail]="Mail an Teilnehmende"
50
51 item_name[sort_order]="Sortierung"
52 item_name[order_DOW]="Wochentag"
53 item_name[order_TOD]="Uhrzeit"
54 item_name[order_apply]="Sortieren"
55
56 item_name[t_every]="Alle"
57 item_name[t_eternal]="ewig"
58 item_name[t_times]="mal"
59 item_name[t_until]="Bis"
60 item_name[t_oclock]="Uhr"