Add missing dojo nls files for FlattenerGrid and PCrudFilterPane to the i18n toolchain.
authorPasi Kallinen <pasi.kallinen@pttk.fi>
Thu, 29 Aug 2013 08:00:42 +0000 (11:00 +0300)
committerDan Wells <dbw2@calvin.edu>
Mon, 23 Sep 2013 19:05:51 +0000 (15:05 -0400)
Add the missing POT files to git so "make newpo" will work.

Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
build/i18n/Makefile
build/i18n/po/FlattenerGrid.js/FlattenerGrid.js.pot [new file with mode: 0644]
build/i18n/po/PCrudFilterPane.js/PCrudFilterPane.js.pot [new file with mode: 0644]

index f513054..6613dbc 100644 (file)
@@ -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 (file)
index 0000000..68b490b
--- /dev/null
@@ -0,0 +1,28 @@
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: Evergreen 1.4\n"
+"Report-Msgid-Bugs-To: open-ils-dev@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@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@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 (file)
index 0000000..35c7590
--- /dev/null
@@ -0,0 +1,117 @@
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: Evergreen 1.4\n"
+"Report-Msgid-Bugs-To: open-ils-dev@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@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@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 ""