]> git.plutz.net Git - confetti/blobdiff - templates/text_attendee.sh
Added AGPL License notice to every file
[confetti] / templates / text_attendee.sh
index 57ad3f62add19c6aab8365a938a7ad9d901add34..2ec576eb100888fc4ceeb4780a94c9d9821ea548 100755 (executable)
@@ -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 <http://www.gnu.org/licenses/>. 
+
 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"
@@ -83,6 +105,11 @@ item_name[gender_female]="Weiblich"
 item_name[gender_male]="Männlich"
 item_name[gender_other]="Sonstiges"
 
+item_name[female]="&#x2640;"
+item_name[male]="&#x2642;"
+item_name[other]="&#x26A5;"
+item_name[none]="&#x26AA;"
+
 l10n() {
   [ -n "$item_name[$1]" ] && echo -n "$item_name[$1]" || echo -n "$1"
 }