[open-ils-commits] [GIT] Evergreen ILS branch tags/rel_2_2_8 created. 1bfbbcffadc04b66e18ae98097300f1fd26578b9

Evergreen Git git at git.evergreen-ils.org
Wed Apr 17 15:56:49 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, tags/rel_2_2_8 has been created
        at  1bfbbcffadc04b66e18ae98097300f1fd26578b9 (commit)

- Log -----------------------------------------------------------------
commit 1bfbbcffadc04b66e18ae98097300f1fd26578b9
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Tue Apr 16 18:04:13 2013 -0400

    Bumping version numbers, adding Changelog
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/ChangeLog b/ChangeLog
index 1f72b2c..568ec2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,171 @@
-Evergreen doesn't keep a GNU-style ChangeLog except in release tarballs.
-Those seeking a change log are encouraged to run 'git log -v', or read
-it online at: http://git.evergreen-ils.org/?p=Evergreen.git;a=log
+commit e0605f2e4b5638ba9c78d88861914b60a81f054b
+Author: Dan Scott <dscott at laurentian.ca>
+Date:   Fri Apr 5 01:53:55 2013 -0400
+
+    Prevent compiler warning about unused numtype var
+    
+    There was a dangling variable left around that was making noise in the
+    compiler. Credit to Jeff Godin for the heads-up.
+    
+    Signed-off-by: Dan Scott <dscott at laurentian.ca>
+    Signed-off-by: Bill Erickson <berick at esilibrary.com>
+
+1	2	Open-ILS/src/c-apps/oils_sql.c
+
+commit db5c664748bd73232b7b3e5ba8f683e9a0e2ce43
+Author: Mike Rylander <mrylander at gmail.com>
+Date:   Fri Apr 5 01:52:16 2013 -0400
+
+    Address SQL injection vulnerability in SQL ORM layer
+    
+    If the user-supplied value and the db column are both numbers
+    (jsonObject->type == JSON_NUMBER, get_primitive(field) == "number") then
+    don't quote. Otherwise, quote.
+    
+    Signed-off-by: Mike Rylander <mrylander at gmail.com>
+    Signed-off-by: Dan Scott <dscott at laurentian.ca>
+    Signed-off-by: Bill Erickson <berick at esilibrary.com>
+
+4	18	Open-ILS/src/c-apps/oils_sql.c
+
+commit 536def61c12b2add02d3245d7e563fd9aa9bb8fc
+Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
+Date:   Tue Apr 16 17:21:27 2013 -0400
+
+    Translations import for 2.2.8
+    
+    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
+
+5	5	build/i18n/po/cat.properties/en-GB.po
+17	13	build/i18n/po/circ.properties/en-GB.po
+6	4	build/i18n/po/circ.properties/hy-AM.po
+9	9	build/i18n/po/conify.js/en-GB.po
+8	8	build/i18n/po/conify.js/hy-AM.po
+4	4	build/i18n/po/db.seed/cs-CZ.po
+8	8	build/i18n/po/db.seed/en-GB.po
+5	5	build/i18n/po/db.seed/hy-AM.po
+6	6	build/i18n/po/fm_IDL.dtd/en-GB.po
+24	24	build/i18n/po/fm_IDL.dtd/hy-AM.po
+18	11	build/i18n/po/ils_events.xml/en-GB.po
+7	4	build/i18n/po/ils_events.xml/hy-AM.po
+8	5	build/i18n/po/lang.dtd/en-GB.po
+42	42	build/i18n/po/lang.dtd/hy-AM.po
+17	17	build/i18n/po/offline.properties/en-GB.po
+4	4	build/i18n/po/offline.properties/hy-AM.po
+16	4	build/i18n/po/opac.dtd/en-GB.po
+7	7	build/i18n/po/patron.properties/en-GB.po
+4	4	build/i18n/po/patron.properties/hy-AM.po
+5	5	build/i18n/po/reservation.js/en-GB.po
+7	7	build/i18n/po/serial.properties/en-GB.po
+6	6	build/i18n/po/serial.properties/hy-AM.po
+
+commit 8d5af5fc47edce662f96d57914945c72196c6155
+Author: Bill Erickson <berick at esilibrary.com>
+Date:   Tue Apr 9 13:45:24 2013 -0400
+
+    TPAC bucket item retrieval operates in streaming mode
+    
+    TPAC bucket item retreive fleshes bib records with large blobs of MARC
+    data.  When a bucket contains a few thousand items, the size of the
+    data passed around in atomic retreival mode will exceed the typical jabber
+    max stanza size and result in a failure.  Retrieve the records in
+    streaming mode instead.
+    
+    Signed-off-by: Bill Erickson <berick at esilibrary.com>
+    Signed-off-by: Ben Shum <bshum at biblio.org>
+
+2	1	Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
+
+commit b157d6aad28ed25a6f19f95036180d0dab55273c
+Author: Mike Rylander <mrylander at gmail.com>
+Date:   Tue Apr 2 09:40:07 2013 -0400
+
+    stamping upgrade script for authority validation fix
+    
+    Signed-off-by: Mike Rylander <mrylander at gmail.com>
+
+1	1	Open-ILS/src/sql/Pg/002.schema.config.sql
+84	0	Open-ILS/src/sql/Pg/upgrade/0787.schema.authority_normalize_heading.sql
+0	84	Open-ILS/src/sql/Pg/upgrade/xxxx.schema.authority_normalize_heading.sql
+ create mode 100644 Open-ILS/src/sql/Pg/upgrade/0787.schema.authority_normalize_heading.sql
+ delete mode 100644 Open-ILS/src/sql/Pg/upgrade/xxxx.schema.authority_normalize_heading.sql
+
+commit da5ff02010c1dcff780aa4797dd4fd79c4bc00fc
+Author: Steven Callender <stevecallender at esilibrary.com>
+Date:   Fri Jun 15 13:27:33 2012 -0400
+
+    Avoid problems when auth recs are missing the 901c
+    
+    Fixed the authority.normalize_heading function to better handle
+    INT's when there is no 901 present. Now we look for the best-fit
+    control set instead of throwing a db-level error.
+    
+    Signed-off-by: Steven Callender <stevecallender at esilibrary.com>
+    Signed-off-by: Mike Rylander <mrylander at gmail.com>
+
+1	1	Open-ILS/src/sql/Pg/011.schema.authority.sql
+84	0	Open-ILS/src/sql/Pg/upgrade/xxxx.schema.authority_normalize_heading.sql
+ create mode 100644 Open-ILS/src/sql/Pg/upgrade/xxxx.schema.authority_normalize_heading.sql
+
+commit b15cac11c9a1b518cbd2b6a24278b9e8f2ecd4d9
+Author: Dan Wells <dbw2 at calvin.edu>
+Date:   Fri Mar 15 14:47:53 2013 -0400
+
+    Allow access to public hold notes via hold "blob"
+    
+    If a hold note is marked as "public", it seems reasonable that it
+    should be visible to anyone who can see that hold, regardless of
+    who created the note.
+    
+    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
+    Signed-off-by: Kyle Tomita <ktomita at catalystitservices.com>
+
+4	4	Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
+
+commit 504fd3a3501066425819e1c2938c7a876b8b68ac
+Author: Dan Wells <dbw2 at calvin.edu>
+Date:   Fri Mar 15 14:42:24 2013 -0400
+
+    Fix reversed logic for hold "blob" notes
+    
+    Hold notes (at least at the data level) allow for both staff and
+    "private" notes to be attached. This code intended to show "private"
+    notes to the hold owner and staff notes to staff, but had the logic
+    reversed.
+    
+    Signed-off-by: Dan Wells <dbw2 at calvin.edu>
+    Signed-off-by: Kyle Tomita <ktomita at catalystitservices.com>
+
+3	3	Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
+
+commit e393a1ba7aca84988a4e61c65d34a0738749bbd7
+Author: Bill Erickson <berick at esilibrary.com>
+Date:   Wed Mar 20 16:42:10 2013 -0400
+
+    LP 1150458 DB upgrade stamping
+    
+    Signed-off-by: Bill Erickson <berick at esilibrary.com>
+
+1	1	Open-ILS/src/sql/Pg/002.schema.config.sql
+39	0	Open-ILS/src/sql/Pg/upgrade/0784.schema.axis_authority_tags_refs_aggregate.sql
+0	39	Open-ILS/src/sql/Pg/upgrade/XXXX.function.axis_authority_tags_refs_aggregate
+ create mode 100644 Open-ILS/src/sql/Pg/upgrade/0784.schema.axis_authority_tags_refs_aggregate.sql
+ delete mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.function.axis_authority_tags_refs_aggregate
+
+commit 44cadc8bde6e1d1767b820428f21d000e10c0a76
+Author: Steven Callender <stevecallender at esilibrary.com>
+Date:   Thu Mar 7 09:28:08 2013 -0500
+
+    Changed the way authority tags were being pulled to specifically use an aggregate array.
+    
+    There appears to have been a change in postgres at some point between 9.0 and 9.1
+    to the aggregate method. Because of this, postgres was not returning the proper
+    results when pulling tags for authorities. This change will force postgres to do
+    a proper aggregate array call and return the correct results.
+    
+    Signed-off-by: Steven Callender <stevecallender at esilibrary.com>
+    Signed-off-by: Bill Erickson <berick at esilibrary.com>
+
+21	19	Open-ILS/src/sql/Pg/011.schema.authority.sql
+39	0	Open-ILS/src/sql/Pg/upgrade/XXXX.function.axis_authority_tags_refs_aggregate
+ create mode 100644 Open-ILS/src/sql/Pg/upgrade/XXXX.function.axis_authority_tags_refs_aggregate
diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application.pm
index 7e36e0e..5d24c04 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application.pm
@@ -6,7 +6,7 @@ use base qw/OpenSRF::Application/;
 sub ils_version {
     # version format is "x-y-z", for example "2-0-0" for Evergreen 2.0.0
     # For branches, format is "x-y"
-    return "2-2";
+    return "2-2-8";
 }
 
 __PACKAGE__->register_method(
diff --git a/Open-ILS/src/sql/Pg/002.schema.config.sql b/Open-ILS/src/sql/Pg/002.schema.config.sql
index ab6ee88..8397098 100644
--- a/Open-ILS/src/sql/Pg/002.schema.config.sql
+++ b/Open-ILS/src/sql/Pg/002.schema.config.sql
@@ -88,6 +88,7 @@ CREATE TRIGGER no_overlapping_deps
     FOR EACH ROW EXECUTE PROCEDURE evergreen.array_overlap_check ('deprecates');
 
 INSERT INTO config.upgrade_log (version, applied_to) VALUES ('0787', :eg_version); -- callender/miker
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.2.8', :eg_version);
 
 CREATE TABLE config.bib_source (
 	id		SERIAL	PRIMARY KEY,
diff --git a/Open-ILS/xul/staff_client/chrome/content/main/about.html b/Open-ILS/xul/staff_client/chrome/content/main/about.html
index f157ac1..919ff0c 100644
--- a/Open-ILS/xul/staff_client/chrome/content/main/about.html
+++ b/Open-ILS/xul/staff_client/chrome/content/main/about.html
@@ -1,7 +1,7 @@
 <html><head><script></script></head><body onload="var x = document.getElementById('version'); var version ='/xul/server/'.split(/\//)[2]; if (version == 'server') { version = 'versionless debug build'; } x.appendChild(document.createTextNode(version));">
 <h1 style="text-decoration: underline">Evergreen</h1>
 <p>Target Server ID: <span id="version"></span></p>
-<p>http://git.evergreen-ils.org/Evergreen.git?h=refs/heads/rel_2_2</p>
+<p>http://git.evergreen-ils.org/Evergreen.git?h=refs/heads/tags/rel_2_2_8</p>
 <h2>What is Evergreen?</h2>
 <blockquote>
 <p>
diff --git a/Open-ILS/xul/staff_client/defaults/preferences/prefs.js b/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
index 97dbf01..469638e 100644
--- a/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
+++ b/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
@@ -11,7 +11,7 @@ pref("toolkit.singletonWindowType", "eg_main");
 pref("open-ils.enable_join_tabs", true);
 
 // We'll use this one to help brand some build information into the client, and rely on subversion keywords
-pref("open-ils.repository.headURL","http://git.evergreen-ils.org/Evergreen.git?h=refs/heads/rel_2_2");
+pref("open-ils.repository.headURL","http://git.evergreen-ils.org/Evergreen.git?h=refs/heads/tags/rel_2_2_8");
 pref("open-ils.repository.author","$Author$");
 pref("open-ils.repository.revision","$Revision$");
 pref("open-ils.repository.date","$Date$");
diff --git a/README b/README
deleted file mode 120000
index b57451a..0000000
--- a/README
+++ /dev/null
@@ -1 +0,0 @@
-docs/installation/server_installation.txt
\ No newline at end of file
diff --git a/README b/README
new file mode 100644
index 0000000..9564e1a
--- /dev/null
+++ b/README
@@ -0,0 +1,549 @@
+Installing the Evergreen server
+===============================
+:toc:
+:numbered:
+
+Preamble: referenced user accounts
+----------------------------------
+
+In subsequent sections, we will refer to a number of different accounts, as
+follows:
+
+  * Linux user accounts:
+    ** The *user* Linux account is the account that you use to log onto the
+       Linux system as a regular user.
+    ** The *root* Linux account is an account that has system administrator
+       privileges. On Debian and Fedora you can switch to this account from
+       your *user* account by issuing the `su -` command and entering the
+       password for the *root* account when prompted. On Ubuntu you can switch
+       to this account from your *user* account using the `sudo su -` command
+       and entering the password for your *user* account when prompted.
+    ** The *opensrf* Linux account is an account that you create when installing
+       OpenSRF. You can switch to this account from the *root* account by
+       issuing the `su - opensrf` command.
+    ** The *postgres* Linux account is created automatically when you install
+       the PostgreSQL database server. You can switch to this account from the
+       *root* account by issuing the `su - postgres` command.
+  * PostgreSQL user accounts:
+    ** The *evergreen* PostgreSQL account is a superuser account that you will
+       create to connect to the PostgreSQL database server.
+  * Evergreen administrator account:
+    ** The *egadmin* Evergreen account is an administrator account for
+       Evergreen that you will use to test connectivity and configure your
+       Evergreen instance.
+
+Preamble: developer instructions
+--------------------------------
+
+[NOTE]
+Skip this section if you are using an official release tarball downloaded
+from http://evergreen-ils.org/downloads
+
+Developers working directly with the source code from the Git repository,
+rather than an official release tarball, must install some extra packages
+and perform one step before they can proceed with the `./configure` step.
+
+As the *root* Linux account, install the following packages:
+
+  * autoconf
+  * automake
+  * libtool
+
+As the *user* Linux account, issue the following command in the Evergreen
+source directory to generate the configure script and Makefiles:
+
+[source, bash]
+------------------------------------------------------------------------------
+autoreconf -i
+------------------------------------------------------------------------------
+
+After running `make install`, developers also need to install the Dojo Toolkit
+set of JavaScript libraries. The appropriate version of Dojo is included
+in Evergreen release tarballs. Developers should install the Dojo 1.3.3
+version of Dojo by issuing the following commands as the *opensrf* Linux
+account:
+
+[source, bash]
+------------------------------------------------------------------------------
+wget http://download.dojotoolkit.org/release-1.3.3/dojo-release-1.3.3.tar.gz
+tar -C /openils/var/web/js -xzf dojo-release-1.3.3.tar.gz
+cp -r /openils/var/web/js/dojo-release-1.3.3/* /openils/var/web/js/dojo/.
+------------------------------------------------------------------------------
+
+Installing prerequisites
+------------------------
+
+Evergreen has a number of prerequisite packages that must be installed
+before you can successfully configure, compile, and install Evergreen.
+
+1. Begin by installing the most recent version of OpenSRF (2.1 or later).
+   You can download OpenSRF releases from http://evergreen-ils.org/opensrf.php
+2. On many distributions, it is necessary to install PostgreSQL 9 from external
+   repositories.
++
+  * On Debian Squeeze, open `/etc/apt/sources.list` in a text editor as the
+    *root* Linux account and add the following line:
++
+[source, bash]
+------------------------------------------------------------------------------
+deb http://backports.debian.org/debian-backports squeeze-backports main contrib
+------------------------------------------------------------------------------
++
+  * On Ubuntu Lucid, you can use a PPA (personal package archive), which are 
+    package sources hosted on Launchpad. The one most commonly used by Evergreen
+    Community members is maintained by Martin Pitt, who also maintains the
+    official PostgreSQL packages for Ubuntu. As the *root* Linux account, issue
+    the following commands to add the PPA source:
++
+[source, bash]
+------------------------------------------------------------------------------
+apt-get install python-software-properties
+add-apt-repository ppa:pitti/postgresql
+------------------------------------------------------------------------------
++
+  * Ubuntu Precise comes with PostgreSQL 9, so no additional steps are required.
++
+  * Fedora comes with PostgreSQL 9, so no additional steps are required.
++
+3. On Debian and Ubuntu, run `aptitude update` as the *root* Linux account to
+   retrieve the new packages from the backports repository.
+4. Issue the following commands as the *root* Linux account to install
+   prerequisites using the `Makefile.install` prerequisite installer,
+   substituting `debian-squeeze`, `fedora`, `ubuntu-lucid`, or
+   `ubuntu-precise` for <osname> below:
++
+[source, bash]
+------------------------------------------------------------------------------
+make -f Open-ILS/src/extras/Makefile.install <osname>
+------------------------------------------------------------------------------
++
+5. Add the libdbi-libdbd libraries to the system dynamic library path by
+   issuing the following commands as the *root* Linux account:
++
+[NOTE]
+You should skip this step if installing on Ubuntu Precise. The ubuntu-precise
+target uses libdbd-pgsql from packages.
++
+.Debian / Ubuntu Lucid
+[source, bash]
+------------------------------------------------------------------------------
+echo "/usr/local/lib/dbd" > /etc/ld.so.conf.d/eg.conf
+ldconfig
+------------------------------------------------------------------------------
++
+.Fedora
+[source, bash]
+------------------------------------------------------------------------------
+echo "/usr/lib64/dbd" > /etc/ld.so.conf.d/eg.conf
+ldconfig
+------------------------------------------------------------------------------
+
+Configuration and compilation instructions
+------------------------------------------
+
+For the time being, we are still installing everything in the `/openils/`
+directory. From the Evergreen source directory, issue the following commands as
+the *user* Linux account to configure and build Evergreen:
+
+[source, bash]
+------------------------------------------------------------------------------
+./configure --prefix=/openils --sysconfdir=/openils/conf
+make
+------------------------------------------------------------------------------
+
+Installation instructions
+-------------------------
+
+1. Once you have configured and compiled Evergreen, issue the following
+   command as the *root* Linux account to install Evergreen, build the server
+   portion of the staff client, and copy example configuration files to
+   `/openils/conf`.
+   Change the value of the `STAFF_CLIENT_STAMP_ID` variable to match the version
+   of the staff client that you will use to connect to the Evergreen server.
++
+[source, bash]
+------------------------------------------------------------------------------
+make STAFF_CLIENT_STAMP_ID=rel_2_2_8 install
+------------------------------------------------------------------------------
++
+2. The server portion of the staff client expects `http://hostname/xul/server`
+   to resolve. Issue the following commands as the *root* Linux account to
+   create a symbolic link pointing to the `server` subdirectory of the server
+   portion of the staff client that we just built using the staff client ID
+   'rel_name':
++
+[source, bash]
+------------------------------------------------------------------------------
+cd /openils/var/web/xul
+ln -sf rel_name/server server
+------------------------------------------------------------------------------
+
+Change ownership of the Evergreen files
+---------------------------------------
+
+All files in the `/openils/` directory and subdirectories must be owned by the
+`opensrf` user. Issue the following command as the *root* Linux account to
+change the ownership on the files:
+
+[source, bash]
+------------------------------------------------------------------------------
+chown -R opensrf:opensrf /openils
+------------------------------------------------------------------------------
+
+Configure the Apache Web server
+-------------------------------
+
+1. Use the example configuration files in `Open-ILS/examples/apache/` to
+configure your Web server for the Evergreen catalog, staff client, Web
+services, and administration interfaces. Issue the following commands as the
+*root* Linux account:
++
+.Debian and Ubuntu
+[source,bash]
+------------------------------------------------------------------------------
+cp Open-ILS/examples/apache/eg.conf       /etc/apache2/sites-available/
+cp Open-ILS/examples/apache/eg_vhost.conf /etc/apache2/
+cp Open-ILS/examples/apache/startup.pl    /etc/apache2/
+# Now set up SSL
+mkdir /etc/apache2/ssl
+cd /etc/apache2/ssl
+------------------------------------------------------------------------------
++
+.Fedora
+[source,bash]
+------------------------------------------------------------------------------
+cp Open-ILS/examples/apache/eg.conf       /etc/httpd/conf.d/
+cp Open-ILS/examples/apache/eg_vhost.conf /etc/httpd/
+cp Open-ILS/examples/apache/startup.pl    /etc/httpd/
+# Now set up SSL
+mkdir /etc/httpd/ssl
+cd /etc/httpd/ssl
+------------------------------------------------------------------------------
++
+2. The `openssl` command cuts a new SSL key for your Apache server. For a
+production server, you should purchase a signed SSL certificate, but you can
+just use a self-signed certificate and accept the warnings in the staff client
+and browser during testing and development. Create an SSL key for the Apache
+server by issuing the following command as the *root* Linux account:
++
+[source,bash]
+------------------------------------------------------------------------------
+openssl req -new -x509 -days 365 -nodes -out server.crt -keyout server.key
+------------------------------------------------------------------------------
++
+3. As the *root* Linux account, edit the `eg.conf` file that you copied into
+place.
+  a. Replace `Allow from 10.0.0.0/8` with `Allow from all` (to enable
+     access to the offline upload / execute interface from any workstation on
+     any network - note that you must secure this for a production instance)
+  b. (Fedora): Change references from the non-existent `/etc/apache2/` directory
+     to `/etc/httpd/`.
+4. Change the user for the Apache server.
+  * (Debian and Ubuntu): As the *root* Linux account, edit
+    `/etc/apache2/envvars`.  Change `export APACHE_RUN_USER=www-data` to 
+    `export APACHE_RUN_USER=opensrf`.
+  * (Fedora): As the *root* Linux account , edit `/etc/httpd/conf/httpd.conf`.
+    Change `User apache` to `User opensrf`.
+5. Configure Apache with performance settings appropriate for Evergreen:
+  * (Debian and Ubuntu): As the *root* Linux account, edit
+    `/etc/apache2/apache2.conf`:
+  * (Fedora): As the *root* Linux account, edit `/etc/httpd/conf/httpd.conf`:
+    a. Change `KeepAliveTimeout` to `1`. Higher values reduce the chance of
+       a request timing out unexpectedly, but increase the risk of using up
+       all available Apache child processes.
+    b. 'Optional': Change `MaxKeepAliveRequests` to `100`
+    c. Update the prefork configuration section to suit your environment. The
+       following settings apply to a busy system:
++
+[source,bash]
+------------------------------------------------------------------------------
+<IfModule mpm_prefork_module>
+   StartServers           20
+   MinSpareServers         5
+   MaxSpareServers        15
+   MaxClients            150
+   MaxRequestsPerChild 10000
+</IfModule>
+------------------------------------------------------------------------------
++
+6. (Fedora): As the *root* Linux account, edit the `/etc/httpd/eg_vhost.conf`
+   file to change references from the non-existent `/etc/apache2/` directory
+   to `/etc/httpd/`.
+7. (Debian and Ubuntu): As the *root* Linux account, enable the Evergreen site:
++
+[source,bash]
+------------------------------------------------------------------------------
+a2dissite default  # OPTIONAL: disable the default site (the "It Works" page)
+a2ensite eg.conf
+------------------------------------------------------------------------------
+
+Configure OpenSRF for the Evergreen application
+-----------------------------------------------
+There are a number of example OpenSRF configuration files in `/openils/conf/`
+that you can use as a template for your Evergreen installation. Issue the
+following commands as the *opensrf* Linux account:
+
+[source, bash]
+------------------------------------------------------------------------------
+cp -b /openils/conf/opensrf_core.xml.example /openils/conf/opensrf_core.xml
+cp -b /openils/conf/opensrf.xml.example /openils/conf/opensrf.xml
+------------------------------------------------------------------------------
+
+When you installed OpenSRF, you created four Jabber users on two
+separate domains and edited the `opensrf_core.xml` file accordingly. Please
+refer back to the OpenSRF README and, as the *opensrf* Linux account, edit the
+Evergreen version of the `opensrf_core.xml` file using the same Jabber users
+and domains as you used while installing and testing OpenSRF.
+
+[NOTE]
+The `-b` flag tells the `cp` command to create a backup version of the
+destination file. The backup version of the destination file has a tilde (`~`)
+appended to the file name, so if you have forgotten the Jabber users and
+domains, you can retrieve the settings from the backup version of the files.
+
+`eg_db_config.pl`, described in the following section, sets the database
+connection information in `opensrf.xml` for you.
+
+Creating the Evergreen database
+-------------------------------
+
+By default, the `Makefile.install` prerequisite installer does not install
+the PostgreSQL 9 database server required by every Evergreen system;
+for production use, most libraries install the PostgreSQL database server on a
+dedicated machine. You can install the packages required by Debian or Ubuntu Lucid
+on the machine of your choice using the following commands as the *root*
+Linux account:
+
+.(Debian and Ubuntu Lucid) Installing PostgreSQL 9.1 server packages
+[source, bash]
+------------------------------------------------------------------------------
+make -f Open-ILS/src/extras/Makefile.install install_pgsql_server_backport_debs_91
+------------------------------------------------------------------------------
+
+.(Ubuntu Precise) Installing PostgreSQL 9.1 server packages
+[source, bash]
+------------------------------------------------------------------------------
+make -f Open-ILS/src/extras/Makefile.install install_pgsql_server_debs_91
+------------------------------------------------------------------------------
+
+You can install the packages required by Fedora on the machine of your choice
+using the following commands as the *root* Linux account:
+
+.(Fedora) Installing PostgreSQL server packages
+[source, bash]
+------------------------------------------------------------------------------
+make -f Open-ILS/src/extras/Makefile.install install_fedora_pgsql_server
+postgresql-setup initdb
+------------------------------------------------------------------------------
+
+For a standalone PostgreSQL server, install the following Perl modules as the
+*root* Linux account:
+
+.(Debian / Ubuntu) Installing additional Perl modules on a standalone PostgreSQL 9 server
+[source, bash]
+------------------------------------------------------------------------------
+aptitude install gcc libxml-libxml-perl libxml-libxslt-perl
+cpan Business::ISBN
+cpan JSON::XS
+cpan Library::CallNumber::LC
+cpan MARC::Record
+cpan MARC::File::XML
+cpan UUID::Tiny
+------------------------------------------------------------------------------
+
+.(Fedora) Installing additional Perl modules on a standalone PostgreSQL 9 server
+[source, bash]
+------------------------------------------------------------------------------
+yum install gcc perl-XML-LibXML perl-XML-LibXSLT perl-Business-ISBN
+cpan Library::CallNumber::LC
+cpan MARC::Record
+cpan MARC::File::XML
+cpan UUID::Tiny
+------------------------------------------------------------------------------
+
+You need to create a PostgreSQL superuser to create and access the database.
+Issue the following command as the *postgres* Linux account to create a new
+PostgreSQL superuser named `evergreen`. When prompted, enter the new user's
+password:
+
+[source, bash]
+------------------------------------------------------------------------------
+createuser -s -P evergreen
+------------------------------------------------------------------------------
+
+Once you have created the *evergreen* PostgreSQL account, you also need to
+create the database and schema, and configure your configuration files to point
+at the database server. Issue the following command as the *root* Linux account
+from inside the Evergreen source directory, replacing <user>, <password>,
+<hostname>, <port>, and <dbname> with the appropriate values for your
+PostgreSQL database (where <user> and <password> are for the *evergreen*
+PostgreSQL account you just created), and replace <admin-user> and <admin-pass>
+with the values you want for the *egadmin* Evergreen administrator account:
+
+[source, bash]
+------------------------------------------------------------------------------
+perl Open-ILS/src/support-scripts/eg_db_config.pl --update-config \
+       --service all --create-database --create-schema --create-offline \
+       --user <user> --password <password> --hostname <hostname> --port <port> \
+       --database <dbname> --admin-user <admin-user> --admin-pass <admin-pass>
+------------------------------------------------------------------------------
+
+This creates the database and schema and configures all of the services in
+your `/openils/conf/opensrf.xml` configuration file to point to that database.
+It also creates the configuration files required by the Evergreen `cgi-bin`
+administration scripts, and sets the user name and password for the *egadmin*
+Evergreen administrator account to your requested values.
+
+Creating the database on a remote server
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+In a production instance of Evergreen, your PostgreSQL server should be
+installed on a dedicated server.
+
+PostgreSQL 9.1 and later
+^^^^^^^^^^^^^^^^^^^^^^^^
+To create the database instance on a remote database server running PostgreSQL
+9.1 or later, simply use the `--create-database` flag on `eg_db_config.pl`.
+
+For PostgreSQL 9.0
+^^^^^^^^^^^^^^^^^^
+To create the database instance on a remote database server running PostgreSQL
+9.0, you can either:
+
+  *  Install the PostgreSQL contrib modules on the machine on which you
+     are installing the Evergreen code, and use the `--create-database`
+     option from that machine, or
+  *  Copy the `Open-ILS/src/sql/Pg/create_database.sql` script to your
+     PostgreSQL server and invoke it as the *postgres* Linux account:
++
+[source, bash]
+------------------------------------------------------------------------------
+psql -vdb_name=<dbname> -vcontrib_dir=`pg_config --sharedir`/contrib -f create_database.sql
+------------------------------------------------------------------------------
+
+Then you can issue the `eg_db_config.pl` command as above _without_ the
+`--create-database` argument to create your schema and configure your
+configuration files.
+
+Starting Evergreen
+------------------
+1. As the *root* Linux account, start the `memcached` and `ejabberd` services
+(if they aren't already running):
++
+[source, bash]
+------------------------------------------------------------------------------
+/etc/init.d/ejabberd start
+/etc/init.d/memcached start
+------------------------------------------------------------------------------
++
+2. As the *opensrf* Linux account, start Evergreen. The `-l` flag in the
+following command is only necessary if you want to force Evergreen to treat the
+hostname as `localhost`; if you configured `opensrf.xml` using the real
+hostname of your machine as returned by `perl -ENet::Domain 'print
+Net::Domain::hostfqdn() . "\n";'`, you should not use the `-l` flag.
++
+[source, bash]
+------------------------------------------------------------------------------
+osrf_ctl.sh -l -a start_all
+------------------------------------------------------------------------------
++
+  ** If you receive the error message `bash: osrf_ctl.sh: command not found`,
+     then your environment variable `PATH` does not include the `/openils/bin`
+     directory; this should have been set in the *opensrf* Linux account's
+     `.bashrc` configuration file. To manually set the `PATH` variable, edit the
+     configuration file `~/.bashrc` as the *opensrf* Linux account and add the
+     following line:
++
+[source, bash]
+------------------------------------------------------------------------------
+export PATH=$PATH:/openils/bin
+------------------------------------------------------------------------------
++
+3. As the *opensrf* Linux account, generate the Web files needed by the staff
+   client and catalogue and update the organization unit proximity (you need to do
+   this the first time you start Evergreen, and after that each time you change
+   the library hierarchy in `config.cgi`):
++
+[source, bash]
+------------------------------------------------------------------------------
+autogen.sh -u
+------------------------------------------------------------------------------
++
+4. As the *root* Linux account, restart the Apache Web server:
++
+[source, bash]
+------------------------------------------------------------------------------
+/etc/init.d/apache2 restart
+------------------------------------------------------------------------------
++
+If the Apache Web server was running when you started the OpenSRF services, you
+might not be able to successfully log in to the OPAC or staff client until the
+Apache Web server is restarted.
+
+Testing connections to Evergreen
+--------------------------------
+
+Once you have installed and started Evergreen, test your connection to
+Evergreen via `srfsh`. As the *opensrf* Linux account, issue the following
+commands to start `srfsh` and try to log onto the Evergreen server using the
+*egadmin* Evergreen administrator user name and password that you set using the
+`eg_db_config.pl` command:
+
+[source, bash]
+------------------------------------------------------------------------------
+/openils/bin/srfsh
+srfsh% login <admin-user> <admin-pass>
+------------------------------------------------------------------------------
+
+You should see a result like:
+
+    Received Data: "250bf1518c7527a03249858687714376"
+    ------------------------------------
+    Request Completed Successfully
+    Request Time in seconds: 0.045286
+    ------------------------------------
+
+    Received Data: {
+       "ilsevent":0,
+       "textcode":"SUCCESS",
+       "desc":" ",
+       "pid":21616,
+       "stacktrace":"oils_auth.c:304",
+       "payload":{
+          "authtoken":"e5f9827cc0f93b503a1cc66bee6bdd1a",
+          "authtime":420
+       }
+
+    }
+
+    ------------------------------------
+    Request Completed Successfully
+    Request Time in seconds: 1.336568
+    ------------------------------------
+
+If this does not work, it's time to do some troubleshooting.
+
+  * As the *opensrf* Linux acccount, run the `settings-tester.pl` script to see
+    if it finds any system configuration problems. The script is found at
+    `Open-ILS/src/support-scripts/settings-tester.pl` in the Evergreen source
+    tree.
+  * Follow the steps in the http://evergreen-ils.org/dokuwiki/doku.php?id=troubleshooting:checking_for_errors[troubleshooting guide].
+  * If you have faithfully followed the entire set of installation steps
+    listed here, you are probably extremely close to a working system.
+    Gather your configuration files and log files and contact the
+    http://open-ils.org/listserv.php[Evergreen development mailing list]
+    for assistance before making any drastic changes to your system
+    configuration.
+
+Getting help
+------------
+
+Need help installing or using Evergreen? Join the mailing lists at
+http://evergreen-ils.org/listserv.php or contact us on the Freenode
+IRC network on the #evergreen channel.
+
+License
+-------
+This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
+Unported License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
+Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
diff --git a/configure.ac b/configure.ac
index d599a51..19355a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,8 +20,8 @@
 
 export PATH=${PATH}:/usr/sbin
 AC_PREREQ(2.61)
-AC_INIT(Open-ILS, 2.2, open-ils-dev at list.georgialibraries.org)
-AM_INIT_AUTOMAKE([OpenILS], [2.2])
+AC_INIT(Open-ILS, 2.2.8, open-ils-dev at list.georgialibraries.org)
+AM_INIT_AUTOMAKE([OpenILS], [2.2.8])
 AC_REVISION($Revision: 0.1 $)
 AC_CONFIG_SRCDIR([configure.ac])
 AC_PREFIX_DEFAULT([/openils/])

commit 0eec1d094824d97d7b63d85bb9081013afdba3f8
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Tue Apr 16 22:24:07 2013 -0400

    2.2.7-2.2.8 database upgrade script
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/sql/Pg/version-upgrade/2.2.7-2.2.8-upgrade-db.sql b/Open-ILS/src/sql/Pg/version-upgrade/2.2.7-2.2.8-upgrade-db.sql
new file mode 100644
index 0000000..37d0c3c
--- /dev/null
+++ b/Open-ILS/src/sql/Pg/version-upgrade/2.2.7-2.2.8-upgrade-db.sql
@@ -0,0 +1,124 @@
+--Upgrade Script for 2.2.7 to 2.2.8
+\set eg_version '''2.2.8'''
+BEGIN;
+INSERT INTO config.upgrade_log (version, applied_to) VALUES ('2.2.8', :eg_version);
+-- Evergreen DB patch XXXX.function.axis_authority_tags_refs_aggregate.sql
+--
+
+-- check whether patch can be applied
+SELECT evergreen.upgrade_deps_block_check('0784', :eg_version);
+
+CREATE OR REPLACE FUNCTION authority.axis_authority_tags_refs(a TEXT) RETURNS INT[] AS $$
+    SELECT ARRAY_AGG(y) from (
+       SELECT  unnest(ARRAY_CAT(
+                 ARRAY[a.field],
+                 (SELECT ARRAY_ACCUM(x.id) FROM authority.control_set_authority_field x WHERE x.main_entry = a.field)
+             )) y
+       FROM  authority.browse_axis_authority_field_map a
+       WHERE axis = $1) x;
+$$ LANGUAGE SQL;
+
+CREATE OR REPLACE FUNCTION authority.btag_authority_tags_refs(btag TEXT) RETURNS INT[] AS $$
+    SELECT ARRAY_AGG(y) from (
+        SELECT  unnest(ARRAY_CAT(
+                    ARRAY[a.authority_field],
+                    (SELECT ARRAY_ACCUM(x.id) FROM authority.control_set_authority_field x WHERE x.main_entry = a.authority_field)
+                )) y
+      FROM  authority.control_set_bib_field a
+      WHERE a.tag = $1) x
+$$ LANGUAGE SQL;
+
+CREATE OR REPLACE FUNCTION authority.atag_authority_tags_refs(atag TEXT) RETURNS INT[] AS $$
+    SELECT ARRAY_AGG(y) from (
+        SELECT  unnest(ARRAY_CAT(
+                    ARRAY[a.id],
+                    (SELECT ARRAY_ACCUM(x.id) FROM authority.control_set_authority_field x WHERE x.main_entry = a.id)
+                )) y
+      FROM  authority.control_set_authority_field a
+      WHERE a.tag = $1) x
+$$ LANGUAGE SQL;
+
+
+
+INSERT INTO config.upgrade_log (version) VALUES ('0787');
+
+CREATE OR REPLACE FUNCTION authority.normalize_heading( marcxml TEXT, no_thesaurus BOOL ) RETURNS TEXT AS $func$
+DECLARE
+    acsaf           authority.control_set_authority_field%ROWTYPE;
+    tag_used        TEXT;
+    nfi_used        TEXT;
+    sf              TEXT;
+    thes_code       TEXT;
+    cset            INT;
+    heading_text    TEXT;
+    tmp_text        TEXT;
+    first_sf        BOOL;
+    auth_id         INT DEFAULT COALESCE(NULLIF(oils_xpath_string('//*[@tag="901"]/*[local-name()="subfield" and @code="c"]', marcxml), ''), '0')::INT;
+BEGIN
+    SELECT control_set INTO cset FROM authority.record_entry WHERE id = auth_id;
+
+    IF cset IS NULL THEN
+        SELECT  control_set INTO cset
+          FROM  authority.control_set_authority_field
+          WHERE tag IN ( SELECT  UNNEST(XPATH('//*[starts-with(@tag,"1")]/@tag',marcxml::XML)::TEXT[]))
+          LIMIT 1;
+    END IF;
+
+    thes_code := vandelay.marc21_extract_fixed_field(marcxml,'Subj');
+    IF thes_code IS NULL THEN
+        thes_code := '|';
+    ELSIF thes_code = 'z' THEN
+        thes_code := COALESCE( oils_xpath_string('//*[@tag="040"]/*[@code="f"][1]', marcxml), '' );
+    END IF;
+
+    heading_text := '';
+    FOR acsaf IN SELECT * FROM authority.control_set_authority_field WHERE control_set = cset AND main_entry IS NULL LOOP
+        tag_used := acsaf.tag;
+        nfi_used := acsaf.nfi;
+        first_sf := TRUE;
+        FOR sf IN SELECT * FROM regexp_split_to_table(acsaf.sf_list,'') LOOP
+            tmp_text := oils_xpath_string('//*[@tag="'||tag_used||'"]/*[@code="'||sf||'"]', marcxml);
+
+            IF first_sf AND tmp_text IS NOT NULL AND nfi_used IS NOT NULL THEN
+
+                tmp_text := SUBSTRING(
+                    tmp_text FROM
+                    COALESCE(
+                        NULLIF(
+                            REGEXP_REPLACE(
+                                oils_xpath_string('//*[@tag="'||tag_used||'"]/@ind'||nfi_used, marcxml),
+                                $$\D+$$,
+                                '',
+                                'g'
+                            ),
+                            ''
+                        )::INT,
+                        0
+                    ) + 1
+                );
+
+            END IF;
+
+            first_sf := FALSE;
+
+            IF tmp_text IS NOT NULL AND tmp_text <> '' THEN
+                heading_text := heading_text || E'\u2021' || sf || ' ' || tmp_text;
+            END IF;
+        END LOOP;
+        EXIT WHEN heading_text <> '';
+    END LOOP;
+
+    IF heading_text <> '' THEN
+        IF no_thesaurus IS TRUE THEN
+            heading_text := tag_used || ' ' || public.naco_normalize(heading_text);
+        ELSE
+            heading_text := tag_used || '_' || COALESCE(nfi_used,'-') || '_' || thes_code || ' ' || public.naco_normalize(heading_text);
+        END IF;
+    ELSE
+        heading_text := 'NOHEADING_' || thes_code || ' ' || MD5(marcxml);
+    END IF;
+        RETURN heading_text;
+END;
+$func$ LANGUAGE PLPGSQL IMMUTABLE;
+
+COMMIT;

commit e0605f2e4b5638ba9c78d88861914b60a81f054b
Author: Dan Scott <dscott at laurentian.ca>
Date:   Fri Apr 5 01:53:55 2013 -0400

    Prevent compiler warning about unused numtype var
    
    There was a dangling variable left around that was making noise in the
    compiler. Credit to Jeff Godin for the heads-up.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/c-apps/oils_sql.c b/Open-ILS/src/c-apps/oils_sql.c
index ea614e1..eb3f48b 100644
--- a/Open-ILS/src/c-apps/oils_sql.c
+++ b/Open-ILS/src/c-apps/oils_sql.c
@@ -2468,9 +2468,8 @@ int doRetrieve( osrfMethodContext* ctx ) {
 */
 static char* jsonNumberToDBString( osrfHash* field, const jsonObject* value ) {
 	growing_buffer* val_buf = buffer_init( 32 );
-	const char* numtype = get_datatype( field );
 
-    // If the value is a number and the DB field is numeric, no quotes needed
+	// If the value is a number and the DB field is numeric, no quotes needed
 	if( value->type == JSON_NUMBER && !strcmp( get_primitive( field ), "number") ) {
 		buffer_fadd( val_buf, jsonObjectGetString( value ) );
 	} else {

commit db5c664748bd73232b7b3e5ba8f683e9a0e2ce43
Author: Mike Rylander <mrylander at gmail.com>
Date:   Fri Apr 5 01:52:16 2013 -0400

    Address SQL injection vulnerability in SQL ORM layer
    
    If the user-supplied value and the db column are both numbers
    (jsonObject->type == JSON_NUMBER, get_primitive(field) == "number") then
    don't quote. Otherwise, quote.
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/src/c-apps/oils_sql.c b/Open-ILS/src/c-apps/oils_sql.c
index c67362b..ea614e1 100644
--- a/Open-ILS/src/c-apps/oils_sql.c
+++ b/Open-ILS/src/c-apps/oils_sql.c
@@ -2460,8 +2460,7 @@ int doRetrieve( osrfMethodContext* ctx ) {
 	@return Pointer to a newly allocated string.
 
 	The input object is typically a JSON_NUMBER, but it may be a JSON_STRING as long as
-	its contents are numeric.  A non-numeric string is likely to result in invalid SQL,
-	or (what is worse) valid SQL that is wrong.
+	its contents are numeric.  A non-numeric string is likely to result in invalid SQL.
 
 	If the datatype of the receiving field is not numeric, wrap the value in quotes.
 
@@ -2471,22 +2470,9 @@ static char* jsonNumberToDBString( osrfHash* field, const jsonObject* value ) {
 	growing_buffer* val_buf = buffer_init( 32 );
 	const char* numtype = get_datatype( field );
 
-	// For historical reasons the following contains cruft that could be cleaned up.
-	if( !strncmp( numtype, "INT", 3 ) ) {
-		if( value->type == JSON_NUMBER )
-			//buffer_fadd( val_buf, "%ld", (long)jsonObjectGetNumber(value) );
-			buffer_fadd( val_buf, jsonObjectGetString( value ) );
-		else {
-			buffer_fadd( val_buf, jsonObjectGetString( value ) );
-		}
-
-	} else if( !strcmp( numtype, "NUMERIC" )) {
-		if( value->type == JSON_NUMBER )
-			buffer_fadd( val_buf, jsonObjectGetString( value ));
-		else {
-			buffer_fadd( val_buf, jsonObjectGetString( value ));
-		}
-
+    // If the value is a number and the DB field is numeric, no quotes needed
+	if( value->type == JSON_NUMBER && !strcmp( get_primitive( field ), "number") ) {
+		buffer_fadd( val_buf, jsonObjectGetString( value ) );
 	} else {
 		// Presumably this was really intended to be a string, so quote it
 		char* str = jsonObjectToSimpleString( value );

commit 536def61c12b2add02d3245d7e563fd9aa9bb8fc
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Tue Apr 16 17:21:27 2013 -0400

    Translations import for 2.2.8
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/build/i18n/po/cat.properties/en-GB.po b/build/i18n/po/cat.properties/en-GB.po
index d302950..36306a1 100644
--- a/build/i18n/po/cat.properties/en-GB.po
+++ b/build/i18n/po/cat.properties/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2012-09-04 13:44-0400\n"
-"PO-Revision-Date: 2012-11-23 20:44+0000\n"
-"Last-Translator: Rafael Neri <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 09:01+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2012-11-24 06:56+0000\n"
-"X-Generator: Launchpad (build 16293)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:11+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: bib.no_marc
 msgid "No MARC Record"
@@ -2117,7 +2117,7 @@ msgstr ""
 
 #: staff.cat.z3950.initial_search.raw_search_unsupported_for_native_catalog
 msgid "Raw z39.50 PQN search not yet implemented for native catalog."
-msgstr "Raw z39.50 PQN search not yet implemented for native catalog."
+msgstr "Raw z39.50 PQN search not yet implemented for native catalogue."
 
 #: staff.cat.z3950.page_next.more_results
 msgid "Retrieving more results..."
diff --git a/build/i18n/po/circ.properties/en-GB.po b/build/i18n/po/circ.properties/en-GB.po
index 56b6f8c..2847d6a 100644
--- a/build/i18n/po/circ.properties/en-GB.po
+++ b/build/i18n/po/circ.properties/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:41+0000\n"
-"PO-Revision-Date: 2012-05-02 18:42+0000\n"
-"Last-Translator: Warren Layton <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 09:04+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:55+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:11+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: staff.circ.alert
 msgid "Alert"
@@ -135,7 +135,7 @@ msgstr "Number of circulations not backdated: %1$s "
 
 #: staff.circ.checkout.sorting.exception
 msgid "error in sorting non-cataloged items: %1$s"
-msgstr "error in sorting non-cataloged items: %1$s"
+msgstr "error in sorting non-catalogeud items: %1$s"
 
 #: staff.circ.checkout.date.exception
 msgid "Use this format: YYYY-MM-DD"
@@ -250,13 +250,15 @@ msgstr ""
 
 #: staff.circ.checkout.error_retrieving_copy_status
 msgid "Could not retrieve the name of the current status for the copy"
-msgstr ""
+msgstr "Could not retrieve the name of the current status for the copy"
 
 #: staff.circ.checkout.not_cataloged.confirm
 msgid ""
 "Barcode %1$s was either mis-scanned or is a non-cataloged item.  Checkout as "
 "a pre-cataloged item?"
 msgstr ""
+"Barcode %1$s was either mis-scanned or is a non-catalogued item.  Checkout "
+"as a pre-catalogued item?"
 
 #: staff.circ.pre_cataloged
 msgid "Pre-cataloged"
@@ -343,15 +345,15 @@ msgstr "Barcode:"
 
 #: staff.circ.checkout.failed_to_patron_other
 msgid "This copy was checked out by another patron on %1$s."
-msgstr ""
+msgstr "This copy was checked out by another patron on %1$s."
 
 #: staff.circ.checkout.failed_to_patron_renew
 msgid "This copy is already checked out to this patron."
-msgstr ""
+msgstr "This copy is already checked out to this patron."
 
 #: staff.circ.checkout.failed_to_patron_today
 msgid "This copy was already checked out to this patron today."
-msgstr ""
+msgstr "This copy was already checked out to this patron today."
 
 #: staff.circ.circ_brief.staff_out_id
 msgid "Check Out Staff ID = %1$s"
@@ -715,7 +717,7 @@ msgstr "Something weird happened.  Result was null."
 
 #: staff.circ.copy_status.status.copy_not_found
 msgid "%1$s was either mis-scanned or is not cataloged."
-msgstr "%1$s was either mis-scanned or is not cataloged."
+msgstr "%1$s was either mis-scanned or is not catalogued."
 
 #: staff.circ.copy_status.status.not_cataloged
 msgctxt "staff.circ.copy_status.status.not_cataloged"
@@ -1783,7 +1785,7 @@ msgid ""
 "%1$s attempted checkin of %4$s, which is a pre-cat and was routed to "
 "Cataloging.  Route To = %5$s"
 msgstr ""
-"%1$s attempted checkin of %4$s, which is a pre-cat and was routed to "
+"%1$s attempted check-in of %4$s, which is a pre-cat and was routed to "
 "Cataloguing.  Route To = %5$s"
 
 #. # 1 - Staff Username  2 - Patron Family  3 - Patron Barcode  4 - Item Barcode  5 - Route To text
@@ -1792,14 +1794,14 @@ msgid ""
 "%1$s attempted checkin of %4$s, which was not found, and so was routed to "
 "Cataloging.  Route To = %5$s"
 msgstr ""
-"%1$s attempted checkin of %4$s, which was not found, and so was routed to "
+"%1$s attempted check-in of %4$s, which was not found, and so was routed to "
 "Cataloguing.  Route To = %5$s"
 
 #. # 1 - Staff Username  2 - Patron Family  3 - Patron Barcode  4 - Original Balance  5 - Voided Balance  6 - Payment Received  7 - Payment Applied
 #. # 8 - Change Given  9 - Credit Given  10 - New Balance  11 - Payment Type  12 - Note  13 - API call result
 #: staff.circ.work_log_payment_attempt.success.message
 msgid "%1$s received %6$s (%11$s) for %3$s (%2$s)."
-msgstr ""
+msgstr "%1$s received %6$s (%11$s) for %3$s (%2$s)."
 
 #. # 1 - Staff Username  2 - Patron Family  3 - Patron Barcode  4 - Original Balance  5 - Voided Balance  6 - Payment Received  7 - Payment Applied
 #. # 8 - Change Given  9 - Credit Given  10 - New Balance  11 - Payment Type  12 - Note  13 - API call result
@@ -1808,6 +1810,8 @@ msgid ""
 "%1$s attempted receipt of %6$s (%11$s) for %3$s (%2$s), which failed for "
 "this reason: %13$s"
 msgstr ""
+"%1$s attempted receipt of %6$s (%11$s) for %3$s (%2$s), which failed for "
+"this reason: %13$s"
 
 #: staff.circ.checkin.hold_capture
 msgid "Hold Capture"
diff --git a/build/i18n/po/circ.properties/hy-AM.po b/build/i18n/po/circ.properties/hy-AM.po
index 342dc8d..e3a0f19 100644
--- a/build/i18n/po/circ.properties/hy-AM.po
+++ b/build/i18n/po/circ.properties/hy-AM.po
@@ -4,14 +4,14 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-03-15 19:41+0000\n"
-"PO-Revision-Date: 2013-02-15 19:28+0000\n"
+"PO-Revision-Date: 2013-04-01 14:34+0000\n"
 "Last-Translator: TZ <tigran at flib.sci.am>\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: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:54+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-02 05:19+0000\n"
+"X-Generator: Launchpad (build 16546)\n"
 "X-Accelerator-Marker: &\n"
 
 #: staff.circ.alert
@@ -247,13 +247,15 @@ msgstr ""
 
 #: staff.circ.checkout.error_retrieving_copy_status
 msgid "Could not retrieve the name of the current status for the copy"
-msgstr ""
+msgstr "Պատճենի համար չի կարող հետ բերել ընթացիկ վիճակի անունը"
 
 #: staff.circ.checkout.not_cataloged.confirm
 msgid ""
 "Barcode %1$s was either mis-scanned or is a non-cataloged item.  Checkout as "
 "a pre-cataloged item?"
 msgstr ""
+"Այս շտրիխկոդը %1$s կամ սխալ է սկանավորվել քամ չքարտագրված նյութ է։ Դուրս "
+"տա՞լ որպես նախապես քարտագրված նյութ։"
 
 #: staff.circ.pre_cataloged
 msgid "Pre-cataloged"
diff --git a/build/i18n/po/conify.js/en-GB.po b/build/i18n/po/conify.js/en-GB.po
index de762e4..ea54634 100644
--- a/build/i18n/po/conify.js/en-GB.po
+++ b/build/i18n/po/conify.js/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:42-0400\n"
-"PO-Revision-Date: 2012-05-02 18:38+0000\n"
-"Last-Translator: Warren Layton <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 08:51+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:55+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:11+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: conify.js:SURVEY_ID
 msgid "Survey ID # ${0}"
@@ -43,7 +43,7 @@ msgstr "Add Answer"
 
 #: conify.js:CBHO_FIELD_DISPLAY
 msgid "[${0}] ${1}"
-msgstr ""
+msgstr "[${0}] ${1}"
 
 #: conify.js:TRANSLATION conify.js:LABEL_TRANSLATION
 msgid "Translation"
@@ -115,7 +115,7 @@ msgstr "Problem creating new Permission"
 
 #: conify.js:CBHO_EDITING_NEW
 msgid "You are editing a new best-hold order."
-msgstr ""
+msgstr "You are editing a new best-hold order."
 
 #: conify.js:ERROR_CALLING_METHOD_PERM_MAP
 msgid "Problem calling method to create new permission map"
@@ -155,7 +155,7 @@ msgstr "Cannot delete ${0}, ${1} subordinates still exist."
 
 #: conify.js:CBHO_EDITING_EXISTING
 msgid "You are editing best-hold order #${0}: ${1}."
-msgstr ""
+msgstr "You are editing best-hold order #${0}: ${1}."
 
 #: conify.js:ERROR_DELETING_LAST_AOUT
 msgid "Cannot delete ${0}. You need at least one organization type."
@@ -179,7 +179,7 @@ msgstr "New Group"
 
 #: conify.js:CBHO_NO_LOAD
 msgid "Unable to load selected item."
-msgstr ""
+msgstr "Unable to load selected item."
 
 #: conify.js:CONFIRM_EXIT_PGT
 msgid ""
@@ -235,7 +235,7 @@ msgstr "New Type"
 
 #: conify.js:CBHO_NEEDS_NAME
 msgid "You need to enter a name for the best-hold order."
-msgstr ""
+msgstr "You need to enter a name for the best-hold order."
 
 #: conify.js:ACQ_DISTRIB_FORMULA_NAME_PROMPT
 msgid "Enter new formula name"
diff --git a/build/i18n/po/conify.js/hy-AM.po b/build/i18n/po/conify.js/hy-AM.po
index 7b1908a..ef2130c 100644
--- a/build/i18n/po/conify.js/hy-AM.po
+++ b/build/i18n/po/conify.js/hy-AM.po
@@ -3,14 +3,14 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: open-ils-dev at list.georgialibraries.org\n"
 "POT-Creation-Date: 2013-03-15 19:42-0400\n"
-"PO-Revision-Date: 2012-08-13 17:14+0000\n"
+"PO-Revision-Date: 2013-04-01 14:26+0000\n"
 "Last-Translator: TZ <tigran at flib.sci.am>\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: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:55+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-02 05:19+0000\n"
+"X-Generator: Launchpad (build 16546)\n"
 
 #: conify.js:SURVEY_ID
 msgid "Survey ID # ${0}"
@@ -38,7 +38,7 @@ msgstr "Ավելացրու պատասխան"
 
 #: conify.js:CBHO_FIELD_DISPLAY
 msgid "[${0}] ${1}"
-msgstr ""
+msgstr "[${0}] ${1}"
 
 #: conify.js:TRANSLATION conify.js:LABEL_TRANSLATION
 msgid "Translation"
@@ -111,7 +111,7 @@ msgstr "Պրոբլեմ նոր Իրավասություններ ստեղծելի
 
 #: conify.js:CBHO_EDITING_NEW
 msgid "You are editing a new best-hold order."
-msgstr ""
+msgstr "Դու խմբարում ես նոր լավագույն պահման պատվեր։"
 
 #: conify.js:ERROR_CALLING_METHOD_PERM_MAP
 msgid "Problem calling method to create new permission map"
@@ -151,7 +151,7 @@ msgstr "Չի կարող ջնջել ${0}, ${1} ենթակաները դեռ առկ
 
 #: conify.js:CBHO_EDITING_EXISTING
 msgid "You are editing best-hold order #${0}: ${1}."
-msgstr ""
+msgstr "ու խմբարում ես նոր լավագույն պահման պատվեր։ #${0}: ${1}."
 
 #: conify.js:ERROR_DELETING_LAST_AOUT
 msgid "Cannot delete ${0}. You need at least one organization type."
@@ -176,7 +176,7 @@ msgstr "Նոր խումբ"
 
 #: conify.js:CBHO_NO_LOAD
 msgid "Unable to load selected item."
-msgstr ""
+msgstr "Չի կարող բեռնավորել ընտրված նյութը։"
 
 #: conify.js:CONFIRM_EXIT_PGT
 msgid ""
@@ -233,7 +233,7 @@ msgstr "Նոր տեսակ"
 
 #: conify.js:CBHO_NEEDS_NAME
 msgid "You need to enter a name for the best-hold order."
-msgstr ""
+msgstr "Քեզ պետք է մուտք անել լավագույն պահման պատվերի անունը։"
 
 #: conify.js:ACQ_DISTRIB_FORMULA_NAME_PROMPT
 msgid "Enter new formula name"
diff --git a/build/i18n/po/db.seed/cs-CZ.po b/build/i18n/po/db.seed/cs-CZ.po
index b6955c9..ab155e6 100644
--- a/build/i18n/po/db.seed/cs-CZ.po
+++ b/build/i18n/po/db.seed/cs-CZ.po
@@ -3,14 +3,14 @@ msgstr ""
 "Project-Id-Version: Evergreen 1.4\n"
 "Report-Msgid-Bugs-To: open-ils-dev at list.georgialibraries.org\n"
 "POT-Creation-Date: 2013-03-15 19:42-0400\n"
-"PO-Revision-Date: 2013-03-07 13:43+0000\n"
+"PO-Revision-Date: 2013-04-09 19:55+0000\n"
 "Last-Translator: Eva Cerninakova <Unknown>\n"
 "Language-Team: UISK <LL at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:55+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-10 05:22+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 "X-Poedit-Country: CZECH REPUBLIC\n"
 "X-Poedit-Language: Czech\n"
 "X-Poedit-SourceCharset: utf-8\n"
@@ -793,7 +793,7 @@ msgstr "Dílčí část monografie"
 
 #: 950.data.seed-values.sql:2520
 msgid "Vandelay"
-msgstr ""
+msgstr "Vandelay"
 
 #: 950.data.seed-values.sql:6343
 msgid "Manuscript language material"
diff --git a/build/i18n/po/db.seed/en-GB.po b/build/i18n/po/db.seed/en-GB.po
index a384eb2..bff2c19 100644
--- a/build/i18n/po/db.seed/en-GB.po
+++ b/build/i18n/po/db.seed/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:42-0400\n"
-"PO-Revision-Date: 2012-09-19 10:42+0000\n"
-"Last-Translator: Jonathan Field <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 09:00+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:56+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:11+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: 950.data.seed-values.sql:170 950.data.seed-values.sql:4821
 msgid "Internal ID"
@@ -704,7 +704,7 @@ msgstr "Monographic component part"
 
 #: 950.data.seed-values.sql:2520
 msgid "Vandelay"
-msgstr ""
+msgstr "Vandelay"
 
 #: 950.data.seed-values.sql:6343
 msgid "Manuscript language material"
@@ -1291,7 +1291,7 @@ msgstr "Cherokee"
 
 #: 950.data.seed-values.sql:10317
 msgid "Alternate no attempt to code"
-msgstr ""
+msgstr "Alternate no attempt to code"
 
 #: 950.data.seed-values.sql:10195
 msgid "Heading -- Geographic Subdivision"
@@ -2504,7 +2504,7 @@ msgstr "Ponape"
 
 #: 950.data.seed-values.sql:1612
 msgid "Cataloging Administrator"
-msgstr "Cataloging Administrator"
+msgstr "Cataloguing Administrator"
 
 #: 950.data.seed-values.sql:5897
 msgid "Siksika"
@@ -2640,7 +2640,7 @@ msgstr "Import or Overlay failed"
 
 #: 950.data.seed-values.sql:4888
 msgid "URL Verification Queue"
-msgstr ""
+msgstr "URL Verification Queue"
 
 #: 950.data.seed-values.sql:6111
 msgid "Malayalam"
diff --git a/build/i18n/po/db.seed/hy-AM.po b/build/i18n/po/db.seed/hy-AM.po
index aee456c..ce86e3e 100644
--- a/build/i18n/po/db.seed/hy-AM.po
+++ b/build/i18n/po/db.seed/hy-AM.po
@@ -3,14 +3,14 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: open-ils-dev at list.georgialibraries.org\n"
 "POT-Creation-Date: 2013-03-15 19:42-0400\n"
-"PO-Revision-Date: 2013-02-24 14:51+0000\n"
+"PO-Revision-Date: 2013-04-01 14:14+0000\n"
 "Last-Translator: TZ <tigran at flib.sci.am>\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: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:55+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-02 05:19+0000\n"
+"X-Generator: Launchpad (build 16546)\n"
 
 #: 950.data.seed-values.sql:6262
 msgid "Tamil"
@@ -928,7 +928,7 @@ msgstr "Մենագրության մաս"
 
 #: 950.data.seed-values.sql:2520
 msgid "Vandelay"
-msgstr ""
+msgstr "Vandelay"
 
 # id::citm.value__t
 # id::t
@@ -1720,7 +1720,7 @@ msgstr "Cherokee"
 
 #: 950.data.seed-values.sql:10317
 msgid "Alternate no attempt to code"
-msgstr ""
+msgstr "Այլընտրանք չկա կոդի փորձ"
 
 #: 950.data.seed-values.sql:10195
 msgid "Heading -- Geographic Subdivision"
diff --git a/build/i18n/po/fm_IDL.dtd/en-GB.po b/build/i18n/po/fm_IDL.dtd/en-GB.po
index 2fa0a3d..8a6b56b 100644
--- a/build/i18n/po/fm_IDL.dtd/en-GB.po
+++ b/build/i18n/po/fm_IDL.dtd/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:38-0400\n"
-"PO-Revision-Date: 2011-07-14 11:57+0000\n"
-"Last-Translator: Warren Layton <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 09:03+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:57+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:11+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: field.bre.source.label:2650
 msgid "Record Source"
@@ -4137,7 +4137,7 @@ msgstr "General Demographic Division"
 
 #: class.cfdfs.label:9704
 msgid "FilterDialog Filter Set"
-msgstr ""
+msgstr "FilterDialogue Filter Set"
 
 #: field.aou.ou_type.label:5402 class.aout.label:5692
 msgid "Organizational Unit Type"
@@ -7091,7 +7091,7 @@ msgstr ""
 
 #: class.cfdi.label:9684
 msgid "FilterDialog Interface"
-msgstr ""
+msgstr "FilterDialogue Interface"
 
 #: field.aur.author.label:6780 field.acqii.author.label:7003
 #: field.acqpoi.author.label:7805 field.rocit.author.label:10340
diff --git a/build/i18n/po/fm_IDL.dtd/hy-AM.po b/build/i18n/po/fm_IDL.dtd/hy-AM.po
index c21ce97..9ee9558 100644
--- a/build/i18n/po/fm_IDL.dtd/hy-AM.po
+++ b/build/i18n/po/fm_IDL.dtd/hy-AM.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:38-0400\n"
-"PO-Revision-Date: 2013-02-24 14:50+0000\n"
+"PO-Revision-Date: 2013-04-01 14:38+0000\n"
 "Last-Translator: TZ <tigran at flib.sci.am>\n"
 "Language-Team: Armenian <hy at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:56+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-02 05:19+0000\n"
+"X-Generator: Launchpad (build 16546)\n"
 
 #: field.aou.settings.label:5412
 msgid "Settings"
@@ -711,7 +711,7 @@ msgstr "Լեզվի ինդեքս"
 
 #: field.cbho.rtime.label:2407
 msgid "Hold Request Time"
-msgstr ""
+msgstr "Պահման հարցման ժամանակ"
 
 #: field.ahn.hold.label:4175 field.aufh.hold.label:6267
 msgid "Hold"
@@ -745,7 +745,7 @@ msgstr "Տուգանքի մակարդակ"
 
 #: field.cbho.pprox.label:2399
 msgid "Capture Lib to Pickup Lib Proximity"
-msgstr ""
+msgstr "Capture Lib to Pickup Lib Proximity"
 
 #: field.sdist.streams.label:4438
 msgid "Streams"
@@ -881,7 +881,7 @@ msgstr "Դաշտի բազմության սյունակի արժեք"
 
 #: field.aoupa.prox_adjustment.label:4945
 msgid "Proximity Adjustment"
-msgstr ""
+msgstr "Մոտարկման ճշգրտում"
 
 #: field.ccm.sip2_media_type.label:1288
 msgid "SIP2 Media Type"
@@ -1528,7 +1528,7 @@ msgstr "A քաշ"
 
 #: field.cbho.aprox.label:2401
 msgid "Adjusted Circ Lib to Pickup Lib Proximity"
-msgstr ""
+msgstr "Adjusted Circ Lib to Pickup Lib Proximity"
 
 #: field.atc.persistant_transfer.label:1977
 #: field.iatc.persistant_transfer.label:10218
@@ -1963,7 +1963,7 @@ msgstr "Տարիքային (ընթերցողից անկախ) սպասարկու
 
 #: class.cbho.label:2395
 msgid "Best-Hold Sort Order"
-msgstr ""
+msgstr "Best-Hold Sort Order"
 
 #: field.vmsp.quality.label:650
 msgid "Importance"
@@ -1979,7 +1979,7 @@ msgstr "Օգտվողի խմբի քարտեզ"
 
 #: field.cbho.approx.label:2402
 msgid "Adjusted Capture Location to Pickup Lib Proximity"
-msgstr ""
+msgstr "Adjusted Capture Location to Pickup Lib Proximity"
 
 #: field.aua.street2.label:3473 field.aal.street2.label:3493
 #: field.acqpca.street2.label:7113 field.stgma.street2.label:8785
@@ -2021,7 +2021,7 @@ msgstr "Ընդհանուր"
 
 #: field.cbho.depth.label:2405
 msgid "Hold Selection Depth"
-msgstr ""
+msgstr "Պահման ընտրության խորություն"
 
 #: field.viiad.tag.label:328 field.vmsp.tag.label:647 field.vmsq.tag.label:682
 #: field.acsaf.tag.label:2089 field.acsbf.tag.label:2121
@@ -2162,7 +2162,7 @@ msgstr "Իրադարձության օգտվողի տվյալ"
 
 #: field.aoupa.item_circ_lib.label:4937
 msgid "Item Circ Lib"
-msgstr ""
+msgstr "Նյութի Circ Lib"
 
 #: field.rhcrpbap.copy_count_everywhere.label:9877
 msgid "Holdable Copy Count Everywhere"
@@ -2225,7 +2225,7 @@ msgstr "Թիրախ պաշարների տեսակներ"
 
 #: field.aoupa.absolute_adjustment.label:4944
 msgid "Absolute adjustment?"
-msgstr ""
+msgstr "Բացարձակ մոտարկում։"
 
 #: field.cuat.ehow.label:2991
 msgid "Event Mechanism"
@@ -2416,7 +2416,7 @@ msgstr "Հարցված հեղինակային գրառման բաղադրիչի
 
 #: field.cbho.cut.label:2404
 msgid "Hold Cut-in-line State"
-msgstr ""
+msgstr "Hold Cut-in-line State"
 
 #: field.aout.opac_label.label:5700
 msgid "OPAC Label"
@@ -2642,7 +2642,7 @@ msgstr "Ստուգիր վճարի մանրամասները"
 
 #: field.acqpro.default_copy_count.label:6871
 msgid "Default # Copies"
-msgstr ""
+msgstr "Լռակյաց # պատճեններ"
 
 #: class.acqpc.label:7074
 msgid "Provider Contact"
@@ -2683,7 +2683,7 @@ msgstr "Մատնահետք"
 
 #: class.vibtg.label:243
 msgid "Import/Overlay Field Groups for Removal"
-msgstr ""
+msgstr "Import/Overlay Field Groups for Removal"
 
 #: field.ateo.data.label:973
 msgid "Data"
@@ -3312,7 +3312,7 @@ msgstr "Փնջի նյութի ID"
 
 #: field.cbho.hprox.label:2400
 msgid "Circ Lib to Request Lib Proximity"
-msgstr ""
+msgstr "Circ Lib to Request Lib Proximity"
 
 #: field.ahr.sms_carrier.label:5124 field.ahopl.sms_carrier.label:5251
 msgid "Notifications SMS Carrier"
@@ -4147,7 +4147,7 @@ msgstr "Ահանզանգման տեքստի ID"
 
 #: field.aoupa.hold_request_lib.label:4940
 msgid "Hold Request Lib"
-msgstr ""
+msgstr "Hold Request Lib"
 
 #: field.rud.general_division.label:8431
 msgid "General Demographic Division"
@@ -4627,7 +4627,7 @@ msgstr "Հաշվետվություն"
 
 #: class.aoupa.label:4934
 msgid "Org Unit Proximity Adjustment"
-msgstr ""
+msgstr "Org Unit Proximity Adjustment"
 
 #: field.cmsa.field_class.label:2325 field.cmf.field_class.label:2369
 msgid "Class"
@@ -5587,7 +5587,7 @@ msgstr "Սպասարկման տեսակ (ՄԵԸՔ)"
 
 #: field.vibtg.always_apply.label:253
 msgid "Always Apply"
-msgstr ""
+msgstr "Միշտ կիրառի"
 
 #: class.acqliad.label:8028
 msgid "Line Item Attribute Definition"
@@ -5954,7 +5954,7 @@ msgstr "Հիշեցնել աշխատակազմին"
 
 #: field.cbho.htime.label:2406
 msgid "Copy Has Circulated From Home Lately"
-msgstr ""
+msgstr "Պատճենը ավելի ուշ սպասարկվել է Տնից"
 
 #: field.ccvm.is_simple.label:879
 msgid "Is Simple Selector"
@@ -6362,7 +6362,7 @@ msgstr "Ենթադաշտի ID"
 
 #: field.aoupa.item_owning_lib.label:4938
 msgid "Item Owning Lib"
-msgstr ""
+msgstr "Նյութը տնօրինող գրադ"
 
 #: field.rmsr.biblio_record.label:8366 field.rssr.biblio_record.label:8390
 #: field.rsr.biblio_record.label:8420
@@ -6723,7 +6723,7 @@ msgstr "Մատակարարի նշանակած կոդ"
 
 #: field.cbho.shtime.label:2408
 msgid "Copy Has Been Home At All Lately"
-msgstr ""
+msgstr "Copy Has Been Home At All Lately"
 
 #: field.ahopl.usr_display_name.label:5278
 msgid "User Display Name"
@@ -7224,7 +7224,7 @@ msgstr "Դաշտի բազմության անուն"
 
 #: field.acqliat.order_ident.label:7944 field.acqlia.order_ident.label:7987
 msgid "Order Identifier"
-msgstr ""
+msgstr "Պատվերի բնութագրիչ"
 
 #: field.mrd.bib_level.label:3349
 msgid "BLvl"
@@ -7451,7 +7451,7 @@ msgstr "Պաշար"
 
 #: field.aoupa.hold_pickup_lib.label:4939
 msgid "Hold Pickup Lib"
-msgstr ""
+msgstr "Պահման ստանալու գրադ"
 
 #: field.cam.value.label:2443
 msgid "Audience"
diff --git a/build/i18n/po/ils_events.xml/en-GB.po b/build/i18n/po/ils_events.xml/en-GB.po
index 4dd3052..bfe41b1 100644
--- a/build/i18n/po/ils_events.xml/en-GB.po
+++ b/build/i18n/po/ils_events.xml/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:41-0400\n"
-"PO-Revision-Date: 2012-05-02 18:40+0000\n"
-"Last-Translator: Warren Layton <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 09:05+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:58+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:11+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: 1208.TITLE_LAST_COPY:71
 msgid "The last copy attached to a title is being removed or deleted"
@@ -58,6 +58,8 @@ msgid ""
 "You did not create this URL Verify session, so you cannot change it.  You "
 "may be able to clone it."
 msgstr ""
+"You did not create this URL Verify session, so you cannot change it.  You "
+"may be able to clone it."
 
 #: 1591.METABIB_SERIES_FIELD_ENTRY_NOT_FOUND:422
 msgid "The requested metabib_series_field_entry was not found"
@@ -232,7 +234,7 @@ msgstr ""
 
 #: 7011.COPY_STATUS_LOST:872
 msgid "Copy is marked as lost"
-msgstr ""
+msgstr "Copy is marked as lost"
 
 #: 7004.COPY_NOT_AVAILABLE:851
 msgid "Copy is not available"
@@ -534,7 +536,7 @@ msgstr "The requested biblio_record_node was not found"
 
 #: 1901.URL_VERIFY_SESSION_ALREADY_SEARCHED:761
 msgid "This session has already been searched."
-msgstr ""
+msgstr "This session has already been searched."
 
 #: 1534.ACTOR_USER_SETTING_NOT_FOUND:259
 msgid "The requested actor_user_setting was not found"
@@ -561,6 +563,8 @@ msgid ""
 "You are trying to create an object with a unique identifier (such as a "
 "'name' field) that is already in use."
 msgstr ""
+"You are trying to create an object with a unique identifier (such as a "
+"'name' field) that is already in use."
 
 #: 1854.ACQ_FUND_SPENT_BALANCE_NOT_FOUND:643
 msgid "The requested acq.fund_spent_balance was not found"
@@ -588,7 +592,7 @@ msgstr "The object is not in a cancellable state."
 
 #: 7012.COPY_STATUS_MISSING:875
 msgid "Copy is marked as missing"
-msgstr ""
+msgstr "Copy is marked as missing"
 
 #: 1500.ACTION_CIRCULATION_NOT_FOUND:181
 msgid ""
@@ -656,7 +660,7 @@ msgstr "The requested asset_stat_cat_entry was not found"
 
 #: 1595.CONFIG_NON_CATALOGED_TYPE_NOT_FOUND:434
 msgid "The requested config_non_cataloged_type was not found"
-msgstr "The requested config_non_cataloged_type was not found"
+msgstr "The requested config_non_catalogued_type was not found"
 
 #: 1225.TRANSIT_ABORT_NOT_ALLOWED:133
 msgid ""
@@ -730,7 +734,7 @@ msgstr "Booking reservation capture failed"
 
 #: 1202.ITEM_NOT_CATALOGED:50
 msgid "The requested item is not cataloged in the database"
-msgstr "The requested item is not cataloged in the database"
+msgstr "The requested item is not catalogued in the database"
 
 #: 1520.WORKSTATION_NOT_FOUND:226
 msgid "Requested workstation object does not exist"
@@ -1034,6 +1038,9 @@ msgid ""
 "successfully, but the patron's payment could not be recorded within "
 "Evergreen.  Please seek assistance."
 msgstr ""
+"A *TERRIBLE* problem has occurred: a credit card transaction was processed "
+"successfully, but the patron's payment could not be recorded within "
+"Evergreen.  Please seek assistance."
 
 #: 1634.REPORTER_TEMPLATE_NOT_FOUND:551
 msgid "The requested reporter_template was not found"
@@ -1156,7 +1163,7 @@ msgstr ""
 
 #: 1858.ACQ_LINEITEM_NOT_FOUND:655
 msgid "The requested acq.lineitem was not found"
-msgstr ""
+msgstr "The requested acq.lineitem was not found"
 
 #: 1845.ACQ_PROVIDER_NOT_FOUND:616
 msgid "The requested acq.provider was not found"
@@ -1264,7 +1271,7 @@ msgstr "The requested container_user_bucket_item was not found"
 
 #: 1615.ACTION_NON_CATALOGED_CIRCULATION_NOT_FOUND:494
 msgid "The requested action_non_cataloged_circulation was not found"
-msgstr "The requested action_non_cataloged_circulation was not found"
+msgstr "The requested action_non_catalogued_circulation was not found"
 
 #: 11104.SERIAL_CORRUPT_PATTERN_CODE:1017
 msgid ""
diff --git a/build/i18n/po/ils_events.xml/hy-AM.po b/build/i18n/po/ils_events.xml/hy-AM.po
index 9f6033c..4cbbc26 100644
--- a/build/i18n/po/ils_events.xml/hy-AM.po
+++ b/build/i18n/po/ils_events.xml/hy-AM.po
@@ -3,14 +3,14 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: open-ils-dev at list.georgialibraries.org\n"
 "POT-Creation-Date: 2013-03-15 19:41-0400\n"
-"PO-Revision-Date: 2013-02-24 14:39+0000\n"
+"PO-Revision-Date: 2013-04-01 14:24+0000\n"
 "Last-Translator: TZ <tigran at flib.sci.am>\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: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:57+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-02 05:19+0000\n"
+"X-Generator: Launchpad (build 16546)\n"
 
 #: 1208.TITLE_LAST_COPY:71
 msgid "The last copy attached to a title is being removed or deleted"
@@ -1030,6 +1030,9 @@ msgid ""
 "successfully, but the patron's payment could not be recorded within "
 "Evergreen.  Please seek assistance."
 msgstr ""
+"*ԱՀԱՎՈՐ* խնդիր է ծագել. կրեդիտ քարտով հաջողությամբ կատարվել է տրանզակցիա, "
+"բայց օգտագտիրոջ վճարումը հնարավոր չէ գրանցել Էվերգրինում։ Դիմիր աջակցության "
+"համար։"
 
 #: 1634.REPORTER_TEMPLATE_NOT_FOUND:551
 msgid "The requested reporter_template was not found"
@@ -1150,7 +1153,7 @@ msgstr ""
 
 #: 1858.ACQ_LINEITEM_NOT_FOUND:655
 msgid "The requested acq.lineitem was not found"
-msgstr ""
+msgstr "Պահանջված acq.lineitem չի գտնված։"
 
 #: 1845.ACQ_PROVIDER_NOT_FOUND:616
 msgid "The requested acq.provider was not found"
diff --git a/build/i18n/po/lang.dtd/en-GB.po b/build/i18n/po/lang.dtd/en-GB.po
index 3405f15..af859ff 100644
--- a/build/i18n/po/lang.dtd/en-GB.po
+++ b/build/i18n/po/lang.dtd/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:37+0000\n"
-"PO-Revision-Date: 2011-11-29 15:16+0000\n"
-"Last-Translator: Jonathan Field <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 09:11+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 06:01+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:12+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: lang.version
 msgid "remote v1"
@@ -2731,7 +2731,7 @@ msgstr "Return"
 
 #: staff.main.button_bar.search_opac.label
 msgid "Search Catalog"
-msgstr "Search Catalog"
+msgstr "Search Catalogue"
 
 #: staff.main.button_bar.item_status.label
 msgctxt "staff.main.button_bar.item_status.label"
@@ -14118,6 +14118,9 @@ msgid ""
 "You can change which one is loaded by default when opening a new catalog "
 "window here."
 msgstr ""
+"Advanced search has secondary panes for Numeric and MARC Expert searching. "
+"You can change which one is loaded by default when opening a new catalogue "
+"window here."
 
 #: staff.search_prefs.adv_pane.advanced
 msgid "Advanced (default)"
diff --git a/build/i18n/po/lang.dtd/hy-AM.po b/build/i18n/po/lang.dtd/hy-AM.po
index 5380b51..05d728b 100644
--- a/build/i18n/po/lang.dtd/hy-AM.po
+++ b/build/i18n/po/lang.dtd/hy-AM.po
@@ -3,14 +3,14 @@ msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-03-15 19:37+0000\n"
-"PO-Revision-Date: 2013-02-24 14:36+0000\n"
+"PO-Revision-Date: 2013-04-01 14:55+0000\n"
 "Last-Translator: TZ <tigran at flib.sci.am>\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: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 05:58+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-02 05:19+0000\n"
+"X-Generator: Launchpad (build 16546)\n"
 "X-Accelerator-Marker: &\n"
 
 #: common.logout
@@ -1596,7 +1596,7 @@ msgstr "Խորագիր"
 #: staff.cat.search_submit
 msgctxt "staff.cat.search_submit"
 msgid "Search"
-msgstr ""
+msgstr "Որոնում"
 
 #: staff.cat.search_submit.key
 msgctxt "staff.cat.search_submit.key"
@@ -3019,7 +3019,7 @@ msgstr "Z39.50 կայաններ"
 
 #: staff.main.menu.admin.server_admin.conify.org_unit_proximity_adjustment.label
 msgid "Org Unit Proximity Adjustments"
-msgstr ""
+msgstr "Org Unit Proximity Adjustments"
 
 #: staff.main.menu.admin.server_admin.conify.circulation_modifier.label
 msgid "Circulation Modifiers"
@@ -3047,11 +3047,11 @@ msgstr "Տացքի տևողության օրենքներ"
 
 #: staff.main.menu.admin.server_admin.conify.config_best_hold_order
 msgid "Best-Hold Selection Sort Order"
-msgstr ""
+msgstr "Best-Hold Selection Sort Order"
 
 #: staff.main.menu.admin.server_admin.conify.vandelay_import_bib_trash_group
 msgid "MARC Import Remove Fields"
-msgstr ""
+msgstr "ՄԵԸՔ ներմուծման դաշտերի հեռացում"
 
 #: staff.main.menu.admin.server_admin.conify.config_rule_recurring_fine
 msgid "Circulation Recurring Fine Rules"
@@ -3095,7 +3095,7 @@ msgstr "Հաճախորդի Կազմ միավորի ծառեր"
 
 #: staff.main.menu.admin.server_admin.conify.config.remote_account
 msgid "Remote Accounts"
-msgstr ""
+msgstr "Հեռավար հաշիվներ"
 
 #: staff.main.menu.admin.server_admin.conify.global_flag.label
 msgid "Global Flags"
@@ -6565,15 +6565,15 @@ msgstr "Ավելացրու հատված"
 
 #: staff.serial.manage_items.actions.cmd_claim_items.label
 msgid "Claim Item"
-msgstr ""
+msgstr "Պիտակավորի նյութը"
 
 #: staff.serial.manage_items.actions.cmd_set_items_not_held.label
 msgid "Set 'Not Held'"
-msgstr ""
+msgstr "Կարգաբերի որպես 'Չպահված'"
 
 #: staff.serial.manage_items.actions.cmd_set_items_not_published.label
 msgid "Set 'Not Published'"
-msgstr ""
+msgstr "Կարգաբերի որպես 'Չհրատարակված'"
 
 #: staff.serial.manage_dists.actions.cmd_delete_sstr.label
 msgid "Delete Stream"
@@ -8762,7 +8762,7 @@ msgctxt ""
 "staff.circ.checkin_overlay.sel_opac_holds.label "
 "staff.circ.checkin_overlay.sel_opac_holds.accesskey"
 msgid "Show &Holds on Bib"
-msgstr ""
+msgstr "Show &Holds on Bib"
 
 #: staff.circ.checkin_overlay.sel_copy_details.label
 #: staff.circ.checkin_overlay.sel_copy_details.accesskey
@@ -8955,7 +8955,7 @@ msgctxt ""
 "staff.circ.renew_overlay.sel_opac_holds.label "
 "staff.circ.renew_overlay.sel_opac_holds.accesskey"
 msgid "Show &Holds on Bib"
-msgstr ""
+msgstr "Show &Holds on Bib"
 
 #: staff.circ.renew_overlay.sel_copy_details.label
 #: staff.circ.renew_overlay.sel_copy_details.accesskey
@@ -9221,7 +9221,7 @@ msgctxt ""
 "staff.circ.copy_status_overlay.sel_opac_holds.label "
 "staff.circ.copy_status_overlay.sel_opac_holds.accesskey"
 msgid "Show &Holds on Bib"
-msgstr ""
+msgstr "Show &Holds on Bib"
 
 #: staff.circ.copy_status_overlay.sel_copy_details.label
 #: staff.circ.copy_status_overlay.sel_copy_details.accesskey
@@ -9802,12 +9802,12 @@ msgstr "S"
 
 #: staff.circ.holds.show_in_catalog_holds
 msgid "Show Holds on Bib"
-msgstr ""
+msgstr "Show Holds on Bib"
 
 #: staff.circ.holds.show_in_catalog_holds.accesskey
 msgctxt "staff.circ.holds.show_in_catalog_holds.accesskey"
 msgid "H"
-msgstr ""
+msgstr "H"
 
 #: staff.circ.holds.show_item_details
 msgid "Show Item Details"
@@ -11635,7 +11635,7 @@ msgstr "&Ներմուծում"
 
 #: staff.cat.z3950.strip_fields.label
 msgid "Remove Fields on Import: "
-msgstr ""
+msgstr "Հեռացրու դաշտերը ներմուծելիս։ "
 
 #: staff.pat.barcode_entry.retrieve_patron.label
 msgctxt "staff.pat.barcode_entry.retrieve_patron.label"
@@ -13913,12 +13913,12 @@ msgstr "Տացք և հաճախորդներ"
 #: staff.client.portal.checkout
 msgctxt "staff.client.portal.checkout"
 msgid "Check Out Items"
-msgstr ""
+msgstr "Դուրս տուր նյութերը"
 
 #: staff.client.portal.checkout.description
 msgctxt "staff.client.portal.checkout.description"
 msgid "Check Out Items"
-msgstr ""
+msgstr "Դուրս տուր նյութերը"
 
 #: staff.client.portal.retrievebc
 msgid "(Retrieve Patron By Barcode)"
@@ -13927,32 +13927,32 @@ msgstr "(Հետ կանչիր ընթերցողին ըստ շտրիխ կոդի)"
 #: staff.client.portal.checkin
 msgctxt "staff.client.portal.checkin"
 msgid "Check In Items"
-msgstr ""
+msgstr "Հետ ընդունիր նյութերը"
 
 #: staff.client.portal.checkin.description
 msgctxt "staff.client.portal.checkin.description"
 msgid "Check In Items"
-msgstr ""
+msgstr "Հետ ընդունիր նյութերը"
 
 #: staff.client.portal.patronreg
 msgctxt "staff.client.portal.patronreg"
 msgid "Register Patron(s)"
-msgstr ""
+msgstr "Գրանցիր ընթերցող(ներ)ին"
 
 #: staff.client.portal.patronreg.description
 msgctxt "staff.client.portal.patronreg.description"
 msgid "Register Patron(s)"
-msgstr ""
+msgstr "Գրանցիր ընթերցող(ներ)ին"
 
 #: staff.client.portal.patronsearch
 msgctxt "staff.client.portal.patronsearch"
 msgid "Search For Patron By Name"
-msgstr ""
+msgstr "Փնտրիր ընթերցող ըստ Անվան"
 
 #: staff.client.portal.patronsearch.description
 msgctxt "staff.client.portal.patronsearch.description"
 msgid "Search For Patron By Name"
-msgstr ""
+msgstr "Փնտրիր ընթերցող ըստ Անվան"
 
 #: staff.client.portal.holdlist
 msgctxt "staff.client.portal.holdlist"
@@ -13962,7 +13962,7 @@ msgstr "Հրելու ցուցակ պահման հարցումների համար
 #: staff.client.portal.holdlist.description
 msgctxt "staff.client.portal.holdlist.description"
 msgid "Pull List for Hold Requests"
-msgstr ""
+msgstr "Հրելու ցուցակ պահման հարցումների համար"
 
 #: staff.client.portal.itemcataloging
 msgid "Item Search and Cataloging"
@@ -13971,42 +13971,42 @@ msgstr "Նյութի փնտրում և քարտագրում"
 #: staff.client.portal.advsearch
 msgctxt "staff.client.portal.advsearch"
 msgid "Advanced Search"
-msgstr ""
+msgstr "Խորացված որոնում"
 
 #: staff.client.portal.advsearch.description
 msgctxt "staff.client.portal.advsearch.description"
 msgid "Advanced Search"
-msgstr ""
+msgstr "Խորացված որոնում"
 
 #: staff.client.portal.itemstatus
 msgctxt "staff.client.portal.itemstatus"
 msgid "Item Status / Display"
-msgstr ""
+msgstr "Նյութի վիճակ / արտածում"
 
 #: staff.client.portal.itemstatus.description
 msgctxt "staff.client.portal.itemstatus.description"
 msgid "Item Status / Display"
-msgstr ""
+msgstr "Նյութի վիճակ / արտածում"
 
 #: staff.client.portal.marcutil
 msgctxt "staff.client.portal.marcutil"
 msgid "MARC Batch Import / Export"
-msgstr ""
+msgstr "ՄԵԸՔ փաթեթով ներմուծում / Արտածում"
 
 #: staff.client.portal.marcutil.description
 msgctxt "staff.client.portal.marcutil.description"
 msgid "MARC Batch Import / Export"
-msgstr ""
+msgstr "ՄԵԸՔ փաթեթով ներմուծում / Արտածում"
 
 #: staff.client.portal.z3950
 msgctxt "staff.client.portal.z3950"
 msgid "z39.50 Import"
-msgstr ""
+msgstr "z39.50 Ներմուծում"
 
 #: staff.client.portal.z3950.description
 msgctxt "staff.client.portal.z3950.description"
 msgid "z39.50 Import"
-msgstr ""
+msgstr "z39.50 Ներմուծում"
 
 #: staff.client.portal.copybuckets
 msgctxt "staff.client.portal.copybuckets"
@@ -14016,7 +14016,7 @@ msgstr "Պատճենիր փնջերը"
 #: staff.client.portal.copybuckets.description
 msgctxt "staff.client.portal.copybuckets.description"
 msgid "Copy Buckets"
-msgstr ""
+msgstr "Պատճենիր փնջերը"
 
 #: staff.client.portal.recordbuckets
 msgctxt "staff.client.portal.recordbuckets"
@@ -14026,7 +14026,7 @@ msgstr "Գրանցիր փնջերը"
 #: staff.client.portal.recordbuckets.description
 msgctxt "staff.client.portal.recordbuckets.description"
 msgid "Record Buckets"
-msgstr ""
+msgstr "Գրանցիր փնջերը"
 
 #: staff.client.portal.admin
 msgid "Administration"
@@ -14038,7 +14038,7 @@ msgstr "Ստացիր Էվերգրինի օգնություն"
 
 #: staff.client.portal.helpdesk.description
 msgid "Submit A Helpdesk Ticket"
-msgstr ""
+msgstr "գրանցի օգնության սեղանի տոմսակ"
 
 #: staff.client.portal.reports
 msgctxt "staff.client.portal.reports"
@@ -14048,17 +14048,17 @@ msgstr "Հաշվետվություններ"
 #: staff.client.portal.reports.description
 msgctxt "staff.client.portal.reports.description"
 msgid "Reports"
-msgstr ""
+msgstr "Հաշվետվություններ"
 
 #: staff.client.portal.receipts
 msgctxt "staff.client.portal.receipts"
 msgid "Edit Receipt Templates"
-msgstr ""
+msgstr "Խմբագրի ստացականի ձևանմուշները"
 
 #: staff.client.portal.receipts.description
 msgctxt "staff.client.portal.receipts.description"
 msgid "Edit Receipt Templates"
-msgstr ""
+msgstr "Խմբագրի ստացականի ձևանմուշները"
 
 #: staff.client.portal.copyright
 msgid "Copyright &copy; 2006-2012 Georgia Public Library Service, and others"
@@ -14072,12 +14072,12 @@ msgstr "Ուժեղացված"
 
 #: staff.client.portal.open_new_tab.description
 msgid "Open in a new tab"
-msgstr ""
+msgstr "Բացիր նոր տաբում"
 
 #: staff.client.portal.search.button
 msgctxt "staff.client.portal.search.button"
 msgid "Search"
-msgstr ""
+msgstr "Որոնում"
 
 #: staff.item.batch.hold.groupbox_caption
 msgid "Request Details"
diff --git a/build/i18n/po/offline.properties/en-GB.po b/build/i18n/po/offline.properties/en-GB.po
index c47add7..ca6a1c7 100644
--- a/build/i18n/po/offline.properties/en-GB.po
+++ b/build/i18n/po/offline.properties/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:41+0000\n"
-"PO-Revision-Date: 2012-05-02 18:44+0000\n"
-"Last-Translator: Warren Layton <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 09:06+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 06:01+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:12+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: common.exception
 msgid ""
@@ -250,7 +250,7 @@ msgstr "Barcode Warning"
 
 #: circ.standalone
 msgid "Standalone"
-msgstr "Standalone"
+msgstr "Stand-alone"
 
 #: circ.duplicate_scan.msg
 msgid "This barcode has already been scanned."
@@ -534,7 +534,7 @@ msgstr "%1$s registered %3$s (%2$s)"
 #. # 1 - Staff Username  2 - Patron Family  3 - Patron Barcode  4 - Hold ID  5 - Hold Type
 #: staff.circ.work_log_hold_placed.message
 msgid "%1$s placed hold %4$s (%5$s) for %3$s (%2$s)"
-msgstr ""
+msgstr "%1$s placed hold %4$s (%5$s) for %3$s (%2$s)"
 
 #: menu.cmd_browse_holds.tab
 msgid "Hold Browser"
@@ -606,7 +606,7 @@ msgstr "Statistical Category Editor"
 
 #: menu.cmd_non_cat_type_edit.tab
 msgid "Non-Cataloged Type Editor"
-msgstr "Non-Cataloged Type Editor"
+msgstr "Non-Catalogued Type Editor"
 
 #: menu.cmd_copy_location_edit.tab
 msgid "Copy Location Editor"
@@ -908,9 +908,9 @@ msgid ""
 msgstr ""
 "Network or server failure.  Please check your Internet connection to %1$s "
 "and choose Retry Network.  If you need to enter Offline Mode, choose Ignore "
-"Errors in this and subsequent dialogs.  If you believe this error is due to "
-"a bug in Evergreen and not network problems, please contact your help desk "
-"or friendly Evergreen administrators, and give them this information:"
+"Errors in this and subsequent dialogues.  If you believe this error is due "
+"to a bug in Evergreen and not network problems, please contact your help "
+"desk or friendly Evergreen administrators, and give them this information:"
 
 #: network.server.method
 msgid "method=%1$s"
@@ -1127,7 +1127,7 @@ msgstr "MARC Federated Search"
 
 #: menu.cmd_acq_from_bib.tab
 msgid "Load Catalog Record IDs"
-msgstr "Load Catalog Record IDs"
+msgstr "Load Catalogue Record IDs"
 
 #: menu.cmd_acq_unified_search.tab
 msgid "Acquisitions Search"
@@ -1159,7 +1159,7 @@ msgstr "Batch Receive"
 
 #: menu.cmd_url_verify.tab
 msgid "Link Checker"
-msgstr ""
+msgstr "Link Checker"
 
 #: menu.cmd_booking_resource.tab
 msgid "Resources"
@@ -1179,7 +1179,7 @@ msgstr "Reservation Return"
 
 #: menu.cmd_server_admin_conify_remote_account.tab
 msgid "Remote Accounts"
-msgstr ""
+msgstr "Remote Accounts"
 
 #: menu.cmd_booking_pull_list.tab
 msgid "Booking Pull List"
@@ -1195,7 +1195,7 @@ msgstr "Manage Authorities"
 
 #: menu.cmd_search_prefs.tab
 msgid "Search Preferences"
-msgstr ""
+msgstr "Search Preferences"
 
 #: menu.local_admin.barcode_completion.tab
 msgid "Barcode Completion"
@@ -1211,7 +1211,7 @@ msgstr "Hold Policies"
 
 #: menu.local_admin.item_attribute_editor.tab
 msgid "Admin Item Attribute Editor"
-msgstr ""
+msgstr "Admin Item Attribute Editor"
 
 #: menu.local_admin.work_log.tab
 msgid "Work Log"
@@ -1421,7 +1421,7 @@ msgstr "This application may have unsaved data. Exit it anyway?"
 #: hotkeys.Default
 msgctxt "hotkeys.Default"
 msgid "Default"
-msgstr ""
+msgstr "Default"
 
 #: hotkeys.None
 msgid "No Hotkeys"
@@ -1490,7 +1490,7 @@ msgstr "None"
 #: staff.main.button_bar.default
 msgctxt "staff.main.button_bar.default"
 msgid "Default"
-msgstr ""
+msgstr "Default"
 
 #: util.hide_elements.title
 msgid "Hide UI Elements"
diff --git a/build/i18n/po/offline.properties/hy-AM.po b/build/i18n/po/offline.properties/hy-AM.po
index d839b40..c73b616 100644
--- a/build/i18n/po/offline.properties/hy-AM.po
+++ b/build/i18n/po/offline.properties/hy-AM.po
@@ -4,14 +4,14 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-03-15 19:41+0000\n"
-"PO-Revision-Date: 2013-02-24 14:33+0000\n"
+"PO-Revision-Date: 2013-04-01 14:22+0000\n"
 "Last-Translator: TZ <tigran at flib.sci.am>\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: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 06:01+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-02 05:19+0000\n"
+"X-Generator: Launchpad (build 16546)\n"
 "X-Accelerator-Marker: &\n"
 
 #: common.cancel.label
@@ -1174,7 +1174,7 @@ msgstr "Նախնական պահման վերադարձ"
 
 #: menu.cmd_server_admin_conify_remote_account.tab
 msgid "Remote Accounts"
-msgstr ""
+msgstr "Հեռավար հաշիվներ"
 
 #: menu.cmd_booking_pull_list.tab
 msgid "Booking Pull List"
diff --git a/build/i18n/po/opac.dtd/en-GB.po b/build/i18n/po/opac.dtd/en-GB.po
index f637374..173882c 100644
--- a/build/i18n/po/opac.dtd/en-GB.po
+++ b/build/i18n/po/opac.dtd/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-02-21 11:19-0400\n"
-"PO-Revision-Date: 2012-05-02 18:40+0000\n"
-"Last-Translator: Warren Layton <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 08:57+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-02-23 05:29+0000\n"
-"X-Generator: Launchpad (build 16506)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:12+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #. =================================================================
 #. Some generic stuff
@@ -436,6 +436,15 @@ msgid ""
 "\n"
 "<br/><br/>Alternatively, you can use the basic HTML-only catalog: "
 msgstr ""
+"JavaScript must be enabled in order for you to use the regular Evergreen "
+"Catalogue. \n"
+"However, it seems JavaScript is either disabled or not supported by your "
+"browser. \n"
+"To use the regular Evergreen Catalogue, enable JavaScript by changing your "
+"browser options, then \n"
+"<a style='color: blue; text-decoration: underline;' href='/'>try again</a>. "
+"\n"
+"<br/><br/>Alternatively, you can use the basic HTML-only catalogue: "
 
 #. =================================================================
 #. MyOPAC bookbag page
@@ -2441,6 +2450,9 @@ msgid ""
 "Passwords are case-sensitive.  Check your Caps-Lock key and try again or "
 "contact your local library."
 msgstr ""
+"Login failed. The username or password provided was not valid. \n"
+"Passwords are case-sensitive.  Check your Caps-Lock key and try again or "
+"contact your local library."
 
 #: button.go
 msgid "Go!"
diff --git a/build/i18n/po/patron.properties/en-GB.po b/build/i18n/po/patron.properties/en-GB.po
index 80be5d8..9ca4edb 100644
--- a/build/i18n/po/patron.properties/en-GB.po
+++ b/build/i18n/po/patron.properties/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:42+0000\n"
-"PO-Revision-Date: 2012-05-02 18:45+0000\n"
-"Last-Translator: Warren Layton <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 09:07+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 06:01+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:12+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: staff.patron.barcode_entry.user_permission_editor
 msgid "User Permission Editor"
@@ -92,7 +92,7 @@ msgstr "bill_details.xul, my_init:"
 
 #: staff.patron.bill_details.my_cleanup.error
 msgid "bill_details.xul, my_cleanup:"
-msgstr ""
+msgstr "bill_details.xul, my_cleanup:"
 
 #: staff.patron.bill_details.handle_edit_bill_note.note_dialog.title
 msgctxt "staff.patron.bill_details.handle_edit_bill_note.note_dialog.title"
@@ -524,7 +524,7 @@ msgstr "Patron account is INACTIVE.<br/><br/>"
 
 #: staff.patron.display.init.network_request.account_expire_soon
 msgid "Patron account will expire soon.  Please renew.<br/><br/>"
-msgstr ""
+msgstr "Patron account will expire soon.  Please renew.<br/><br/>"
 
 #: staff.patron.display.init.network_request.account_expired
 msgid "Patron account is EXPIRED.<br/><br/>"
@@ -1211,7 +1211,7 @@ msgid ""
 "appropriate record in the catalog."
 msgstr ""
 "I do not understand the hold type of %1$s so I can not display the "
-"appropriate record in the catalog."
+"appropriate record in the catalogue."
 
 #: staff.patron.holds.show_catalog.retrieving_title
 msgctxt "staff.patron.holds.show_catalog.retrieving_title"
diff --git a/build/i18n/po/patron.properties/hy-AM.po b/build/i18n/po/patron.properties/hy-AM.po
index 8097704..68d39c7 100644
--- a/build/i18n/po/patron.properties/hy-AM.po
+++ b/build/i18n/po/patron.properties/hy-AM.po
@@ -4,14 +4,14 @@ msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-03-15 19:42+0000\n"
-"PO-Revision-Date: 2013-02-15 18:58+0000\n"
+"PO-Revision-Date: 2013-04-01 14:21+0000\n"
 "Last-Translator: TZ <tigran at flib.sci.am>\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: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 06:01+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-02 05:19+0000\n"
+"X-Generator: Launchpad (build 16546)\n"
 "X-Accelerator-Marker: &\n"
 
 #: staff.patron.summary.patron_net_access
@@ -93,7 +93,7 @@ msgstr "bill_details.xul, my_init:"
 
 #: staff.patron.bill_details.my_cleanup.error
 msgid "bill_details.xul, my_cleanup:"
-msgstr ""
+msgstr "bill_details.xul, my_cleanup:"
 
 #: staff.patron.bill_details.handle_edit_bill_note.note_dialog.title
 msgctxt "staff.patron.bill_details.handle_edit_bill_note.note_dialog.title"
diff --git a/build/i18n/po/reservation.js/en-GB.po b/build/i18n/po/reservation.js/en-GB.po
index 942d728..eac34ab 100644
--- a/build/i18n/po/reservation.js/en-GB.po
+++ b/build/i18n/po/reservation.js/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-02-21 11:20-0400\n"
-"PO-Revision-Date: 2012-05-02 18:38+0000\n"
-"Last-Translator: Warren Layton <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 09:08+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-02-23 05:30+0000\n"
-"X-Generator: Launchpad (build 16506)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:12+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: reservation.js:AUTO_ending_at
 msgid "and"
@@ -59,7 +59,7 @@ msgstr "Resource"
 
 #: reservation.js:AUTO_brt_noncat_only
 msgid "Show only non-cataloged bookable resource types"
-msgstr "Show only non-cataloged bookable resource types"
+msgstr "Show only non-catalogued bookable resource types"
 
 #: reservation.js:ON_FLY_ERROR
 msgid "Error attempting to make item a bookable resource:"
diff --git a/build/i18n/po/serial.properties/en-GB.po b/build/i18n/po/serial.properties/en-GB.po
index 531d06b..4b52570 100644
--- a/build/i18n/po/serial.properties/en-GB.po
+++ b/build/i18n/po/serial.properties/en-GB.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:42+0000\n"
-"PO-Revision-Date: 2012-05-02 18:39+0000\n"
-"Last-Translator: Warren Layton <Unknown>\n"
+"PO-Revision-Date: 2013-04-10 08:51+0000\n"
+"Last-Translator: Alfredo Hernández <Unknown>\n"
 "Language-Team: English (United Kingdom) <en_GB at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 06:02+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-11 05:12+0000\n"
+"X-Generator: Launchpad (build 16550)\n"
 
 #: staff.serial.editor_base.handle_update.error
 msgid "serial update error:"
@@ -319,15 +319,15 @@ msgstr "Notes (Item/Dist/Sub)"
 
 #: staff.serial.manage_items.set_claimed_success
 msgid "Successfully claimed %1$s item(s)"
-msgstr ""
+msgstr "Successfully claimed %1$s item(s)"
 
 #: staff.serial.manage_items.set_not_held_success
 msgid "Successfully set %1$s item(s) to 'Not Held'"
-msgstr ""
+msgstr "Successfully set %1$s item(s) to 'Not Held'"
 
 #: staff.serial.manage_items.set_not_published_success
 msgid "Successfully set %1$s item(s) to 'Not Published'"
-msgstr ""
+msgstr "Successfully set %1$s item(s) to 'Not Published'"
 
 #: staff.serial.manage_subs.add.error
 msgid "error adding object in manage_subs.js:"
diff --git a/build/i18n/po/serial.properties/hy-AM.po b/build/i18n/po/serial.properties/hy-AM.po
index 7eefe0e..cf73cc0 100644
--- a/build/i18n/po/serial.properties/hy-AM.po
+++ b/build/i18n/po/serial.properties/hy-AM.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: evergreen\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
 "POT-Creation-Date: 2013-03-15 19:42+0000\n"
-"PO-Revision-Date: 2012-08-13 17:04+0000\n"
+"PO-Revision-Date: 2013-04-01 14:21+0000\n"
 "Last-Translator: TZ <tigran at flib.sci.am>\n"
 "Language-Team: Armenian <hy at li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2013-03-16 06:01+0000\n"
-"X-Generator: Launchpad (build 16532)\n"
+"X-Launchpad-Export-Date: 2013-04-02 05:19+0000\n"
+"X-Generator: Launchpad (build 16546)\n"
 
 #: serial.manage_subs.tree_location
 msgid "Location"
@@ -326,15 +326,15 @@ msgstr "Նշումներ (Նյութ/Դիստ/Ենթա)"
 
 #: staff.serial.manage_items.set_claimed_success
 msgid "Successfully claimed %1$s item(s)"
-msgstr ""
+msgstr "Հաջողությամբ խարանվել են %1$s նյութ(եր)"
 
 #: staff.serial.manage_items.set_not_held_success
 msgid "Successfully set %1$s item(s) to 'Not Held'"
-msgstr ""
+msgstr "Հաջողությամբ կարգաբերվել է %1$s նյութ որպես 'Չպահված'"
 
 #: staff.serial.manage_items.set_not_published_success
 msgid "Successfully set %1$s item(s) to 'Not Published'"
-msgstr ""
+msgstr "Հաջողությամբ կարգաբերվել է %1$s նյութ որպես 'Չհրատարակված'"
 
 #: staff.serial.manage_subs.add.error
 msgid "error adding object in manage_subs.js:"

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list