[koha-commits] main Koha release repository branch master updated. v19.11.00-1883-g6c1a4312c4

Git repo owner gitmaster at git.koha-community.org
Mon Apr 27 12:46:03 CEST 2020


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 "main Koha release repository".

The branch, master has been updated
       via  6c1a4312c4c6416eeed9220982db69c2ae5cd8f3 (commit)
       via  3d3a07c5ee0098c3fe504009144b5c0545c0e75f (commit)
       via  ec99043a2ede2f994dae72ee2f68884174f94d4c (commit)
       via  78cb447c7cd13bd37a48f7b3e2d2aa47b5d7b4d9 (commit)
       via  5394e8443fcba3e307c4add97bef1216fcaa2b11 (commit)
       via  b97158dd1342ea060a29297df3d691f05065c227 (commit)
       via  572f486697c18337ea6bb804a0b624e9c8912744 (commit)
       via  9c66f9f320eab62cb7a0440fc6fc02142558eb1d (commit)
       via  6f3c1d5af804e16243433b11751f9ad3677aab37 (commit)
       via  9c39093b3d397790003f82a56ed2a506c3556cc9 (commit)
       via  69b1a62aa46ce9c378eef678357318714ba8744c (commit)
       via  8b5719a0e76cd0cb69ada67ff8a147a2a703c8a7 (commit)
       via  2dac989f1d92a4b5429d1210845cae9cf54e5377 (commit)
       via  68df51562aaba611511702affbe136a69c3934c4 (commit)
       via  5e93e9df4bdd648d2f815c1a753a835311f8a64c (commit)
       via  c748a445c0b237932c0a220a9c7f70fa17151962 (commit)
      from  ca5b112376f8b74d573f8b8d6c1512a59040ba60 (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 6c1a4312c4c6416eeed9220982db69c2ae5cd8f3
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 27 11:17:33 2020 +0100

    Bug 25045: DBRev 19.12.00.079
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3d3a07c5ee0098c3fe504009144b5c0545c0e75f
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Apr 13 11:47:30 2020 -0300

    Bug 25045: (follow-up) Add a note to OpacPublic
    
    This patch tweaks the OpacPublic system preference description so users
    don't expect, incorrectly, this syspref to disable the public API
    anonymous access.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ec99043a2ede2f994dae72ee2f68884174f94d4c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Apr 13 11:40:48 2020 -0300

    Bug 25045: Allow restricting anonymous requests on the public API
    
    This patch introduces a check on the authenticate_api_request method for
    the RESTPublicAnonymousRequests system preference. If disabled,
    anonymous  requests get rejected.
    
    The idea is to replicate the homologous OpacPublic system preference
    behaviour.
    
    To test:
    1. Apply the Unit tests patch
    2. Run:
       $ kshell
      k$ prove t/db_dependent/api/v1/auth_authenticate_api_request.t
    => FAIL: Tests fail, 200 is answered instead of 401 on the route.
    3. Apply this patch
    4. Repeat 2.
    => SUCCESS: Tests pass!
    5. Sign off :-D
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 78cb447c7cd13bd37a48f7b3e2d2aa47b5d7b4d9
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Apr 13 11:40:44 2020 -0300

    Bug 25045: Unit tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5394e8443fcba3e307c4add97bef1216fcaa2b11
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Apr 13 11:36:12 2020 -0300

    Bug 25045: Add the RESTPublicAnonymousRequests syspref
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b97158dd1342ea060a29297df3d691f05065c227
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Mar 19 17:04:31 2020 -0300

    Bug 24909: Add unprivileged route to get a bibliographic record
    
    This patch adds a route to get bibliographic records without privileged
    access. This needs to match the OPAC expected behaviour.
    
    Some things were considered on the implementation:
    - The ViewPolicy filter that hides/shows things based on the frameworks
      needded to be used, as in the OPAC.
    - OpacHiddenItems and OpacHiddenItemsExceptions need to be considered
      for hiding records the same way the OPAC is expected to.
    - Avoid using OpacHiddenItemsExceptions, but rely on the patron category
      instead (use Koha::Patron::Category->override_hidden_items abstraction
      is used instead so it should keep working once 22547 is moved
      forward).
    - Tests should cover all the use cases:
      * logged in user
      * anonymous user
      * logged in with category that overrides
      * logged in with category that doesn't override
    
    This is all implemented on the tests.
    
    To test:
    1. Apply the tests patch
    2. Run:
       $ kshell
      k$ prove t/db_dependent/api/v1/biblios.t
    => FAIL: Route not implemented
    3. Apply the rest of the patches
    4. Repeat 2
    => SUCCESS: Tests pass!
    5. Try it with your favourite API tool (Postman?)
    6. Sign off :-D
    
    Note: please notice there isn't a default fallback behaviour for when
    you don't specify the Accept header, so testing this on a regular
    browser will just print the accepted mime types instead of the record
    itself.
    
    To test this with a tool (like Postman) you should enable
    RESTBasicAuthe and make the tool use Basic authentication with valid
    credentials. And you need to specify any of the following strings on the
    Accept header:
    - application/marcxml+xml
    - application/marc-in-json
    - application/marc
    - text/plain
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 572f486697c18337ea6bb804a0b624e9c8912744
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Mar 19 17:03:53 2020 -0300

    Bug 24909: Route spec
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9c66f9f320eab62cb7a0440fc6fc02142558eb1d
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Mar 19 17:03:23 2020 -0300

    Bug 24909: Unit tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6f3c1d5af804e16243433b11751f9ad3677aab37
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Apr 12 03:19:03 2020 +0000

    Bug 21927: Acq - Add blank values in pull downs of mandatory item subfields
    
    This is the same fix as on bug 14662, which fixed the behaviour in
    cataloguing, but for the item form in acquisitions.
    
    The code assumes that if a subfield is marked as mandatory, there
    should be no empty entry in the pull downs.
    
    This assumption is not correct, as it leads to the first entry of the
    pull down being preselected if there is no default set. As the field
    can never be 'unset', there will never be a 'required' warning.
    Furthermore, it might be counterproductive to use mandatory fields,
    as it might be easily forgotten to change the preselected value and
    those mistakes will be hard to find.
    
    Correct behaviour would be to preselect the empty value when there is
    no default. This means on saving the item an error message is triggered
    and the cataloger is forced to set the value.
    
    To test:
    - This is best tested with an ACQ framework, but default can be used
      when no ACQ framework was created.
    - In your MARC bibliographic framework:
      - In 952 make itemtype, classification source and some other pull downs
        like location or collection mandatory and set them to visibel if needed
    - Create a new basket with 'items created while ordering'
    - Add a new order, an existing record with 942$c set will work best
    - Add items for your order line
      - Verify that the first value of each pull down is preselected,
        there is no way to trigger the 'required' error
    - Apply patch
      - Add a new order line
        - Verify that classification source is preselected according to the
          DefaultClassificationSource system preference (try unsetting it later)
        - Verify all mandatory fields can be set to empty
        - Verify that you can't save before correctly setting them
      - Change your frameworks and set a default for itemtype (Ex: BK) and
        another mandatory and non-mandatory field of your choice
      - Add a new order line and item and verify the defaults are selected
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9c39093b3d397790003f82a56ed2a506c3556cc9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 24 11:49:21 2020 +0000

    Bug 25274: Don't initialize DataTable if table isn't present
    
    This patch modifies the OPAC basket JavaScript so that a check is added
    for the existence of the "itemst" table. This avoids an error if the
    "More details" view is selected and hte "itemst" table isn't present.
    
    To reproduce the error, add some items to the OPAC cart and open the
    cart window. Open the JavaScript console in your browser and click the
    "More details" link. You'll see an error.
    
    To test, apply the patch and perform the same test as above. The error
    should not be present. Test that table sorting in the "brief" view words
    correctly.
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 69b1a62aa46ce9c378eef678357318714ba8744c
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Thu Mar 19 07:12:51 2020 -0300

    Bug 24897: Remove es-ES installer data
    
    With installer data in YAML format and it's translations,
    there are no need for localized installer files.
    
    This patch removes es-ES installer files.
    
    To test on top of Bug 24871
    1) Apply the patch
    2) Translate to spanish
       cd misc/translator
       ./translate update es-ES
       -/translate install es-ES
    3) Do a clean install using es-ES,
       check no problems during install
    4) Verify MARC21 frameworks, they must
       be translated
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8b5719a0e76cd0cb69ada67ff8a147a2a703c8a7
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sun Mar 15 18:15:32 2020 -0300

    Bug 24871: Add new *-installer*.po translation files
    
    This patch simply adds new po files for each supported
    language.
    
    The are not created on update, so the need to add this files.
    
    To test:
    1) Update your preferred language
    2) Check missing *installer*po files
    3) Create new translation files:
       cd /misc/translation
       ./translate create xx-YY
    
       check *installer*po files
    4) Apply patch
    5) Repeat 1, verify installer files are updated
       see last modification time
    
    Pre-filled translations for some languages
    (https://translate.koha-community.org/projects/marc21/)
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2dac989f1d92a4b5429d1210845cae9cf54e5377
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Wed Dec 4 21:51:16 2019 -0300

    Bug 25257: Preserve prolog on translated XML files
    
    This patch fix the missing xml prolog in translated
    files, XML or TT.
    
    Is fixed teaching C4::TTParse not to ignore <?..?> constructs,
    then teaching xgettext.pl to ignore those strings. Net result is
    that they are copied in the translated file.
    
    To test:
    1) Update & install your preferred language,
    (cd misc/translator/; perl translate update xx-YY; perl translate install xx-YY )
    
    2) Compare the first lines (head -2) of:
    koha-tmpl/opac-tmpl/bootstrap/en/xslt/compact.xsl
    koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt
    koha-tmpl/intranet-tmpl/prog/en/xslt/plainMARC.xsl
    and
    koha-tmpl/opac-tmpl/bootstrap/xx-YY/xslt/compact.xsl
    koha-tmpl/opac-tmpl/bootstrap/xx-YY/modules/opac-opensearch.tt
    koha-tmpl/intranet-tmpl/prog/xx-YY/xslt/plainMARC.xsl
    
    Check the missing prolog
    
    3) Install this patch, repeat 1 and 2, now the prolog is present
    on translated files.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 68df51562aaba611511702affbe136a69c3934c4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 14 11:52:17 2020 +0000

    Bug 25118: Return claims has some translation issues
    
    This patch adds the right function calls to checkouts.js so that English
    strings can be picked up by the translator. The resolution message has
    been reformatted so that it can be clear without including "on" and
    "by" in the middle of the string.
    
    To test you should have a patron with at least one return claim. Open
    the checkout page for that patron and open the "Claims" tab. Test the
    process of editing, deleting, and resolving claims.
    
    TESTING TRANSLATABILITY
    
    - Update a translation:
    
    > cd misc/translator
    > perl translate update fr-FR
    
    - Open the corresponding .po file for the staff
      client: misc/translator/po/fr-FR-messages-js.po
    - Locate strings pulled from checkouts.js for translation, e.g.:
    
      #: koha-tmpl/intranet-tmpl/prog/js/checkouts.js:920
      msgid "Double click to edit"
      msgstr ""
    
    - Edit the "msgstr" string however you want (it's just for testing).
    - Install the updated translation:
    
    > perl translate install fr-FR
    
    Switch to the udpated translation and test the functionality under the
    "Claims" tab again to confirm that your translated strings appear.
    
    Note that "untranslatable string" failures reported by the QA script are
    false positives.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5e93e9df4bdd648d2f815c1a753a835311f8a64c
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Tue Apr 21 17:41:29 2020 +0000

    Bug 25224: Show large print format in search results XSLT
    
    To test:
    1: find a bib with 008 type Book
    (Leader position 6 = 'a' and leader position 7 = 'm' -- use bib number 1 in master data)
    2: set 008 position 23 to 'd' for large print
    3: check your book record in opac and intranet search results, note that your change is not reflected in the "format" note in line with material type
    4: find a bib with 008 type Continuing Resource
    (Leader position 6 = 'a' and leader position 7 = 's' -- use bib number 44 in master data)
    5: set 008 position 23 to 'd' for large print
    6: check your continuing resource record in opac and intranet search results, note that your change is not reflected in the "format" note in line with material type
    7: apply patch, restart_all
    8: reload search results from steps 3 and 6, confirm they now say "format: large print"
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c748a445c0b237932c0a220a9c7f70fa17151962
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Apr 22 13:30:06 2020 +0000

    Bug 25248: (bug 23463 follow-up) Item is returned if deletion successful, not 1
    
    To test:
    1 - Have a record with some items
    2 - Click 'Delete all' under 'Edit'
    3 - Confirm deletion
    4 - Note you are redirected to additem.pl
    5 - Add an item
    6 - Apply patch
    7 - Delete all items again
    8 - Note you are redirected to detail.pl
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Items.pm                                        |    8 +-
 C4/TTParser.pm                                     |   10 +
 Koha.pm                                            |    2 +-
 Koha/REST/V1/Auth.pm                               |   12 +-
 Koha/REST/V1/Biblios.pm                            |   97 +
 api/v1/swagger/paths.json                          |    3 +
 api/v1/swagger/paths/biblios.json                  |   65 +
 cataloguing/additem.pl                             |    2 +-
 .../data/mysql/es-ES/mandatory/auth_values.sql     |    3 -
 .../data/mysql/es-ES/mandatory/auth_values.txt     |    1 -
 .../data/mysql/es-ES/mandatory/class_sources.sql   |   41 -
 .../data/mysql/es-ES/mandatory/class_sources.txt   |    1 -
 .../mysql/es-ES/mandatory/sample_frequencies.sql   |   16 -
 .../mysql/es-ES/mandatory/sample_frequencies.txt   |    1 -
 .../data/mysql/es-ES/mandatory/sample_notices.sql  |  380 -
 .../data/mysql/es-ES/mandatory/sample_notices.txt  |    1 -
 .../es-ES/mandatory/sample_numberpatterns.sql      |   25 -
 .../es-ES/mandatory/sample_numberpatterns.txt      |    1 -
 .../mysql/es-ES/mandatory/system_preferences.sql   |   20 -
 .../mysql/es-ES/mandatory/system_preferences.txt   |    1 -
 .../marc21/mandatory/authorities_normal_marc21.sql | 2229 ------
 .../marc21/mandatory/authorities_normal_marc21.txt |   10 -
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  | 4464 -----------
 .../marc21/mandatory/marc21_framework_DEFAULT.txt  |    1 -
 .../optional/marc21_default_matching_rules.sql     |   46 -
 .../optional/marc21_default_matching_rules.txt     |    4 -
 .../optional/marc21_sample_fastadd_framework.sql   |   87 -
 .../optional/marc21_sample_fastadd_framework.txt   |    1 -
 .../optional/marc21_simple_bib_frameworks.sql      |  524 --
 .../optional/marc21_simple_bib_frameworks.txt      |   10 -
 .../mandatory/authorities_normal_unimarc.sql       |  823 --
 .../mandatory/authorities_normal_unimarc.txt       |    1 -
 .../mandatory/unimarc_framework_DEFAULT.sql        | 1407 ----
 .../mandatory/unimarc_framework_DEFAULT.txt        |    1 -
 installer/data/mysql/es-ES/optional/auth_val.sql   |   78 -
 installer/data/mysql/es-ES/optional/auth_val.txt   |    1 -
 .../optional/marc21_holdings_coded_values.sql      |  146 -
 .../optional/marc21_holdings_coded_values.txt      |    2 -
 .../mysql/es-ES/optional/marc21_relatorterms.sql   |  226 -
 .../mysql/es-ES/optional/marc21_relatorterms.txt   |    1 -
 installer/data/mysql/es-ES/optional/parameters.sql |    6 -
 installer/data/mysql/es-ES/optional/parameters.txt |    1 -
 .../data/mysql/es-ES/optional/patron_atributes.sql |    2 -
 .../data/mysql/es-ES/optional/patron_atributes.txt |    2 -
 .../mysql/es-ES/optional/patron_categories.sql     |   23 -
 .../mysql/es-ES/optional/patron_categories.txt     |   25 -
 .../mysql/es-ES/optional/sample_creator_data.sql   |   33 -
 .../mysql/es-ES/optional/sample_creator_data.txt   |    1 -
 .../data/mysql/es-ES/optional/sample_itemtypes.sql |    9 -
 .../data/mysql/es-ES/optional/sample_itemtypes.txt |    1 -
 .../data/mysql/es-ES/optional/sample_libraries.sql |   15 -
 .../data/mysql/es-ES/optional/sample_libraries.txt |    1 -
 .../es-ES/optional/sample_libraries_holidays.sql   |    4 -
 .../es-ES/optional/sample_libraries_holidays.txt   |    4 -
 .../data/mysql/es-ES/optional/sample_news.sql      |    2 -
 .../data/mysql/es-ES/optional/sample_news.txt      |    1 -
 .../data/mysql/es-ES/optional/sample_patrons.sql   |   51 -
 .../data/mysql/es-ES/optional/sample_patrons.txt   |    1 -
 .../mysql/es-ES/optional/sample_z3950_servers.sql  |   11 -
 .../mysql/es-ES/optional/sample_z3950_servers.txt  |    4 -
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   16 +
 .../prog/en/modules/admin/preferences/opac.pref    |    3 +-
 .../en/modules/admin/preferences/web_services.pref |    6 +
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |    3 +
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js       |   21 +-
 .../opac-tmpl/bootstrap/en/modules/opac-basket.tt  |   41 +-
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |    3 +
 misc/translator/po/am-Ethi-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/am-Ethi-installer.po            | 2930 +++++++
 misc/translator/po/ar-Arab-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/ar-Arab-installer.po            | 2930 +++++++
 misc/translator/po/as-IN-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/as-IN-installer.po              | 2930 +++++++
 misc/translator/po/az-AZ-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/az-AZ-installer.po              | 2930 +++++++
 misc/translator/po/be-BY-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/be-BY-installer.po              | 2930 +++++++
 misc/translator/po/bg-Cyrl-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/bg-Cyrl-installer.po            | 2930 +++++++
 misc/translator/po/bn-IN-installer-MARC21.po       | 7127 +++++++++++++++++
 misc/translator/po/bn-IN-installer.po              | 2930 +++++++
 misc/translator/po/ca-ES-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/ca-ES-installer.po              | 2930 +++++++
 misc/translator/po/cs-CZ-installer-MARC21.po       | 8023 ++++++++++++++++++++
 misc/translator/po/cs-CZ-installer.po              | 2930 +++++++
 misc/translator/po/cy-GB-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/cy-GB-installer.po              | 2930 +++++++
 misc/translator/po/da-DK-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/da-DK-installer.po              | 2930 +++++++
 misc/translator/po/de-CH-installer-MARC21.po       | 7256 ++++++++++++++++++
 misc/translator/po/de-CH-installer.po              | 2930 +++++++
 misc/translator/po/de-DE-installer-MARC21.po       | 7218 ++++++++++++++++++
 misc/translator/po/de-DE-installer.po              | 2930 +++++++
 misc/translator/po/dz-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/dz-installer.po                 | 2930 +++++++
 misc/translator/po/el-GR-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/el-GR-installer.po              | 2930 +++++++
 misc/translator/po/en-GB-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/en-GB-installer.po              | 2930 +++++++
 misc/translator/po/en-NZ-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/en-NZ-installer.po              | 2930 +++++++
 misc/translator/po/eo-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/eo-installer.po                 | 2930 +++++++
 misc/translator/po/es-ES-installer-MARC21.po       | 7283 ++++++++++++++++++
 misc/translator/po/es-ES-installer.po              | 2930 +++++++
 misc/translator/po/eu-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/eu-installer.po                 | 2930 +++++++
 misc/translator/po/fa-Arab-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/fa-Arab-installer.po            | 2930 +++++++
 misc/translator/po/fi-FI-installer-MARC21.po       | 7245 ++++++++++++++++++
 misc/translator/po/fi-FI-installer.po              | 2930 +++++++
 misc/translator/po/fo-FO-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/fo-FO-installer.po              | 2930 +++++++
 misc/translator/po/fr-CA-installer-MARC21.po       | 7240 ++++++++++++++++++
 misc/translator/po/fr-CA-installer.po              | 2930 +++++++
 misc/translator/po/fr-FR-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/fr-FR-installer.po              | 2930 +++++++
 misc/translator/po/ga-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/ga-installer.po                 | 2930 +++++++
 misc/translator/po/gd-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/gd-installer.po                 | 2930 +++++++
 misc/translator/po/gl-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/gl-installer.po                 | 2930 +++++++
 misc/translator/po/he-Hebr-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/he-Hebr-installer.po            | 2930 +++++++
 misc/translator/po/hi-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/hi-installer.po                 | 2930 +++++++
 misc/translator/po/hr-HR-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/hr-HR-installer.po              | 2930 +++++++
 misc/translator/po/hu-HU-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/hu-HU-installer.po              | 2930 +++++++
 misc/translator/po/hy-Armn-installer-MARC21.po     | 7213 ++++++++++++++++++
 misc/translator/po/hy-Armn-installer.po            | 2930 +++++++
 misc/translator/po/ia-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/ia-installer.po                 | 2930 +++++++
 misc/translator/po/id-ID-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/id-ID-installer.po              | 2930 +++++++
 misc/translator/po/iq-CA-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/iq-CA-installer.po              | 2930 +++++++
 misc/translator/po/is-IS-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/is-IS-installer.po              | 2930 +++++++
 misc/translator/po/it-IT-installer-MARC21.po       | 7226 ++++++++++++++++++
 misc/translator/po/it-IT-installer.po              | 2930 +++++++
 misc/translator/po/iu-CA-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/iu-CA-installer.po              | 2930 +++++++
 misc/translator/po/ja-Jpan-JP-installer-MARC21.po  | 7034 +++++++++++++++++
 misc/translator/po/ja-Jpan-JP-installer.po         | 2930 +++++++
 misc/translator/po/ka-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/ka-installer.po                 | 2930 +++++++
 misc/translator/po/km-KH-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/km-KH-installer.po              | 2930 +++++++
 misc/translator/po/kn-Knda-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/kn-Knda-installer.po            | 2930 +++++++
 misc/translator/po/ko-Kore-KP-installer-MARC21.po  | 7034 +++++++++++++++++
 misc/translator/po/ko-Kore-KP-installer.po         | 2930 +++++++
 misc/translator/po/ku-Arab-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/ku-Arab-installer.po            | 2930 +++++++
 misc/translator/po/lo-Laoo-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/lo-Laoo-installer.po            | 2930 +++++++
 misc/translator/po/lv-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/lv-installer.po                 | 2930 +++++++
 misc/translator/po/mi-NZ-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/mi-NZ-installer.po              | 2930 +++++++
 misc/translator/po/ml-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/ml-installer.po                 | 2930 +++++++
 misc/translator/po/mon-installer-MARC21.po         | 7034 +++++++++++++++++
 misc/translator/po/mon-installer.po                | 2930 +++++++
 misc/translator/po/mr-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/mr-installer.po                 | 2930 +++++++
 misc/translator/po/ms-MY-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/ms-MY-installer.po              | 2930 +++++++
 misc/translator/po/my-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/my-installer.po                 | 2930 +++++++
 misc/translator/po/nb-NO-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/nb-NO-installer.po              | 2930 +++++++
 misc/translator/po/ne-NE-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/ne-NE-installer.po              | 2930 +++++++
 misc/translator/po/nl-BE-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/nl-BE-installer.po              | 2930 +++++++
 misc/translator/po/nl-NL-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/nl-NL-installer.po              | 2930 +++++++
 misc/translator/po/nn-NO-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/nn-NO-installer.po              | 2930 +++++++
 misc/translator/po/oc-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/oc-installer.po                 | 2930 +++++++
 misc/translator/po/pbr-installer-MARC21.po         | 7034 +++++++++++++++++
 misc/translator/po/pbr-installer.po                | 2930 +++++++
 misc/translator/po/pl-PL-installer-MARC21.po       | 7186 ++++++++++++++++++
 misc/translator/po/pl-PL-installer.po              | 2930 +++++++
 misc/translator/po/prs-installer-MARC21.po         | 7034 +++++++++++++++++
 misc/translator/po/prs-installer.po                | 2930 +++++++
 misc/translator/po/pt-BR-installer-MARC21.po       | 7816 +++++++++++++++++++
 misc/translator/po/pt-BR-installer.po              | 2930 +++++++
 misc/translator/po/pt-PT-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/pt-PT-installer.po              | 2930 +++++++
 misc/translator/po/ro-RO-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/ro-RO-installer.po              | 2930 +++++++
 misc/translator/po/ru-RU-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/ru-RU-installer.po              | 2930 +++++++
 misc/translator/po/rw-RW-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/rw-RW-installer.po              | 2930 +++++++
 misc/translator/po/sd-PK-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/sd-PK-installer.po              | 2930 +++++++
 misc/translator/po/sk-SK-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/sk-SK-installer.po              | 2930 +++++++
 misc/translator/po/sl-SI-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/sl-SI-installer.po              | 2930 +++++++
 misc/translator/po/sq-AL-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/sq-AL-installer.po              | 2930 +++++++
 misc/translator/po/sr-Cyrl-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/sr-Cyrl-installer.po            | 2930 +++++++
 misc/translator/po/sv-SE-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/sv-SE-installer.po              | 2930 +++++++
 misc/translator/po/sw-KE-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/sw-KE-installer.po              | 2930 +++++++
 misc/translator/po/ta-LK-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/ta-LK-installer.po              | 2930 +++++++
 misc/translator/po/ta-installer-MARC21.po          | 7034 +++++++++++++++++
 misc/translator/po/ta-installer.po                 | 2930 +++++++
 misc/translator/po/tet-installer-MARC21.po         | 7034 +++++++++++++++++
 misc/translator/po/tet-installer.po                | 2930 +++++++
 misc/translator/po/th-TH-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/th-TH-installer.po              | 2930 +++++++
 misc/translator/po/tl-PH-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/tl-PH-installer.po              | 2930 +++++++
 misc/translator/po/tr-TR-installer-MARC21.po       | 7221 ++++++++++++++++++
 misc/translator/po/tr-TR-installer.po              | 2930 +++++++
 misc/translator/po/tvl-installer-MARC21.po         | 7034 +++++++++++++++++
 misc/translator/po/tvl-installer.po                | 2930 +++++++
 misc/translator/po/uk-UA-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/uk-UA-installer.po              | 2930 +++++++
 misc/translator/po/ur-Arab-installer-MARC21.po     | 7034 +++++++++++++++++
 misc/translator/po/ur-Arab-installer.po            | 2930 +++++++
 misc/translator/po/vi-VN-installer-MARC21.po       | 7034 +++++++++++++++++
 misc/translator/po/vi-VN-installer.po              | 2930 +++++++
 misc/translator/po/zh-Hans-CN-installer-MARC21.po  | 7034 +++++++++++++++++
 misc/translator/po/zh-Hans-CN-installer.po         | 2930 +++++++
 misc/translator/po/zh-Hant-TW-installer-MARC21.po  | 7717 +++++++++++++++++++
 misc/translator/po/zh-Hant-TW-installer.po         | 2930 +++++++
 misc/translator/xgettext.pl                        |    1 +
 .../api/v1/auth_authenticate_api_request.t         |   35 +-
 t/db_dependent/api/v1/biblios.t                    |  141 +-
 243 files changed, 861659 insertions(+), 10794 deletions(-)
 delete mode 100644 installer/data/mysql/es-ES/mandatory/auth_values.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/auth_values.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/class_sources.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/class_sources.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_frequencies.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_frequencies.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_notices.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_notices.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_numberpatterns.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_numberpatterns.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/system_preferences.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/system_preferences.txt
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/mandatory/authorities_normal_marc21.sql
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/mandatory/authorities_normal_marc21.txt
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.sql
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.txt
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_sample_fastadd_framework.sql
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_sample_fastadd_framework.txt
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/authorities_normal_unimarc.sql
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/authorities_normal_unimarc.txt
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql
 delete mode 100644 installer/data/mysql/es-ES/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/auth_val.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/auth_val.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/marc21_holdings_coded_values.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/marc21_relatorterms.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/marc21_relatorterms.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/parameters.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/parameters.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/patron_atributes.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/patron_atributes.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/patron_categories.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/patron_categories.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_creator_data.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_creator_data.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_itemtypes.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_itemtypes.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_libraries.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_libraries.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_libraries_holidays.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_libraries_holidays.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_news.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_news.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_patrons.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_patrons.txt
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_z3950_servers.sql
 delete mode 100644 installer/data/mysql/es-ES/optional/sample_z3950_servers.txt
 create mode 100644 misc/translator/po/am-Ethi-installer-MARC21.po
 create mode 100644 misc/translator/po/am-Ethi-installer.po
 create mode 100644 misc/translator/po/ar-Arab-installer-MARC21.po
 create mode 100644 misc/translator/po/ar-Arab-installer.po
 create mode 100644 misc/translator/po/as-IN-installer-MARC21.po
 create mode 100644 misc/translator/po/as-IN-installer.po
 create mode 100644 misc/translator/po/az-AZ-installer-MARC21.po
 create mode 100644 misc/translator/po/az-AZ-installer.po
 create mode 100644 misc/translator/po/be-BY-installer-MARC21.po
 create mode 100644 misc/translator/po/be-BY-installer.po
 create mode 100644 misc/translator/po/bg-Cyrl-installer-MARC21.po
 create mode 100644 misc/translator/po/bg-Cyrl-installer.po
 create mode 100644 misc/translator/po/bn-IN-installer-MARC21.po
 create mode 100644 misc/translator/po/bn-IN-installer.po
 create mode 100644 misc/translator/po/ca-ES-installer-MARC21.po
 create mode 100644 misc/translator/po/ca-ES-installer.po
 create mode 100644 misc/translator/po/cs-CZ-installer-MARC21.po
 create mode 100644 misc/translator/po/cs-CZ-installer.po
 create mode 100644 misc/translator/po/cy-GB-installer-MARC21.po
 create mode 100644 misc/translator/po/cy-GB-installer.po
 create mode 100644 misc/translator/po/da-DK-installer-MARC21.po
 create mode 100644 misc/translator/po/da-DK-installer.po
 create mode 100644 misc/translator/po/de-CH-installer-MARC21.po
 create mode 100644 misc/translator/po/de-CH-installer.po
 create mode 100644 misc/translator/po/de-DE-installer-MARC21.po
 create mode 100644 misc/translator/po/de-DE-installer.po
 create mode 100644 misc/translator/po/dz-installer-MARC21.po
 create mode 100644 misc/translator/po/dz-installer.po
 create mode 100644 misc/translator/po/el-GR-installer-MARC21.po
 create mode 100644 misc/translator/po/el-GR-installer.po
 create mode 100644 misc/translator/po/en-GB-installer-MARC21.po
 create mode 100644 misc/translator/po/en-GB-installer.po
 create mode 100644 misc/translator/po/en-NZ-installer-MARC21.po
 create mode 100644 misc/translator/po/en-NZ-installer.po
 create mode 100644 misc/translator/po/eo-installer-MARC21.po
 create mode 100644 misc/translator/po/eo-installer.po
 create mode 100644 misc/translator/po/es-ES-installer-MARC21.po
 create mode 100644 misc/translator/po/es-ES-installer.po
 create mode 100644 misc/translator/po/eu-installer-MARC21.po
 create mode 100644 misc/translator/po/eu-installer.po
 create mode 100644 misc/translator/po/fa-Arab-installer-MARC21.po
 create mode 100644 misc/translator/po/fa-Arab-installer.po
 create mode 100644 misc/translator/po/fi-FI-installer-MARC21.po
 create mode 100644 misc/translator/po/fi-FI-installer.po
 create mode 100644 misc/translator/po/fo-FO-installer-MARC21.po
 create mode 100644 misc/translator/po/fo-FO-installer.po
 create mode 100644 misc/translator/po/fr-CA-installer-MARC21.po
 create mode 100644 misc/translator/po/fr-CA-installer.po
 create mode 100644 misc/translator/po/fr-FR-installer-MARC21.po
 create mode 100644 misc/translator/po/fr-FR-installer.po
 create mode 100644 misc/translator/po/ga-installer-MARC21.po
 create mode 100644 misc/translator/po/ga-installer.po
 create mode 100644 misc/translator/po/gd-installer-MARC21.po
 create mode 100644 misc/translator/po/gd-installer.po
 create mode 100644 misc/translator/po/gl-installer-MARC21.po
 create mode 100644 misc/translator/po/gl-installer.po
 create mode 100644 misc/translator/po/he-Hebr-installer-MARC21.po
 create mode 100644 misc/translator/po/he-Hebr-installer.po
 create mode 100644 misc/translator/po/hi-installer-MARC21.po
 create mode 100644 misc/translator/po/hi-installer.po
 create mode 100644 misc/translator/po/hr-HR-installer-MARC21.po
 create mode 100644 misc/translator/po/hr-HR-installer.po
 create mode 100644 misc/translator/po/hu-HU-installer-MARC21.po
 create mode 100644 misc/translator/po/hu-HU-installer.po
 create mode 100644 misc/translator/po/hy-Armn-installer-MARC21.po
 create mode 100644 misc/translator/po/hy-Armn-installer.po
 create mode 100644 misc/translator/po/ia-installer-MARC21.po
 create mode 100644 misc/translator/po/ia-installer.po
 create mode 100644 misc/translator/po/id-ID-installer-MARC21.po
 create mode 100644 misc/translator/po/id-ID-installer.po
 create mode 100644 misc/translator/po/iq-CA-installer-MARC21.po
 create mode 100644 misc/translator/po/iq-CA-installer.po
 create mode 100644 misc/translator/po/is-IS-installer-MARC21.po
 create mode 100644 misc/translator/po/is-IS-installer.po
 create mode 100644 misc/translator/po/it-IT-installer-MARC21.po
 create mode 100644 misc/translator/po/it-IT-installer.po
 create mode 100644 misc/translator/po/iu-CA-installer-MARC21.po
 create mode 100644 misc/translator/po/iu-CA-installer.po
 create mode 100644 misc/translator/po/ja-Jpan-JP-installer-MARC21.po
 create mode 100644 misc/translator/po/ja-Jpan-JP-installer.po
 create mode 100644 misc/translator/po/ka-installer-MARC21.po
 create mode 100644 misc/translator/po/ka-installer.po
 create mode 100644 misc/translator/po/km-KH-installer-MARC21.po
 create mode 100644 misc/translator/po/km-KH-installer.po
 create mode 100644 misc/translator/po/kn-Knda-installer-MARC21.po
 create mode 100644 misc/translator/po/kn-Knda-installer.po
 create mode 100644 misc/translator/po/ko-Kore-KP-installer-MARC21.po
 create mode 100644 misc/translator/po/ko-Kore-KP-installer.po
 create mode 100644 misc/translator/po/ku-Arab-installer-MARC21.po
 create mode 100644 misc/translator/po/ku-Arab-installer.po
 create mode 100644 misc/translator/po/lo-Laoo-installer-MARC21.po
 create mode 100644 misc/translator/po/lo-Laoo-installer.po
 create mode 100644 misc/translator/po/lv-installer-MARC21.po
 create mode 100644 misc/translator/po/lv-installer.po
 create mode 100644 misc/translator/po/mi-NZ-installer-MARC21.po
 create mode 100644 misc/translator/po/mi-NZ-installer.po
 create mode 100644 misc/translator/po/ml-installer-MARC21.po
 create mode 100644 misc/translator/po/ml-installer.po
 create mode 100644 misc/translator/po/mon-installer-MARC21.po
 create mode 100644 misc/translator/po/mon-installer.po
 create mode 100644 misc/translator/po/mr-installer-MARC21.po
 create mode 100644 misc/translator/po/mr-installer.po
 create mode 100644 misc/translator/po/ms-MY-installer-MARC21.po
 create mode 100644 misc/translator/po/ms-MY-installer.po
 create mode 100644 misc/translator/po/my-installer-MARC21.po
 create mode 100644 misc/translator/po/my-installer.po
 create mode 100644 misc/translator/po/nb-NO-installer-MARC21.po
 create mode 100644 misc/translator/po/nb-NO-installer.po
 create mode 100644 misc/translator/po/ne-NE-installer-MARC21.po
 create mode 100644 misc/translator/po/ne-NE-installer.po
 create mode 100644 misc/translator/po/nl-BE-installer-MARC21.po
 create mode 100644 misc/translator/po/nl-BE-installer.po
 create mode 100644 misc/translator/po/nl-NL-installer-MARC21.po
 create mode 100644 misc/translator/po/nl-NL-installer.po
 create mode 100644 misc/translator/po/nn-NO-installer-MARC21.po
 create mode 100644 misc/translator/po/nn-NO-installer.po
 create mode 100644 misc/translator/po/oc-installer-MARC21.po
 create mode 100644 misc/translator/po/oc-installer.po
 create mode 100644 misc/translator/po/pbr-installer-MARC21.po
 create mode 100644 misc/translator/po/pbr-installer.po
 create mode 100644 misc/translator/po/pl-PL-installer-MARC21.po
 create mode 100644 misc/translator/po/pl-PL-installer.po
 create mode 100644 misc/translator/po/prs-installer-MARC21.po
 create mode 100644 misc/translator/po/prs-installer.po
 create mode 100644 misc/translator/po/pt-BR-installer-MARC21.po
 create mode 100644 misc/translator/po/pt-BR-installer.po
 create mode 100644 misc/translator/po/pt-PT-installer-MARC21.po
 create mode 100644 misc/translator/po/pt-PT-installer.po
 create mode 100644 misc/translator/po/ro-RO-installer-MARC21.po
 create mode 100644 misc/translator/po/ro-RO-installer.po
 create mode 100644 misc/translator/po/ru-RU-installer-MARC21.po
 create mode 100644 misc/translator/po/ru-RU-installer.po
 create mode 100644 misc/translator/po/rw-RW-installer-MARC21.po
 create mode 100644 misc/translator/po/rw-RW-installer.po
 create mode 100644 misc/translator/po/sd-PK-installer-MARC21.po
 create mode 100644 misc/translator/po/sd-PK-installer.po
 create mode 100644 misc/translator/po/sk-SK-installer-MARC21.po
 create mode 100644 misc/translator/po/sk-SK-installer.po
 create mode 100644 misc/translator/po/sl-SI-installer-MARC21.po
 create mode 100644 misc/translator/po/sl-SI-installer.po
 create mode 100644 misc/translator/po/sq-AL-installer-MARC21.po
 create mode 100644 misc/translator/po/sq-AL-installer.po
 create mode 100644 misc/translator/po/sr-Cyrl-installer-MARC21.po
 create mode 100644 misc/translator/po/sr-Cyrl-installer.po
 create mode 100644 misc/translator/po/sv-SE-installer-MARC21.po
 create mode 100644 misc/translator/po/sv-SE-installer.po
 create mode 100644 misc/translator/po/sw-KE-installer-MARC21.po
 create mode 100644 misc/translator/po/sw-KE-installer.po
 create mode 100644 misc/translator/po/ta-LK-installer-MARC21.po
 create mode 100644 misc/translator/po/ta-LK-installer.po
 create mode 100644 misc/translator/po/ta-installer-MARC21.po
 create mode 100644 misc/translator/po/ta-installer.po
 create mode 100644 misc/translator/po/tet-installer-MARC21.po
 create mode 100644 misc/translator/po/tet-installer.po
 create mode 100644 misc/translator/po/th-TH-installer-MARC21.po
 create mode 100644 misc/translator/po/th-TH-installer.po
 create mode 100644 misc/translator/po/tl-PH-installer-MARC21.po
 create mode 100644 misc/translator/po/tl-PH-installer.po
 create mode 100644 misc/translator/po/tr-TR-installer-MARC21.po
 create mode 100644 misc/translator/po/tr-TR-installer.po
 create mode 100644 misc/translator/po/tvl-installer-MARC21.po
 create mode 100644 misc/translator/po/tvl-installer.po
 create mode 100644 misc/translator/po/uk-UA-installer-MARC21.po
 create mode 100644 misc/translator/po/uk-UA-installer.po
 create mode 100644 misc/translator/po/ur-Arab-installer-MARC21.po
 create mode 100644 misc/translator/po/ur-Arab-installer.po
 create mode 100644 misc/translator/po/vi-VN-installer-MARC21.po
 create mode 100644 misc/translator/po/vi-VN-installer.po
 create mode 100644 misc/translator/po/zh-Hans-CN-installer-MARC21.po
 create mode 100644 misc/translator/po/zh-Hans-CN-installer.po
 create mode 100644 misc/translator/po/zh-Hant-TW-installer-MARC21.po
 create mode 100644 misc/translator/po/zh-Hant-TW-installer.po


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list