]> git.plutz.net Git - confetti/blobdiff - templates/text_frame.sh
return to configure interface after bookmark change
[confetti] / templates / text_frame.sh
index b76b58439baf3f9e35b012bcf0481f9cfd83720a..75e151130c9bbe2dea310af3210001b26b9c98b5 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright 2014, 2015 Paul Hänsch
+# Copyright 2014 - 2016, 2018 Paul Hänsch
 #
 # This file is part of Confetti.
 # 
 # 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[p_attendees]="Teilnehmende"
+item_name[p_cards]="Personen"
 item_name[p_courses]="Kurse"
 item_name[p_email]="Email"
 item_name[p_error]="Fehler"
-
-l10n() {
-  [ -n "$item_name[$1]" ] && echo -n "$item_name[$1]" || echo -n "$1"
-}
+item_name[p_categories]="Kategorien"
+item_name[p_prescriptions]="Verschreibungen"
+item_name[p_therapy]="Therapie"
+item_name[nc_edit]="&#x2699;"
+#item_name[nc_edit]="&#9776;"
+item_name[bm_add]="+"
+item_name[bm_del]="-"
+item_name[configure]="Anpassen"