[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 6eb667c865fe1c9557771a8975a749294b259092

Evergreen Git git at git.evergreen-ils.org
Mon Sep 23 15:08:23 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  6eb667c865fe1c9557771a8975a749294b259092 (commit)
      from  1b1a28a710c9fab86fc11f4b6477f9e54cf469df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6eb667c865fe1c9557771a8975a749294b259092
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Thu Aug 29 11:00:42 2013 +0300

    Add missing dojo nls files for FlattenerGrid and PCrudFilterPane to the i18n toolchain.
    Add the missing POT files to git so "make newpo" will work.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/build/i18n/Makefile b/build/i18n/Makefile
index f513054..6613dbc 100644
--- a/build/i18n/Makefile
+++ b/build/i18n/Makefile
@@ -100,6 +100,8 @@ newpo:
 	@pot2po $(PROGRESS) -i po/serial.properties/serial.properties.pot -o $(PO)/serial.properties/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/tpac/tpac.pot -o $(PO)/tpac/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/AutoFieldWidget.js/AutoFieldWidget.js.pot -o $(PO)/AutoFieldWidget.js/$(LOCALE).po 
+	@pot2po $(PROGRESS) -i po/FlattenerGrid.js/FlattenerGrid.js.pot -o $(PO)/FlattenerGrid.js/$(LOCALE).po 
+	@pot2po $(PROGRESS) -i po/PCrudFilterPane.js/PCrudFilterPane.js.pot -o $(PO)/PCrudFilterPane.js/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/Searcher.js/Searcher.js.pot -o $(PO)/Searcher.js/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/TranslatorPopup.js/TranslatorPopup.js.pot -o $(PO)/TranslatorPopup.js/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/XULTermLoader.js/XULTermLoader.js.pot -o $(PO)/XULTermLoader.js/$(LOCALE).po 
@@ -150,6 +152,8 @@ updatepo: prep_output
 	@pot2po $(PROGRESS) -i po/serial.properties/serial.properties.pot -o $(PO)/serial.properties/$(LOCALE).po  -t $(PO)/serial.properties/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/tpac/tpac.pot -o $(PO)/tpac/$(LOCALE).po -t $(PO)/tpac/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/AutoFieldWidget.js/AutoFieldWidget.js.pot -o $(PO)/AutoFieldWidget.js/$(LOCALE).po  -t $(PO)/AutoFieldWidget.js/$(LOCALE).po 
+	@pot2po $(PROGRESS) -i po/FlattenerGrid.js/FlattenerGrid.js.pot -o $(PO)/FlattenerGrid.js/$(LOCALE).po  -t $(PO)/FlattenerGrid.js/$(LOCALE).po 
+	@pot2po $(PROGRESS) -i po/PCrudFilterPane.js/PCrudFilterPane.js.pot -o $(PO)/PCrudFilterPane.js/$(LOCALE).po  -t $(PO)/PCrudFilterPane.js/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/Searcher.js/Searcher.js.pot -o $(PO)/Searcher.js/$(LOCALE).po  -t $(PO)/Searcher.js/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/TranslatorPopup.js/TranslatorPopup.js.pot -o $(PO)/TranslatorPopup.js/$(LOCALE).po  -t $(PO)/TranslatorPopup.js/$(LOCALE).po 
 	@pot2po $(PROGRESS) -i po/User.js/User.js.pot -o $(PO)/User.js/$(LOCALE).po  -t $(PO)/User.js/$(LOCALE).po 
@@ -184,6 +188,8 @@ dojo2pot:
 	@scripts/dojo_resource.py --pot $(DOJO_VANDELAY_SRC)/match_set.js --output $(PO)/match_set.js/match_set.js.pot
 	@scripts/dojo_resource.py --pot $(DOJO_VANDELAY_SRC)/vandelay.js --output $(PO)/vandelay.js/vandelay.js.pot
 	@scripts/dojo_resource.py --pot $(DOJO_WIDGET_SRC)/AutoFieldWidget.js --output $(PO)/AutoFieldWidget.js/AutoFieldWidget.js.pot
+	@scripts/dojo_resource.py --pot $(DOJO_WIDGET_SRC)/FlattenerGrid.js --output $(PO)/FlattenerGrid.js/FlattenerGrid.js.pot
+	@scripts/dojo_resource.py --pot $(DOJO_WIDGET_SRC)/PCrudFilterPane.js --output $(PO)/PCrudFilterPane.js/PCrudFilterPane.js.pot
 	@scripts/dojo_resource.py --pot $(DOJO_WIDGET_SRC)/Searcher.js --output $(PO)/Searcher.js/Searcher.js.pot
 	@scripts/dojo_resource.py --pot $(DOJO_WIDGET_SRC)/TranslatorPopup.js --output $(PO)/TranslatorPopup.js/TranslatorPopup.js.pot
 	@scripts/dojo_resource.py --pot $(DOJO_WIDGET_SRC)/XULTermLoader.js --output $(PO)/XULTermLoader.js/XULTermLoader.js.pot
@@ -201,6 +207,8 @@ po2dojo: mklocale
 	@scripts/dojo_resource.py --create $(PO)/reports.js/$(LOCALE).po --output $(PROJECT)/$(LOCALE)/reports.js
 	@scripts/dojo_resource.py --create $(PO)/selfcheck.js/$(LOCALE).po --output $(PROJECT)/$(LOCALE)/selfcheck.js
 	@scripts/dojo_resource.py --create $(PO)/AutoFieldWidget.js/$(LOCALE).po --output $(PROJECT)/$(LOCALE)/AutoFieldWidget.js
+	@scripts/dojo_resource.py --create $(PO)/FlattenerGrid.js/$(LOCALE).po --output $(PROJECT)/$(LOCALE)/FlattenerGrid.js
+	@scripts/dojo_resource.py --create $(PO)/PCrudFilterPane.js/$(LOCALE).po --output $(PROJECT)/$(LOCALE)/PCrudFilterPane.js
 	@scripts/dojo_resource.py --create $(PO)/Searcher.js/$(LOCALE).po --output $(PROJECT)/$(LOCALE)/Searcher.js
 	@scripts/dojo_resource.py --create $(PO)/TranslatorPopup.js/$(LOCALE).po --output $(PROJECT)/$(LOCALE)/TranslatorPopup.js
 	@scripts/dojo_resource.py --create $(PO)/User.js/$(LOCALE).po --output $(PROJECT)/$(LOCALE)/User.js
@@ -341,6 +349,8 @@ install: updatepo project fmidl2fmidlent fmidlpo2entity-en
 	cp $(PROJECT)/$(LOCALE)/vandelay.js $(DOJO_VANDELAY_SRC)/$(DOJO_LOCALE)/vandelay.js
 	mkdir -p $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)
 	cp $(PROJECT)/$(LOCALE)/AutoFieldWidget.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/AutoFieldWidget.js
+	cp $(PROJECT)/$(LOCALE)/FlattenerGrid.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/FlattenerGrid.js
+	cp $(PROJECT)/$(LOCALE)/PCrudFilterPane.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/PCrudFilterPane.js
 	cp $(PROJECT)/$(LOCALE)/Searcher.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/Searcher.js
 	cp $(PROJECT)/$(LOCALE)/TranslatorPopup.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/TranslatorPopup.js
 	cp $(PROJECT)/$(LOCALE)/XULTermLoader.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/XULTermLoader.js
diff --git a/build/i18n/po/FlattenerGrid.js/FlattenerGrid.js.pot b/build/i18n/po/FlattenerGrid.js/FlattenerGrid.js.pot
new file mode 100644
index 0000000..68b490b
--- /dev/null
+++ b/build/i18n/po/FlattenerGrid.js/FlattenerGrid.js.pot
@@ -0,0 +1,28 @@
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: Evergreen 1.4\n"
+"Report-Msgid-Bugs-To: open-ils-dev at list.georgialibraries.org\n"
+"POT-Creation-Date: 2013-08-29 11:40:06-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+#: FlattenerGrid.js:FILTER
+msgid "Filter"
+msgstr ""
+
+#: FlattenerGrid.js:CSV_SAVE_DIALOG
+msgid "Save CSV Output As"
+msgstr ""
+
+#: FlattenerGrid.js:FETCHING_CSV
+msgid "Retrieving CSV data from server ..."
+msgstr ""
+
+#: FlattenerGrid.js:CSV_FILTER_NAME
+msgid "CSV Files"
+msgstr ""
diff --git a/build/i18n/po/PCrudFilterPane.js/PCrudFilterPane.js.pot b/build/i18n/po/PCrudFilterPane.js/PCrudFilterPane.js.pot
new file mode 100644
index 0000000..35c7590
--- /dev/null
+++ b/build/i18n/po/PCrudFilterPane.js/PCrudFilterPane.js.pot
@@ -0,0 +1,117 @@
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: Evergreen 1.4\n"
+"Report-Msgid-Bugs-To: open-ils-dev at list.georgialibraries.org\n"
+"POT-Creation-Date: 2013-08-29 11:40:06-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+#: PCrudFilterPane.js:OPERATOR_NE
+msgid "is not"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_EQ
+msgid "is"
+msgstr ""
+
+#: PCrudFilterPane.js:NAME_SAVED_FILTER_SET
+msgid "Enter a name for your saved filter set:"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_IN
+msgid "is in the set"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_IS_NULL
+msgid "is null"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_BETWEEN
+msgid "is between"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_NOT_LIKE
+msgid "is not like"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_NOT_IN
+msgid "is not in the set"
+msgstr ""
+
+#: PCrudFilterPane.js:CHOOSE_FILTER_TO_LOAD
+msgid "Choose filter sets to load"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_LIKE
+msgid "is like"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_IS_NOT_NULL
+msgid "is not null"
+msgstr ""
+
+#: PCrudFilterPane.js:NEED_NAME
+msgid "You must enter a name for the saved filters."
+msgstr ""
+
+#: PCrudFilterPane.js:ADD_ROW
+msgid "Add Row"
+msgstr ""
+
+#: PCrudFilterPane.js:EMPTY_CASE_COMPACT
+msgid "Add rows to filter results."
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_NOT_BETWEEN
+msgid "is not between"
+msgstr ""
+
+#: PCrudFilterPane.js:EMPTY_CASE
+msgid ""
+"Add rows to filter results, or just click Apply to see unfiltered results."
+msgstr ""
+
+#: PCrudFilterPane.js:EMPTY_LIST
+msgid "Cannot compile search filter.  Empty lists not allowed."
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_LT
+msgid "is less than"
+msgstr ""
+
+#: PCrudFilterPane.js:DEFAULT_DIALOG_TITLE
+msgid "Filter Results"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_GT
+msgid "is greater than"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_GTE
+msgid "is greater than or equal to"
+msgstr ""
+
+#: PCrudFilterPane.js:LOAD_FILTERS
+msgid "Load Filters"
+msgstr ""
+
+#: PCrudFilterPane.js:OPERATOR_LTE
+msgid "is less than or equal to"
+msgstr ""
+
+#: PCrudFilterPane.js:CANCEL
+msgid "Cancel"
+msgstr ""
+
+#: PCrudFilterPane.js:APPLY
+msgid "Apply"
+msgstr ""
+
+#: PCrudFilterPane.js:SAVE_FILTERS
+msgid "Save Filters"
+msgstr ""

-----------------------------------------------------------------------

Summary of changes:
 build/i18n/Makefile                                |   10 ++
 .../FlattenerGrid.js.pot}                          |   18 ++--
 .../po/PCrudFilterPane.js/PCrudFilterPane.js.pot   |  117 ++++++++++++++++++++
 3 files changed, 136 insertions(+), 9 deletions(-)
 copy build/i18n/po/{AutoFieldWidget.js/AutoFieldWidget.js.pot => FlattenerGrid.js/FlattenerGrid.js.pot} (58%)
 create mode 100644 build/i18n/po/PCrudFilterPane.js/PCrudFilterPane.js.pot


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list