Bug 12882 - Translations: Resolve ambiguity for word "checked" in Z39.50 server admin...
authorMarc Véron <veron@veron.ch>
Wed, 10 Sep 2014 14:10:21 +0000 (16:10 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 18 Sep 2014 00:52:30 +0000 (21:52 -0300)
This patch resolves the ambiguity of the word "Checked" for Z39.50
server administration.

To test:
Apply patch
In staff client, go to Home:Administration:Z39.50/SRU servers
Result: Column heading of 6th column should show "Preselected" (instead
of "Checked")

Edit or create new server for Z39.50 and SRU
Result: Checkbox underneath "Password" should have label "Preselected
(searched by default):"

Click "Help" at top right of screen
Result: Wording changed for selecting targets as default.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt

index 79643c2..10298ce 100644 (file)
         </li>
         <li><label for="password">Password: </label> <input type="text" name="password" id="password" value="[% server.password %]" />
         </li>
-        <li><label for="checked">Checked (searched by default): </label>
+        <li><label for="checked">Preselected (searched by default): </label>
         [% IF ( server.checked ) %]
             <input type="checkbox" name="checked" id="checked" value="1" checked="checked" />
         [% ELSE %]
         You searched for [% searchfield %]
     [% END %]
     <table id="serverst">
-        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Checked</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Options</th>
+        <thead><tr><th>Target</th><th>Hostname/Port</th><th>Database</th><th>Userid</th><th>Password</th><th>Preselected</th><th>Rank</th><th>Syntax</th><th>Encoding</th><th>Timeout</th><th>Record type</th><th>Options</th>
         </tr></thead>
         <tbody>
         [% FOREACH loo IN loop %]
index e73058e..43ffe27 100644 (file)
@@ -17,7 +17,7 @@
        <li>'Port' tells Koha what port to listen on to get results from this target.</li>
     <li>'Database' is the name of the database for Z39.50 targets. For SRU targets enter the path name part of the URL (the local part following domain and port). See also example below.</li>
        <li>'Userid' and 'Password' are only required for servers that are password protected.</li>
-       <li>Check the 'Checked' box if you want this target to always be selected by default.</li>
+    <li>Check 'Preselected (searched by default)' if you want this target to always be selected by default.</li>
     <li>'Rank' lets you enter where in the list you'd like this target to appear. If this is left blank the targets will be in alphabetical order.</li>
        <li>'Syntax' is the MARC flavor you use.</li>
        <li>'Encoding' tells the system how to read special characters.</li>