From 594aebb609600da1aca558bd828aeb338b912bb9 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 13 Apr 2009 20:20:43 +0000 Subject: [PATCH] started acq JS localization git-svn-id: svn://svn.open-ils.org/ILS/trunk@12853 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/acq/nls/acq.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Open-ILS/web/js/dojo/openils/acq/nls/acq.js diff --git a/Open-ILS/web/js/dojo/openils/acq/nls/acq.js b/Open-ILS/web/js/dojo/openils/acq/nls/acq.js new file mode 100644 index 0000000000..9f18e383b5 --- /dev/null +++ b/Open-ILS/web/js/dojo/openils/acq/nls/acq.js @@ -0,0 +1,3 @@ +{ + 'CREATE_PO_ASSETS_CONFIRM' : "This will create bibliographic, call number, and copy records for this purchase order in the ILS.\n\nContinue?" +} -- 2.11.0