Bugzilla – Attachment 17588 Details for
Bug 10080
Change system pref IndependantBranches to IndependentBranches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10080 - Change system pref IndependantBranches to IndependentBranches
Bug-10080---Change-system-pref-IndependantBranches.patch (text/plain), 166.40 KB, created by
Marcel de Rooy
on 2013-04-22 12:15:50 UTC
(
hide
)
Description:
Bug 10080 - Change system pref IndependantBranches to IndependentBranches
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-04-22 12:15:50 UTC
Size:
166.40 KB
patch
obsolete
>From 9e7ab88555d5e781a9b7f6032f7962d3c0ecc733 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 19 Apr 2013 10:33:15 -0400 >Subject: [PATCH] Bug 10080 - Change system pref IndependantBranches to > IndependentBranches >Content-Type: text/plain; charset=utf-8 > >Test Plan: >1) Enable IndependantBranches >2) Apply this patch >3) Run updatedatabase.pl >4) Verify that the system preference still functions correctly > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Acquisition.pm | 10 +++++----- > C4/Auth.pm | 6 +++--- > C4/Boolean.pm | 2 +- > C4/Branch.pm | 4 ++-- > C4/Circulation.pm | 2 +- > C4/Items.pm | 6 +++--- > C4/Letters.pm | 2 +- > C4/Members.pm | 8 ++++---- > C4/Reserves.pm | 2 +- > C4/Serials.pm | 14 +++++++------- > C4/Suggestions.pm | 6 +++--- > acqui/basket.pl | 4 ++-- > acqui/neworderempty.pl | 2 +- > catalogue/moredetail.pl | 2 +- > cataloguing/addbiblio.pl | 2 +- > cataloguing/additem.pl | 4 ++-- > circ/circulation-home.pl | 2 +- > circ/overdue.pl | 2 +- > circ/pendingreserves.pl | 2 +- > circ/reserveratios.pl | 2 +- > circ/waitingreserves.pl | 2 +- > installer/data/mysql/sysprefs.sql | 2 +- > installer/data/mysql/updatedatabase.pl | 10 ++++++++-- > .../intranet-tmpl/prog/en/includes/header.inc | 2 +- > .../prog/en/modules/admin/preferences/admin.pref | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- > .../prog/en/modules/circ/circulation-home.tt | 2 +- > mainpage.pl | 2 +- > members/deletemem.pl | 2 +- > members/memberentry.pl | 4 ++-- > members/members-update.pl | 2 +- > members/moremember.pl | 4 ++-- > misc/release_notes/release_notes_30004.txt | 2 +- > misc/release_notes/release_notes_3_10_0.txt | 2 +- > .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/am-Ethi-pref.po | 6 +++--- > .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/ar-Arab-pref.po | 6 +++--- > .../po/az-AZ-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/az-AZ-pref.po | 6 +++--- > misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/ben-pref.po | 6 +++--- > .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/bg-Cyrl-pref.po | 6 +++--- > .../po/ca-VA-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/ca-VA-pref.po | 6 +++--- > .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/cs-CZ-pref.po | 6 +++--- > .../po/da-DK-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/da-DK-pref.po | 6 +++--- > .../po/de-DE-i-staff-t-prog-v-3006000.po | 6 +++--- > misc/translator/po/de-DE-pref.po | 6 +++--- > .../po/el-GR-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/el-GR-pref.po | 6 +++--- > .../po/en-GB-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/en-GB-pref.po | 6 +++--- > .../po/en-NZ-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/en-NZ-pref.po | 6 +++--- > .../po/es-ES-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/es-ES-pref.po | 6 +++--- > misc/translator/po/eu-pref.po | 6 +++--- > misc/translator/po/fa-Arab-pref.po | 6 +++--- > .../po/fi-FI-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/fi-FI-pref.po | 6 +++--- > .../po/fr-CA-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/fr-CA-pref.po | 6 +++--- > .../po/fr-FR-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/fr-FR-pref.po | 6 +++--- > misc/translator/po/gl-pref.po | 6 +++--- > misc/translator/po/he-Hebr-pref.po | 6 +++--- > misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/hi-pref.po | 6 +++--- > .../po/hr-HR-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/hr-HR-pref.po | 6 +++--- > .../po/hu-HU-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/hu-HU-pref.po | 6 +++--- > .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/hy-Armn-pref.po | 6 +++--- > .../po/id-ID-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/id-ID-pref.po | 6 +++--- > misc/translator/po/is-IS-pref.po | 12 ++++++------ > .../po/it-IT-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/it-IT-pref.po | 6 +++--- > misc/translator/po/ja-Jpan-JP-pref.po | 6 +++--- > misc/translator/po/ko-Kore-KP-pref.po | 6 +++--- > .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/lo-Laoo-pref.po | 6 +++--- > misc/translator/po/mi-NZ-pref.po | 6 +++--- > misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/mon-pref.po | 6 +++--- > misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/mr-pref.po | 6 +++--- > .../po/ms-MY-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/ms-MY-pref.po | 6 +++--- > .../po/nb-NO-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/nb-NO-pref.po | 8 ++++---- > .../po/ne-NE-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/ne-NE-pref.po | 6 +++--- > .../po/nl-BE-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/nl-BE-pref.po | 6 +++--- > .../po/nl-NL-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/nl-NL-pref.po | 6 +++--- > .../po/nn-NO-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/nn-NO-pref.po | 6 +++--- > misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/pbr-pref.po | 6 +++--- > .../po/pl-PL-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/pl-PL-pref.po | 6 +++--- > misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/prs-pref.po | 6 +++--- > .../po/pt-BR-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/pt-BR-pref.po | 12 ++++++------ > .../po/pt-PT-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/pt-PT-pref.po | 12 ++++++------ > .../po/ro-RO-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/ro-RO-pref.po | 12 ++++++------ > .../po/ru-RU-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/ru-RU-pref.po | 6 +++--- > .../po/sd-PK-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/sd-PK-pref.po | 6 +++--- > .../po/sk-SK-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/sk-SK-pref.po | 6 +++--- > .../po/sl-SI-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/sl-SI-pref.po | 6 +++--- > .../po/sq-AL-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/sq-AL-pref.po | 6 +++--- > .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/sr-Cyrl-pref.po | 6 +++--- > .../po/sv-SE-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/sv-SE-pref.po | 6 +++--- > .../po/ta-LK-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/ta-LK-pref.po | 6 +++--- > misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/tet-pref.po | 6 +++--- > .../po/th-THA-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/th-THA-pref.po | 6 +++--- > misc/translator/po/tl-PH-pref.po | 6 +++--- > .../po/tr-TR-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/tr-TR-pref.po | 10 +++++----- > .../po/uk-UA-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/uk-UA-pref.po | 6 +++--- > .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/ur-Arab-pref.po | 6 +++--- > .../po/vi-VN-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/vi-VN-pref.po | 6 +++--- > .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/zh-Hans-CN-pref.po | 6 +++--- > .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po | 4 ++-- > misc/translator/po/zh-Hans-TW-pref.po | 6 +++--- > reserve/request.pl | 2 +- > serials/member-search.pl | 2 +- > serials/subscription-add.pl | 2 +- > serials/subscription-detail.pl | 2 +- > suggestion/suggestion.pl | 2 +- > t/db_dependent/Members.t | 2 +- > t/db_dependent/lib/KohaTest/Acquisition.pm | 4 ++-- > .../lib/KohaTest/Acquisition/GetHistory.pm | 2 +- > .../lib/KohaTest/Acquisition/GetLateOrders.pm | 2 +- > tools/batchMod.pl | 4 ++-- > tools/export.pl | 4 ++-- > tools/holidays.pl | 2 +- > tools/letter.pl | 2 +- > 162 files changed, 389 insertions(+), 383 deletions(-) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index b78a51e..fa03aa8 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -867,7 +867,7 @@ sub GetPendingOrders { > AND datecancellationprinted IS NULL"; > my @query_params; > my $userenv = C4::Context->userenv; >- if ( C4::Context->preference("IndependantBranches") ) { >+ if ( C4::Context->preference("IndependentBranches") ) { > if ( ($userenv) && ( $userenv->{flags} != 1 ) ) { > $strsth .= " AND (borrowers.branchcode = ? > or borrowers.branchcode = '')"; >@@ -1692,7 +1692,7 @@ sub GetParcel { > AND aqorders.datereceived = ? "; > > my @query_params = ( $supplierid, $code, $datereceived ); >- if ( C4::Context->preference("IndependantBranches") ) { >+ if ( C4::Context->preference("IndependentBranches") ) { > my $userenv = C4::Context->userenv; > if ( ($userenv) && ( $userenv->{flags} != 1 ) ) { > $strsth .= " and (borrowers.branchcode = ? >@@ -1911,7 +1911,7 @@ sub GetLateOrders { > if ( defined $estimateddeliverydatefrom and not defined $estimateddeliverydateto ) { > $from .= ' AND ADDDATE(aqbasket.closedate, INTERVAL aqbooksellers.deliverytime DAY) <= CAST(now() AS date)'; > } >- if (C4::Context->preference("IndependantBranches") >+ if (C4::Context->preference("IndependentBranches") > && C4::Context->userenv > && C4::Context->userenv->{flags} != 1 ) { > $from .= ' AND borrowers.branchcode LIKE ? '; >@@ -2020,7 +2020,7 @@ sub GetHistory { > LEFT JOIN aqinvoices ON aqorders.invoiceid = aqinvoices.invoiceid"; > > $query .= " LEFT JOIN borrowers ON aqbasket.authorisedby=borrowers.borrowernumber" >- if ( C4::Context->preference("IndependantBranches") ); >+ if ( C4::Context->preference("IndependentBranches") ); > > $query .= " WHERE (datecancellationprinted is NULL or datecancellationprinted='0000-00-00') "; > >@@ -2080,7 +2080,7 @@ sub GetHistory { > push @query_params, "%$basketgroupname%"; > } > >- if ( C4::Context->preference("IndependantBranches") ) { >+ if ( C4::Context->preference("IndependentBranches") ) { > my $userenv = C4::Context->userenv; > if ( $userenv && ($userenv->{flags} || 0) != 1 ) { > $query .= " AND (borrowers.branchcode = ? OR borrowers.branchcode ='' ) "; >diff --git a/C4/Auth.pm b/C4/Auth.pm >index 837ff12..280f40c 100644 >--- a/C4/Auth.pm >+++ b/C4/Auth.pm >@@ -346,7 +346,7 @@ sub get_template_and_user { > CalendarFirstDayOfWeek => (C4::Context->preference("CalendarFirstDayOfWeek") eq "Sunday")?0:1, > CircAutocompl => C4::Context->preference("CircAutocompl"), > FRBRizeEditions => C4::Context->preference("FRBRizeEditions"), >- IndependantBranches => C4::Context->preference("IndependantBranches"), >+ IndependentBranches => C4::Context->preference("IndependentBranches"), > IntranetNav => C4::Context->preference("IntranetNav"), > IntranetmainUserblock => C4::Context->preference("IntranetmainUserblock"), > LibraryName => C4::Context->preference("LibraryName"), >@@ -883,7 +883,7 @@ sub checkauth { > $branchname = GetBranchName($branchcode); > } > my $branches = GetBranches(); >- if (C4::Context->boolean_preference('IndependantBranches') && C4::Context->boolean_preference('Autolocation')){ >+ if (C4::Context->boolean_preference('IndependentBranches') && C4::Context->boolean_preference('Autolocation')){ > # we have to check they are coming from the right ip range > my $domain = $branches->{$branchcode}->{'branchip'}; > if ($ip !~ /^$domain/){ >@@ -1028,7 +1028,7 @@ sub checkauth { > IntranetNav => C4::Context->preference("IntranetNav"), > IntranetFavicon => C4::Context->preference("IntranetFavicon"), > intranetuserjs => C4::Context->preference("intranetuserjs"), >- IndependantBranches=> C4::Context->preference("IndependantBranches"), >+ IndependentBranches=> C4::Context->preference("IndependentBranches"), > AutoLocation => C4::Context->preference("AutoLocation"), > wrongip => $info{'wrongip'}, > PatronSelfRegistration => C4::Context->preference("PatronSelfRegistration"), >diff --git a/C4/Boolean.pm b/C4/Boolean.pm >index ca77452..1967bc7 100644 >--- a/C4/Boolean.pm >+++ b/C4/Boolean.pm >@@ -67,7 +67,7 @@ our %strings = ( > > =item true_p > >- if ( C4::Boolean::true_p(C4::Context->preference("IndependantBranches")) ) { >+ if ( C4::Boolean::true_p(C4::Context->preference("IndependentBranches")) ) { > ... > } > >diff --git a/C4/Branch.pm b/C4/Branch.pm >index 1509c13..5770f7b 100644 >--- a/C4/Branch.pm >+++ b/C4/Branch.pm >@@ -69,7 +69,7 @@ The functions in this module deal with branches. > > $branches = &GetBranches(); > >-Returns informations about ALL branches, IndependantBranches Insensitive. >+Returns informations about ALL branches, IndependentBranches Insensitive. > GetBranchInfo() returns the same information without the problems of this function > (namespace collision, mainly). > >@@ -143,7 +143,7 @@ sub GetBranches { > > sub onlymine { > return >- C4::Context->preference('IndependantBranches') && >+ C4::Context->preference('IndependentBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags} %2 != 1 && > C4::Context->userenv->{branch} ; >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 3fc124f..29968b8 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -887,7 +887,7 @@ sub CanBookBeIssued { > $needsconfirmation{ITEM_LOST} = $code if ( C4::Context->preference("IssueLostItem") eq 'confirm' ); > $alerts{ITEM_LOST} = $code if ( C4::Context->preference("IssueLostItem") eq 'alert' ); > } >- if ( C4::Context->preference("IndependantBranches") ) { >+ if ( C4::Context->preference("IndependentBranches") ) { > my $userenv = C4::Context->userenv; > if ( ($userenv) && ( $userenv->{flags} % 2 != 1 ) ) { > $issuingimpossible{ITEMNOTSAMEBRANCH} = 1 >diff --git a/C4/Items.pm b/C4/Items.pm >index e173dc2..5484e4c 100644 >--- a/C4/Items.pm >+++ b/C4/Items.pm >@@ -1253,7 +1253,7 @@ sub GetItemsInfo { > $data->{firstname} = $idata->{firstname}; > $data->{lastreneweddate} = $idata->{lastreneweddate}; > $datedue = $idata->{'date_due'}; >- if (C4::Context->preference("IndependantBranches")){ >+ if (C4::Context->preference("IndependentBranches")){ > my $userenv = C4::Context->userenv; > if ( ($userenv) && ( $userenv->{flags} % 2 != 1 ) ) { > $data->{'NOTSAMEBRANCH'} = 1 if ($idata->{'bcode'} ne $userenv->{branch}); >@@ -2214,7 +2214,7 @@ sub DelItemCheck { > $error = "book_on_loan" > } > elsif ( !(C4::Context->userenv->{flags} & 1) and >- C4::Context->preference("IndependantBranches") and >+ C4::Context->preference("IndependentBranches") and > (C4::Context->userenv->{branch} ne > $item->{C4::Context->preference("HomeOrHoldingBranch")||'homebranch'}) ) > { >@@ -2689,7 +2689,7 @@ sub PrepareItemrecordDisplay { > # builds list, depending on authorised value... > #---- branch > if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "branches" ) { >- if ( ( C4::Context->preference("IndependantBranches") ) >+ if ( ( C4::Context->preference("IndependentBranches") ) > && ( C4::Context->userenv->{flags} % 2 != 1 ) ) { > my $sth = $dbh->prepare( "SELECT branchcode,branchname FROM branches WHERE branchcode = ? ORDER BY branchname" ); > $sth->execute( C4::Context->userenv->{branch} ); >diff --git a/C4/Letters.pm b/C4/Letters.pm >index fdbb473..5e63350 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -123,7 +123,7 @@ sub getletter { > > $branchcode ||= ''; > >- if ( C4::Context->preference('IndependantBranches') >+ if ( C4::Context->preference('IndependentBranches') > and $branchcode > and C4::Context->userenv ) { > >diff --git a/C4/Members.pm b/C4/Members.pm >index 6a30c44..3221f53 100644 >--- a/C4/Members.pm >+++ b/C4/Members.pm >@@ -256,7 +256,7 @@ sub Search { > # $showallbranches was not used at the time SearchMember() was mainstreamed into Search(). > # Mentioning for the reference > >- if ( C4::Context->preference("IndependantBranches") ) { # && !$showallbranches){ >+ if ( C4::Context->preference("IndependentBranches") ) { # && !$showallbranches){ > if ( my $userenv = C4::Context->userenv ) { > my $branch = $userenv->{'branch'}; > if ( ($userenv->{flags} % 2 !=1) && $branch ){ >@@ -2042,7 +2042,7 @@ sub GetBorrowersToExpunge { > my $filterexpiry = $params->{'expired_before'}; > my $filtercategory = $params->{'category_code'}; > my $filterbranch = $params->{'branchcode'} || >- ((C4::Context->preference('IndependantBranches') >+ ((C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && C4::Context->userenv->{flags} % 2 !=1 > && C4::Context->userenv->{branch}) >@@ -2108,7 +2108,7 @@ I<$result> is a ref to an array which all elements are a hasref. > > sub GetBorrowersWhoHaveNeverBorrowed { > my $filterbranch = shift || >- ((C4::Context->preference('IndependantBranches') >+ ((C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && C4::Context->userenv->{flags} % 2 !=1 > && C4::Context->userenv->{branch}) >@@ -2158,7 +2158,7 @@ sub GetBorrowersWithIssuesHistoryOlderThan { > my $dbh = C4::Context->dbh; > my $date = shift ||POSIX::strftime("%Y-%m-%d",localtime()); > my $filterbranch = shift || >- ((C4::Context->preference('IndependantBranches') >+ ((C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && C4::Context->userenv->{flags} % 2 !=1 > && C4::Context->userenv->{branch}) >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index c8b0cdd..5ff12e4 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -1419,7 +1419,7 @@ be the target of an item-level hold request. > Note that IsAvailableForItemLevelRequest() does not > check if the staff operator is authorized to place > a request on the item - in particular, >-this routine does not check IndependantBranches >+this routine does not check IndependentBranches > and canreservefromotherbranches. > > =cut >diff --git a/C4/Serials.pm b/C4/Serials.pm >index b8b53ed..01ffb0e 100644 >--- a/C4/Serials.pm >+++ b/C4/Serials.pm >@@ -216,7 +216,7 @@ sub GetSerialInformation { > my $dbh = C4::Context->dbh; > my $query = qq| > SELECT serial.*, serial.notes as sernotes, serial.status as serstatus,subscription.*,subscription.subscriptionid as subsid |; >- if ( C4::Context->preference('IndependantBranches') >+ if ( C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && C4::Context->userenv->{'flags'} != 1 > && C4::Context->userenv->{'branch'} ) { >@@ -321,7 +321,7 @@ sub GetSubscription { > aqbooksellers.name AS aqbooksellername, > biblio.title AS bibliotitle, > subscription.biblionumber as bibnum); >- if ( C4::Context->preference('IndependantBranches') >+ if ( C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && C4::Context->userenv->{'flags'} != 1 > && C4::Context->userenv->{'branch'} ) { >@@ -336,7 +336,7 @@ sub GetSubscription { > WHERE subscription.subscriptionid = ? > ); > >- # if (C4::Context->preference('IndependantBranches') && >+ # if (C4::Context->preference('IndependentBranches') && > # C4::Context->userenv && > # C4::Context->userenv->{'flags'} != 1){ > # # $debug and warn "flags: ".C4::Context->userenv->{'flags'}; >@@ -370,7 +370,7 @@ sub GetFullSubscription { > biblio.title as bibliotitle, > subscription.branchcode AS branchcode, > subscription.subscriptionid AS subscriptionid |; >- if ( C4::Context->preference('IndependantBranches') >+ if ( C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && C4::Context->userenv->{'flags'} != 1 > && C4::Context->userenv->{'branch'} ) { >@@ -490,7 +490,7 @@ sub GetSubscriptionsFromBiblionumber { > $subs->{ "numberpattern" . $subs->{numberpattern} } = 1; > $subs->{ "status" . $subs->{'status'} } = 1; > $subs->{'cannotedit'} = >- ( C4::Context->preference('IndependantBranches') >+ ( C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && C4::Context->userenv->{flags} % 2 != 1 > && C4::Context->userenv->{branch} >@@ -530,7 +530,7 @@ sub GetFullSubscriptionsFromBiblionumber { > biblio.title as bibliotitle, > subscription.branchcode AS branchcode, > subscription.subscriptionid AS subscriptionid|; >- if ( C4::Context->preference('IndependantBranches') >+ if ( C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && C4::Context->userenv->{'flags'} != 1 > && C4::Context->userenv->{'branch'} ) { >@@ -630,7 +630,7 @@ sub GetSubscriptions { > > while ( my $line = $sth->fetchrow_hashref ) { > $line->{'cannotedit'} = >- ( C4::Context->preference('IndependantBranches') >+ ( C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && C4::Context->userenv->{flags} % 2 != 1 > && C4::Context->userenv->{branch} >diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm >index c55968a..bf7878b 100644 >--- a/C4/Suggestions.pm >+++ b/C4/Suggestions.pm >@@ -132,7 +132,7 @@ sub SearchSuggestion { > } > > # filter on user branch >- if ( C4::Context->preference('IndependantBranches') ) { >+ if ( C4::Context->preference('IndependentBranches') ) { > my $userenv = C4::Context->userenv; > if ($userenv) { > if ( ( $userenv->{flags} % 2 ) != 1 && !$suggestion->{branchcode} ) >@@ -339,7 +339,7 @@ sub GetSuggestionByStatus { > }; > > # filter on branch >- if ( C4::Context->preference("IndependantBranches") || $branchcode ) { >+ if ( C4::Context->preference("IndependentBranches") || $branchcode ) { > my $userenv = C4::Context->userenv; > if ($userenv) { > unless ( $userenv->{flags} % 2 == 1 ) { >@@ -389,7 +389,7 @@ sub CountSuggestion { > my $dbh = C4::Context->dbh; > my $sth; > my $userenv = C4::Context->userenv; >- if ( C4::Context->preference("IndependantBranches") >+ if ( C4::Context->preference("IndependentBranches") > && $userenv->{flags} % 2 != 1 ) > { > my $query = q{ >diff --git a/acqui/basket.pl b/acqui/basket.pl >index f203af2..7eff6e4 100755 >--- a/acqui/basket.pl >+++ b/acqui/basket.pl >@@ -103,7 +103,7 @@ if ( $op eq 'delete_confirm' ) { > $template->param( NO_BOOKSELLER => 1 ); > } elsif ( $op eq 'del_basket') { > $template->param( delete_confirm => 1 ); >- if ( C4::Context->preference("IndependantBranches") ) { >+ if ( C4::Context->preference("IndependentBranches") ) { > my $userenv = C4::Context->userenv; > unless ( $userenv->{flags} == 1 ) { > my $validtest = ( $basket->{creationdate} eq '' ) >@@ -192,7 +192,7 @@ if ( $op eq 'delete_confirm' ) { > print $query->redirect('/cgi-bin/koha/acqui/basket.pl?basketno='.$basket->{'basketno'}) > } else { > # get librarian branch... >- if ( C4::Context->preference("IndependantBranches") ) { >+ if ( C4::Context->preference("IndependentBranches") ) { > my $userenv = C4::Context->userenv; > unless ( $userenv->{flags} == 1 ) { > my $validtest = ( $basket->{creationdate} eq '' ) >diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl >index b1c9afa..2b068ee 100755 >--- a/acqui/neworderempty.pl >+++ b/acqui/neworderempty.pl >@@ -229,7 +229,7 @@ for my $curr ( @rates ) { > } > > # build branches list >-my $onlymine=C4::Context->preference('IndependantBranches') && >+my $onlymine=C4::Context->preference('IndependentBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags}!=1 && > C4::Context->userenv->{branch}; >diff --git a/catalogue/moredetail.pl b/catalogue/moredetail.pl >index 55e8273..f0cfb13 100755 >--- a/catalogue/moredetail.pl >+++ b/catalogue/moredetail.pl >@@ -172,7 +172,7 @@ foreach my $item (@items){ > $item->{status_advisory} = 1; > } > >- if (C4::Context->preference("IndependantBranches")) { >+ if (C4::Context->preference("IndependentBranches")) { > #verifying rights > my $userenv = C4::Context->userenv(); > unless (($userenv->{'flags'} == 1) or ($userenv->{'branch'} eq $item->{'homebranch'})) { >diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl >index e2ea1cd..fef029b 100755 >--- a/cataloguing/addbiblio.pl >+++ b/cataloguing/addbiblio.pl >@@ -172,7 +172,7 @@ sub build_authorized_values_list { > #---- branch > if ( $tagslib->{$tag}->{$subfield}->{'authorised_value'} eq "branches" ) { > #Use GetBranches($onlymine) >- my $onlymine=C4::Context->preference('IndependantBranches') && >+ my $onlymine=C4::Context->preference('IndependentBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags} % 2 == 0 && > C4::Context->userenv->{branch}; >diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl >index 16fee3b..7a1b9bf 100755 >--- a/cataloguing/additem.pl >+++ b/cataloguing/additem.pl >@@ -689,7 +689,7 @@ foreach my $field (@fields) { > || $subfieldvalue; > } > >- if (($field->tag eq $branchtagfield) && ($subfieldcode eq $branchtagsubfield) && C4::Context->preference("IndependantBranches")) { >+ if (($field->tag eq $branchtagfield) && ($subfieldcode eq $branchtagsubfield) && C4::Context->preference("IndependentBranches")) { > #verifying rights > my $userenv = C4::Context->userenv(); > unless (($userenv->{'flags'} == 1) or (($userenv->{'branch'} eq $subfieldvalue))){ >@@ -750,7 +750,7 @@ my $i=0; > > my $pref_itemcallnumber = C4::Context->preference('itemcallnumber'); > >-my $onlymine = C4::Context->preference('IndependantBranches') && >+my $onlymine = C4::Context->preference('IndependentBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags}!=1 && > C4::Context->userenv->{branch}; >diff --git a/circ/circulation-home.pl b/circ/circulation-home.pl >index 5eee81b..d4f5a2c 100755 >--- a/circ/circulation-home.pl >+++ b/circ/circulation-home.pl >@@ -38,7 +38,7 @@ my $fa = getframeworkinfo('FA'); > $template->param( fast_cataloging => 1 ) if (defined $fa); > > # Checking if the transfer page needs to be displayed >-$template->param( display_transfer => 1 ) if ( ($flags->{'superlibrarian'} == 1) || (C4::Context->preference("IndependantBranches") == 0) ); >+$template->param( display_transfer => 1 ) if ( ($flags->{'superlibrarian'} == 1) || (C4::Context->preference("IndependentBranches") == 0) ); > > > output_html_with_http_headers $query, $cookie, $template->output; >diff --git a/circ/overdue.pl b/circ/overdue.pl >index 1e1bd6f..4343592 100755 >--- a/circ/overdue.pl >+++ b/circ/overdue.pl >@@ -91,7 +91,7 @@ while (my ($itemtype, $description) =$req->fetchrow) { > itemtypename => $description, > }; > } >-my $onlymine=C4::Context->preference('IndependantBranches') && >+my $onlymine=C4::Context->preference('IndependentBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags} % 2 !=1 && > C4::Context->userenv->{branch}; >diff --git a/circ/pendingreserves.pl b/circ/pendingreserves.pl >index 31ecd85..9a60ec1 100755 >--- a/circ/pendingreserves.pl >+++ b/circ/pendingreserves.pl >@@ -151,7 +151,7 @@ if ( $run_report ) { > # multiple patrons have a hold on an item > > >- if (C4::Context->preference('IndependantBranches')){ >+ if (C4::Context->preference('IndependentBranches')){ > $strsth .= " AND items.holdingbranch=? "; > push @query_params, C4::Context->userenv->{'branch'}; > } >diff --git a/circ/reserveratios.pl b/circ/reserveratios.pl >index 91d1f6a..29cd0b6 100755 >--- a/circ/reserveratios.pl >+++ b/circ/reserveratios.pl >@@ -113,7 +113,7 @@ my $strsth = > $sqldatewhere > "; > >-if (C4::Context->preference('IndependantBranches')){ >+if (C4::Context->preference('IndependentBranches')){ > $strsth .= " AND items.holdingbranch=? "; > push @query_params, C4::Context->userenv->{'branch'}; > } >diff --git a/circ/waitingreserves.pl b/circ/waitingreserves.pl >index 158b847..1ec6b2d 100755 >--- a/circ/waitingreserves.pl >+++ b/circ/waitingreserves.pl >@@ -73,7 +73,7 @@ if ($item) { > push @cancel_result, $res if $res; > } > >-if ( C4::Context->preference('IndependantBranches') ) { >+if ( C4::Context->preference('IndependentBranches') ) { > undef $all_branches; > } else { > $template->param( all_branches_link => $input->url . '?allbranches=1' ) >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 5d536c5..0531c7c 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -31,7 +31,7 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('hidelostitems',0,'If ON, disables display of\"lost\" items in OPAC.','','YesNo'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('hide_marc',0,'If ON, disables display of MARC fields, subfield codes & indicators (still shows data)',NULL,'YesNo'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('WaitingNotifyAtCheckin',0,'If ON, notify librarians of waiting holds for the patron whose items they are checking in.',NULL,'YesNo'); >-INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('IndependantBranches',0,'If ON, increases security between libraries',NULL,'YesNo'); >+INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('IndependentBranches',0,'If ON, increases security between libraries',NULL,'YesNo'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('IntranetBiblioDefaultView','normal','Choose the default detail view in the staff interface; choose between normal, labeled_marc, marc or isbd','normal|marc|isbd|labeled_marc','Choice'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('intranetcolorstylesheet','','Define the color stylesheet to use in the Staff Client','50','free'); > INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('IntranetmainUserblock','','Add a block of HTML that will display on the intranet home page','70|10','Textarea'); >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 7c97a51..d0f9531 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -5800,9 +5800,9 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { > > $DBversion = "3.09.00.047"; > if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { >- # to preserve default behaviour as best as possible, set this new preference differently depending on whether IndependantBranches is set or not >+ # to preserve default behaviour as best as possible, set this new preference differently depending on whether IndependentBranches is set or not > my $prefvalue = 'anywhere'; >- if (C4::Context->preference("IndependantBranches")) { $prefvalue = 'homeorholdingbranch';} >+ if (C4::Context->preference("IndependentBranches")) { $prefvalue = 'homeorholdingbranch';} > $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AllowReturnToBranch', '$prefvalue', 'Where an item may be returned', 'anywhere|homebranch|holdingbranch|homeorholdingbranch', 'Choice');"); > > print "Upgrade to $DBversion done: adding AllowReturnToBranch syspref (bug 6151)"; >@@ -6771,6 +6771,12 @@ if ( CheckVersion($DBversion) ) { > SetVersion ($DBversion); > } > >+$DBversion = "3.11.00.XXX"; >+if ( CheckVersion($DBversion) ) { >+ $dbh->do("UPDATE systempreferences SET variable = 'IndependentBranches' WHERE variable = 'IndependantBranches'"); >+ print "Upgrade to $DBversion done (Bug 10080 - Change system pref IndependantBranches to IndependentBranches)\n"; >+ SetVersion ($DBversion); >+} > > =head1 FUNCTIONS > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >index 4a26d79..289f5b7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc >@@ -61,7 +61,7 @@ > <b class="caret"></b> > </a> > <ul class="dropdown-menu" role="menu" aria-labelledby="drop3"> >- [% IF ( IndependantBranches ) %] >+ [% IF ( IndependentBranches ) %] > [% IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) %] > <li> > <a class="toplinks" href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >index bb5c546..1215ac1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref >@@ -64,7 +64,7 @@ Administration: > tmp: as temporary files. > memcached: in a memcached server. > - >- - pref: IndependantBranches >+ - pref: IndependentBranches > default: 0 > choices: > yes: Prevent >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index 4b547c9..c0b3f99 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -49,7 +49,7 @@ > </p> > > [% IF ( AutoLocation ) %][% ELSE %] >-[% IF ( IndependantBranches ) %][% ELSE %] >+[% IF ( IndependentBranches ) %][% ELSE %] > <p><label for="branch">Library:</label> > <select name="branch" id="branch" class="input" tabindex="3"> > <option value="">My library</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index f5e82b4..af533f4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -22,7 +22,7 @@ > [% IF ( display_transfer ) %] > <li><a href="/cgi-bin/koha/circ/branchtransfers.pl">Transfer</a></li> > [% END %] >- [% IF ( AutoLocation ) %][% ELSE %][% IF ( IndependantBranches ) %][% ELSE %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li>[% END %][% END %] >+ [% IF ( AutoLocation ) %][% ELSE %][% IF ( IndependentBranches ) %][% ELSE %]<li><a href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a></li>[% END %][% END %] > [% IF ( fast_cataloging ) %] > [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] > <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA">Fast cataloging</a></li> >diff --git a/mainpage.pl b/mainpage.pl >index 9085630..4159618 100755 >--- a/mainpage.pl >+++ b/mainpage.pl >@@ -51,7 +51,7 @@ $template->param( > ); > > my $branch = >- C4::Context->preference("IndependantBranches") >+ C4::Context->preference("IndependentBranches") > && !$flags->{'superlibrarian'} > ? C4::Context->userenv()->{'branch'} > : undef; >diff --git a/members/deletemem.pl b/members/deletemem.pl >index 7a78ead..ef6ba01 100755 >--- a/members/deletemem.pl >+++ b/members/deletemem.pl >@@ -66,7 +66,7 @@ if ($bor->{category_type} eq "S") { > } > } > >-if (C4::Context->preference("IndependantBranches")) { >+if (C4::Context->preference("IndependentBranches")) { > my $userenv = C4::Context->userenv; > if (($userenv->{flags} % 2 != 1) && $bor->{'branchcode'}){ > unless ($userenv->{branch} eq $bor->{'branchcode'}){ >diff --git a/members/memberentry.pl b/members/memberentry.pl >index d2b701d..d5a3ffb 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -292,7 +292,7 @@ if ($op eq 'save' || $op eq 'insert'){ > $newdata{'surname'} = uc($newdata{'surname'}); > } > >- if (C4::Context->preference("IndependantBranches")) { >+ if (C4::Context->preference("IndependentBranches")) { > if ($userenv && $userenv->{flags} % 2 != 1){ > $debug and print STDERR " $newdata{'branchcode'} : ".$userenv->{flags}.":".$userenv->{branch}; > unless (!$newdata{'branchcode'} || $userenv->{branch} eq $newdata{'branchcode'}){ >@@ -422,7 +422,7 @@ if ($nok or !$nodouble){ > $template->param( step_1 => 1,step_2 => 1,step_3 => 1, step_4 => 1, step_5 => 1, step_6 => 1); > } > } >-if (C4::Context->preference("IndependantBranches")) { >+if (C4::Context->preference("IndependentBranches")) { > my $userenv = C4::Context->userenv; > if ($userenv->{flags} % 2 != 1 && $data{'branchcode'}){ > unless ($userenv->{branch} eq $data{'branchcode'}){ >diff --git a/members/members-update.pl b/members/members-update.pl >index 334d83b..0b39552 100755 >--- a/members/members-update.pl >+++ b/members/members-update.pl >@@ -42,7 +42,7 @@ my ( $template, $loggedinuser, $cookie, $flags ) = get_template_and_user( > ); > > my $branch = >- C4::Context->preference("IndependantBranches") >+ C4::Context->preference("IndependentBranches") > && !$flags->{'superlibrarian'} > ? C4::Context->userenv()->{'branch'} > : undef; >diff --git a/members/moremember.pl b/members/moremember.pl >index df6a664..b6a8915 100755 >--- a/members/moremember.pl >+++ b/members/moremember.pl >@@ -212,7 +212,7 @@ $bor{'borrowernumber'} = $borrowernumber; > > # Converts the branchcode to the branch name > my $samebranch; >-if ( C4::Context->preference("IndependantBranches") ) { >+if ( C4::Context->preference("IndependentBranches") ) { > my $userenv = C4::Context->userenv; > unless ( $userenv->{flags} % 2 == 1 ) { > $samebranch = ( $data->{'branchcode'} eq $userenv->{branch} ); >@@ -338,7 +338,7 @@ my $candeleteuser; > my $userenv = C4::Context->userenv; > if($userenv->{flags} % 2 == 1){ > $candeleteuser = 1; >-}elsif ( C4::Context->preference("IndependantBranches") ) { >+}elsif ( C4::Context->preference("IndependentBranches") ) { > $candeleteuser = ( $data->{'branchcode'} eq $userenv->{branch} ); > }else{ > if( C4::Auth::getuserflags( $userenv->{flags},$userenv->{number})->{borrowers} ) { >diff --git a/misc/release_notes/release_notes_30004.txt b/misc/release_notes/release_notes_30004.txt >index 4afdb0d..c46ca13 100644 >--- a/misc/release_notes/release_notes_30004.txt >+++ b/misc/release_notes/release_notes_30004.txt >@@ -407,7 +407,7 @@ Exhaustive list of bugs fixed follows : > 3550 use GetRecordValue to retrieve subtitle > 3552 This mark mandatory fields with a red asterisk > 3553 do not allow users to create code-less frameworks >-3555 This sets the default branch to the logged user branch when IndependantBranches is active >+3555 This sets the default branch to the logged user branch when IndependentBranches is active > 3557 fix bor_issues_top > 3560 This add a filter to search by itemtype > 3562 fix returning document in another branch >diff --git a/misc/release_notes/release_notes_3_10_0.txt b/misc/release_notes/release_notes_3_10_0.txt >index a1ebdef..8846a0b 100644 >--- a/misc/release_notes/release_notes_3_10_0.txt >+++ b/misc/release_notes/release_notes_3_10_0.txt >@@ -1269,7 +1269,7 @@ Circulation > 8253 critical Fix fine doubling, when upgrading from 3.6 to 3.8 (or later) > 8418 critical Koha::Calendar is_holiday ignores all user data > 8966 critical Koha::Calendar::is_holiday truncates the date >- 6151 major IndependantBranches and HomeOrHoldingBranchReturn can prevent items from being checked in >+ 6151 major IndependentBranches and HomeOrHoldingBranchReturn can prevent items from being checked in > 6976 major User hold limit can be avoided by users in OPAC > 8082 major The: IssuingInProcess configuration setting is working in reverse. > 8213 major "Cancel All" button on holds over tab cancels both holds over and holds waiting >diff --git a/misc/translator/po/am-Ethi-i-staff-t-prog-v-3006000.po b/misc/translator/po/am-Ethi-i-staff-t-prog-v-3006000.po >index cbe78d1..9a2479d 100644 >--- a/misc/translator/po/am-Ethi-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/am-Ethi-i-staff-t-prog-v-3006000.po >@@ -17053,7 +17053,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20485,7 +20485,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/am-Ethi-pref.po b/misc/translator/po/am-Ethi-pref.po >index 2227a0f..3ff37df 100644 >--- a/misc/translator/po/am-Ethi-pref.po >+++ b/misc/translator/po/am-Ethi-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/ar-Arab-i-staff-t-prog-v-3006000.po b/misc/translator/po/ar-Arab-i-staff-t-prog-v-3006000.po >index 9a1fd20..1d0c552 100644 >--- a/misc/translator/po/ar-Arab-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/ar-Arab-i-staff-t-prog-v-3006000.po >@@ -17068,7 +17068,7 @@ msgstr "" > "%s %s "%s" Ø¥ÙÙ ÙسÙÙØ. %s "%s" Ø¥ÙÙ ÙÙÙÙع. %s "%" > "s" Ø¥ÙÙ Ùا ÙسÙÙØ ÙÙا ÙÙÙÙع. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20546,7 +20546,7 @@ msgstr "%s %s (%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/ar-Arab-pref.po b/misc/translator/po/ar-Arab-pref.po >index c67d586..4b6649f 100644 >--- a/misc/translator/po/ar-Arab-pref.po >+++ b/misc/translator/po/ar-Arab-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "بعض" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/az-AZ-i-staff-t-prog-v-3006000.po b/misc/translator/po/az-AZ-i-staff-t-prog-v-3006000.po >index 8b64d7b..eacbfd0 100644 >--- a/misc/translator/po/az-AZ-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/az-AZ-i-staff-t-prog-v-3006000.po >@@ -17057,7 +17057,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20500,7 +20500,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/az-AZ-pref.po b/misc/translator/po/az-AZ-pref.po >index 41d1b05..46e6f11 100644 >--- a/misc/translator/po/az-AZ-pref.po >+++ b/misc/translator/po/az-AZ-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/ben-i-staff-t-prog-v-3006000.po b/misc/translator/po/ben-i-staff-t-prog-v-3006000.po >index 7845d22..2f2f9e0 100644 >--- a/misc/translator/po/ben-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/ben-i-staff-t-prog-v-3006000.po >@@ -17053,7 +17053,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20485,7 +20485,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/ben-pref.po b/misc/translator/po/ben-pref.po >index 486637b..3815761 100644 >--- a/misc/translator/po/ben-pref.po >+++ b/misc/translator/po/ben-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/bg-Cyrl-i-staff-t-prog-v-3006000.po b/misc/translator/po/bg-Cyrl-i-staff-t-prog-v-3006000.po >index 79af0ed..e487a5e 100644 >--- a/misc/translator/po/bg-Cyrl-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/bg-Cyrl-i-staff-t-prog-v-3006000.po >@@ -15895,7 +15895,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, c-format >@@ -19028,7 +19028,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/bg-Cyrl-pref.po b/misc/translator/po/bg-Cyrl-pref.po >index 5b40e5a..66fff1b 100644 >--- a/misc/translator/po/bg-Cyrl-pref.po >+++ b/misc/translator/po/bg-Cyrl-pref.po >@@ -724,7 +724,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -751,7 +751,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -778,7 +778,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/ca-VA-i-staff-t-prog-v-3006000.po b/misc/translator/po/ca-VA-i-staff-t-prog-v-3006000.po >index 2bb4390..a480936 100644 >--- a/misc/translator/po/ca-VA-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/ca-VA-i-staff-t-prog-v-3006000.po >@@ -17055,7 +17055,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20487,7 +20487,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/ca-VA-pref.po b/misc/translator/po/ca-VA-pref.po >index ed38f90..dd951f5 100644 >--- a/misc/translator/po/ca-VA-pref.po >+++ b/misc/translator/po/ca-VA-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/cs-CZ-i-staff-t-prog-v-3006000.po b/misc/translator/po/cs-CZ-i-staff-t-prog-v-3006000.po >index f586bd6..8b0a51d 100644 >--- a/misc/translator/po/cs-CZ-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/cs-CZ-i-staff-t-prog-v-3006000.po >@@ -15897,7 +15897,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, fuzzy, c-format >@@ -19044,7 +19044,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/cs-CZ-pref.po b/misc/translator/po/cs-CZ-pref.po >index 2c4bd83..b276ec6 100644 >--- a/misc/translator/po/cs-CZ-pref.po >+++ b/misc/translator/po/cs-CZ-pref.po >@@ -670,7 +670,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -695,7 +695,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -720,7 +720,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/da-DK-i-staff-t-prog-v-3006000.po b/misc/translator/po/da-DK-i-staff-t-prog-v-3006000.po >index 2e8143c..cf789bf 100644 >--- a/misc/translator/po/da-DK-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/da-DK-i-staff-t-prog-v-3006000.po >@@ -17072,7 +17072,7 @@ msgstr "" > "%s %s "%s" er tilladt. %s "%s" er forbudt. %s "%" > "s" er hverken tilladt eller forbudt. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20589,7 +20589,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/da-DK-pref.po b/misc/translator/po/da-DK-pref.po >index 7afe445..f9b793b 100644 >--- a/misc/translator/po/da-DK-pref.po >+++ b/misc/translator/po/da-DK-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "noget" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Udeluk ikke" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Udeluk" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "medarbejdere (men ikke superbibliotekarer) fra muligheden for at ændre objekter (reserveringer, eksemplarer, lÃ¥nere, etc.) der tilhører andre biblioteker." > > # Administration > Interface options >diff --git a/misc/translator/po/de-DE-i-staff-t-prog-v-3006000.po b/misc/translator/po/de-DE-i-staff-t-prog-v-3006000.po >index 6f0b473..73f0292 100644 >--- a/misc/translator/po/de-DE-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/de-DE-i-staff-t-prog-v-3006000.po >@@ -17063,7 +17063,7 @@ msgstr "" > "%s %s "%s" ist erlaubt. %s "%s" ist verboten. %s "" > "%s" ist weder erlaubt noch verboten. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20608,7 +20608,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >@@ -20911,7 +20911,7 @@ msgstr "%s%s%s *" > #. For the first occurrence, > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/circ/circulation-home.tt:22 > #: intranet-tmpl/prog/en/modules/circ/circulation.tt:735 >diff --git a/misc/translator/po/de-DE-pref.po b/misc/translator/po/de-DE-pref.po >index 180aef0..34f959e 100644 >--- a/misc/translator/po/de-DE-pref.po >+++ b/misc/translator/po/de-DE-pref.po >@@ -170,15 +170,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "einige" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Erlaube" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Erlaube nicht" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "dass Mitarbeiter (wenn Sie keine Superlibrarians sind) Objekte (Vormerkungen, Exemplare, Benutzer, etc.) anderer Bibliotheken verändern." > > # Administration > Interface options >diff --git a/misc/translator/po/el-GR-i-staff-t-prog-v-3006000.po b/misc/translator/po/el-GR-i-staff-t-prog-v-3006000.po >index 494bc7a..704ead2 100644 >--- a/misc/translator/po/el-GR-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/el-GR-i-staff-t-prog-v-3006000.po >@@ -17076,7 +17076,7 @@ msgstr "" > "%s %s "%s" εÏιÏÏÎÏεÏαι. %s "%s" αÏαγοÏεÏεÏαι. %s "%" > "s" οÏÏε εÏιÏÏÎÏεÏαι οÏÏε αÏαγοÏεÏεÏαι. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20620,7 +20620,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/el-GR-pref.po b/misc/translator/po/el-GR-pref.po >index a4b99ca..9e2a542 100644 >--- a/misc/translator/po/el-GR-pref.po >+++ b/misc/translator/po/el-GR-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "μεÏικά" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Îα μην εμÏοδίζεÏαι " > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Îα εμÏοδίζεÏαι " > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "Ïο ÏÏοÏÏÏÎ¹ÎºÏ (αλλά ÏÏι οι ÏÏεÏβιβλιοθηκονÏμοι) αÏÏ Ïο να ÏÏοÏοÏοιοÏν ÏÏάγμαÏα (κÏαÏήÏειÏ, ÏεκμήÏια, μÎλη κÏλ.)" > > # Administration > Interface options >diff --git a/misc/translator/po/en-GB-i-staff-t-prog-v-3006000.po b/misc/translator/po/en-GB-i-staff-t-prog-v-3006000.po >index 85a89a0..6c51915 100644 >--- a/misc/translator/po/en-GB-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/en-GB-i-staff-t-prog-v-3006000.po >@@ -17061,7 +17061,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20508,7 +20508,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/en-GB-pref.po b/misc/translator/po/en-GB-pref.po >index 2ef5ac6..f13a92d 100644 >--- a/misc/translator/po/en-GB-pref.po >+++ b/misc/translator/po/en-GB-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "some" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Don't prevent" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Prevent" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "staff (but not superlibrarians) from modifying objects (holds, items, borrowers, etc.) belonging to other libraries." > > # Administration > Interface options >diff --git a/misc/translator/po/en-NZ-i-staff-t-prog-v-3006000.po b/misc/translator/po/en-NZ-i-staff-t-prog-v-3006000.po >index 113c111..8cc17f6 100644 >--- a/misc/translator/po/en-NZ-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/en-NZ-i-staff-t-prog-v-3006000.po >@@ -17076,7 +17076,7 @@ msgstr "" > "%s %s "%s" is permitted. %s "%s" is prohibited. %s "" > "%s" is neither permitted nor prohibited. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20596,7 +20596,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/en-NZ-pref.po b/misc/translator/po/en-NZ-pref.po >index ff1a15b..8d3b547 100644 >--- a/misc/translator/po/en-NZ-pref.po >+++ b/misc/translator/po/en-NZ-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "some" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Don't prevent" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Prevent" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "staff (but not superlibrarians) from modifying objects (holds, items, borrowers, etc.) belonging to other libraries." > > # Administration > Interface options >diff --git a/misc/translator/po/es-ES-i-staff-t-prog-v-3006000.po b/misc/translator/po/es-ES-i-staff-t-prog-v-3006000.po >index 3ee2ffa..b6b09b7 100644 >--- a/misc/translator/po/es-ES-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/es-ES-i-staff-t-prog-v-3006000.po >@@ -17033,7 +17033,7 @@ msgstr "%s %s %s %s " > msgid "%s %s "%s" is permitted. %s "%s" is prohibited. %s "%s" is neither permitted nor prohibited. %s %s " > msgstr "%s %s "%s" está permitido. %s "%s" está prohibido. %s "%s" no está ni permitido ni prohibido. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20381,7 +20381,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/es-ES-pref.po b/misc/translator/po/es-ES-pref.po >index b00bc2d..bdd5ded 100644 >--- a/misc/translator/po/es-ES-pref.po >+++ b/misc/translator/po/es-ES-pref.po >@@ -179,15 +179,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "alguna" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "No prevenir" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Prevenir" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "al personal (pero no superusuarios) de modificar objetos (reserva, Ãtems, socios, etc.) pertenecientes a otras bibliotecas." > > # Administration > Interface options >diff --git a/misc/translator/po/eu-pref.po b/misc/translator/po/eu-pref.po >index 5dbf00a..9230e77 100644 >--- a/misc/translator/po/eu-pref.po >+++ b/misc/translator/po/eu-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/fa-Arab-pref.po b/misc/translator/po/fa-Arab-pref.po >index dcd4e0b..256c951 100644 >--- a/misc/translator/po/fa-Arab-pref.po >+++ b/misc/translator/po/fa-Arab-pref.po >@@ -1723,7 +1723,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -1787,7 +1787,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -1851,7 +1851,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po b/misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po >index 6846e90..4c7b411 100644 >--- a/misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po >@@ -17072,7 +17072,7 @@ msgstr "" > "%s %s "%s" on sallittu %s "%s" on kielletty %s "%" > "s" ei ole sallittu eikä kielletty %s %s" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20612,7 +20612,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/fi-FI-pref.po b/misc/translator/po/fi-FI-pref.po >index 507e3de..3fabf84 100644 >--- a/misc/translator/po/fi-FI-pref.po >+++ b/misc/translator/po/fi-FI-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/fr-CA-i-staff-t-prog-v-3006000.po b/misc/translator/po/fr-CA-i-staff-t-prog-v-3006000.po >index a98e684..258febe 100644 >--- a/misc/translator/po/fr-CA-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/fr-CA-i-staff-t-prog-v-3006000.po >@@ -17083,7 +17083,7 @@ msgstr "" > "%s %s "%s" est autorisé. %s "%s" est interdit. %s "%" > "s" n'est ni permis ni interdit. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20632,7 +20632,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/fr-CA-pref.po b/misc/translator/po/fr-CA-pref.po >index 5eb6f66..67c52f8 100644 >--- a/misc/translator/po/fr-CA-pref.po >+++ b/misc/translator/po/fr-CA-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "quelque" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Ne pas empêcher" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Empêcher" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "le personnel (mais pas le super-bibliothécaire) de modifier les info appartenant aux autres bibliothèques (réservations, exemplaires, emprunteurs, etc.)" > > # Administration > Interface options >diff --git a/misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po b/misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po >index e5b6473..95118b5 100644 >--- a/misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po >@@ -16769,7 +16769,7 @@ msgstr "%s %s %s %s " > msgid "%s %s "%s" is permitted. %s "%s" is prohibited. %s "%s" is neither permitted nor prohibited. %s %s " > msgstr "%s %s "%s" est autorisé. %s "%s" est interdit. %s "%s" n'est ni permis ni interdit. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20125,7 +20125,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/fr-FR-pref.po b/misc/translator/po/fr-FR-pref.po >index 8cc095a..3321e40 100644 >--- a/misc/translator/po/fr-FR-pref.po >+++ b/misc/translator/po/fr-FR-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "quelque" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Ne pas empêcher" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Empêcher" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "le personnel (mais pas le super-bibliothécaire) de modifier les info appartenant aux autres bibliothèques (réservations, exemplaires, emprunteurs, etc.)" > > # Administration > Interface options >diff --git a/misc/translator/po/gl-pref.po b/misc/translator/po/gl-pref.po >index 5e27bd6..2d1b958 100644 >--- a/misc/translator/po/gl-pref.po >+++ b/misc/translator/po/gl-pref.po >@@ -319,7 +319,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -331,7 +331,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -343,7 +343,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/he-Hebr-pref.po b/misc/translator/po/he-Hebr-pref.po >index 0274b9e..db1a6e6 100644 >--- a/misc/translator/po/he-Hebr-pref.po >+++ b/misc/translator/po/he-Hebr-pref.po >@@ -1669,7 +1669,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -1731,7 +1731,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -1793,7 +1793,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/hi-i-staff-t-prog-v-3006000.po b/misc/translator/po/hi-i-staff-t-prog-v-3006000.po >index 94a9bc5..ea53dd6 100644 >--- a/misc/translator/po/hi-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/hi-i-staff-t-prog-v-3006000.po >@@ -17060,7 +17060,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20498,7 +20498,7 @@ msgstr "%s %s %s %s (%s) " > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/hi-pref.po b/misc/translator/po/hi-pref.po >index 2f9dec7..6ad511f 100644 >--- a/misc/translator/po/hi-pref.po >+++ b/misc/translator/po/hi-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/hr-HR-i-staff-t-prog-v-3006000.po b/misc/translator/po/hr-HR-i-staff-t-prog-v-3006000.po >index 3fe80b7..b181ee4 100644 >--- a/misc/translator/po/hr-HR-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/hr-HR-i-staff-t-prog-v-3006000.po >@@ -17059,7 +17059,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20500,7 +20500,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/hr-HR-pref.po b/misc/translator/po/hr-HR-pref.po >index 8f643c8..8bef964 100644 >--- a/misc/translator/po/hr-HR-pref.po >+++ b/misc/translator/po/hr-HR-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/hu-HU-i-staff-t-prog-v-3006000.po b/misc/translator/po/hu-HU-i-staff-t-prog-v-3006000.po >index 22ecdc8..78a27c2 100644 >--- a/misc/translator/po/hu-HU-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/hu-HU-i-staff-t-prog-v-3006000.po >@@ -17057,7 +17057,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20506,7 +20506,7 @@ msgstr "%s %s (%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/hu-HU-pref.po b/misc/translator/po/hu-HU-pref.po >index 9e787a0..ad85d78 100644 >--- a/misc/translator/po/hu-HU-pref.po >+++ b/misc/translator/po/hu-HU-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/hy-Armn-i-staff-t-prog-v-3006000.po b/misc/translator/po/hy-Armn-i-staff-t-prog-v-3006000.po >index 5206a41..f446997 100644 >--- a/misc/translator/po/hy-Armn-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/hy-Armn-i-staff-t-prog-v-3006000.po >@@ -17078,7 +17078,7 @@ msgstr "" > "%s %s "%s" Õ©Õ¸ÖÕµÕ¬Õ¡Õ¿ÖÕ¾Õ¡Õ® Õ§Ö %s "%s" Õ¡ÖÕ£Õ¥Õ¬Õ¾Õ¡Õ® Õ§Ö %s "%" > "s" Õ¸Õ¹ Õ¡ÖÕ£Õ¥Õ¬Õ¾Õ¡Õ® Õ§ Õ¸Õ¹ Õ§Õ¬ Õ©Õ¸ÖÕµÕ¬Õ¡Õ¿ÖÕ¾Õ¡Õ®Ö %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20589,7 +20589,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/hy-Armn-pref.po b/misc/translator/po/hy-Armn-pref.po >index 5b7f8cd..5ccff4b 100644 >--- a/misc/translator/po/hy-Armn-pref.po >+++ b/misc/translator/po/hy-Armn-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/id-ID-i-staff-t-prog-v-3006000.po b/misc/translator/po/id-ID-i-staff-t-prog-v-3006000.po >index aae6bcc..08d834b 100644 >--- a/misc/translator/po/id-ID-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/id-ID-i-staff-t-prog-v-3006000.po >@@ -17053,7 +17053,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20485,7 +20485,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/id-ID-pref.po b/misc/translator/po/id-ID-pref.po >index 507e3de..3fabf84 100644 >--- a/misc/translator/po/id-ID-pref.po >+++ b/misc/translator/po/id-ID-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/is-IS-pref.po b/misc/translator/po/is-IS-pref.po >index c4414a8..0cfa047 100644 >--- a/misc/translator/po/is-IS-pref.po >+++ b/misc/translator/po/is-IS-pref.po >@@ -155,16 +155,16 @@ msgid "admin.pref#DebugLevel# some" > msgstr "admin.pref#DebugLevel# some" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >-msgstr "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" >+msgstr "admin.pref#IndependentBranches# Don't prevent" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >-msgstr "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" >+msgstr "admin.pref#IndependentBranches# Prevent" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >-msgstr "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgstr "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > > # Administration > Interface options > msgid "admin.pref#KohaAdminEmailAddress# Use" >diff --git a/misc/translator/po/it-IT-i-staff-t-prog-v-3006000.po b/misc/translator/po/it-IT-i-staff-t-prog-v-3006000.po >index 5f73fa1..86f8fd5 100644 >--- a/misc/translator/po/it-IT-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/it-IT-i-staff-t-prog-v-3006000.po >@@ -17069,7 +17069,7 @@ msgstr "" > "%s %s "%s" è permesso. %s "%s" è proibito. %s "%" > "s" non è né permesso né proibito. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20615,7 +20615,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/it-IT-pref.po b/misc/translator/po/it-IT-pref.po >index ad82eb2..01965e3 100644 >--- a/misc/translator/po/it-IT-pref.po >+++ b/misc/translator/po/it-IT-pref.po >@@ -173,15 +173,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "medio" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Non bloccare" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Blocca" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "lo staff (ma non chi e' un superlibrarian) dal modificare oggetti e operazioni (holds, items, patrons, etc.) collegate ad altre biblioteche." > > # Administration > Interface options >diff --git a/misc/translator/po/ja-Jpan-JP-pref.po b/misc/translator/po/ja-Jpan-JP-pref.po >index 8112362..6334f1d 100644 >--- a/misc/translator/po/ja-Jpan-JP-pref.po >+++ b/misc/translator/po/ja-Jpan-JP-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/ko-Kore-KP-pref.po b/misc/translator/po/ko-Kore-KP-pref.po >index 6fde644..049ad81 100644 >--- a/misc/translator/po/ko-Kore-KP-pref.po >+++ b/misc/translator/po/ko-Kore-KP-pref.po >@@ -1210,7 +1210,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -1255,7 +1255,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -1300,7 +1300,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/lo-Laoo-i-staff-t-prog-v-3006000.po b/misc/translator/po/lo-Laoo-i-staff-t-prog-v-3006000.po >index d845a08..5c3ebfed 100644 >--- a/misc/translator/po/lo-Laoo-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/lo-Laoo-i-staff-t-prog-v-3006000.po >@@ -17074,7 +17074,7 @@ msgstr "" > "%s %s "%s" ມີàºàº²àºªàº²àº¥àº²àº§. %s "%s" àºà»à»àº¡àºµàºàº²àºªàº²àº¥àº²àº§. %s "%" > "s" ມີàºàº±àºàºàº²àºªàº²àº¥àº²àº§ à»àº¥àº° àºà»à»àº¡àºµàºàº±àºàºàº²àºªàº²àº¥àº²àº§. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20577,7 +20577,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/lo-Laoo-pref.po b/misc/translator/po/lo-Laoo-pref.po >index 47166eb..76d5ae9 100644 >--- a/misc/translator/po/lo-Laoo-pref.po >+++ b/misc/translator/po/lo-Laoo-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/mi-NZ-pref.po b/misc/translator/po/mi-NZ-pref.po >index 0af788f..63459d1 100644 >--- a/misc/translator/po/mi-NZ-pref.po >+++ b/misc/translator/po/mi-NZ-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/mon-i-staff-t-prog-v-3006000.po b/misc/translator/po/mon-i-staff-t-prog-v-3006000.po >index 6d629b0..37b89c0 100644 >--- a/misc/translator/po/mon-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/mon-i-staff-t-prog-v-3006000.po >@@ -17055,7 +17055,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20510,7 +20510,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/mon-pref.po b/misc/translator/po/mon-pref.po >index 3e41fb8..5dc7edc 100644 >--- a/misc/translator/po/mon-pref.po >+++ b/misc/translator/po/mon-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/mr-i-staff-t-prog-v-3006000.po b/misc/translator/po/mr-i-staff-t-prog-v-3006000.po >index dabe8a6..6a1f305 100644 >--- a/misc/translator/po/mr-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/mr-i-staff-t-prog-v-3006000.po >@@ -17072,7 +17072,7 @@ msgstr "" > "%s %s "%s" परवानà¤à¥ à¤à¤¹à¥. %s "%s" सà¤à¥à¤¤ मनाठà¤à¤¹à¥. %s "%" > "s" याला परवानà¤à¥ नाहॠà¤à¤£à¤¿ मनाà¤à¤¹à¥ नाहà¥. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20546,7 +20546,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/mr-pref.po b/misc/translator/po/mr-pref.po >index d78384f..9ab23b5 100644 >--- a/misc/translator/po/mr-pref.po >+++ b/misc/translator/po/mr-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/ms-MY-i-staff-t-prog-v-3006000.po b/misc/translator/po/ms-MY-i-staff-t-prog-v-3006000.po >index 662869d..6c9ce97 100644 >--- a/misc/translator/po/ms-MY-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/ms-MY-i-staff-t-prog-v-3006000.po >@@ -17110,7 +17110,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20622,7 +20622,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/ms-MY-pref.po b/misc/translator/po/ms-MY-pref.po >index 0e1bc50..d0a20e9 100644 >--- a/misc/translator/po/ms-MY-pref.po >+++ b/misc/translator/po/ms-MY-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/nb-NO-i-staff-t-prog-v-3006000.po b/misc/translator/po/nb-NO-i-staff-t-prog-v-3006000.po >index 134bfe9..fc51e5d 100644 >--- a/misc/translator/po/nb-NO-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/nb-NO-i-staff-t-prog-v-3006000.po >@@ -17038,7 +17038,7 @@ msgstr "%s %s %s %s " > msgid "%s %s "%s" is permitted. %s "%s" is prohibited. %s "%s" is neither permitted nor prohibited. %s %s " > msgstr "%s %s "%s" is tillatt. %s "%s" is ikke tillatt. %s "%s" er hverken tillatt eller forbudt. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20382,7 +20382,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/nb-NO-pref.po b/misc/translator/po/nb-NO-pref.po >index 5a50e70..53409bc 100644 >--- a/misc/translator/po/nb-NO-pref.po >+++ b/misc/translator/po/nb-NO-pref.po >@@ -170,15 +170,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "noe" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Ikke hindre" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Hindre" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "ansatte (men ikke superlibrarian) fra Ã¥ endre elementer (reservasjoner, eksemplarer, lÃ¥nere og sÃ¥ videre) som tilhører andre bibliotek." > > # Administration > Interface options >@@ -1387,7 +1387,7 @@ msgstr "Tillat" > > # Circulation > Holds Policy > msgid "circulation.pref#canreservefromotherbranches# Don't allow (with independent branches)" >-msgstr "Ikke tillat (med IndependantBranches)" >+msgstr "Ikke tillat (med IndependentBranches)" > > # Circulation > Holds Policy > msgid "circulation.pref#canreservefromotherbranches# a user from one library to place a hold on an item from another library" >diff --git a/misc/translator/po/ne-NE-i-staff-t-prog-v-3006000.po b/misc/translator/po/ne-NE-i-staff-t-prog-v-3006000.po >index 84d9c5d..92c21fb 100644 >--- a/misc/translator/po/ne-NE-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/ne-NE-i-staff-t-prog-v-3006000.po >@@ -15896,7 +15896,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, c-format >@@ -19029,7 +19029,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/ne-NE-pref.po b/misc/translator/po/ne-NE-pref.po >index 44672aa..2683082 100644 >--- a/misc/translator/po/ne-NE-pref.po >+++ b/misc/translator/po/ne-NE-pref.po >@@ -454,7 +454,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -471,7 +471,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -488,7 +488,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/nl-BE-i-staff-t-prog-v-3006000.po b/misc/translator/po/nl-BE-i-staff-t-prog-v-3006000.po >index 5a78bc5..9b99e44 100644 >--- a/misc/translator/po/nl-BE-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/nl-BE-i-staff-t-prog-v-3006000.po >@@ -17073,7 +17073,7 @@ msgstr "" > "%s %s "%s" is toegestaan. %s "%s" is verboden. %s "%" > "s" noch toegestaan en noch verboden. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20608,7 +20608,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/nl-BE-pref.po b/misc/translator/po/nl-BE-pref.po >index fc8f7a9..e878cf0 100644 >--- a/misc/translator/po/nl-BE-pref.po >+++ b/misc/translator/po/nl-BE-pref.po >@@ -182,15 +182,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "een beetje" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Niet voorkomen" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Voorkom" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "dat medewerkers (maar geen superbibliothecarissen) van wijzigende objecten (reserveringen, items, gebruikers, enz.) tot andere bibliotheken behorend." > > # Administration > Interface options >diff --git a/misc/translator/po/nl-NL-i-staff-t-prog-v-3006000.po b/misc/translator/po/nl-NL-i-staff-t-prog-v-3006000.po >index 1a0c5d3..82dcd64 100644 >--- a/misc/translator/po/nl-NL-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/nl-NL-i-staff-t-prog-v-3006000.po >@@ -17054,7 +17054,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20486,7 +20486,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/nl-NL-pref.po b/misc/translator/po/nl-NL-pref.po >index 8265c11..81668fe 100644 >--- a/misc/translator/po/nl-NL-pref.po >+++ b/misc/translator/po/nl-NL-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/nn-NO-i-staff-t-prog-v-3006000.po b/misc/translator/po/nn-NO-i-staff-t-prog-v-3006000.po >index accb509..c5f06e8 100644 >--- a/misc/translator/po/nn-NO-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/nn-NO-i-staff-t-prog-v-3006000.po >@@ -17062,7 +17062,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20519,7 +20519,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/nn-NO-pref.po b/misc/translator/po/nn-NO-pref.po >index 62137ec..460f10e 100644 >--- a/misc/translator/po/nn-NO-pref.po >+++ b/misc/translator/po/nn-NO-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/pbr-i-staff-t-prog-v-3006000.po b/misc/translator/po/pbr-i-staff-t-prog-v-3006000.po >index 4f320ab..0590ae5 100644 >--- a/misc/translator/po/pbr-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/pbr-i-staff-t-prog-v-3006000.po >@@ -15895,7 +15895,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, c-format >@@ -19028,7 +19028,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/pbr-pref.po b/misc/translator/po/pbr-pref.po >index f99b2ab..580745b 100644 >--- a/misc/translator/po/pbr-pref.po >+++ b/misc/translator/po/pbr-pref.po >@@ -1021,7 +1021,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -1059,7 +1059,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -1097,7 +1097,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/pl-PL-i-staff-t-prog-v-3006000.po b/misc/translator/po/pl-PL-i-staff-t-prog-v-3006000.po >index 9a2b018..6ae8987 100644 >--- a/misc/translator/po/pl-PL-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/pl-PL-i-staff-t-prog-v-3006000.po >@@ -17073,7 +17073,7 @@ msgstr "" > "%s %s "%s" jest dozwolony. %s "%s" jest zabroniony. %s " > ""%s" nie jest ani zabroniony, ani dozwolony. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20546,7 +20546,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/pl-PL-pref.po b/misc/translator/po/pl-PL-pref.po >index 1961216..4109ff4 100644 >--- a/misc/translator/po/pl-PL-pref.po >+++ b/misc/translator/po/pl-PL-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "niektóre" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Nie zezwalaj " > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "Nie zezwalaj" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "personelowi (nie dotyczy użytkowników superlibrarians) na modyfikacjÄ obiektów (rezerwacji, egzemplarzy, czytelników itp.) przypisanych do innych bibliotek." > > # Administration > Interface options >diff --git a/misc/translator/po/prs-i-staff-t-prog-v-3006000.po b/misc/translator/po/prs-i-staff-t-prog-v-3006000.po >index 2851559..4106c9e 100644 >--- a/misc/translator/po/prs-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/prs-i-staff-t-prog-v-3006000.po >@@ -15896,7 +15896,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, c-format >@@ -19029,7 +19029,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/prs-pref.po b/misc/translator/po/prs-pref.po >index 62a3e32..6c43586 100644 >--- a/misc/translator/po/prs-pref.po >+++ b/misc/translator/po/prs-pref.po >@@ -1453,7 +1453,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -1507,7 +1507,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -1561,7 +1561,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/pt-BR-i-staff-t-prog-v-3006000.po b/misc/translator/po/pt-BR-i-staff-t-prog-v-3006000.po >index 99e02e9..fe259ae 100644 >--- a/misc/translator/po/pt-BR-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/pt-BR-i-staff-t-prog-v-3006000.po >@@ -17079,7 +17079,7 @@ msgstr "" > "%s %s "%s" é permitido. %s "%s" é proibido. %s "%" > "s" não é permitido nem proibido. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20612,7 +20612,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/pt-BR-pref.po b/misc/translator/po/pt-BR-pref.po >index 14e72d8..a3cbbed 100644 >--- a/misc/translator/po/pt-BR-pref.po >+++ b/misc/translator/po/pt-BR-pref.po >@@ -155,16 +155,16 @@ msgid "admin.pref#DebugLevel# some" > msgstr "admin.pref#DebugLevel# alguns" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >-msgstr "admin.pref#IndependantBranches# Não impeça" >+msgid "admin.pref#IndependentBranches# Don't prevent" >+msgstr "admin.pref#IndependentBranches# Não impeça" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >-msgstr "admin.pref#IndependantBranches# Impedir" >+msgid "admin.pref#IndependentBranches# Prevent" >+msgstr "admin.pref#IndependentBranches# Impedir" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >-msgstr "admin.pref#IndependantBranches# equipe (bibliotecários, mas não super) de modificação de objetos (seguro, itens, clientes, etc) pertencentes a outras bibliotecas." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgstr "admin.pref#IndependentBranches# equipe (bibliotecários, mas não super) de modificação de objetos (seguro, itens, clientes, etc) pertencentes a outras bibliotecas." > > # Administration > Interface options > msgid "admin.pref#KohaAdminEmailAddress# Use" >diff --git a/misc/translator/po/pt-PT-i-staff-t-prog-v-3006000.po b/misc/translator/po/pt-PT-i-staff-t-prog-v-3006000.po >index 9b527e1..4f34a11 100644 >--- a/misc/translator/po/pt-PT-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/pt-PT-i-staff-t-prog-v-3006000.po >@@ -17063,7 +17063,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20531,7 +20531,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/pt-PT-pref.po b/misc/translator/po/pt-PT-pref.po >index 9d04451..ec0f9b2 100644 >--- a/misc/translator/po/pt-PT-pref.po >+++ b/misc/translator/po/pt-PT-pref.po >@@ -155,16 +155,16 @@ msgid "admin.pref#DebugLevel# some" > msgstr "admin.pref#DebugLevel# Alguns" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >-msgstr "admin.pref#IndependantBranches# Não evitar" >+msgid "admin.pref#IndependentBranches# Don't prevent" >+msgstr "admin.pref#IndependentBranches# Não evitar" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >-msgstr "admin.pref#IndependantBranches# Prevenir" >+msgid "admin.pref#IndependentBranches# Prevent" >+msgstr "admin.pref#IndependentBranches# Prevenir" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >-msgstr "admin.pref#IndependantBranches# pessoal (mas não superlibrarians) de modificação de objetos (segura, itens, clientes, etc) pertencentes a outras bibliotecas." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgstr "admin.pref#IndependentBranches# pessoal (mas não superlibrarians) de modificação de objetos (segura, itens, clientes, etc) pertencentes a outras bibliotecas." > > # Administration > Interface options > msgid "admin.pref#KohaAdminEmailAddress# Use" >diff --git a/misc/translator/po/ro-RO-i-staff-t-prog-v-3006000.po b/misc/translator/po/ro-RO-i-staff-t-prog-v-3006000.po >index 378f90b..0db1b33 100644 >--- a/misc/translator/po/ro-RO-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/ro-RO-i-staff-t-prog-v-3006000.po >@@ -17069,7 +17069,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20527,7 +20527,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/ro-RO-pref.po b/misc/translator/po/ro-RO-pref.po >index 24f04e8..4538088 100644 >--- a/misc/translator/po/ro-RO-pref.po >+++ b/misc/translator/po/ro-RO-pref.po >@@ -155,16 +155,16 @@ msgid "admin.pref#DebugLevel# some" > msgstr "admin.pref#DebugLevel# unele" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >-msgstr "admin.pref#IndependantBranches# Nu împiedicÄ" >+msgid "admin.pref#IndependentBranches# Don't prevent" >+msgstr "admin.pref#IndependentBranches# Nu împiedicÄ" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >-msgstr "admin.pref#IndependantBranches# ÃmpiedicÄ" >+msgid "admin.pref#IndependentBranches# Prevent" >+msgstr "admin.pref#IndependentBranches# ÃmpiedicÄ" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >-msgstr "admin.pref#IndependantBranches# personalul ( dar nu superbibilotecarii ) sÄ modifice obiecte ( deÅ£ineri, articole, patronii, etc) aparÅ£inând altor biblioteci." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgstr "admin.pref#IndependentBranches# personalul ( dar nu superbibilotecarii ) sÄ modifice obiecte ( deÅ£ineri, articole, patronii, etc) aparÅ£inând altor biblioteci." > > # Administration > Interface options > msgid "admin.pref#KohaAdminEmailAddress# Use" >diff --git a/misc/translator/po/ru-RU-i-staff-t-prog-v-3006000.po b/misc/translator/po/ru-RU-i-staff-t-prog-v-3006000.po >index 18ae109..ca27af6 100644 >--- a/misc/translator/po/ru-RU-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/ru-RU-i-staff-t-prog-v-3006000.po >@@ -17076,7 +17076,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20573,7 +20573,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/ru-RU-pref.po b/misc/translator/po/ru-RU-pref.po >index d16058a..c11f958 100644 >--- a/misc/translator/po/ru-RU-pref.po >+++ b/misc/translator/po/ru-RU-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "некоÑоÑое колиÑеÑÑво " > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Ðе пÑепÑÑÑÑвоваÑÑ " > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "ÐÑепÑÑÑÑвоваÑÑ " > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "пеÑÑÐ¾Ð½Ð°Ð»Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñеки (кÑоме ÑÑпеÑбиблиоÑекаÑей) изменÑÑÑ Ð¾Ð±ÑекÑÑ (ÑезеÑвиÑование, ÑкземплÑÑÑ, поÑеÑиÑели и Ñ.д.), пÑинадлежаÑие дÑÑгим библиоÑекам." > > # Administration > Interface options >diff --git a/misc/translator/po/sd-PK-i-staff-t-prog-v-3006000.po b/misc/translator/po/sd-PK-i-staff-t-prog-v-3006000.po >index e3443d2..4aa3a83 100644 >--- a/misc/translator/po/sd-PK-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/sd-PK-i-staff-t-prog-v-3006000.po >@@ -17053,7 +17053,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20485,7 +20485,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/sd-PK-pref.po b/misc/translator/po/sd-PK-pref.po >index cd8be43..f1b7b48 100644 >--- a/misc/translator/po/sd-PK-pref.po >+++ b/misc/translator/po/sd-PK-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/sk-SK-i-staff-t-prog-v-3006000.po b/misc/translator/po/sk-SK-i-staff-t-prog-v-3006000.po >index c013043..4a599e3 100644 >--- a/misc/translator/po/sk-SK-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/sk-SK-i-staff-t-prog-v-3006000.po >@@ -15902,7 +15902,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, fuzzy, c-format >@@ -19049,7 +19049,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/sk-SK-pref.po b/misc/translator/po/sk-SK-pref.po >index 98e1671..7461819 100644 >--- a/misc/translator/po/sk-SK-pref.po >+++ b/misc/translator/po/sk-SK-pref.po >@@ -292,7 +292,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -303,7 +303,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -314,7 +314,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/sl-SI-i-staff-t-prog-v-3006000.po b/misc/translator/po/sl-SI-i-staff-t-prog-v-3006000.po >index 392ab95..1088134 100644 >--- a/misc/translator/po/sl-SI-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/sl-SI-i-staff-t-prog-v-3006000.po >@@ -15895,7 +15895,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, c-format >@@ -19028,7 +19028,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/sl-SI-pref.po b/misc/translator/po/sl-SI-pref.po >index 77283bf..7d1f6be 100644 >--- a/misc/translator/po/sl-SI-pref.po >+++ b/misc/translator/po/sl-SI-pref.po >@@ -346,7 +346,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -359,7 +359,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -372,7 +372,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/sq-AL-i-staff-t-prog-v-3006000.po b/misc/translator/po/sq-AL-i-staff-t-prog-v-3006000.po >index 30b8d3b..d406fd6 100644 >--- a/misc/translator/po/sq-AL-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/sq-AL-i-staff-t-prog-v-3006000.po >@@ -15896,7 +15896,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, c-format >@@ -19029,7 +19029,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/sq-AL-pref.po b/misc/translator/po/sq-AL-pref.po >index b5a9ab1..ca324db 100644 >--- a/misc/translator/po/sq-AL-pref.po >+++ b/misc/translator/po/sq-AL-pref.po >@@ -1750,7 +1750,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -1815,7 +1815,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -1880,7 +1880,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/sr-Cyrl-i-staff-t-prog-v-3006000.po b/misc/translator/po/sr-Cyrl-i-staff-t-prog-v-3006000.po >index eb8dbf7..024b368 100644 >--- a/misc/translator/po/sr-Cyrl-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/sr-Cyrl-i-staff-t-prog-v-3006000.po >@@ -15895,7 +15895,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, c-format >@@ -19028,7 +19028,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/sr-Cyrl-pref.po b/misc/translator/po/sr-Cyrl-pref.po >index 0458065..b528647 100644 >--- a/misc/translator/po/sr-Cyrl-pref.po >+++ b/misc/translator/po/sr-Cyrl-pref.po >@@ -1102,7 +1102,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -1143,7 +1143,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -1184,7 +1184,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/sv-SE-i-staff-t-prog-v-3006000.po b/misc/translator/po/sv-SE-i-staff-t-prog-v-3006000.po >index f35e99a..ac264ff 100644 >--- a/misc/translator/po/sv-SE-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/sv-SE-i-staff-t-prog-v-3006000.po >@@ -17054,7 +17054,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20486,7 +20486,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/sv-SE-pref.po b/misc/translator/po/sv-SE-pref.po >index 8f97b28..5f4b1ea 100644 >--- a/misc/translator/po/sv-SE-pref.po >+++ b/misc/translator/po/sv-SE-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/ta-LK-i-staff-t-prog-v-3006000.po b/misc/translator/po/ta-LK-i-staff-t-prog-v-3006000.po >index 3e7236e..f65a1f2 100644 >--- a/misc/translator/po/ta-LK-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/ta-LK-i-staff-t-prog-v-3006000.po >@@ -15895,7 +15895,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, c-format >@@ -19028,7 +19028,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/ta-LK-pref.po b/misc/translator/po/ta-LK-pref.po >index b14606e..a66257d 100644 >--- a/misc/translator/po/ta-LK-pref.po >+++ b/misc/translator/po/ta-LK-pref.po >@@ -616,7 +616,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -639,7 +639,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -662,7 +662,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/tet-i-staff-t-prog-v-3006000.po b/misc/translator/po/tet-i-staff-t-prog-v-3006000.po >index efd6f4e..0935902 100644 >--- a/misc/translator/po/tet-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/tet-i-staff-t-prog-v-3006000.po >@@ -17074,7 +17074,7 @@ msgstr "" > "%s %s "%s" bele. %s "%s" labele. %s "%s" nein " > "permite ka la permite. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20581,7 +20581,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/tet-pref.po b/misc/translator/po/tet-pref.po >index 0abd03e..8712ea1 100644 >--- a/misc/translator/po/tet-pref.po >+++ b/misc/translator/po/tet-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/th-THA-i-staff-t-prog-v-3006000.po b/misc/translator/po/th-THA-i-staff-t-prog-v-3006000.po >index 3ca9cc7..cc67518 100644 >--- a/misc/translator/po/th-THA-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/th-THA-i-staff-t-prog-v-3006000.po >@@ -17054,7 +17054,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20486,7 +20486,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/th-THA-pref.po b/misc/translator/po/th-THA-pref.po >index 079056e..5ee9f4d 100644 >--- a/misc/translator/po/th-THA-pref.po >+++ b/misc/translator/po/th-THA-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/tl-PH-pref.po b/misc/translator/po/tl-PH-pref.po >index ec0649c..5556ff6 100644 >--- a/misc/translator/po/tl-PH-pref.po >+++ b/misc/translator/po/tl-PH-pref.po >@@ -1534,7 +1534,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -1591,7 +1591,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -1648,7 +1648,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/tr-TR-i-staff-t-prog-v-3006000.po b/misc/translator/po/tr-TR-i-staff-t-prog-v-3006000.po >index fcdfd2d..35c07f2 100644 >--- a/misc/translator/po/tr-TR-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/tr-TR-i-staff-t-prog-v-3006000.po >@@ -17069,7 +17069,7 @@ msgstr "" > "%s %s "%s" Ä°zin verilmiÅ. %s "%s" yasak. %s "%" > "s" is ne izin verilmiÅ ne de yasak. %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20552,7 +20552,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/tr-TR-pref.po b/misc/translator/po/tr-TR-pref.po >index 65544ed..269fa81 100644 >--- a/misc/translator/po/tr-TR-pref.po >+++ b/misc/translator/po/tr-TR-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "admin.pref#DebugLevel# bazı" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >-msgstr "admin.pref#IndependantBranches# Engelleme" >+msgid "admin.pref#IndependentBranches# Don't prevent" >+msgstr "admin.pref#IndependentBranches# Engelleme" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >-msgstr "admin.pref#IndependantBranches# Engelle" >+msgid "admin.pref#IndependentBranches# Prevent" >+msgstr "admin.pref#IndependentBranches# Engelle" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/uk-UA-i-staff-t-prog-v-3006000.po b/misc/translator/po/uk-UA-i-staff-t-prog-v-3006000.po >index 92141a1..3b9df6e 100644 >--- a/misc/translator/po/uk-UA-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/uk-UA-i-staff-t-prog-v-3006000.po >@@ -17077,7 +17077,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, fuzzy, c-format >@@ -20576,7 +20576,7 @@ msgstr "%s %s %s %s(%s)" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, fuzzy, c-format >diff --git a/misc/translator/po/uk-UA-pref.po b/misc/translator/po/uk-UA-pref.po >index d250ad0..9adb5be 100644 >--- a/misc/translator/po/uk-UA-pref.po >+++ b/misc/translator/po/uk-UA-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "деÑÐºÑ ÐºÑлÑкÑÑÑÑ " > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "Ðе пеÑеÑкоджаÑи " > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "ÐеÑеÑкоджаÑи " > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "пеÑÑÐ¾Ð½Ð°Ð»Ñ Ð±ÑблÑоÑеки (окÑÑм ÑÑпеÑбÑблÑоÑекаÑÑв) змÑнÑваÑи обâÑкÑи (ÑезеÑвÑваннÑ, пÑимÑÑники, вÑдвÑдÑваÑÑ ÑоÑо), Ñо належаÑÑ ÑнÑим бÑблÑоÑекам." > > # Administration > Interface options >diff --git a/misc/translator/po/ur-Arab-i-staff-t-prog-v-3006000.po b/misc/translator/po/ur-Arab-i-staff-t-prog-v-3006000.po >index f2e0158..d9520e2 100644 >--- a/misc/translator/po/ur-Arab-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/ur-Arab-i-staff-t-prog-v-3006000.po >@@ -17054,7 +17054,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:59 > #, c-format >@@ -20486,7 +20486,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/ur-Arab-pref.po b/misc/translator/po/ur-Arab-pref.po >index acd7e31..25de8cd 100644 >--- a/misc/translator/po/ur-Arab-pref.po >+++ b/misc/translator/po/ur-Arab-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/vi-VN-i-staff-t-prog-v-3006000.po b/misc/translator/po/vi-VN-i-staff-t-prog-v-3006000.po >index 4f320ab..0590ae5 100644 >--- a/misc/translator/po/vi-VN-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/vi-VN-i-staff-t-prog-v-3006000.po >@@ -15895,7 +15895,7 @@ msgid "" > "%s" is neither permitted nor prohibited. %s %s " > msgstr "" > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > #, c-format >@@ -19028,7 +19028,7 @@ msgstr "" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > #, c-format >diff --git a/misc/translator/po/vi-VN-pref.po b/misc/translator/po/vi-VN-pref.po >index 66a5453..6af6db9 100644 >--- a/misc/translator/po/vi-VN-pref.po >+++ b/misc/translator/po/vi-VN-pref.po >@@ -994,7 +994,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "" > > # Administration > Login options >@@ -1031,7 +1031,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "" > > # Administration > Login options >@@ -1068,7 +1068,7 @@ msgstr "" > # Administration > Login options > # Administration > Login options > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "" > > # Administration > Interface options >diff --git a/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po b/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po >index d8162d0..3f43c47 100644 >--- a/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po >@@ -16518,7 +16518,7 @@ msgstr "" > "%s %s "%s" å¯ä»¥ä½¿ç¨ã %s "%s" ç¦æ¢ä½¿ç¨ã %s "%" > "s" æ¢ä¸å许ä¹ä¸ç¦æ¢ã %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > msgid "%s %s (" >@@ -19763,7 +19763,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > msgid "%s%s %s%s " >diff --git a/misc/translator/po/zh-Hans-CN-pref.po b/misc/translator/po/zh-Hans-CN-pref.po >index 3ac57ae..2a2e046 100644 >--- a/misc/translator/po/zh-Hans-CN-pref.po >+++ b/misc/translator/po/zh-Hans-CN-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "é¨ä»½" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "ä¸ç¦æ¢" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "ç¦æ¢" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "é¦åï¼ä¸åå«è¶çº§é¦åï¼ä¿®æ¹å¶ä»å¾ä¹¦é¦çä¿¡æ¯ï¼é¢çº¦ãé¦èã读èçï¼ã" > > # Administration > Interface options >diff --git a/misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3006000.po b/misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3006000.po >index 67ef0bc..893f8ed 100644 >--- a/misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3006000.po >+++ b/misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3006000.po >@@ -16519,7 +16519,7 @@ msgstr "" > "%s %s "%s" å¯ä»¥ä½¿ç¨ã %s "%s" ç¦æ¢ä½¿ç¨ã %s "%" > "s" æ¢ä¸å許ä¹ä¸ç¦æ¢ã %s %s " > >-#. %1$s: IF ( IndependantBranches ) >+#. %1$s: IF ( IndependentBranches ) > #. %2$s: IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) > #: intranet-tmpl/prog/en/includes/header.inc:53 > msgid "%s %s (" >@@ -19764,7 +19764,7 @@ msgstr "%s%s %s%s" > > #. %1$s: IF ( AutoLocation ) > #. %2$s: ELSE >-#. %3$s: IF ( IndependantBranches ) >+#. %3$s: IF ( IndependentBranches ) > #. %4$s: ELSE > #: intranet-tmpl/prog/en/modules/auth.tt:49 > msgid "%s%s %s%s " >diff --git a/misc/translator/po/zh-Hans-TW-pref.po b/misc/translator/po/zh-Hans-TW-pref.po >index af328c9..254b15a 100644 >--- a/misc/translator/po/zh-Hans-TW-pref.po >+++ b/misc/translator/po/zh-Hans-TW-pref.po >@@ -155,15 +155,15 @@ msgid "admin.pref#DebugLevel# some" > msgstr "é¨ä»½" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Don't prevent" >+msgid "admin.pref#IndependentBranches# Don't prevent" > msgstr "ä¸ç¦æ¢" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# Prevent" >+msgid "admin.pref#IndependentBranches# Prevent" > msgstr "ç¦æ¢" > > # Administration > Login options >-msgid "admin.pref#IndependantBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." >+msgid "admin.pref#IndependentBranches# staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries." > msgstr "館å¡(ä¸å«è¶ç´åæ¸é¤¨å¡)ä¿®æ¹å¶ä»åæ¸é¤¨çç©ä»¶(é ç´ã館èãè®èç)ã" > > # Administration > Interface options >diff --git a/reserve/request.pl b/reserve/request.pl >index 5bcaca2..5d82e32 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -426,7 +426,7 @@ foreach my $biblionumber (@biblionumbers) { > > # if independent branches is on we need to check if the person can reserve > # for branches they arent logged in to >- if ( C4::Context->preference("IndependantBranches") ) { >+ if ( C4::Context->preference("IndependentBranches") ) { > if (! C4::Context->preference("canreservefromotherbranches")){ > # cant reserve items so need to check if item homebranch and userenv branch match if not we cant reserve > my $userenv = C4::Context->userenv; >diff --git a/serials/member-search.pl b/serials/member-search.pl >index ecbb94f..17c19d5 100755 >--- a/serials/member-search.pl >+++ b/serials/member-search.pl >@@ -82,7 +82,7 @@ if (defined $member) { > > my ($count,$results); > >-if (C4::Context->preference("IndependantBranches")){ >+if (C4::Context->preference("IndependentBranches")){ > if (C4::Context->userenv && C4::Context->userenv->{flags} % 2 !=1 && C4::Context->userenv->{'branch'}){ > $$patron{branchcode}=C4::Context->userenv->{'branch'}; > } >diff --git a/serials/subscription-add.pl b/serials/subscription-add.pl >index 10bccd1..1959b23 100755 >--- a/serials/subscription-add.pl >+++ b/serials/subscription-add.pl >@@ -120,7 +120,7 @@ if ($op eq 'modify' || $op eq 'dup' || $op eq 'modsubscription') { > } > } > >-my $onlymine=C4::Context->preference('IndependantBranches') && >+my $onlymine=C4::Context->preference('IndependentBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags} % 2 !=1 && > C4::Context->userenv->{branch}; >diff --git a/serials/subscription-detail.pl b/serials/subscription-detail.pl >index 8bfee43..fc57d89 100755 >--- a/serials/subscription-detail.pl >+++ b/serials/subscription-detail.pl >@@ -162,7 +162,7 @@ $template->param( > routing => C4::Context->preference("RoutingSerials"), > totalissues => $totalissues, > hemisphere => $hemisphere, >- cannotedit =>(C4::Context->preference('IndependantBranches') && >+ cannotedit =>(C4::Context->preference('IndependentBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags} % 2 !=1 && > C4::Context->userenv->{branch} && $subs->{branchcode} && >diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl >index b4f4d37..4788266 100755 >--- a/suggestion/suggestion.pl >+++ b/suggestion/suggestion.pl >@@ -276,7 +276,7 @@ if(defined($returnsuggested) and $returnsuggested ne "noone") > > #branch display management > my $branchfilter = ($displayby ne "branchcode") ? $input->param('branchcode') : ''; >-my $onlymine=C4::Context->preference('IndependantBranches') && >+my $onlymine=C4::Context->preference('IndependentBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags}!=1 && > C4::Context->userenv->{branch}; >diff --git a/t/db_dependent/Members.t b/t/db_dependent/Members.t >index 58c0d37..634ac0c 100755 >--- a/t/db_dependent/Members.t >+++ b/t/db_dependent/Members.t >@@ -29,7 +29,7 @@ my $PHONE = "555-12123"; > # XXX should be randomised and checked against the database > my $IMPOSSIBLE_CARDNUMBER = "XYZZZ999"; > >-my $INDEPENDENT_BRANCHES_PREF = 'IndependantBranches'; >+my $INDEPENDENT_BRANCHES_PREF = 'IndependentBranches'; > > # XXX make a non-commit transaction and rollback rather than insert/delete > >diff --git a/t/db_dependent/lib/KohaTest/Acquisition.pm b/t/db_dependent/lib/KohaTest/Acquisition.pm >index e7618c9..c859038 100644 >--- a/t/db_dependent/lib/KohaTest/Acquisition.pm >+++ b/t/db_dependent/lib/KohaTest/Acquisition.pm >@@ -119,7 +119,7 @@ sub enable_independant_branches { > ); > > # set a preference. There's surely a method for this, but I can't find it. >- my $retval = C4::Context->dbh->do( q(update systempreferences set value = '1' where variable = 'IndependantBranches') ); >+ my $retval = C4::Context->dbh->do( q(update systempreferences set value = '1' where variable = 'IndependentBranches') ); > ok( $retval, 'set the preference' ); > > ok( C4::Context->userenv, 'usernev' ); >@@ -133,7 +133,7 @@ sub enable_independant_branches { > sub disable_independant_branches { > my $self = shift; > >- my $retval = C4::Context->dbh->do( q(update systempreferences set value = '0' where variable = 'IndependantBranches') ); >+ my $retval = C4::Context->dbh->do( q(update systempreferences set value = '0' where variable = 'IndependentBranches') ); > ok( $retval, 'set the preference back' ); > > >diff --git a/t/db_dependent/lib/KohaTest/Acquisition/GetHistory.pm b/t/db_dependent/lib/KohaTest/Acquisition/GetHistory.pm >index a2c0ed2..8191723 100644 >--- a/t/db_dependent/lib/KohaTest/Acquisition/GetHistory.pm >+++ b/t/db_dependent/lib/KohaTest/Acquisition/GetHistory.pm >@@ -180,7 +180,7 @@ sub one_order : Test( 55 ) { > is( $total_qtyreceived, 0, 'total_qtyreceived searched by from_date' ); > } > >- # set up some things necessary to make GetHistory use the IndependantBranches >+ # set up some things necessary to make GetHistory use the IndependentBranches > $self->enable_independant_branches(); > > # just search by title here, we need to search by something. >diff --git a/t/db_dependent/lib/KohaTest/Acquisition/GetLateOrders.pm b/t/db_dependent/lib/KohaTest/Acquisition/GetLateOrders.pm >index a2f95ea..cc7fdaa 100644 >--- a/t/db_dependent/lib/KohaTest/Acquisition/GetLateOrders.pm >+++ b/t/db_dependent/lib/KohaTest/Acquisition/GetLateOrders.pm >@@ -80,7 +80,7 @@ sub one_order : Test( 29 ) { > or diag( Data::Dumper->Dump( [ \@orders ], [ 'orders' ] ) ); > } > >- # set up some things necessary to make GetLateOrders use the IndependantBranches >+ # set up some things necessary to make GetLateOrders use the IndependentBranches > $self->enable_independant_branches(); > > { >diff --git a/tools/batchMod.pl b/tools/batchMod.pl >index e416d44..c299487 100755 >--- a/tools/batchMod.pl >+++ b/tools/batchMod.pl >@@ -318,7 +318,7 @@ foreach my $tag (sort keys %{$tagslib}) { > $value =~ s/DD/$day/g; > } > $subfield_data{visibility} = "display:none;" if (($tagslib->{$tag}->{$subfield}->{hidden} > 4) || ($tagslib->{$tag}->{$subfield}->{hidden} < -4)); >- # testing branch value if IndependantBranches. >+ # testing branch value if IndependentBranches. > > my $attributes_no_value = qq(tabindex="1" id="$subfield_data{id}" name="field_value" class="input_marceditor" size="67" maxlength="255" ); > my $attributes = qq($attributes_no_value value="$value" ); >@@ -492,7 +492,7 @@ sub BuildItemsData{ > foreach my $field (grep {$_->tag() eq $itemtagfield} $itemmarc->fields()) { > # loop through each subfield > my $itembranchcode=$field->subfield($branchtagsubfield); >- if ($itembranchcode && C4::Context->preference("IndependantBranches")) { >+ if ($itembranchcode && C4::Context->preference("IndependentBranches")) { > #verifying rights > my $userenv = C4::Context->userenv(); > unless (($userenv->{'flags'} == 1) or (($userenv->{'branch'} eq $itembranchcode))){ >diff --git a/tools/export.pl b/tools/export.pl >index d634419..0e05e3a 100755 >--- a/tools/export.pl >+++ b/tools/export.pl >@@ -118,13 +118,13 @@ my ( $template, $loggedinuser, $cookie, $flags ) = get_template_and_user( > ); > > my $limit_ind_branch = >- ( C4::Context->preference('IndependantBranches') >+ ( C4::Context->preference('IndependentBranches') > && C4::Context->userenv > && !( C4::Context->userenv->{flags} & 1 ) > && C4::Context->userenv->{branch} ) ? 1 : 0; > > my $branch = $query->param("branch") || ''; >-if ( C4::Context->preference("IndependantBranches") >+if ( C4::Context->preference("IndependentBranches") > && C4::Context->userenv > && !( C4::Context->userenv->{flags} & 1 ) ) > { >diff --git a/tools/holidays.pl b/tools/holidays.pl >index bb04988..38c889d 100755 >--- a/tools/holidays.pl >+++ b/tools/holidays.pl >@@ -57,7 +57,7 @@ $keydate =~ s/-/\//g; > > my $branch= $input->param('branch') || C4::Context->userenv->{'branch'}; > # Set all the branches. >-my $onlymine=(C4::Context->preference('IndependantBranches') && >+my $onlymine=(C4::Context->preference('IndependentBranches') && > C4::Context->userenv && > C4::Context->userenv->{flags} % 2 !=1 && > C4::Context->userenv->{branch}?1:0); >diff --git a/tools/letter.pl b/tools/letter.pl >index 68c6701..7582e66 100755 >--- a/tools/letter.pl >+++ b/tools/letter.pl >@@ -106,7 +106,7 @@ our ( $template, $borrowernumber, $cookie, $staffflags ) = get_template_and_user > } > ); > >-our $my_branch = C4::Context->preference("IndependantBranches") && !$staffflags->{'superlibrarian'} >+our $my_branch = C4::Context->preference("IndependentBranches") && !$staffflags->{'superlibrarian'} > ? C4::Context->userenv()->{'branch'} > : undef; > # we show only the TMPL_VAR names $op >-- >1.7.7.6
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10080
:
17556
|
17588
|
18044
|
18155
|
18273
|
18307
|
18308