[open-ils-commits] r12966 - trunk/Open-ILS/web/js/dojo/openils/conify/nls (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 22 13:10:07 EDT 2009


Author: erickson
Date: 2009-04-22 13:10:04 -0400 (Wed, 22 Apr 2009)
New Revision: 12966

Modified:
   trunk/Open-ILS/web/js/dojo/openils/conify/nls/conify.js
Log:
added event def label string

Modified: trunk/Open-ILS/web/js/dojo/openils/conify/nls/conify.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/conify/nls/conify.js	2009-04-22 17:09:37 UTC (rev 12965)
+++ trunk/Open-ILS/web/js/dojo/openils/conify/nls/conify.js	2009-04-22 17:10:04 UTC (rev 12966)
@@ -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}'
 }
 



More information about the open-ils-commits mailing list