From 88077303522e3f165e874e4f618762aea4176043 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 22 Apr 2009 17:10:04 +0000 Subject: [PATCH] added event def label string git-svn-id: svn://svn.open-ils.org/ILS/trunk@12966 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/conify/nls/conify.js | 25 ++++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Open-ILS/web/js/dojo/openils/conify/nls/conify.js b/Open-ILS/web/js/dojo/openils/conify/nls/conify.js index 35ef30aca6..4e65437aae 100644 --- a/Open-ILS/web/js/dojo/openils/conify/nls/conify.js +++ b/Open-ILS/web/js/dojo/openils/conify/nls/conify.js @@ -73,17 +73,18 @@ "SUCCESS_SAVING_HOO": "Hours of Operation updated for ${0}", "SUCCESS_SAVING_ILL": "Saved changes to the ILL Address of ${0}", "SUCCESS_SAVING_MAILING": "Saved changes to the Mailing Address of ${0}", - "SUCCESS_SAVING_PHYSICAL": "Saved changes to the Physical Address of ${0}", - "TRANSLATION": "Translation", - "END_SURVEY": "End Survey Now", - "SURVEY_SAVE_ADD": "Save Question & Add Answer", - "SURVEY_DELETE_QUESTION": "Delete Question & Answers", - "SURVEY_DELETE_ANSWER": "Delete Answer", - "SURVEY_SAVE_CHANGES": "Save Changes", - "SURVEY_ADD_ANSWER": "Add Answer", - "SURVEY_ANSWER": "Answer:", - "SURVEY_QUESTION": "Question:", - "SURVEY_ID": "Survey ID # ${0}", - "SURVEY_FOOT_LABEL": "Questions & Answers" + "SUCCESS_SAVING_PHYSICAL": "Saved changes to the Physical Address of ${0}", + "TRANSLATION": "Translation", + "END_SURVEY": "End Survey Now", + "SURVEY_SAVE_ADD": "Save Question & Add Answer", + "SURVEY_DELETE_QUESTION": "Delete Question & Answers", + "SURVEY_DELETE_ANSWER": "Delete Answer", + "SURVEY_SAVE_CHANGES": "Save Changes", + "SURVEY_ADD_ANSWER": "Add Answer", + "SURVEY_ANSWER": "Answer:", + "SURVEY_QUESTION": "Question:", + "SURVEY_ID": "Survey ID # ${0}", + "SURVEY_FOOT_LABEL": "Questions & Answers", + 'EVENT_DEF_LABEL' : '${0}: ${1}' } -- 2.11.0