export class ItemLocationSelectComponent
implements OnInit, AfterViewInit, ControlValueAccessor {
- // Limit copy locations to those owned at or above org units where
+ // Limit shelving locations to those owned at or above org units where
// the user has work permissions for the provided permission code.
@Input() permFilter: string;
- // Limit copy locations to those owned at or above this org unit.
+ // Limit shelving locations to those owned at or above this org unit.
@Input() contextOrgId: number;
@Input() orgUnitLabelField = 'shortname';
const search: any = {deleted: 'f'};
if (this.startId) {
- // Guarantee we have the load-time copy location, which
+ // Guarantee we have the load-time shelving location, which
// may not be included in the org-scoped set of locations
// we fetch by default.
search['-or'] = [
<desc xml:lang="en-US"> The non-cataloged type object already exists </desc>
</event>
<event code='1701' textcode='COPY_LOCATION_EXISTS'>
- <desc xml:lang="en-US"> The copy location object already exists </desc>
+ <desc xml:lang="en-US"> The shelving location object already exists </desc>
</event>
<event code='1716' textcode='COPY_LOCATION_NOT_EMPTY'>
- <desc xml:lang="en-US"> The copy location is not empty </desc>
+ <desc xml:lang="en-US"> The shelving location is not empty </desc>
</event>
<event code='1717' textcode='COPY_LOCATION_NOT_FOUND'>
- <desc xml:lang="en-US"> The copy location does not exist </desc>
+ <desc xml:lang="en-US"> The shelving location does not exist </desc>
</event>
<event code='1702' textcode='OPEN_CIRCULATION_EXISTS'>
<desc xml:lang="en-US"> There is an open circulation on the requested item </desc>
</event>
<event code='7017' textcode='ROUTE_TO_COPY_LOCATION'>
<desc xml:lang="en-US">
- A copy needs to be routed to a copy location. The location
+ A copy needs to be routed to a shelving location. The location
should be specified within the event with a 'location' key
</desc>
</event>
my $cp_base_org = $base_org;
if ($compiled{owning_lib}) {
- # start looking for copy locations at the copy
+ # start looking for shelving locations at the copy
# owning lib instaed of the upload context org
$cp_base_org = $compiled{owning_lib};
}
$org = $mgr->editor->retrieve_actor_org_unit($org)->parent_ou;
}
}
- return $killme->("Invalid copy location $name") unless $loc;
+ return $killme->("Invalid shelving location $name") unless $loc;
$compiled{copy_location} = $loc;
$mgr->cache($cp_base_org, "copy_loc.$name", $loc);
}
method => 'cl_retrieve_all',
argc => 2,
signature => q/
- Retrieves the ranged set of copy locations for the requested org.
- If no org is provided, all copy locations are returned
+ Retrieves the ranged set of shelving locations for the requested org.
+ If no org is provided, all shelving locations are returned
@param orgId The org location id
@param noi18n No i18n in result
@param flesh_owning_lib Flesh owning lib in results
- @return An array of copy location objects
+ @return An array of shelving location objects
/);
sub cl_retrieve_all {
"method" => "cl_retrieve_distinct",
"stream" => 1,
"argc" => 0,
- "signature" => q/Retrieve copy locations with distinct names globally/
+ "signature" => q/Retrieve shelving locations with distinct names globally/
);
sub cl_retrieve_distinct {
method => 'cl_create',
argc => 2,
signature => q/
- Creates a new copy location. Requestor must have the CREATE_COPY_LOCATION
+ Creates a new shelving location. Requestor must have the CREATE_COPY_LOCATION
permission at the location specified on the new location object
@param authtoken The login session key
- @param copyLoc The new copy location object
+ @param copyLoc The new shelving location object
@return The if of the new location object on success, event on error
/);
method => 'cl_delete',
argc => 2,
signature => q/
- Deletes a copy location. Requestor must have the
+ Deletes a shelving location. Requestor must have the
DELETE_COPY_LOCATION permission.
@param authtoken The login session key
- @param id The copy location object id
+ @param id The shelving location object id
@return 1 on success, event on error
/);
method => 'cl_update',
argc => 2,
signature => q/
- Updates a copy location object. Requestor must have
+ Updates a shelving location object. Requestor must have
the UPDATE_COPY_LOCATION permission
@param authtoken The login session key
- @param copyLoc The copy location object
+ @param copyLoc The shelving location object
@return 1 on success, event on error
/);
my $e = new_editor(authtoken=>$auth, xact=>1);
return $e->die_event unless $e->checkauth;
- # check permissions against the original copy location
+ # check permissions against the original shelving location
my $orig_loc = $e->retrieve_asset_copy_location($location->id)
or return $e->die_event;
org_unit
-- context org unit ID
copy_location_group
- -- copy location filter ID
+ -- shelving location filter ID
limit
-- return this many results
pivot
desc => 'Array of statuses to filter copies by, optional and can be undef.',
type => 'array' },
{ name => 'locations',
- desc => 'Array of copy locations to filter copies by, optional and can be undef.',
+ desc => 'Array of shelving locations to filter copies by, optional and can be undef.',
type => 'array' },
],
return => {
# Fetch a list of issuances with received copies already existing
# on this distribution (and with the same holding type on the
# issuance). This will be used in up to two places: once when building
- # a summary, once when changing the copy location of the previous
+ # a summary, once when changing the shelving location of the previous
# issuance's copy.
# manually flesh distribution if not present
return $issuances_received;
}
- # Find out if we need to to deal with previous copy location changing.
+ # Find out if we need to to deal with previous shelving location changing.
my $ou = $sdist->holding_lib;
unless (exists $prev_loc_setting_map->{$ou}) {
$prev_loc_setting_map->{$ou} = $U->ou_ancestor_setting_value(
);
}
- # If there is a previous copy location setting, we need the previous
+ # If there is a previous shelving location setting, we need the previous
# issuance, from which we can in turn look up the item attached to the
# same stream we're on now.
if ($prev_loc_setting_map->{$ou}) {
if (my $prev_iss =
_previous_issuance($issuances_received, $item->issuance)) {
- # Now we can change the copy location of the previous unit,
+ # Now we can change the shelving location of the previous unit,
# if needed.
return $editor->event if defined $U->event_code(
move_previous_unit(
# Fetch a list of issuances with received copies already existing
# on this distribution (and with the same holding type on the
# issuance). This will be used in up to two places: once when building
- # a summary, once when changing the copy location of the previous
+ # a summary, once when changing the shelving location of the previous
# issuance's copy.
my $issuances_received = _issuances_received($e, $item);
if ($U->event_code($issuances_received)) {
return $issuances_received;
}
- # Find out if we need to to deal with previous copy location changing.
+ # Find out if we need to to deal with previous shelving location changing.
my $ou = $sdist->holding_lib->id;
unless (exists $prev_loc_setting_map->{$ou}) {
$prev_loc_setting_map->{$ou} = $U->ou_ancestor_setting_value(
);
}
- # If there is a previous copy location setting, we need the previous
+ # If there is a previous shelving location setting, we need the previous
# issuance, from which we can in turn look up the item attached to the
# same stream we're on now.
if ($prev_loc_setting_map->{$ou}) {
if (my $prev_iss =
_previous_issuance($issuances_received, $item->issuance)) {
- # Now we can change the copy location of the previous unit,
+ # Now we can change the shelving location of the previous unit,
# if needed.
return $e->event if defined $U->event_code(
move_previous_unit(
if ($ctype->filter_by_copy_location eq 't') {
if (scalar(@$locs) < 1) {
- $logger->error("Carousel for bucket $bucket is misconfigured; copy location filter expected but none specified");
+ $logger->error("Carousel for bucket $bucket is misconfigured; shelving location filter expected but none specified");
return 0;
}
my $loc_placeholders = join(',', map { '?' } @$locs);
desc => 'Array of statuses to filter copies by, optional and can be undef.',
type => 'array' },
{ name => 'locations',
- desc => 'Array of copy locations to filter copies by, optional and can be undef.',
+ desc => 'Array of shelving locations to filter copies by, optional and can be undef.',
type => 'array' },
],
'return' =>
desc => 'Array of statuses to filter copies by, optional and can be undef.',
type => 'array' },
{ name => 'locations',
- desc => 'Array of copy locations to filter copies by, optional and can be undef.',
+ desc => 'Array of shelving locations to filter copies by, optional and can be undef.',
type => 'array' },
],
'return' =>
desc => 'Array of statuses to filter copies by, optional and can be undef.',
type => 'array' },
{ name => 'locations',
- desc => 'Array of copy locations to filter copies by, optional and can be undef.',
+ desc => 'Array of shelving locations to filter copies by, optional and can be undef.',
type => 'array' },
],
'return' =>
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
desc => 'Array of statuses to filter copies by, optional and can be undef.',
type => 'array' },
{ name => 'locations',
- desc => 'Array of copy locations to filter copies by, optional and can be undef.',
+ desc => 'Array of shelving locations to filter copies by, optional and can be undef.',
type => 'array' },
],
'return' =>
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
{ name => 'page_size', desc => 'Count of records to retrieve, default is 9', type => 'number' },
{ name => 'page', desc => 'The page of records retrieved, calculated based on page_size. Can be positive, negative or 0.', type => 'number' },
{ name => 'statuses', desc => 'Array of statuses to filter copies by, optional and can be undef.', type => 'array' },
- { name => 'locations', desc => 'Array of copy locations to filter copies by, optional and can be undef.', type => 'array' }, ],
+ { name => 'locations', desc => 'Array of shelving locations to filter copies by, optional and can be undef.', type => 'array' }, ],
'return' => { desc => 'Record IDs that have copies at the relevant org units', type => 'array' }
}
);
desc => 'Array of statuses to filter copies by, optional and can be undef.',
type => 'array' },
{ name => 'locations',
- desc => 'Array of copy locations to filter copies by, optional and can be undef.',
+ desc => 'Array of shelving locations to filter copies by, optional and can be undef.',
type => 'array' },
],
'return' =>
}
},
- # given a call number, returns the copy location with the most copies
+ # given a call number, returns the shelving location with the most copies
get_most_populous_location => sub {
my $acn_id = shift;
$self->{hold} = $self->fetch_hold;
- # use the non-translated version of the copy location as the
+ # use the non-translated version of the shelving location as the
# collection code, since it may be used for additional routing
# purposes by the SIP client. Config option?
$self->{collection_code} =
}
}
-# Extracts the copy location org unit and group from the
+# Extracts the shelving location org unit and group from the
# "logc" param, which takes the form org_id:grp_id.
sub extract_copy_location_group_info {
my $self = shift;
CONSTRAINT cm_once_per_set UNIQUE (limit_set, circ_mod)
);
--- Linkage between limit sets and copy locations
+-- Linkage between limit sets and shelving locations
CREATE TABLE config.circ_limit_set_copy_loc_map (
id SERIAL PRIMARY KEY,
limit_set INT NOT NULL REFERENCES config.circ_limit_set (id) ON DELETE CASCADE DEFERRABLE INITIALLY DEFERRED,
( 70, 'COPY_CHECKOUT', oils_i18n_gettext( 70,
'Allow a user to check out a copy', 'ppl', 'description' )),
( 71, 'CREATE_COPY_LOCATION', oils_i18n_gettext( 71,
- 'Allow a user to create a new copy location', 'ppl', 'description' )),
+ 'Allow a user to create a new shelving location', 'ppl', 'description' )),
( 72, 'UPDATE_COPY_LOCATION', oils_i18n_gettext( 72,
- 'Allow a user to update a copy location', 'ppl', 'description' )),
+ 'Allow a user to update a shelving location', 'ppl', 'description' )),
( 73, 'DELETE_COPY_LOCATION', oils_i18n_gettext( 73,
- 'Allow a user to delete a copy location', 'ppl', 'description' )),
+ 'Allow a user to delete a shelving location', 'ppl', 'description' )),
( 74, 'CREATE_COPY_TRANSIT', oils_i18n_gettext( 74,
'Allow a user to create a transit_copy object for transiting a copy', 'ppl', 'description' )),
( 75, 'COPY_TRANSIT_RECEIVE', oils_i18n_gettext( 75,
( 202, 'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT', oils_i18n_gettext( 202,
'Allows staff to manually change a patron''s claims never checkout out count', 'ppl', 'description' )),
( 203, 'ADMIN_COPY_LOCATION_ORDER', oils_i18n_gettext( 203,
- 'Allow a user to create/view/update/delete a copy location order', 'ppl', 'description' )),
+ 'Allow a user to create/view/update/delete a shelving location order', 'ppl', 'description' )),
( 204, 'ASSIGN_GROUP_PERM', oils_i18n_gettext( 204,
'ASSIGN_GROUP_PERM', 'ppl', 'description' )),
( 205, 'CREATE_AUDIENCE', oils_i18n_gettext( 205,
( 532, 'VIEW_ADDRESS_ALERT', oils_i18n_gettext( 532,
'Allows a user to view address alerts', 'ppl', 'description' )),
( 533, 'ADMIN_COPY_LOCATION_GROUP', oils_i18n_gettext( 533,
- 'Allows a user to create/retrieve/update/delete copy location groups', 'ppl', 'description' )),
+ 'Allows a user to create/retrieve/update/delete shelving location groups', 'ppl', 'description' )),
( 534, 'ADMIN_USER_ACTIVITY_TYPE', oils_i18n_gettext( 534,
'Allows a user to create/retrieve/update/delete user activity types', 'ppl', 'description' )),
( 535, 'VIEW_TRIGGER_EVENT', oils_i18n_gettext( 535,
,( 'acq.default_copy_location', 'acq',
oils_i18n_gettext('acq.default_copy_location',
- 'Default copy location',
+ 'Default shelving location',
'coust', 'label'),
oils_i18n_gettext('acq.default_copy_location',
- 'Default copy location',
+ 'Default shelving location',
'coust', 'description'),
'link', 'acpl')
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'general.unknown', oils_i18n_gettext('general.unknown', 'Import or Overlay failed', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.duplicate.barcode', oils_i18n_gettext('import.item.duplicate.barcode', 'Import failed due to barcode collision', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.circ_modifier', oils_i18n_gettext('import.item.invalid.circ_modifier', 'Import failed due to invalid circulation modifier', 'vie', 'description') );
-INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.location', oils_i18n_gettext('import.item.invalid.location', 'Import failed due to invalid copy location', 'vie', 'description') );
+INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.location', oils_i18n_gettext('import.item.invalid.location', 'Import failed due to invalid shelving location', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.duplicate.sysid', oils_i18n_gettext('import.duplicate.sysid', 'Import failed due to system id collision', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.duplicate.tcn', oils_i18n_gettext('import.duplicate.tcn', 'Import failed due to system id collision', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.missing.sysid', oils_i18n_gettext('overlay.missing.sysid', 'Overlay failed due to missing system id', 'vie', 'description') );
'coust', 'label'),
oils_i18n_gettext(
'vandelay.item.copy_location.default',
- 'Default copy location value for imported items',
+ 'Default shelving location value for imported items',
'coust', 'description'),
'link',
'acpl'
('circ.in_house_use.checkin_alert',
'circ',
oils_i18n_gettext('circ.in_house_use.checkin_alert',
- 'Display copy location checkin alert for in-house-use',
+ 'Display shelving location checkin alert for in-house-use',
'coust', 'label'),
oils_i18n_gettext('circ.in_house_use.checkin_alert',
- 'Display copy location checkin alert for in-house-use',
+ 'Display shelving location checkin alert for in-house-use',
'coust', 'description'),
'bool');
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
);
INSERT INTO permission.perm_list VALUES
-(350, 'ADMIN_COPY_LOCATION_ORDER', oils_i18n_gettext(350, 'Allow a user to create/view/update/delete a copy location order', 'ppl', 'description'));
+(350, 'ADMIN_COPY_LOCATION_ORDER', oils_i18n_gettext(350, 'Allow a user to create/view/update/delete a shelving location order', 'ppl', 'description'));
COMMIT;
-- Evergreen DB patch XXXX.fix_opac_copy_vis_cache.sql
--
-- Correct LP#788763: glitch in asset.cache_copy_visibility
--- prevented updating the visibility of copy locations, org
+-- prevented updating the visibility of shelving locations, org
-- units, and copy statuses.
--
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'general.unknown', oils_i18n_gettext('general.unknown', 'Import or Overlay failed', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.duplicate.barcode', oils_i18n_gettext('import.item.duplicate.barcode', 'Import failed due to barcode collision', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.circ_modifier', oils_i18n_gettext('import.item.invalid.circ_modifier', 'Import failed due to invalid circulation modifier', 'vie', 'description') );
-INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.location', oils_i18n_gettext('import.item.invalid.location', 'Import failed due to invalid copy location', 'vie', 'description') );
+INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.location', oils_i18n_gettext('import.item.invalid.location', 'Import failed due to invalid shelving location', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.duplicate.sysid', oils_i18n_gettext('import.duplicate.sysid', 'Import failed due to system id collision', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.duplicate.tcn', oils_i18n_gettext('import.duplicate.sysid', 'Import failed due to system id collision', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.missing.sysid', oils_i18n_gettext('overlay.missing.sysid', 'Overlay failed due to missing system id', 'vie', 'description') );
-- Evergreen DB patch 0577.schema.vandelay-item-import-copy-loc-ancestors.sql
--
--- Ingest items copy location inheritance
+-- Ingest items shelving location inheritance
--
BEGIN;
SELECT id INTO attr_set.status FROM config.copy_status WHERE LOWER(name) = LOWER(tmp_attr_set.cs); -- INT
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
IF tmp_attr_set.cl != '' THEN
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
'ADMIN_COPY_LOCATION_GROUP',
oils_i18n_gettext(
533,
- 'Allows a user to create/retrieve/update/delete copy location groups',
+ 'Allows a user to create/retrieve/update/delete shelving location groups',
'ppl',
'description'
)
IF tmp_attr_set.cl != '' THEN
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
'coust', 'label'),
oils_i18n_gettext(
'vandelay.item.copy_location.default',
- 'Default copy location value for imported items',
+ 'Default shelving location value for imported items',
'coust', 'label'),
'link',
'acpl'
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
END;
$func$ LANGUAGE PLPGSQL;
--- updated copy location validity test to disallow deleted locations
+-- updated shelving location validity test to disallow deleted locations
CREATE OR REPLACE FUNCTION vandelay.ingest_items ( import_id BIGINT, attr_def_id BIGINT ) RETURNS SETOF vandelay.import_item AS $$
DECLARE
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
('circ.in_house_use.checkin_alert',
'circ',
oils_i18n_gettext('circ.in_house_use.checkin_alert',
- 'Display copy location checkin alert for in-house-use',
+ 'Display shelving location checkin alert for in-house-use',
'coust', 'label'),
oils_i18n_gettext('circ.in_house_use.checkin_alert',
- 'Display copy location checkin alert for in-house-use',
+ 'Display shelving location checkin alert for in-house-use',
'coust', 'description'),
'bool');
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 70, 'COPY_CHECKOUT',
'Allow a user to check out a copy' );
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 71, 'CREATE_COPY_LOCATION',
- 'Allow a user to create a new copy location' );
+ 'Allow a user to create a new shelving location' );
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 72, 'UPDATE_COPY_LOCATION',
- 'Allow a user to update a copy location' );
+ 'Allow a user to update a shelving location' );
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 73, 'DELETE_COPY_LOCATION',
- 'Allow a user to delete a copy location' );
+ 'Allow a user to delete a shelving location' );
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 74, 'CREATE_COPY_TRANSIT',
'Allow a user to create a transit_copy object for transiting a copy' );
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 75, 'COPY_TRANSIT_RECEIVE',
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 202, 'UPDATE_PATRON_CLAIM_NEVER_CHECKED_OUT_COUNT',
'Allows staff to manually change a patron''s claims never checkout out count' );
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 203, 'ADMIN_COPY_LOCATION_ORDER',
- 'Allow a user to create/view/update/delete a copy location order' );
+ 'Allow a user to create/view/update/delete a shelving location order' );
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 204, 'ASSIGN_GROUP_PERM',
'' );
INSERT INTO permission.temp_perm ( id, code, description ) VALUES ( 205, 'CREATE_AUDIENCE',
INSERT into config.org_unit_setting_type
( name, label, description, datatype, fm_class ) VALUES
( 'acq.default_copy_location',
- 'Default copy location',
+ 'Default shelving location',
null,
'link',
'acpl' );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'general.unknown', oils_i18n_gettext('general.unknown', 'Import or Overlay failed', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.duplicate.barcode', oils_i18n_gettext('import.item.duplicate.barcode', 'Import failed due to barcode collision', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.circ_modifier', oils_i18n_gettext('import.item.invalid.circ_modifier', 'Import failed due to invalid circulation modifier', 'vie', 'description') );
-INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.location', oils_i18n_gettext('import.item.invalid.location', 'Import failed due to invalid copy location', 'vie', 'description') );
+INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.item.invalid.location', oils_i18n_gettext('import.item.invalid.location', 'Import failed due to invalid shelving location', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.duplicate.sysid', oils_i18n_gettext('import.duplicate.sysid', 'Import failed due to system id collision', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'import.duplicate.tcn', oils_i18n_gettext('import.duplicate.sysid', 'Import failed due to system id collision', 'vie', 'description') );
INSERT INTO vandelay.import_error ( code, description ) VALUES ( 'overlay.missing.sysid', oils_i18n_gettext('overlay.missing.sysid', 'Overlay failed due to missing system id', 'vie', 'description') );
-- Evergreen DB patch 0577.schema.vandelay-item-import-copy-loc-ancestors.sql
--
--- Ingest items copy location inheritance
+-- Ingest items shelving location inheritance
--
-- check whether patch can be applied
SELECT id INTO attr_set.status FROM config.copy_status WHERE LOWER(name) = LOWER(tmp_attr_set.cs); -- INT
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
IF tmp_attr_set.cl != '' THEN
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
'ADMIN_COPY_LOCATION_GROUP',
oils_i18n_gettext(
533,
- 'Allows a user to create/retrieve/update/delete copy location groups',
+ 'Allows a user to create/retrieve/update/delete shelving location groups',
'ppl',
'description'
)
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
('circ.in_house_use.checkin_alert',
'circ',
oils_i18n_gettext('circ.in_house_use.checkin_alert',
- 'Display copy location checkin alert for in-house-use',
+ 'Display shelving location checkin alert for in-house-use',
'coust', 'label'),
oils_i18n_gettext('circ.in_house_use.checkin_alert',
- 'Display copy location checkin alert for in-house-use',
+ 'Display shelving location checkin alert for in-house-use',
'coust', 'description'),
'bool');
IF tmp_attr_set.cl != '' THEN
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
'coust', 'label'),
oils_i18n_gettext(
'vandelay.item.copy_location.default',
- 'Default copy location value for imported items',
+ 'Default shelving location value for imported items',
'coust', 'label'),
'link',
'acpl'
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
END;
$func$ LANGUAGE PLPGSQL;
--- updated copy location validity test to disallow deleted locations
+-- updated shelving location validity test to disallow deleted locations
CREATE OR REPLACE FUNCTION vandelay.ingest_items ( import_id BIGINT, attr_def_id BIGINT ) RETURNS SETOF vandelay.import_item AS $$
DECLARE
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
END IF;
ELSE
- -- search up the org unit tree for a matching copy location
+ -- search up the org unit tree for a matching shelving location
WITH RECURSIVE anscestor_depth AS (
SELECT ou.id,
out.depth AS depth,
#----------------------------------------------------------------
err("\nusage: $0 <config> <oils_login_username> ".
" <oils_login_password> <name> <org>\n".
- "Where <name> is the copy location name and <org> is the \n".
+ "Where <name> is the shelving location name and <org> is the \n".
"org that houses the new location object\n") unless $ARGV[4];
#----------------------------------------------------------------
my $resp = simplereq(
CIRC(), 'open-ils.circ.copy_location.update', $authtoken, $cl );
oils_event_die($resp);
- printl("Successfully set copy location name to ".$cl->name);
+ printl("Successfully set shelving location name to ".$cl->name);
}
sub delete_cl {
END;
END;
- # Dojo is required for the copy locations advanced search filter
+ # Dojo is required for the shelving locations advanced search filter
IF ctx.page == 'advanced';
want_dojo = 1;
END;
END;
END;
- # Dojo is required for the copy locations advanced search filter
+ # Dojo is required for the shelving locations advanced search filter
IF ctx.page == 'advanced';
want_dojo = 1;
END;
--- copy locations
--- copy location groups
+-- shelving locations
+-- shelving location groups
-- copy stat cats
-- ...
(4, 'New Arrivals', TRUE, TRUE, FALSE),
(5, 'New Arrivals', TRUE, TRUE, TRUE);
--- copy location groups
+-- shelving location groups
INSERT INTO asset.copy_location_group (name, owner)
VALUES ('Juvenile Collection', 2);
'Local History'
);
--- Distribute copies evenly across copy locations whose owning_lib
+-- Distribute copies evenly across shelving locations whose owning_lib
-- matches the copy circ lib. To provide some level of repeatable
-- outcome, we loop instead of applying locations at randon within
-- a given owning_lib.
FOR cur_copy IN SELECT * FROM asset.copy
WHERE location = 1 ORDER BY circ_lib, call_number, id LOOP
- -- Move to the next copy location if we are changing call numbers.
+ -- Move to the next shelving location if we are changing call numbers.
-- This provides some visual consistency between call numbers and
- -- copy locations and helps avoid having practically every copy in
+ -- shelving locations and helps avoid having practically every copy in
-- view residing in a different location.
IF cur_cn <> cur_copy.call_number THEN
END IF;
IF NOT FOUND THEN
- -- no copy location at this circ lib, leave the default (1)
+ -- no shelving location at this circ lib, leave the default (1)
CONTINUE;
END IF;
<!ENTITY staff.server.admin.copy_locations.editor.circulate "Circulate">
<!ENTITY staff.server.admin.copy_locations.editor.edit "Edit">
<!ENTITY staff.server.admin.copy_locations.editor.delete "Delete">
-<!ENTITY staff.server.admin.copy_locations.editor.help.holdable "If a copy location is 'Holdable', copies in that location may have holds placed on them.">
-<!ENTITY staff.server.admin.copy_locations.editor.delete.confirm "Are you sure you wish to delete the selected copy location? Note: If copies are currently attached to this location, the delete operation will fail.">
+<!ENTITY staff.server.admin.copy_locations.editor.help.holdable "If a shelving location is 'Holdable', copies in that location may have holds placed on them.">
+<!ENTITY staff.server.admin.copy_locations.editor.delete.confirm "Are you sure you wish to delete the selected shelving location? Note: If copies are currently attached to this location, the delete operation will fail.">
<!ENTITY staff.server.admin.copy_locations.editor.prefix "Label prefix">
<!ENTITY staff.server.admin.copy_locations.editor.suffix "Label suffix">
<!ENTITY staff.server.admin.copy_locations.editor.prefix.label "Label prefix: ">
msgstr "لعبة"
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr "السماح للمستخدم بحذف موقع النُسخة"
#: 950.data.seed-values.sql:544
msgstr "الوزن المُستهدف لـِ الوحدة التنظيمية"
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr "قيمة موقع النُسخة الافتراضي لـِ النُسخ المستوردة"
#: 950.data.seed-values.sql:3536
msgstr "الخواز (أخرى)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr "السماح لـِ المستخدم بتحديث موقع النسخة"
#: 950.data.seed-values.sql:15477
"للمستخدم يمكن عرضها."
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr "السماح للمستخدم بإنشاء/استرداد/تحديث/حذف مجموعات موقع نسخة"
#: 950.data.seed-values.sql:15559
msgstr "اقتباس وتوزيع"
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr "موقع النُسخة الافتراضي"
#: 950.data.seed-values.sql:23
msgstr "الإطار/الحد اللين"
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr "إظهار تنبيه موقع إعارة النسخة من أجل الاستخدام داخل المكتبة"
#: 950.data.seed-values.sql:4661
"سوف يمنع إعارات المُطالبات المُسترجعة من التعداد باتجاه هذه الاحصاءات."
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr "السماح لـِ المستخدم بإنشاء موقع نسخة جديد"
#: 950.data.seed-values.sql:8428
msgstr "السماح للمستخدم بعرض الإعارة وأحداث الإطلاق/الإجراءات للحجز ذو الصلة"
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr "السماح للمستخدم بـِ إنشاء/عرض/تحديث/حذف طلب موقع النُسخة"
#: 950.data.seed-values.sql:8588
"إلغاء تعيين الكل بدلاً من حقل استلام الدفع"
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr "فشل الاستيراد بسبب موقع نسخة غير صالح"
#: 950.data.seed-values.sql:13603
msgstr "Hra"
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr "Povolit uživateli smazat umístění exempláře"
#: 950.data.seed-values.sql:544
msgstr "Váha cíle s ohledem na organizační jednotku."
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr "Standardní hodnota umístění exempláře pro importované položky"
#: 950.data.seed-values.sql:3536
msgstr "Khoisanské jazyky (ostatní)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr "Povolit uživateli změnit umístění exempláře"
#: 950.data.seed-values.sql:15477
"personálu spuštěné události uživatele bez ohledu na jejich stáří."
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
"Povolit uživateli vytvořit / načíst / změnit / smazat skupiny umístění "
"exempláře"
msgstr "Transponováno a uspořádáno"
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr "Výchozí umístění exempláře"
#: 950.data.seed-values.sql:23
msgstr "Měkké hranice"
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
"Při prezenční výpůjčce zobrazit varování jako vrácení související s "
"umístěním exempláře"
"Údajně vrácené výpůjčky započítaly do tohoto čísla."
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr "Povolit uživateli nové umístění exempláře"
#: 950.data.seed-values.sql:8428
"výpůjček a rezervací"
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
"Povolit uživateli vytvořit / zobrazit / změnit / smazat pořadí lokací"
"pole Přijetí platby."
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr "Import se nezdařil kvůli neplatnému umístění exempláře"
#: 950.data.seed-values.sql:13603
# id::ppl.description__73
#: 950.data.seed-values.sql:849
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
# id::ccs.name__16
# id::coust.description__vandelay.item.copy_location.default
#: 950.data.seed-values.sql:16864
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
# id::coust.label__circ.holds.clear_shelf.copy_status
# id::ppl.description__72
#: 950.data.seed-values.sql:847
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
# id::coust.description__circ.staff.max_visible_event_age
# id::ppl.description__533
#: 950.data.seed-values.sql:1765
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
# id::coust.label__circ.patron_expires_soon_warning
# id::coust.label__acq.default_copy_location
# id::coust.description__acq.default_copy_location
#: 950.data.seed-values.sql:3087 950.data.seed-values.sql:3090
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
# id::csp.label__1
# id::coust.label__circ.in_house_use.checkin_alert
# id::coust.description__circ.in_house_use.checkin_alert
#: 950.data.seed-values.sql:17355 950.data.seed-values.sql:17358
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
# id::coust.description__ui.patron.edit.au.active.suggest
# id::ppl.description__71
#: 950.data.seed-values.sql:845
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
# id::ccvm.value__1079
# id::ppl.description__203
#: 950.data.seed-values.sql:1109
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
# id::ccvm.value__1239
# id::vie.description__import.item.invalid.location
#: 950.data.seed-values.sql:12940
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr ""
# id::acsaf.name__51
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr "Khoisan-Sprachen (Andere)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr ""
#: 950.data.seed-values.sql:13603
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr "Khoisan (Other)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
-msgstr "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
+msgstr "Import failed due to invalid shelving location"
#: 950.data.seed-values.sql:13603
msgid "Subdivision Linking Entry -- Form Subdivision"
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr "Khoisan (Other)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
-msgstr "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
+msgstr "Import failed due to invalid shelving location"
#: 950.data.seed-values.sql:13603
msgid "Subdivision Linking Entry -- Form Subdivision"
msgstr "Juego"
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr "Permite el usuario borrar o copiar la ubicacion"
#: 950.data.seed-values.sql:544
msgstr "Unidad Org peso objetivo"
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr "Valor ejemplar ubicación predeterminada de los artículos importados"
#: 950.data.seed-values.sql:3536
msgstr "Khoisan (Otras)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr "Permitir a un usuario actualizar ruta de la copia"
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
"Permite a un usuario crear/recuperar/actualizar/borrar grupos de ubicación "
"de copia"
msgstr "Tanto en la incorporación y dispuesto"
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr "Ubicación predeterminada de copia"
#: 950.data.seed-values.sql:23
msgstr "Contorno suave"
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
"contar hacia estas unidades."
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr "Permitir a un usuario crear una nueva ruta de la copia"
#: 950.data.seed-values.sql:8428
"activación"
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
"Permitir a un usuario crear / ver / actualizar / borrar una orden de "
"ubicación de copia"
"del campo del pago recibido."
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr "La importación ha fallado debido a la ubicación de copia no válida"
#: 950.data.seed-values.sql:13603
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr "khoisankielet"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
# id::csp.label__1
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
# id::vie.description__import.item.invalid.location
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr "Tuonti epäonnistui virheellisen nidesijainnin vuoksi"
# id::acsaf.name__51
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr "Khoin (Autre)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr ""
#: 950.data.seed-values.sql:13603
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr ""
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr ""
#: 950.data.seed-values.sql:13603
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr ""
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr ""
#: 950.data.seed-values.sql:13603
msgstr "Խաղ"
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr "Թույլ է տալիս օգտվողին ջնջելու պատճենի տեղաբաշխումը"
#: 950.data.seed-values.sql:544
msgstr "Org Unit թիրախի քաշ"
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr "Ներմուծված նյութերի համար լռակյաց պատճենի տեղաբաշխման արժեք"
#: 950.data.seed-values.sql:3536
msgstr "Khoisan (այլ)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr "Թույլ տուր օգտվողին թարմացնելու պատճենի տեղաբաշխումը"
#: 950.data.seed-values.sql:15477
"է դիտել։"
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
"Թույլ տուր օգտվողին ստեղծելու/հետ կանչելու/ջնջելու խմբերի պատճենի "
"տեղաբաշխումը"
msgstr "Երկուսն էլ Փոխակերպված և կազմակերպված են"
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr "Լռակյաց պատճենի տեղաբաշխում"
#: 950.data.seed-values.sql:23
msgstr "Փափուկ սահման"
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr "Տնային օգտագործման դեպքում արտածիր պատճենի տեղակայումը"
#: 950.data.seed-values.sql:4661
"հաշվարկը այս պիտակների համար։"
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr "Թույլ տուր օգտվողին ստեղծելու նոր պատճենի տեղաբաշխում։"
#: 950.data.seed-values.sql:8428
"գործողություն/կապակցվածություն իրադարձությունները։"
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
"Թույլ տուր ընթերցողին ստեղծելու/դիտելու/թարմացնելու/ջնջելու պատճենի "
"տեղաբաշխման կարգը։"
"կենտրոնացիր Uncheck All կոճակի վրա, Վճարումը Ստացված է դաշտի փոխարեն։"
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr "ներմուծումը ձախողվեց պատճենի տեղաբաշխման անիրական վայրի պատճառով"
#: 950.data.seed-values.sql:13603
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr "Khoisan, autras lengas"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr ""
#: 950.data.seed-values.sql:13603
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr "Khoisan (Outros)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr "Importação falhou devido a localização inválida do exemplar"
#: 950.data.seed-values.sql:13603
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr "Khoisan (другой)"
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr ""
#: 950.data.seed-values.sql:13603
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr ""
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr ""
#: 950.data.seed-values.sql:13603
msgstr ""
#: 950.data.seed-values.sql:848
-msgid "Allow a user to delete a copy location"
+msgid "Allow a user to delete a shelving location"
msgstr ""
#: 950.data.seed-values.sql:544
msgstr ""
#: 950.data.seed-values.sql:16748
-msgid "Default copy location value for imported items"
+msgid "Default shelving location value for imported items"
msgstr ""
#: 950.data.seed-values.sql:3536
msgstr ""
#: 950.data.seed-values.sql:846
-msgid "Allow a user to update a copy location"
+msgid "Allow a user to update a shelving location"
msgstr ""
#: 950.data.seed-values.sql:15477
msgstr ""
#: 950.data.seed-values.sql:1764
-msgid "Allows a user to create/retrieve/update/delete copy location groups"
+msgid "Allows a user to create/retrieve/update/delete shelving location groups"
msgstr ""
#: 950.data.seed-values.sql:15559
msgstr ""
#: 950.data.seed-values.sql:3046 950.data.seed-values.sql:3049
-msgid "Default copy location"
+msgid "Default shelving location"
msgstr ""
#: 950.data.seed-values.sql:23
msgstr ""
#: 950.data.seed-values.sql:17167 950.data.seed-values.sql:17170
-msgid "Display copy location checkin alert for in-house-use"
+msgid "Display shelving location checkin alert for in-house-use"
msgstr ""
#: 950.data.seed-values.sql:4661
msgstr ""
#: 950.data.seed-values.sql:844
-msgid "Allow a user to create a new copy location"
+msgid "Allow a user to create a new shelving location"
msgstr ""
#: 950.data.seed-values.sql:8428
msgstr ""
#: 950.data.seed-values.sql:1108
-msgid "Allow a user to create/view/update/delete a copy location order"
+msgid "Allow a user to create/view/update/delete a shelving location order"
msgstr ""
#: 950.data.seed-values.sql:8588
msgstr ""
#: 950.data.seed-values.sql:12833
-msgid "Import failed due to invalid copy location"
+msgid "Import failed due to invalid shelving location"
msgstr ""
#: 950.data.seed-values.sql:13603
msgstr "لم يتم العثور على config_non_cataloged_type المطلوب"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr "موقع النُسخة ليس فارغاً"
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
"تحتاج النُسخة أن يتم توجيهها إلى موقع النسخة. يجب تحديد الموقع داخل الحدث مع "
msgstr "لم يتم العثور على config_bib_source المطلوب"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr "موقع النُسخة غير موجود"
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr "لم يتم العثور على config_circ_modifier المطلوب"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr "كائن موقع النُسخة موجود مُسبقاً"
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr "Požadovaný config_non_cataloged_type nebyl nalezen"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr "Toto umístění není prázdné"
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
"Exemplář je nutné směrovat do umístění exempláře. Umístění bude uvedeno "
msgstr "Požadovaný config_bib_source nebyl nalezen"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr "Toto umístění neexistuje"
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr "Požadovaný config_circ_modifier nebyl nalezen"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr "Objekt umístění exempláře již existuje"
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr ""
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
msgstr ""
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr ""
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr ""
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr "The requested config_non_cataloged_type was not found"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
#: 1618.METABIB_TITLE_FIELD_ENTRY_NOT_FOUND:505
msgstr "The requested config_bib_source was not found"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr "The requested config_circ_modifier was not found"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
-msgstr "The copy location object already exists"
+msgid "The shelving location object already exists"
+msgstr "The shelving location object already exists"
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgid "The requested money_billable_transaction_summary was not found"
msgstr "The requested config_non_catalogued_type was not found"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
-msgstr "The copy location is not empty"
+msgid "The shelving location is not empty"
+msgstr "The shelving location is not empty"
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
msgid "The requested config_language_map was not found"
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
#: 1618.METABIB_TITLE_FIELD_ENTRY_NOT_FOUND:505
msgstr "The requested config_bib_source was not found"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
-msgstr "The copy location does not exist"
+msgid "The shelving location does not exist"
+msgstr "The shelving location does not exist"
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgid "The requested vandelay_queued_bib_record was not found"
msgstr "The requested config_circ_modifier was not found"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
-msgstr "The copy location object already exists"
+msgid "The shelving location object already exists"
+msgstr "The shelving location object already exists"
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgid "The requested money_billable_transaction_summary was not found"
msgstr "No se encontró el config_non_cataloged_type solicitado"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr "La ruta de la copia no está vacía"
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
"Una copia debe ser encaminado a una ubicación de copia. La ubicación debe "
msgstr "No se encontró el config_bib_source solicitado"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr "La ruta de la copia no existe"
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr "No se encontró la config_circ_modifier solicitado"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr "El objeto de copia de ubicación ya existe"
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr "Pyydettyä kohdetta config_non_cataloged_type ei löytynyt"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
"Nide on kuljetettava sijaintipaikkaan. Sijainti pitäisi määrittää tapahtuman "
msgstr "Pyydettyä kohdetta config_bib_source ei löytynyt"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr "Pyydettyä kohdetta config_circ_modifier ei löytynyt"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr "Nidesijaintiobjekti on jo olemassa"
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
"L’élément demandé appelé config_non_cataloged_type n’a pas été trouvé"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
"Un exemplaire doit être acheminé à l’emplacement d’un exemplaire. "
msgstr "L’élément demandé appelé config_bib_source n’a pas été trouvé"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr "L’élément demandé appelé config_circ_modifier n’a pas été trouvé"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr "L’objet de l’emplacement de l’exemplaire existe déjà"
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr ""
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
msgstr ""
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr ""
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr ""
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr ""
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
msgstr ""
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr ""
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr ""
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr "Հարցվող config_non_cataloged_type չի գտնված"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr "Պատճենի տեղաբաշխումը դատարկ չէ։"
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
"Օրինակը կարիք ունի տեղափոխվել պատճենի տեղաբաշխման վայր: Տեղաբաշխման վայրը "
msgstr "Հարցվող config_bib_sourceչի գտնված"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr "Պատճենի տեղաբաշխումը գոյություն չունի։"
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr "Պահանջվող config_circ_modifier չի գտնվել"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr "Օրինակի տեղաբաշխման օբյեկտը արդեն առկա է"
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr ""
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
msgstr ""
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr ""
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr ""
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr ""
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
msgstr ""
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr ""
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr ""
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr "O objeto \"config_non_cataloged_type\" solicitado não foi encontrado"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
msgstr "O objeto \"config_bib_source\" solicitado não foi encontrado"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr "O objeto \"config_circ_modifier \" solicitado não foi encontrado"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr ""
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr "Запрашиваемый config_non_cataloged_type не найден"
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
msgstr "Запрашиваемый config_bib_source не найден"
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr "Запрашиваемый config_circ_modifier не найден"
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr ""
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr ""
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
msgstr ""
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr ""
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr ""
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
msgstr ""
#: 1716.COPY_LOCATION_NOT_EMPTY:718
-msgid "The copy location is not empty"
+msgid "The shelving location is not empty"
msgstr ""
#: 1542.CONFIG_LANGUAGE_MAP_NOT_FOUND:284
#: 7017.ROUTE_TO_COPY_LOCATION:906
msgid ""
-"A copy needs to be routed to a copy location. The location should be "
+"A copy needs to be routed to a shelving location. The location should be "
"specified within the event with a 'location' key"
msgstr ""
msgstr ""
#: 1717.COPY_LOCATION_NOT_FOUND:721
-msgid "The copy location does not exist"
+msgid "The shelving location does not exist"
msgstr ""
#: 1646.VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND:589
msgstr ""
#: 1701.COPY_LOCATION_EXISTS:715
-msgid "The copy location object already exists"
+msgid "The shelving location object already exists"
msgstr ""
#: 1532.MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND:255
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
"إذا كان موقع النسخة 'قابل للحجز'، فإن النُسخ في هذا الموقع يمكن أن توضع في "
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
"هل أنت متأكد من أنك تريد حذف موقع النُسخة المُحدد؟ ملاحظة: إذا كانت النُسخ "
#~ msgid " Copy Locations Editor "
#~ msgstr " محرر مواقع النُسخة "
-#~ msgid "Create a new copy location"
+#~ msgid "Create a new shelving location"
#~ msgstr "إنشاء موقع نُسخة جديد"
#~ msgctxt "staff.circ.copy_status_overlay.sel_transit_abort.label"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
"Pokud je pro umístění aktivována volba 'Lze rezervovat', exempláře v tomto "
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
"Opravdu chcete smazat označené umístění exemplářů? Pozn.: Jestliže jsou k "
#~ msgid " Copy Locations Editor "
#~ msgstr " Umístění exemplářů "
-#~ msgid "Create a new copy location"
+#~ msgid "Create a new shelving location"
#~ msgstr "Vytvořit nové umístění"
#~ msgctxt "staff.patron.ue.found_duplicate_patron.label"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
#: staff.server.admin.copy_locations.editor.prefix
#~ msgid " Copy Locations Editor "
#~ msgstr " Copy Locations Editor "
-#~ msgid "Create a new copy location"
-#~ msgstr "Create a new copy location"
+#~ msgid "Create a new shelving location"
+#~ msgstr "Create a new shelving location"
#~ msgid "Copy Hold"
#~ msgstr "Copy Hold"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
#: staff.server.admin.copy_locations.editor.prefix
#~ msgid " Copy Locations Editor "
#~ msgstr " Copy Locations Editor "
-#~ msgid "Create a new copy location"
-#~ msgstr "Create a new copy location"
+#~ msgid "Create a new shelving location"
+#~ msgstr "Create a new shelving location"
#~ msgid "Copy Hold"
#~ msgstr "Copy Hold"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
"Si una ubicación de copia es \"holdable ', copias en ese lugar pueden haber "
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
"¿Está seguro que desea eliminar la ubicación de copia seleccionado? Nota: Si "
#~ msgid " Copy Locations Editor "
#~ msgstr " Editor de ubicaciones de copias "
-#~ msgid "Create a new copy location"
+#~ msgid "Create a new shelving location"
#~ msgstr "Crear una nueva ubicación para la copia"
#~ msgid "Edit Phone Notification"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
"Jos niteen sijainti on 'varattavissa', ko. sijainnissa olevista niteistä on "
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
"Haluatko varmasti tuhota valitun nidesijainnin? Huomaa: Jos tähän sijaintiin "
#~ msgid " Copy Locations Editor "
#~ msgstr " Nidesijaintien muokkaustyökalu "
-#~ msgid "Create a new copy location"
+#~ msgid "Create a new shelving location"
#~ msgstr "Luo uusi nidesijainti"
#~ msgid "Server Settings"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
"Si un emplacement d’exemplaire est « Mise en réserve possible », les "
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
"Désirez-vous vraiment supprimer l’emplacement d’exemplaire sélectionné? Nota "
#~ msgid " Copy Locations Editor "
#~ msgstr " Éditeur d’emplacement des copies "
-#~ msgid "Create a new copy location"
+#~ msgid "Create a new shelving location"
#~ msgstr "Créer un nouvel emplacement d’exemplaire"
#~ msgid "Copy Hold"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
"Եթե օրինակի տեղաբաշխումը 'պահվող է', ապա այդտեղի օրինակները կարելի է "
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
"Վստա՞հ ես որ ցանկանում ես ջնջել ընտրված օրինակի տեղաբաշխումը: Նշում՝ եթե "
#~ msgid " Copy Locations Editor "
#~ msgstr " Պատճերի տեղաբաշխման խմբագիր "
-#~ msgid "Create a new copy location"
+#~ msgid "Create a new shelving location"
#~ msgstr "Ստեղծիր նոր պատճեի տեղաբաշխում"
#~ msgid "Copy Hold"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
"Se a localização do exemplar é \"Reservável\", os exemplares de tal "
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
"Tem certeza de que deseja apagar a localização do exemplar selecionado? PS: "
#~ msgid " Copy Locations Editor "
#~ msgstr " Editor de Localizações de Exemplares "
-#~ msgid "Create a new copy location"
+#~ msgid "Create a new shelving location"
#~ msgstr "Cria uma nova localização de exemplar"
#~ msgid "Copy Hold"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
"Если местоположение копии 'Удерживаемый', копии в этом месте могут иметь "
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
"Вы уверены, что хотите удалить местоположения для выбранных копий? "
#~ msgid " Copy Locations Editor "
#~ msgstr " Редактор Копий местоположений "
-#~ msgid "Create a new copy location"
+#~ msgid "Create a new shelving location"
#~ msgstr "Создать новую копию местоположения"
#~ msgid "Copy Hold"
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""
#: staff.server.admin.copy_locations.editor.help.holdable
msgid ""
-"If a copy location is 'Holdable', copies in that location may have holds "
+"If a shelving location is 'Holdable', copies in that location may have holds "
"placed on them."
msgstr ""
#: staff.server.admin.copy_locations.editor.delete.confirm
msgid ""
-"Are you sure you wish to delete the selected copy location? Note: If copies "
+"Are you sure you wish to delete the selected shelving location? Note: If copies "
"are currently attached to this location, the delete operation will fail."
msgstr ""