X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Ftext_attendee.sh;h=2ec576eb100888fc4ceeb4780a94c9d9821ea548;hp=647a7e87ab0cc819c1b86d70639af8abeb0ad139;hb=1e8f35fa92c610b540cbe365e2231194b58e0cc0;hpb=383a578b8dd87bb6649e3652232685e28824a8c1 diff --git a/templates/text_attendee.sh b/templates/text_attendee.sh index 647a7e8..2ec576e 100755 --- a/templates/text_attendee.sh +++ b/templates/text_attendee.sh @@ -1,3 +1,20 @@ +# Copyright 2014 Paul Hänsch +# +# This file is part of Confetti. +# +# Confetti is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Confetti is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Confetti. If not, see . + declare -A item_name item_name[PHOTO]="Foto" @@ -50,6 +67,11 @@ item_name[UID]="" item_name[VERSION]="" item_name[XML]="" +item_name[X-ZACK-JOINDATE]="Anmeldedatum" +item_name[X-ZACK-LEAVEDATE]="Abmeldedatum" +item_name[label_join]="Anm." +item_name[label_leave]="Abm." + item_name[edit]="Bearbeiten" item_name[vcf_export]="Vcard Exportieren" item_name[control]="Aktionen"