]> git.plutz.net Git - confetti/blobdiff - templates/text_frame.sh
more reliable color selection, bugfix regarding backend color transparency
[confetti] / templates / text_frame.sh
index aa5858e5ec8252412954ebe712531b78480f7516..e5f2dcbf219c847808edeee2ff7c254a9610857c 100755 (executable)
 # You should have received a copy of the GNU Affero General Public License
 # along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
 
-item_name[p_cards]="Teilnehmende"
 item_name[p_courses]="Kurse"
 item_name[p_email]="Email"
 item_name[p_error]="Fehler"
+item_name[p_categories]="Kategorien"
+item_name[p_prescriptions]="Verschreibungen"
+item_name[p_therapy]="Therapie"
+
+case $PROFILE in
+medical)
+item_name[p_cards]="Klienten"
+;;
+circus)
+item_name[p_cards]="Teilnehmende"
+;;
+esac