View | Details | Raw Unified | Return to bug 7356
Collapse All | Expand All

(-)a/C4/Labels/Label.pm (-3 / +3 lines)
Lines 273-279 sub _BIB { Link Here
273
273
274
sub _BAR {
274
sub _BAR {
275
    my $self = shift;
275
    my $self = shift;
276
    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};     # this places the bottom left of the barcode the left text margin distance to right of the the left edge of the label ($llx)
276
    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};     # this places the bottom left of the barcode the left text margin distance to right of the left edge of the label ($llx)
277
    my $barcode_lly = $self->{'lly'} + $self->{'top_text_margin'};      # this places the bottom left of the barcode the top text margin distance above the bottom of the label ($lly)
277
    my $barcode_lly = $self->{'lly'} + $self->{'top_text_margin'};      # this places the bottom left of the barcode the top text margin distance above the bottom of the label ($lly)
278
    my $barcode_width = 0.8 * $self->{'width'};                         # this scales the barcode width to 80% of the label width
278
    my $barcode_width = 0.8 * $self->{'width'};                         # this scales the barcode width to 80% of the label width
279
    my $barcode_y_scale_factor = 0.01 * $self->{'height'};              # this scales the barcode height to 10% of the label height
279
    my $barcode_y_scale_factor = 0.01 * $self->{'height'};              # this scales the barcode height to 10% of the label height
Lines 282-288 sub _BAR { Link Here
282
282
283
sub _BIBBAR {
283
sub _BIBBAR {
284
    my $self = shift;
284
    my $self = shift;
285
    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};     # this places the bottom left of the barcode the left text margin distance to right of the the left edge of the label ($self->{'llx'})
285
    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};     # this places the bottom left of the barcode the left text margin distance to right of the left edge of the label ($self->{'llx'})
286
    my $barcode_lly = $self->{'lly'} + $self->{'top_text_margin'};      # this places the bottom left of the barcode the top text margin distance above the bottom of the label ($lly)
286
    my $barcode_lly = $self->{'lly'} + $self->{'top_text_margin'};      # this places the bottom left of the barcode the top text margin distance above the bottom of the label ($lly)
287
    my $barcode_width = 0.8 * $self->{'width'};                         # this scales the barcode width to 80% of the label width
287
    my $barcode_width = 0.8 * $self->{'width'};                         # this scales the barcode width to 80% of the label width
288
    my $barcode_y_scale_factor = 0.01 * $self->{'height'};              # this scales the barcode height to 10% of the label height
288
    my $barcode_y_scale_factor = 0.01 * $self->{'height'};              # this scales the barcode height to 10% of the label height
Lines 294-300 sub _BIBBAR { Link Here
294
294
295
sub _BARBIB {
295
sub _BARBIB {
296
    my $self = shift;
296
    my $self = shift;
297
    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};                             # this places the bottom left of the barcode the left text margin distance to right of the the left edge of the label ($self->{'llx'})
297
    my $barcode_llx = $self->{'llx'} + $self->{'left_text_margin'};                             # this places the bottom left of the barcode the left text margin distance to right of the left edge of the label ($self->{'llx'})
298
    my $barcode_lly = ($self->{'lly'} + $self->{'height'}) - $self->{'top_text_margin'};        # this places the bottom left of the barcode the top text margin distance below the top of the label ($self->{'lly'})
298
    my $barcode_lly = ($self->{'lly'} + $self->{'height'}) - $self->{'top_text_margin'};        # this places the bottom left of the barcode the top text margin distance below the top of the label ($self->{'lly'})
299
    my $barcode_width = 0.8 * $self->{'width'};                                                 # this scales the barcode width to 80% of the label width
299
    my $barcode_width = 0.8 * $self->{'width'};                                                 # this scales the barcode width to 80% of the label width
300
    my $barcode_y_scale_factor = 0.01 * $self->{'height'};                                      # this scales the barcode height to 10% of the label height
300
    my $barcode_y_scale_factor = 0.01 * $self->{'height'};                                      # this scales the barcode height to 10% of the label height
(-)a/C4/Record.pm (-1 / +1 lines)
Lines 398-404 sub marcrecord2csv { Link Here
398
    # Getting the marcfields as an array
398
    # Getting the marcfields as an array
399
    my @marcfieldsarray = split('\|', $marcfieldslist);
399
    my @marcfieldsarray = split('\|', $marcfieldslist);
400
400
401
   # Separating the marcfields from the the user-supplied headers
401
   # Separating the marcfields from the user-supplied headers
402
    my @marcfields;
402
    my @marcfields;
403
    foreach (@marcfieldsarray) {
403
    foreach (@marcfieldsarray) {
404
        my @result = split('=', $_);
404
        my @result = split('=', $_);
(-)a/etc/zebradb/ccl.properties (-1 / +1 lines)
Lines 831-837 Title-uniform-heading 1=Title-uniform-heading Link Here
831
Title-uniform-see 1=Title-uniform-see
831
Title-uniform-see 1=Title-uniform-see
832
Title-uniform-seealso 1=Title-uniform-seealso
832
Title-uniform-seealso 1=Title-uniform-seealso
833
833
834
#Authority-number           Koha-Auth-Number  The identifier of the the authority
834
#Authority-number           Koha-Auth-Number  The identifier of the authority
835
#                           record, stored in 001 in the authority record, and $9/$0 in the
835
#                           record, stored in 001 in the authority record, and $9/$0 in the
836
#                           field that record is linked to in the bib record
836
#                           field that record is linked to in the bib record
837
Authority-Number 1=Koha-Auth-Number
837
Authority-Number 1=Koha-Auth-Number
(-)a/installer/data/mysql/kohastructure.sql (-2 / +2 lines)
Lines 1393-1399 CREATE TABLE `old_reserves` ( -- this table holds all holds/reserves that have b Link Here
1393
  `cancellationdate` date default NULL, -- the date this hold was cancelled
1393
  `cancellationdate` date default NULL, -- the date this hold was cancelled
1394
  `reservenotes` mediumtext, -- notes related to this hold
1394
  `reservenotes` mediumtext, -- notes related to this hold
1395
  `priority` smallint(6) default NULL, -- where in the queue the patron sits
1395
  `priority` smallint(6) default NULL, -- where in the queue the patron sits
1396
  `found` varchar(1) default NULL, -- a one letter code defining what the the status is of the hold is after it has been confirmed
1396
  `found` varchar(1) default NULL, -- a one letter code defining what the status is of the hold is after it has been confirmed
1397
  `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, -- the date and time this hold was last updated
1397
  `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, -- the date and time this hold was last updated
1398
  `itemnumber` int(11) default NULL, -- foreign key from the items table defining the specific item the patron has placed on hold or the item this hold was filled with
1398
  `itemnumber` int(11) default NULL, -- foreign key from the items table defining the specific item the patron has placed on hold or the item this hold was filled with
1399
  `waitingdate` date default NULL, -- the date the item was marked as waiting for the patron at the library
1399
  `waitingdate` date default NULL, -- the date the item was marked as waiting for the patron at the library
Lines 1568-1574 CREATE TABLE `reserves` ( -- information related to holds/reserves in Koha Link Here
1568
  `cancellationdate` date default NULL, -- the date this hold was cancelled
1568
  `cancellationdate` date default NULL, -- the date this hold was cancelled
1569
  `reservenotes` mediumtext, -- notes related to this hold
1569
  `reservenotes` mediumtext, -- notes related to this hold
1570
  `priority` smallint(6) default NULL, -- where in the queue the patron sits
1570
  `priority` smallint(6) default NULL, -- where in the queue the patron sits
1571
  `found` varchar(1) default NULL, -- a one letter code defining what the the status is of the hold is after it has been confirmed
1571
  `found` varchar(1) default NULL, -- a one letter code defining what the status is of the hold is after it has been confirmed
1572
  `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, -- the date and time this hold was last updated
1572
  `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, -- the date and time this hold was last updated
1573
  `itemnumber` int(11) default NULL, -- foreign key from the items table defining the specific item the patron has placed on hold or the item this hold was filled with
1573
  `itemnumber` int(11) default NULL, -- foreign key from the items table defining the specific item the patron has placed on hold or the item this hold was filled with
1574
  `waitingdate` date default NULL, -- the date the item was marked as waiting for the patron at the library
1574
  `waitingdate` date default NULL, -- the date the item was marked as waiting for the patron at the library
(-)a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/changelog (-2 / +2 lines)
Lines 243-249 Version 2.0.6 (2006-05-03) Link Here
243
	Added new CSS style properties support, this was as a plugin called style.
243
	Added new CSS style properties support, this was as a plugin called style.
244
	Fixed bug where TinyMCE was reporting a warning when inserting a image while running on HTTPS.
244
	Fixed bug where TinyMCE was reporting a warning when inserting a image while running on HTTPS.
245
	Fixed bug where pressing the browser back button after submit removed empty paragraphs in MSIE.
245
	Fixed bug where pressing the browser back button after submit removed empty paragraphs in MSIE.
246
	Fixed bug where links the the same page as the editor page was converted into a /.
246
	Fixed bug where links the same page as the editor page was converted into a /.
247
	Fixed bug where the getSelectedHTML method was returning undefined when selecting controls in MSIE.
247
	Fixed bug where the getSelectedHTML method was returning undefined when selecting controls in MSIE.
248
	Fixed bug with unterminated string literal errors where reported in some browsers.
248
	Fixed bug with unterminated string literal errors where reported in some browsers.
249
	Fixed bug where src and href where converted into xsrc and xhref in text.
249
	Fixed bug where src and href where converted into xsrc and xhref in text.
Lines 728-734 Version 1.45 RC1 (2005-05-27) Link Here
728
	Fixed so the contextmenu plugin uses images from the configurated theme instead of the advanced theme.
728
	Fixed so the contextmenu plugin uses images from the configurated theme instead of the advanced theme.
729
	Fixed so the external_link_list_url/external_image_list_url options can use relative or absolute path.
729
	Fixed so the external_link_list_url/external_image_list_url options can use relative or absolute path.
730
	Fixed so the external_link_list_url/external_image_list_url has a random query parameter to prevent it from cache.
730
	Fixed so the external_link_list_url/external_image_list_url has a random query parameter to prevent it from cache.
731
	Added new mceInsertRawHTML command, this inserts raw as it is HTML code in the the selected position.
731
	Added new mceInsertRawHTML command, this inserts raw as it is HTML code in the selected position.
732
	Added paste plain text plugin contributed by Ryan Demmer, converted it into a paste plugin.
732
	Added paste plain text plugin contributed by Ryan Demmer, converted it into a paste plugin.
733
	Added updated paste plugin contributed by speednet, includes paste directly feature for MSIE.
733
	Added updated paste plugin contributed by speednet, includes paste directly feature for MSIE.
734
	Added split/merge table cells support, to table plugin and context menus.
734
	Added split/merge table cells support, to table plugin and context menus.
(-)a/koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content.css (-1 / +1 lines)
Lines 1-5 Link Here
1
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
1
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
2
/* You can extend this CSS by adding your own CSS file with the the content_css option */
2
/* You can extend this CSS by adding your own CSS file with the content_css option */
3
3
4
body, td, pre {
4
body, td, pre {
5
	font-family: Verdana, Arial, Helvetica, sans-serif;
5
	font-family: Verdana, Arial, Helvetica, sans-serif;
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/calendar/calendar-debug.js (-1 / +1 lines)
Lines 2446-2452 Calendar.prototype = { Link Here
2446
        * </p>
2446
        * </p>
2447
        * <p>
2447
        * <p>
2448
        * This property can also be set to an object literal containing configuration properties for the CalendarNavigator UI.
2448
        * This property can also be set to an object literal containing configuration properties for the CalendarNavigator UI.
2449
        * The configuration object expects the the following case-sensitive properties, with the "strings" property being a nested object.
2449
        * The configuration object expects the following case-sensitive properties, with the "strings" property being a nested object.
2450
        * Any properties which are not provided will use the default values (defined in the CalendarNavigator class).
2450
        * Any properties which are not provided will use the default values (defined in the CalendarNavigator class).
2451
        * </p>
2451
        * </p>
2452
        * <dl>
2452
        * <dl>
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/calendar/calendar.js (-1 / +1 lines)
Lines 2436-2442 Calendar.prototype = { Link Here
2436
        * </p>
2436
        * </p>
2437
        * <p>
2437
        * <p>
2438
        * This property can also be set to an object literal containing configuration properties for the CalendarNavigator UI.
2438
        * This property can also be set to an object literal containing configuration properties for the CalendarNavigator UI.
2439
        * The configuration object expects the the following case-sensitive properties, with the "strings" property being a nested object.
2439
        * The configuration object expects the following case-sensitive properties, with the "strings" property being a nested object.
2440
        * Any properties which are not provided will use the default values (defined in the CalendarNavigator class).
2440
        * Any properties which are not provided will use the default values (defined in the CalendarNavigator class).
2441
        * </p>
2441
        * </p>
2442
        * <dl>
2442
        * <dl>
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop-debug.js (-1 / +1 lines)
Lines 245-251 YAHOO.util.DragDropMgr = function() { Link Here
245
        locked: false,
245
        locked: false,
246
246
247
        /**
247
        /**
248
         * Provides additional information about the the current set of
248
         * Provides additional information about the current set of
249
         * interactions.  Can be accessed from the event handlers. It
249
         * interactions.  Can be accessed from the event handlers. It
250
         * contains the following properties:
250
         * contains the following properties:
251
         *
251
         *
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/dragdrop/dragdrop.js (-1 / +1 lines)
Lines 241-247 YAHOO.util.DragDropMgr = function() { Link Here
241
        locked: false,
241
        locked: false,
242
242
243
        /**
243
        /**
244
         * Provides additional information about the the current set of
244
         * Provides additional information about the current set of
245
         * interactions.  Can be accessed from the event handlers. It
245
         * interactions.  Can be accessed from the event handlers. It
246
         * contains the following properties:
246
         * contains the following properties:
247
         *
247
         *
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/editor/editor-debug.js (-1 / +1 lines)
Lines 953-959 var Dom = YAHOO.util.Dom, Link Here
953
953
954
            /**
954
            /**
955
            * @attribute collapse
955
            * @attribute collapse
956
            * @description Boolean indicating if the the titlebar should have a collapse button.
956
            * @description Boolean indicating if the titlebar should have a collapse button.
957
            * The collapse button will not remove the toolbar, it will minimize it to the titlebar
957
            * The collapse button will not remove the toolbar, it will minimize it to the titlebar
958
            * @default false
958
            * @default false
959
            * @type Boolean
959
            * @type Boolean
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/editor/editor.js (-1 / +1 lines)
Lines 944-950 var Dom = YAHOO.util.Dom, Link Here
944
944
945
            /**
945
            /**
946
            * @attribute collapse
946
            * @attribute collapse
947
            * @description Boolean indicating if the the titlebar should have a collapse button.
947
            * @description Boolean indicating if the titlebar should have a collapse button.
948
            * The collapse button will not remove the toolbar, it will minimize it to the titlebar
948
            * The collapse button will not remove the toolbar, it will minimize it to the titlebar
949
            * @default false
949
            * @default false
950
            * @type Boolean
950
            * @type Boolean
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/editor/simpleeditor-debug.js (-1 / +1 lines)
Lines 953-959 var Dom = YAHOO.util.Dom, Link Here
953
953
954
            /**
954
            /**
955
            * @attribute collapse
955
            * @attribute collapse
956
            * @description Boolean indicating if the the titlebar should have a collapse button.
956
            * @description Boolean indicating if the titlebar should have a collapse button.
957
            * The collapse button will not remove the toolbar, it will minimize it to the titlebar
957
            * The collapse button will not remove the toolbar, it will minimize it to the titlebar
958
            * @default false
958
            * @default false
959
            * @type Boolean
959
            * @type Boolean
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/editor/simpleeditor.js (-1 / +1 lines)
Lines 944-950 var Dom = YAHOO.util.Dom, Link Here
944
944
945
            /**
945
            /**
946
            * @attribute collapse
946
            * @attribute collapse
947
            * @description Boolean indicating if the the titlebar should have a collapse button.
947
            * @description Boolean indicating if the titlebar should have a collapse button.
948
            * The collapse button will not remove the toolbar, it will minimize it to the titlebar
948
            * The collapse button will not remove the toolbar, it will minimize it to the titlebar
949
            * @default false
949
            * @default false
950
            * @type Boolean
950
            * @type Boolean
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/get/get-debug.js (-1 / +1 lines)
Lines 562-568 YAHOO.util.Get = function() { Link Here
562
        TIMEOUT: 2000,
562
        TIMEOUT: 2000,
563
        
563
        
564
        /**
564
        /**
565
         * Called by the the helper for detecting script load in Safari
565
         * Called by the helper for detecting script load in Safari
566
         * @method _finalize
566
         * @method _finalize
567
         * @param id {string} the transaction id
567
         * @param id {string} the transaction id
568
         * @private
568
         * @private
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/get/get.js (-1 / +1 lines)
Lines 549-555 YAHOO.util.Get = function() { Link Here
549
        TIMEOUT: 2000,
549
        TIMEOUT: 2000,
550
        
550
        
551
        /**
551
        /**
552
         * Called by the the helper for detecting script load in Safari
552
         * Called by the helper for detecting script load in Safari
553
         * @method _finalize
553
         * @method _finalize
554
         * @param id {string} the transaction id
554
         * @param id {string} the transaction id
555
         * @private
555
         * @private
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu-debug.js (-2 / +2 lines)
Lines 2385-2391 _subscribeToItemEvents: function (p_oItem) { Link Here
2385
2385
2386
/**
2386
/**
2387
* @method _onVisibleChange
2387
* @method _onVisibleChange
2388
* @description Change event handler for the the menu's "visible" configuration
2388
* @description Change event handler for the menu's "visible" configuration
2389
* property.
2389
* property.
2390
* @private
2390
* @private
2391
* @param {String} p_sType String representing the name of the event that 
2391
* @param {String} p_sType String representing the name of the event that 
Lines 4852-4858 _setScrollHeight: function (p_nScrollHeight) { Link Here
4852
	
4852
	
4853
4853
4854
			/*
4854
			/*
4855
				Only clear the the "width" configuration property if it was set the 
4855
				Only clear the "width" configuration property if it was set the 
4856
				"_setScrollHeight" method and wasn't changed by some other means after it was set.
4856
				"_setScrollHeight" method and wasn't changed by some other means after it was set.
4857
			*/	
4857
			*/	
4858
	
4858
	
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/menu/menu.js (-2 / +2 lines)
Lines 2350-2356 _subscribeToItemEvents: function (p_oItem) { Link Here
2350
2350
2351
/**
2351
/**
2352
* @method _onVisibleChange
2352
* @method _onVisibleChange
2353
* @description Change event handler for the the menu's "visible" configuration
2353
* @description Change event handler for the menu's "visible" configuration
2354
* property.
2354
* property.
2355
* @private
2355
* @private
2356
* @param {String} p_sType String representing the name of the event that 
2356
* @param {String} p_sType String representing the name of the event that 
Lines 4811-4817 _setScrollHeight: function (p_nScrollHeight) { Link Here
4811
	
4811
	
4812
4812
4813
			/*
4813
			/*
4814
				Only clear the the "width" configuration property if it was set the 
4814
				Only clear the "width" configuration property if it was set the 
4815
				"_setScrollHeight" method and wasn't changed by some other means after it was set.
4815
				"_setScrollHeight" method and wasn't changed by some other means after it was set.
4816
			*/	
4816
			*/	
4817
	
4817
	
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/yahoo/yahoo-debug.js (-1 / +1 lines)
Lines 128-134 YAHOO.namespace = function() { Link Here
128
 * @param  {String}  cat  The log category for the message.  Default
128
 * @param  {String}  cat  The log category for the message.  Default
129
 *                        categories are "info", "warn", "error", time".
129
 *                        categories are "info", "warn", "error", time".
130
 *                        Custom categories can be used as well. (opt)
130
 *                        Custom categories can be used as well. (opt)
131
 * @param  {String}  src  The source of the the message (opt)
131
 * @param  {String}  src  The source of the message (opt)
132
 * @return {Boolean}      True if the log operation was successful.
132
 * @return {Boolean}      True if the log operation was successful.
133
 */
133
 */
134
YAHOO.log = function(msg, cat, src) {
134
YAHOO.log = function(msg, cat, src) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/yahoo/yahoo.js (-1 / +1 lines)
Lines 128-134 YAHOO.namespace = function() { Link Here
128
 * @param  {String}  cat  The log category for the message.  Default
128
 * @param  {String}  cat  The log category for the message.  Default
129
 *                        categories are "info", "warn", "error", time".
129
 *                        categories are "info", "warn", "error", time".
130
 *                        Custom categories can be used as well. (opt)
130
 *                        Custom categories can be used as well. (opt)
131
 * @param  {String}  src  The source of the the message (opt)
131
 * @param  {String}  src  The source of the message (opt)
132
 * @return {Boolean}      True if the log operation was successful.
132
 * @return {Boolean}      True if the log operation was successful.
133
 */
133
 */
134
YAHOO.log = function(msg, cat, src) {
134
YAHOO.log = function(msg, cat, src) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/yuiloader/yuiloader-debug.js (-3 / +3 lines)
Lines 128-134 YAHOO.namespace = function() { Link Here
128
 * @param  {String}  cat  The log category for the message.  Default
128
 * @param  {String}  cat  The log category for the message.  Default
129
 *                        categories are "info", "warn", "error", time".
129
 *                        categories are "info", "warn", "error", time".
130
 *                        Custom categories can be used as well. (opt)
130
 *                        Custom categories can be used as well. (opt)
131
 * @param  {String}  src  The source of the the message (opt)
131
 * @param  {String}  src  The source of the message (opt)
132
 * @return {Boolean}      True if the log operation was successful.
132
 * @return {Boolean}      True if the log operation was successful.
133
 */
133
 */
134
YAHOO.log = function(msg, cat, src) {
134
YAHOO.log = function(msg, cat, src) {
Lines 1618-1624 YAHOO.util.Get = function() { Link Here
1618
        TIMEOUT: 2000,
1618
        TIMEOUT: 2000,
1619
        
1619
        
1620
        /**
1620
        /**
1621
         * Called by the the helper for detecting script load in Safari
1621
         * Called by the helper for detecting script load in Safari
1622
         * @method _finalize
1622
         * @method _finalize
1623
         * @param id {string} the transaction id
1623
         * @param id {string} the transaction id
1624
         * @private
1624
         * @private
Lines 2462-2468 YAHOO.register("get", YAHOO.util.Get, {version: "2.8.0r4", build: "2449"}); Link Here
2462
        this.comboBase = YUI.info.comboBase;
2462
        this.comboBase = YUI.info.comboBase;
2463
2463
2464
        /**
2464
        /**
2465
         * If configured, YUI will use the the combo handler on the
2465
         * If configured, YUI will use the combo handler on the
2466
         * Yahoo! CDN to pontentially reduce the number of http requests
2466
         * Yahoo! CDN to pontentially reduce the number of http requests
2467
         * required.
2467
         * required.
2468
         * @property combine
2468
         * @property combine
(-)a/koha-tmpl/intranet-tmpl/prog/en/lib/yui/yuiloader/yuiloader.js (-3 / +3 lines)
Lines 128-134 YAHOO.namespace = function() { Link Here
128
 * @param  {String}  cat  The log category for the message.  Default
128
 * @param  {String}  cat  The log category for the message.  Default
129
 *                        categories are "info", "warn", "error", time".
129
 *                        categories are "info", "warn", "error", time".
130
 *                        Custom categories can be used as well. (opt)
130
 *                        Custom categories can be used as well. (opt)
131
 * @param  {String}  src  The source of the the message (opt)
131
 * @param  {String}  src  The source of the message (opt)
132
 * @return {Boolean}      True if the log operation was successful.
132
 * @return {Boolean}      True if the log operation was successful.
133
 */
133
 */
134
YAHOO.log = function(msg, cat, src) {
134
YAHOO.log = function(msg, cat, src) {
Lines 1618-1624 YAHOO.util.Get = function() { Link Here
1618
        TIMEOUT: 2000,
1618
        TIMEOUT: 2000,
1619
        
1619
        
1620
        /**
1620
        /**
1621
         * Called by the the helper for detecting script load in Safari
1621
         * Called by the helper for detecting script load in Safari
1622
         * @method _finalize
1622
         * @method _finalize
1623
         * @param id {string} the transaction id
1623
         * @param id {string} the transaction id
1624
         * @private
1624
         * @private
Lines 2462-2468 YAHOO.register("get", YAHOO.util.Get, {version: "2.8.0r4", build: "2449"}); Link Here
2462
        this.comboBase = YUI.info.comboBase;
2462
        this.comboBase = YUI.info.comboBase;
2463
2463
2464
        /**
2464
        /**
2465
         * If configured, YUI will use the the combo handler on the
2465
         * If configured, YUI will use the combo handler on the
2466
         * Yahoo! CDN to pontentially reduce the number of http requests
2466
         * Yahoo! CDN to pontentially reduce the number of http requests
2467
         * required.
2467
         * required.
2468
         * @property combine
2468
         * @property combine
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt (-1 / +1 lines)
Lines 40-46 Link Here
40
</li>
40
</li>
41
</ul>
41
</ul>
42
42
43
<p><strong>See the full documentation for the the Managing Staged MARC Records in the <a href="http://manual.koha-community.org/3.6/en/managestaged.html">manual</a> (online).</strong></p>
43
<p><strong>See the full documentation for the Managing Staged MARC Records in the <a href="http://manual.koha-community.org/3.6/en/managestaged.html">manual</a> (online).</strong></p>
44
44
45
[% INCLUDE 'help-bottom.inc' %]
45
[% INCLUDE 'help-bottom.inc' %]
46
46
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
<p>Sincerely, Library Staff</p>
42
<p>Sincerely, Library Staff</p>
43
43
44
<p><strong>See the full documentation for the the Overdue Notice/Status Triggers in the <a href="http://manual.koha-community.org/3.6/en/noticetriggers.html">manual</a> (online).</strong></p>
44
<p><strong>See the full documentation for the Overdue Notice/Status Triggers in the <a href="http://manual.koha-community.org/3.6/en/noticetriggers.html">manual</a> (online).</strong></p>
45
45
46
[% INCLUDE 'help-bottom.inc' %]
46
[% INCLUDE 'help-bottom.inc' %]
47
47
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt (-2 / +2 lines)
Lines 20-25 Link Here
20
20
21
<p style="color:#990000;">Important: There is a limit of 520K on the size of the picture uploaded and it is recommended that the image be 200x300 pixels, but smaller images will work as well.</p>
21
<p style="color:#990000;">Important: There is a limit of 520K on the size of the picture uploaded and it is recommended that the image be 200x300 pixels, but smaller images will work as well.</p>
22
22
23
<p><strong>See the full documentation for the the Patron Image Uploader in the <a href="http://manual.koha-community.org/3.6/en/uploadpatronimages.html">manual</a> (online).</strong></p>
23
<p><strong>See the full documentation for the Patron Image Uploader in the <a href="http://manual.koha-community.org/3.6/en/uploadpatronimages.html">manual</a> (online).</strong></p>
24
24
25
[% INCLUDE 'help-bottom.inc' %]
25
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/scheduler.tt (-2 / +2 lines)
Lines 23-28 Link Here
23
23
24
<p>Task scheduler will not work if the user the web server runs as doesn't have the permission to use it. To find out if the right user has the permissions necessary, check /etc/at.allow to see what users are in it. If you don't have that file, check etc/at.deny. If at.deny exists but is blank, then every user can use it. Talk to your system admin about adding the user to the right place to make the task scheduler work.</p>
24
<p>Task scheduler will not work if the user the web server runs as doesn't have the permission to use it. To find out if the right user has the permissions necessary, check /etc/at.allow to see what users are in it. If you don't have that file, check etc/at.deny. If at.deny exists but is blank, then every user can use it. Talk to your system admin about adding the user to the right place to make the task scheduler work.</p>
25
25
26
<p><strong>See the full documentation for the the Task Scheduler in the <a href="http://manual.koha-community.org/3.6/en/taskscheduler.html">manual</a> (online).</strong></p>
26
<p><strong>See the full documentation for the Task Scheduler in the <a href="http://manual.koha-community.org/3.6/en/taskscheduler.html">manual</a> (online).</strong></p>
27
27
28
[% INCLUDE 'help-bottom.inc' %]
28
[% INCLUDE 'help-bottom.inc' %]
(-)a/misc/translator/po/am-Ethi-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58924-58946 msgstr "" Link Here
58924
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58924
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58925
#, c-format
58925
#, c-format
58926
msgid ""
58926
msgid ""
58927
"See the full documentation for the the Managing Staged MARC Records in the "
58927
"See the full documentation for the Managing Staged MARC Records in the "
58928
msgstr ""
58928
msgstr ""
58929
58929
58930
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58930
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58931
#, c-format
58931
#, c-format
58932
msgid ""
58932
msgid ""
58933
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58933
"See the full documentation for the Overdue Notice/Status Triggers in the "
58934
msgstr ""
58934
msgstr ""
58935
58935
58936
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58936
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58937
#, c-format
58937
#, c-format
58938
msgid "See the full documentation for the the Patron Image Uploader in the "
58938
msgid "See the full documentation for the Patron Image Uploader in the "
58939
msgstr ""
58939
msgstr ""
58940
58940
58941
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58941
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58942
#, c-format
58942
#, c-format
58943
msgid "See the full documentation for the the Task Scheduler in the "
58943
msgid "See the full documentation for the Task Scheduler in the "
58944
msgstr ""
58944
msgstr ""
58945
58945
58946
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58946
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/ar-Arab-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59267-59289 msgstr "" Link Here
59267
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59267
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59268
#, fuzzy, c-format
59268
#, fuzzy, c-format
59269
msgid ""
59269
msgid ""
59270
"See the full documentation for the the Managing Staged MARC Records in the "
59270
"See the full documentation for the Managing Staged MARC Records in the "
59271
msgstr "&rsaquo;أدر تسجيلات مارك المنظمة "
59271
msgstr "&rsaquo;أدر تسجيلات مارك المنظمة "
59272
59272
59273
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59273
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59274
#, fuzzy, c-format
59274
#, fuzzy, c-format
59275
msgid ""
59275
msgid ""
59276
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59276
"See the full documentation for the Overdue Notice/Status Triggers in the "
59277
msgstr "إخطار التأخير / الحالة مرسلة"
59277
msgstr "إخطار التأخير / الحالة مرسلة"
59278
59278
59279
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59279
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59280
#, c-format
59280
#, c-format
59281
msgid "See the full documentation for the the Patron Image Uploader in the "
59281
msgid "See the full documentation for the Patron Image Uploader in the "
59282
msgstr ""
59282
msgstr ""
59283
59283
59284
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59284
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59285
#, c-format
59285
#, c-format
59286
msgid "See the full documentation for the the Task Scheduler in the "
59286
msgid "See the full documentation for the Task Scheduler in the "
59287
msgstr ""
59287
msgstr ""
59288
59288
59289
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59289
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/az-AZ-i-staff-t-prog-v-3006000.po (-5 / +5 lines)
Lines 59609-59631 msgstr "" Link Here
59609
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59609
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59610
#, fuzzy, c-format
59610
#, fuzzy, c-format
59611
msgid ""
59611
msgid ""
59612
"See the full documentation for the the Managing Staged MARC Records in the "
59612
"See the full documentation for the Managing Staged MARC Records in the "
59613
msgstr "&rsaquo; Düzenlenmiş MARC Kayıtlarını Yönet"
59613
msgstr "&rsaquo; Düzenlenmiş MARC Kayıtlarını Yönet"
59614
59614
59615
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59615
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59616
#, fuzzy, c-format
59616
#, fuzzy, c-format
59617
msgid ""
59617
msgid ""
59618
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59618
"See the full documentation for the Overdue Notice/Status Triggers in the "
59619
msgstr "Gecikme 'Mesajı/Durumu tetikleyicileri' "
59619
msgstr "Gecikme 'Mesajı/Durumu tetikleyicileri' "
59620
59620
59621
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59621
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59622
#, c-format
59622
#, c-format
59623
msgid "See the full documentation for the the Patron Image Uploader in the "
59623
msgid "See the full documentation for the Patron Image Uploader in the "
59624
msgstr ""
59624
msgstr ""
59625
59625
59626
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59626
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59627
#, c-format
59627
#, c-format
59628
msgid "See the full documentation for the the Task Scheduler in the "
59628
msgid "See the full documentation for the Task Scheduler in the "
59629
msgstr ""
59629
msgstr ""
59630
59630
59631
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59631
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 92771-92777 msgstr "" Link Here
92771
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
92771
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
92772
#~ "item included on a List is directly linked to that item&rsquo;s "
92772
#~ "item included on a List is directly linked to that item&rsquo;s "
92773
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
92773
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
92774
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
92774
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
92775
#~ "allow you to check for availability, find the item&rsquo;s location or "
92775
#~ "allow you to check for availability, find the item&rsquo;s location or "
92776
#~ "reserve the item."
92776
#~ "reserve the item."
92777
#~ msgstr ""
92777
#~ msgstr ""
(-)a/misc/translator/po/ben-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58924-58946 msgstr "" Link Here
58924
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58924
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58925
#, c-format
58925
#, c-format
58926
msgid ""
58926
msgid ""
58927
"See the full documentation for the the Managing Staged MARC Records in the "
58927
"See the full documentation for the Managing Staged MARC Records in the "
58928
msgstr ""
58928
msgstr ""
58929
58929
58930
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58930
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58931
#, c-format
58931
#, c-format
58932
msgid ""
58932
msgid ""
58933
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58933
"See the full documentation for the Overdue Notice/Status Triggers in the "
58934
msgstr ""
58934
msgstr ""
58935
58935
58936
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58936
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58937
#, c-format
58937
#, c-format
58938
msgid "See the full documentation for the the Patron Image Uploader in the "
58938
msgid "See the full documentation for the Patron Image Uploader in the "
58939
msgstr ""
58939
msgstr ""
58940
58940
58941
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58941
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58942
#, c-format
58942
#, c-format
58943
msgid "See the full documentation for the the Task Scheduler in the "
58943
msgid "See the full documentation for the Task Scheduler in the "
58944
msgstr ""
58944
msgstr ""
58945
58945
58946
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58946
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/ca-VA-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58926-58948 msgstr "" Link Here
58926
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58926
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58927
#, c-format
58927
#, c-format
58928
msgid ""
58928
msgid ""
58929
"See the full documentation for the the Managing Staged MARC Records in the "
58929
"See the full documentation for the Managing Staged MARC Records in the "
58930
msgstr ""
58930
msgstr ""
58931
58931
58932
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58932
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58933
#, c-format
58933
#, c-format
58934
msgid ""
58934
msgid ""
58935
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58935
"See the full documentation for the Overdue Notice/Status Triggers in the "
58936
msgstr ""
58936
msgstr ""
58937
58937
58938
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58938
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58939
#, c-format
58939
#, c-format
58940
msgid "See the full documentation for the the Patron Image Uploader in the "
58940
msgid "See the full documentation for the Patron Image Uploader in the "
58941
msgstr ""
58941
msgstr ""
58942
58942
58943
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58943
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58944
#, c-format
58944
#, c-format
58945
msgid "See the full documentation for the the Task Scheduler in the "
58945
msgid "See the full documentation for the Task Scheduler in the "
58946
msgstr ""
58946
msgstr ""
58947
58947
58948
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58948
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/da-DK-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 60781-60803 msgstr "" Link Here
60781
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60781
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60782
#, fuzzy, c-format
60782
#, fuzzy, c-format
60783
msgid ""
60783
msgid ""
60784
"See the full documentation for the the Managing Staged MARC Records in the "
60784
"See the full documentation for the Managing Staged MARC Records in the "
60785
msgstr "Besøg startsiden for fortvaltning af klargjorte MARC-poster"
60785
msgstr "Besøg startsiden for fortvaltning af klargjorte MARC-poster"
60786
60786
60787
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60787
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60788
#, fuzzy, c-format
60788
#, fuzzy, c-format
60789
msgid ""
60789
msgid ""
60790
"See the full documentation for the the Overdue Notice/Status Triggers in the "
60790
"See the full documentation for the Overdue Notice/Status Triggers in the "
60791
msgstr "Kræver indstilling af udestående 'Notits/status-udløser'"
60791
msgstr "Kræver indstilling af udestående 'Notits/status-udløser'"
60792
60792
60793
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60793
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60794
#, c-format
60794
#, c-format
60795
msgid "See the full documentation for the the Patron Image Uploader in the "
60795
msgid "See the full documentation for the Patron Image Uploader in the "
60796
msgstr ""
60796
msgstr ""
60797
60797
60798
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60798
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60799
#, c-format
60799
#, c-format
60800
msgid "See the full documentation for the the Task Scheduler in the "
60800
msgid "See the full documentation for the Task Scheduler in the "
60801
msgstr ""
60801
msgstr ""
60802
60802
60803
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
60803
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/de-DE-i-staff-t-prog-v-3006000.po (-5 / +5 lines)
Lines 57281-57304 msgstr "Die vollständige Hilfe zum Report-Wörterbuch finden Sie im " Link Here
57281
57281
57282
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
57282
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
57283
#, c-format
57283
#, c-format
57284
msgid "See the full documentation for the the Managing Staged MARC Records in the "
57284
msgid "See the full documentation for the Managing Staged MARC Records in the "
57285
msgstr "Die vollständige Hilfe zur Verwaltung von zwischengespeicherten MARC-Datensätzen finden Sie im "
57285
msgstr "Die vollständige Hilfe zur Verwaltung von zwischengespeicherten MARC-Datensätzen finden Sie im "
57286
57286
57287
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
57287
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
57288
#, c-format
57288
#, c-format
57289
msgid "See the full documentation for the the Overdue Notice/Status Triggers in the "
57289
msgid "See the full documentation for the Overdue Notice/Status Triggers in the "
57290
msgstr "Die vollständige Hilfe zu den Mahntriggern finden Sie im "
57290
msgstr "Die vollständige Hilfe zu den Mahntriggern finden Sie im "
57291
57291
57292
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
57292
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
57293
#, c-format
57293
#, c-format
57294
msgid "See the full documentation for the the Patron Image Uploader in the "
57294
msgid "See the full documentation for the Patron Image Uploader in the "
57295
msgstr ""
57295
msgstr ""
57296
"Die vollständige HIlfe zum Werkzeug für den Upload von Benutzerfotos finden "
57296
"Die vollständige HIlfe zum Werkzeug für den Upload von Benutzerfotos finden "
57297
"Sie im "
57297
"Sie im "
57298
57298
57299
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
57299
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
57300
#, c-format
57300
#, c-format
57301
msgid "See the full documentation for the the Task Scheduler in the "
57301
msgid "See the full documentation for the Task Scheduler in the "
57302
msgstr "Die vollständige Hilfe zum Aufgabenplaner finden Sie im "
57302
msgstr "Die vollständige Hilfe zum Aufgabenplaner finden Sie im "
57303
57303
57304
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
57304
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 88092-88098 msgstr "‡[% MARCSUBJECT_SUBFIELDS_LOO.code %] [% MARCSUBJECT_SUBFIELDS_LOO.val Link Here
88092
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
88092
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
88093
#~ "item included on a List is directly linked to that item&rsquo;s "
88093
#~ "item included on a List is directly linked to that item&rsquo;s "
88094
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
88094
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
88095
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
88095
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
88096
#~ "allow you to check for availability, find the item&rsquo;s location or "
88096
#~ "allow you to check for availability, find the item&rsquo;s location or "
88097
#~ "reserve the item."
88097
#~ "reserve the item."
88098
#~ msgstr ""
88098
#~ msgstr ""
(-)a/misc/translator/po/el-GR-i-staff-t-prog-v-3006000.po (-5 / +5 lines)
Lines 60297-60320 msgstr "" Link Here
60297
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60297
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60298
#, fuzzy, c-format
60298
#, fuzzy, c-format
60299
msgid ""
60299
msgid ""
60300
"See the full documentation for the the Managing Staged MARC Records in the "
60300
"See the full documentation for the Managing Staged MARC Records in the "
60301
msgstr ""
60301
msgstr ""
60302
"Πηγαίντε στην κύρια οθόνη του εργαλείου Διαχείρισης Οργανωμένων Εγγραφών MARC"
60302
"Πηγαίντε στην κύρια οθόνη του εργαλείου Διαχείρισης Οργανωμένων Εγγραφών MARC"
60303
60303
60304
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60304
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60305
#, fuzzy, c-format
60305
#, fuzzy, c-format
60306
msgid ""
60306
msgid ""
60307
"See the full documentation for the the Overdue Notice/Status Triggers in the "
60307
"See the full documentation for the Overdue Notice/Status Triggers in the "
60308
msgstr "Ειδοποίηση εκπρόθεσμου/κατάσταση ενεργοποίησης"
60308
msgstr "Ειδοποίηση εκπρόθεσμου/κατάσταση ενεργοποίησης"
60309
60309
60310
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60310
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60311
#, c-format
60311
#, c-format
60312
msgid "See the full documentation for the the Patron Image Uploader in the "
60312
msgid "See the full documentation for the Patron Image Uploader in the "
60313
msgstr ""
60313
msgstr ""
60314
60314
60315
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60315
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60316
#, c-format
60316
#, c-format
60317
msgid "See the full documentation for the the Task Scheduler in the "
60317
msgid "See the full documentation for the Task Scheduler in the "
60318
msgstr ""
60318
msgstr ""
60319
60319
60320
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
60320
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 95239-95245 msgstr "" Link Here
95239
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
95239
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
95240
#~ "item included on a List is directly linked to that item&rsquo;s "
95240
#~ "item included on a List is directly linked to that item&rsquo;s "
95241
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
95241
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
95242
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
95242
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
95243
#~ "allow you to check for availability, find the item&rsquo;s location or "
95243
#~ "allow you to check for availability, find the item&rsquo;s location or "
95244
#~ "reserve the item."
95244
#~ "reserve the item."
95245
#~ msgstr ""
95245
#~ msgstr ""
(-)a/misc/translator/po/en-GB-i-staff-t-prog-v-3006000.po (-6 / +6 lines)
Lines 60385-60407 msgstr "" Link Here
60385
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60385
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60386
#, fuzzy, c-format
60386
#, fuzzy, c-format
60387
msgid ""
60387
msgid ""
60388
"See the full documentation for the the Managing Staged MARC Records in the "
60388
"See the full documentation for the Managing Staged MARC Records in the "
60389
msgstr "Visit the main screen of the Manage Staged MARC Records tool"
60389
msgstr "Visit the main screen of the Manage Staged MARC Records tool"
60390
60390
60391
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60391
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60392
#, fuzzy, c-format
60392
#, fuzzy, c-format
60393
msgid ""
60393
msgid ""
60394
"See the full documentation for the the Overdue Notice/Status Triggers in the "
60394
"See the full documentation for the Overdue Notice/Status Triggers in the "
60395
msgstr "Overdue 'Notice/Status Triggers'"
60395
msgstr "Overdue 'Notice/Status Triggers'"
60396
60396
60397
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60397
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60398
#, c-format
60398
#, c-format
60399
msgid "See the full documentation for the the Patron Image Uploader in the "
60399
msgid "See the full documentation for the Patron Image Uploader in the "
60400
msgstr ""
60400
msgstr ""
60401
60401
60402
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60402
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60403
#, c-format
60403
#, c-format
60404
msgid "See the full documentation for the the Task Scheduler in the "
60404
msgid "See the full documentation for the Task Scheduler in the "
60405
msgstr ""
60405
msgstr ""
60406
60406
60407
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
60407
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 93252-93258 msgstr "" Link Here
93252
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
93252
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
93253
#~ "item included on a List is directly linked to that item&rsquo;s "
93253
#~ "item included on a List is directly linked to that item&rsquo;s "
93254
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
93254
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
93255
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
93255
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
93256
#~ "allow you to check for availability, find the item&rsquo;s location or "
93256
#~ "allow you to check for availability, find the item&rsquo;s location or "
93257
#~ "reserve the item."
93257
#~ "reserve the item."
93258
#~ msgstr ""
93258
#~ msgstr ""
Lines 93260-93266 msgstr "" Link Here
93260
#~ "Preference has been enabled, both staff and users may create Lists. An "
93260
#~ "Preference has been enabled, both staff and users may create Lists. An "
93261
#~ "item included on a List is directly linked to that item&rsquo;s "
93261
#~ "item included on a List is directly linked to that item&rsquo;s "
93262
#~ "bibliographic record in the Online Catalogue. Clicking on the item will "
93262
#~ "bibliographic record in the Online Catalogue. Clicking on the item will "
93263
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
93263
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
93264
#~ "allow you to check for availability, find the item&rsquo;s location or "
93264
#~ "allow you to check for availability, find the item&rsquo;s location or "
93265
#~ "reserve the item."
93265
#~ "reserve the item."
93266
93266
(-)a/misc/translator/po/en-NZ-i-staff-t-prog-v-3006000.po (-6 / +6 lines)
Lines 44483-44489 msgid "" Link Here
44483
"In 'First issue publication date' you want to enter the date of the issue "
44483
"In 'First issue publication date' you want to enter the date of the issue "
44484
"you have in your hand, the date from which the prediction pattern will start"
44484
"you have in your hand, the date from which the prediction pattern will start"
44485
msgstr ""
44485
msgstr ""
44486
"In 'First issue publication' you want to enter the the date of the issue you "
44486
"In 'First issue publication' you want to enter the date of the issue you "
44487
"have in your hand, the date from which the prediction pattern will start"
44487
"have in your hand, the date from which the prediction pattern will start"
44488
44488
44489
#: intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt:58
44489
#: intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt:58
Lines 59902-59924 msgstr "" Link Here
59902
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59902
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59903
#, fuzzy, c-format
59903
#, fuzzy, c-format
59904
msgid ""
59904
msgid ""
59905
"See the full documentation for the the Managing Staged MARC Records in the "
59905
"See the full documentation for the Managing Staged MARC Records in the "
59906
msgstr "Visit the main screen of the Manage Staged MARC Records tool"
59906
msgstr "Visit the main screen of the Manage Staged MARC Records tool"
59907
59907
59908
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59908
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59909
#, fuzzy, c-format
59909
#, fuzzy, c-format
59910
msgid ""
59910
msgid ""
59911
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59911
"See the full documentation for the Overdue Notice/Status Triggers in the "
59912
msgstr "Overdue 'Notice/Status Triggers'"
59912
msgstr "Overdue 'Notice/Status Triggers'"
59913
59913
59914
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59914
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59915
#, c-format
59915
#, c-format
59916
msgid "See the full documentation for the the Patron Image Uploader in the "
59916
msgid "See the full documentation for the Patron Image Uploader in the "
59917
msgstr ""
59917
msgstr ""
59918
59918
59919
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59919
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59920
#, c-format
59920
#, c-format
59921
msgid "See the full documentation for the the Task Scheduler in the "
59921
msgid "See the full documentation for the Task Scheduler in the "
59922
msgstr ""
59922
msgstr ""
59923
59923
59924
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59924
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 93925-93931 msgstr "" Link Here
93925
#~ "There are number of predefined reports in Koha. Check the Circulation "
93925
#~ "There are number of predefined reports in Koha. Check the Circulation "
93926
#~ "module for additional Circulation specific reports."
93926
#~ "module for additional Circulation specific reports."
93927
#~ msgstr ""
93927
#~ msgstr ""
93928
#~ "There are number of predefined reports in Koha. Check the the Circulation "
93928
#~ "There are number of predefined reports in Koha. Check the Circulation "
93929
#~ "module for additional Circulation specific reports."
93929
#~ "module for additional Circulation specific reports."
93930
93930
93931
#~ msgid "There are three kinds of 'lists'"
93931
#~ msgid "There are three kinds of 'lists'"
(-)a/misc/translator/po/es-ES-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 61124-61130 msgstr "" Link Here
61124
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
61124
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
61125
#, fuzzy, c-format
61125
#, fuzzy, c-format
61126
msgid ""
61126
msgid ""
61127
"See the full documentation for the the Managing Staged MARC Records in the "
61127
"See the full documentation for the Managing Staged MARC Records in the "
61128
msgstr ""
61128
msgstr ""
61129
"Visite la pantalla principal de la herramienta de Administrar Registros "
61129
"Visite la pantalla principal de la herramienta de Administrar Registros "
61130
"Preparados MARC"
61130
"Preparados MARC"
Lines 61132-61148 msgstr "" Link Here
61132
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
61132
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
61133
#, fuzzy, c-format
61133
#, fuzzy, c-format
61134
msgid ""
61134
msgid ""
61135
"See the full documentation for the the Overdue Notice/Status Triggers in the "
61135
"See the full documentation for the Overdue Notice/Status Triggers in the "
61136
msgstr "'Disparadores de estado/aviso' de retrasos"
61136
msgstr "'Disparadores de estado/aviso' de retrasos"
61137
61137
61138
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
61138
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
61139
#, c-format
61139
#, c-format
61140
msgid "See the full documentation for the the Patron Image Uploader in the "
61140
msgid "See the full documentation for the Patron Image Uploader in the "
61141
msgstr ""
61141
msgstr ""
61142
61142
61143
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
61143
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
61144
#, c-format
61144
#, c-format
61145
msgid "See the full documentation for the the Task Scheduler in the "
61145
msgid "See the full documentation for the Task Scheduler in the "
61146
msgstr ""
61146
msgstr ""
61147
61147
61148
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
61148
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/fi-FI-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59173-59195 msgstr "" Link Here
59173
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59173
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59174
#, c-format
59174
#, c-format
59175
msgid ""
59175
msgid ""
59176
"See the full documentation for the the Managing Staged MARC Records in the "
59176
"See the full documentation for the Managing Staged MARC Records in the "
59177
msgstr ""
59177
msgstr ""
59178
59178
59179
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59179
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59180
#, c-format
59180
#, c-format
59181
msgid ""
59181
msgid ""
59182
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59182
"See the full documentation for the Overdue Notice/Status Triggers in the "
59183
msgstr ""
59183
msgstr ""
59184
59184
59185
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59185
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59186
#, c-format
59186
#, c-format
59187
msgid "See the full documentation for the the Patron Image Uploader in the "
59187
msgid "See the full documentation for the Patron Image Uploader in the "
59188
msgstr ""
59188
msgstr ""
59189
59189
59190
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59190
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59191
#, c-format
59191
#, c-format
59192
msgid "See the full documentation for the the Task Scheduler in the "
59192
msgid "See the full documentation for the Task Scheduler in the "
59193
msgstr ""
59193
msgstr ""
59194
59194
59195
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59195
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/fr-CA-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59948-59970 msgstr "" Link Here
59948
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59948
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59949
#, fuzzy, c-format
59949
#, fuzzy, c-format
59950
msgid ""
59950
msgid ""
59951
"See the full documentation for the the Managing Staged MARC Records in the "
59951
"See the full documentation for the Managing Staged MARC Records in the "
59952
msgstr "&rsaquo; Gérer les notices MARC préparées"
59952
msgstr "&rsaquo; Gérer les notices MARC préparées"
59953
59953
59954
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59954
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59955
#, fuzzy, c-format
59955
#, fuzzy, c-format
59956
msgid ""
59956
msgid ""
59957
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59957
"See the full documentation for the Overdue Notice/Status Triggers in the "
59958
msgstr "Déclencheurs de relances/statut retard"
59958
msgstr "Déclencheurs de relances/statut retard"
59959
59959
59960
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59960
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59961
#, c-format
59961
#, c-format
59962
msgid "See the full documentation for the the Patron Image Uploader in the "
59962
msgid "See the full documentation for the Patron Image Uploader in the "
59963
msgstr ""
59963
msgstr ""
59964
59964
59965
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59965
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59966
#, c-format
59966
#, c-format
59967
msgid "See the full documentation for the the Task Scheduler in the "
59967
msgid "See the full documentation for the Task Scheduler in the "
59968
msgstr ""
59968
msgstr ""
59969
59969
59970
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59970
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/fr-FR-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 61523-61546 msgstr "Pour plus d'information, voir le " Link Here
61523
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
61523
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
61524
#, c-format
61524
#, c-format
61525
msgid ""
61525
msgid ""
61526
"See the full documentation for the the Managing Staged MARC Records in the "
61526
"See the full documentation for the Managing Staged MARC Records in the "
61527
msgstr ""
61527
msgstr ""
61528
"Voir la documentation complète dans le "
61528
"Voir la documentation complète dans le "
61529
61529
61530
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
61530
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
61531
#, uzzy, c-format
61531
#, uzzy, c-format
61532
msgid ""
61532
msgid ""
61533
"See the full documentation for the the Overdue Notice/Status Triggers in the "
61533
"See the full documentation for the Overdue Notice/Status Triggers in the "
61534
msgstr "Voir la documentation complète dans le "
61534
msgstr "Voir la documentation complète dans le "
61535
61535
61536
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
61536
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
61537
#, c-format
61537
#, c-format
61538
msgid "See the full documentation for the the Patron Image Uploader in the "
61538
msgid "See the full documentation for the Patron Image Uploader in the "
61539
msgstr "Voir la documentation complète dans le "
61539
msgstr "Voir la documentation complète dans le "
61540
61540
61541
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
61541
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
61542
#, c-format
61542
#, c-format
61543
msgid "See the full documentation for the the Task Scheduler in the "
61543
msgid "See the full documentation for the Task Scheduler in the "
61544
msgstr "Voir la documentation complète dans le "
61544
msgstr "Voir la documentation complète dans le "
61545
61545
61546
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
61546
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/hi-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59465-59487 msgstr "" Link Here
59465
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59465
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59466
#, fuzzy, c-format
59466
#, fuzzy, c-format
59467
msgid ""
59467
msgid ""
59468
"See the full documentation for the the Managing Staged MARC Records in the "
59468
"See the full documentation for the Managing Staged MARC Records in the "
59469
msgstr "&rsaquo; प्रबंधित मंचन MARC रिकार्ड "
59469
msgstr "&rsaquo; प्रबंधित मंचन MARC रिकार्ड "
59470
59470
59471
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59471
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59472
#, fuzzy, c-format
59472
#, fuzzy, c-format
59473
msgid ""
59473
msgid ""
59474
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59474
"See the full documentation for the Overdue Notice/Status Triggers in the "
59475
msgstr "अतिदेय 'सूचना/स्तर Triggers' "
59475
msgstr "अतिदेय 'सूचना/स्तर Triggers' "
59476
59476
59477
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59477
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59478
#, c-format
59478
#, c-format
59479
msgid "See the full documentation for the the Patron Image Uploader in the "
59479
msgid "See the full documentation for the Patron Image Uploader in the "
59480
msgstr ""
59480
msgstr ""
59481
59481
59482
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59482
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59483
#, c-format
59483
#, c-format
59484
msgid "See the full documentation for the the Task Scheduler in the "
59484
msgid "See the full documentation for the Task Scheduler in the "
59485
msgstr ""
59485
msgstr ""
59486
59486
59487
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59487
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/hr-HR-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58957-58979 msgstr "" Link Here
58957
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58957
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58958
#, c-format
58958
#, c-format
58959
msgid ""
58959
msgid ""
58960
"See the full documentation for the the Managing Staged MARC Records in the "
58960
"See the full documentation for the Managing Staged MARC Records in the "
58961
msgstr ""
58961
msgstr ""
58962
58962
58963
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58963
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58964
#, c-format
58964
#, c-format
58965
msgid ""
58965
msgid ""
58966
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58966
"See the full documentation for the Overdue Notice/Status Triggers in the "
58967
msgstr ""
58967
msgstr ""
58968
58968
58969
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58969
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58970
#, c-format
58970
#, c-format
58971
msgid "See the full documentation for the the Patron Image Uploader in the "
58971
msgid "See the full documentation for the Patron Image Uploader in the "
58972
msgstr ""
58972
msgstr ""
58973
58973
58974
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58974
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58975
#, c-format
58975
#, c-format
58976
msgid "See the full documentation for the the Task Scheduler in the "
58976
msgid "See the full documentation for the Task Scheduler in the "
58977
msgstr ""
58977
msgstr ""
58978
58978
58979
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58979
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/hu-HU-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59320-59342 msgstr "" Link Here
59320
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59320
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59321
#, fuzzy, c-format
59321
#, fuzzy, c-format
59322
msgid ""
59322
msgid ""
59323
"See the full documentation for the the Managing Staged MARC Records in the "
59323
"See the full documentation for the Managing Staged MARC Records in the "
59324
msgstr "&rsaquo; Kezeld a félretett MARC tételeket"
59324
msgstr "&rsaquo; Kezeld a félretett MARC tételeket"
59325
59325
59326
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59326
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59327
#, c-format
59327
#, c-format
59328
msgid ""
59328
msgid ""
59329
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59329
"See the full documentation for the Overdue Notice/Status Triggers in the "
59330
msgstr ""
59330
msgstr ""
59331
59331
59332
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59332
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59333
#, c-format
59333
#, c-format
59334
msgid "See the full documentation for the the Patron Image Uploader in the "
59334
msgid "See the full documentation for the Patron Image Uploader in the "
59335
msgstr ""
59335
msgstr ""
59336
59336
59337
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59337
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59338
#, c-format
59338
#, c-format
59339
msgid "See the full documentation for the the Task Scheduler in the "
59339
msgid "See the full documentation for the Task Scheduler in the "
59340
msgstr ""
59340
msgstr ""
59341
59341
59342
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59342
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/hy-Armn-i-staff-prog-v-3006000.po (-2 / +2 lines)
Lines 35104-35110 msgstr "Չկան հիշված հաշվետվություններ։ <a1>Կառո Link Here
35104
#: ../../koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl:9
35104
#: ../../koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl:9
35105
#, fuzzy
35105
#, fuzzy
35106
msgid ""
35106
msgid ""
35107
"There are number of predefined reports in Koha. Check the the Circulation "
35107
"There are number of predefined reports in Koha. Check the Circulation "
35108
"module for additional Circulation specific reports."
35108
"module for additional Circulation specific reports."
35109
msgstr ""
35109
msgstr ""
35110
" Կոհայում կան նախապես սահմանված հաշվետվություններ։ Ստուգիր Տացքի մոդուլը "
35110
" Կոհայում կան նախապես սահմանված հաշվետվություններ։ Ստուգիր Տացքի մոդուլը "
Lines 57406-57412 msgstr "" Link Here
57406
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
57406
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
57407
#~ "item included on a List is directly linked to that item&rsquo;s "
57407
#~ "item included on a List is directly linked to that item&rsquo;s "
57408
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
57408
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
57409
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
57409
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
57410
#~ "allow you to check for availability, find the item&rsquo;s location or "
57410
#~ "allow you to check for availability, find the item&rsquo;s location or "
57411
#~ "reserve the item."
57411
#~ "reserve the item."
57412
#~ msgstr ""
57412
#~ msgstr ""
(-)a/misc/translator/po/hy-Armn-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 60201-60225 msgstr "" Link Here
60201
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60201
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60202
#, fuzzy, c-format
60202
#, fuzzy, c-format
60203
msgid ""
60203
msgid ""
60204
"See the full documentation for the the Managing Staged MARC Records in the "
60204
"See the full documentation for the Managing Staged MARC Records in the "
60205
msgstr "Այցելիր փուլավորված MARC գրառումներ գործիքի հիմնակն պաստառը"
60205
msgstr "Այցելիր փուլավորված MARC գրառումներ գործիքի հիմնակն պաստառը"
60206
60206
60207
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60207
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60208
#, fuzzy, c-format
60208
#, fuzzy, c-format
60209
msgid ""
60209
msgid ""
60210
"See the full documentation for the the Overdue Notice/Status Triggers in the "
60210
"See the full documentation for the Overdue Notice/Status Triggers in the "
60211
msgstr ""
60211
msgstr ""
60212
"Տեղադրիր հիշեցման/կարգավիճակի սկզբնավորողները ժամկետանց նյութերի համար  "
60212
"Տեղադրիր հիշեցման/կարգավիճակի սկզբնավորողները ժամկետանց նյութերի համար  "
60213
"(Մուտք ժամկետանց նշումների Վիճակ/տրիգգերների Գործիք)"
60213
"(Մուտք ժամկետանց նշումների Վիճակ/տրիգգերների Գործիք)"
60214
60214
60215
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60215
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60216
#, c-format
60216
#, c-format
60217
msgid "See the full documentation for the the Patron Image Uploader in the "
60217
msgid "See the full documentation for the Patron Image Uploader in the "
60218
msgstr ""
60218
msgstr ""
60219
60219
60220
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60220
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60221
#, c-format
60221
#, c-format
60222
msgid "See the full documentation for the the Task Scheduler in the "
60222
msgid "See the full documentation for the Task Scheduler in the "
60223
msgstr ""
60223
msgstr ""
60224
60224
60225
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
60225
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/id-ID-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58924-58946 msgstr "" Link Here
58924
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58924
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58925
#, c-format
58925
#, c-format
58926
msgid ""
58926
msgid ""
58927
"See the full documentation for the the Managing Staged MARC Records in the "
58927
"See the full documentation for the Managing Staged MARC Records in the "
58928
msgstr ""
58928
msgstr ""
58929
58929
58930
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58930
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58931
#, c-format
58931
#, c-format
58932
msgid ""
58932
msgid ""
58933
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58933
"See the full documentation for the Overdue Notice/Status Triggers in the "
58934
msgstr ""
58934
msgstr ""
58935
58935
58936
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58936
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58937
#, c-format
58937
#, c-format
58938
msgid "See the full documentation for the the Patron Image Uploader in the "
58938
msgid "See the full documentation for the Patron Image Uploader in the "
58939
msgstr ""
58939
msgstr ""
58940
58940
58941
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58941
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58942
#, c-format
58942
#, c-format
58943
msgid "See the full documentation for the the Task Scheduler in the "
58943
msgid "See the full documentation for the Task Scheduler in the "
58944
msgstr ""
58944
msgstr ""
58945
58945
58946
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58946
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/it-IT-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 61266-61288 msgstr "Vedi la documentazione completa per il Dizionario dei Report nel " Link Here
61266
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
61266
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
61267
#, fuzzy, c-format
61267
#, fuzzy, c-format
61268
msgid ""
61268
msgid ""
61269
"See the full documentation for the the Managing Staged MARC Records in the "
61269
"See the full documentation for the Managing Staged MARC Records in the "
61270
msgstr "Vedi la documentazione completa per la Gestione di record lavorati nel "
61270
msgstr "Vedi la documentazione completa per la Gestione di record lavorati nel "
61271
61271
61272
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
61272
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
61273
#, c-format
61273
#, c-format
61274
msgid ""
61274
msgid ""
61275
"See the full documentation for the the Overdue Notice/Status Triggers in the "
61275
"See the full documentation for the Overdue Notice/Status Triggers in the "
61276
msgstr "Vedi la documentazione completa per i triggers di ritardo/status nel "
61276
msgstr "Vedi la documentazione completa per i triggers di ritardo/status nel "
61277
61277
61278
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
61278
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
61279
#, c-format
61279
#, c-format
61280
msgid "See the full documentation for the the Patron Image Uploader in the "
61280
msgid "See the full documentation for the Patron Image Uploader in the "
61281
msgstr "Vedi la documentazione completa per il Caricamento di foto utente nel "
61281
msgstr "Vedi la documentazione completa per il Caricamento di foto utente nel "
61282
61282
61283
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
61283
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
61284
#, c-format
61284
#, c-format
61285
msgid "See the full documentation for the the Task Scheduler in the "
61285
msgid "See the full documentation for the Task Scheduler in the "
61286
msgstr "Vedi la documentazione completa per il Gestore di Task nel "
61286
msgstr "Vedi la documentazione completa per il Gestore di Task nel "
61287
61287
61288
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
61288
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/kn-Knda-i-staff-t-prog-v-3006000.po (-1 / +1 lines)
Lines 32368-32374 msgstr "" Link Here
32368
32368
32369
#: ../../koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl:9
32369
#: ../../koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl:9
32370
msgid ""
32370
msgid ""
32371
"There are number of predefined reports in Koha. Check the the Circulation "
32371
"There are number of predefined reports in Koha. Check the Circulation "
32372
"module for additional Circulation specific reports."
32372
"module for additional Circulation specific reports."
32373
msgstr ""
32373
msgstr ""
32374
32374
(-)a/misc/translator/po/lo-Laoo-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58925-58947 msgstr "" Link Here
58925
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58925
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58926
#, c-format
58926
#, c-format
58927
msgid ""
58927
msgid ""
58928
"See the full documentation for the the Managing Staged MARC Records in the "
58928
"See the full documentation for the Managing Staged MARC Records in the "
58929
msgstr ""
58929
msgstr ""
58930
58930
58931
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58931
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58932
#, c-format
58932
#, c-format
58933
msgid ""
58933
msgid ""
58934
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58934
"See the full documentation for the Overdue Notice/Status Triggers in the "
58935
msgstr ""
58935
msgstr ""
58936
58936
58937
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58937
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58938
#, c-format
58938
#, c-format
58939
msgid "See the full documentation for the the Patron Image Uploader in the "
58939
msgid "See the full documentation for the Patron Image Uploader in the "
58940
msgstr ""
58940
msgstr ""
58941
58941
58942
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58942
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58943
#, c-format
58943
#, c-format
58944
msgid "See the full documentation for the the Task Scheduler in the "
58944
msgid "See the full documentation for the Task Scheduler in the "
58945
msgstr ""
58945
msgstr ""
58946
58946
58947
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58947
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/mon-i-staff-t-prog-v-3006000.po (-5 / +5 lines)
Lines 59613-59635 msgstr "" Link Here
59613
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59613
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59614
#, fuzzy, c-format
59614
#, fuzzy, c-format
59615
msgid ""
59615
msgid ""
59616
"See the full documentation for the the Managing Staged MARC Records in the "
59616
"See the full documentation for the Managing Staged MARC Records in the "
59617
msgstr "&rsaquo; Үзүүлэгдсэн MARC бичлэгүүдийг зохицуулах "
59617
msgstr "&rsaquo; Үзүүлэгдсэн MARC бичлэгүүдийг зохицуулах "
59618
59618
59619
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59619
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59620
#, fuzzy, c-format
59620
#, fuzzy, c-format
59621
msgid ""
59621
msgid ""
59622
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59622
"See the full documentation for the Overdue Notice/Status Triggers in the "
59623
msgstr "Хугацаа хэтрэл 'Санамж/Төлөв-н үүсгэгчид'"
59623
msgstr "Хугацаа хэтрэл 'Санамж/Төлөв-н үүсгэгчид'"
59624
59624
59625
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59625
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59626
#, c-format
59626
#, c-format
59627
msgid "See the full documentation for the the Patron Image Uploader in the "
59627
msgid "See the full documentation for the Patron Image Uploader in the "
59628
msgstr ""
59628
msgstr ""
59629
59629
59630
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59630
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59631
#, c-format
59631
#, c-format
59632
msgid "See the full documentation for the the Task Scheduler in the "
59632
msgid "See the full documentation for the Task Scheduler in the "
59633
msgstr ""
59633
msgstr ""
59634
59634
59635
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59635
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 91456-91462 msgstr "" Link Here
91456
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
91456
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
91457
#~ "item included on a List is directly linked to that item&rsquo;s "
91457
#~ "item included on a List is directly linked to that item&rsquo;s "
91458
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
91458
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
91459
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
91459
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
91460
#~ "allow you to check for availability, find the item&rsquo;s location or "
91460
#~ "allow you to check for availability, find the item&rsquo;s location or "
91461
#~ "reserve the item."
91461
#~ "reserve the item."
91462
#~ msgstr ""
91462
#~ msgstr ""
(-)a/misc/translator/po/ms-MY-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58985-59007 msgstr "" Link Here
58985
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58985
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58986
#, c-format
58986
#, c-format
58987
msgid ""
58987
msgid ""
58988
"See the full documentation for the the Managing Staged MARC Records in the "
58988
"See the full documentation for the Managing Staged MARC Records in the "
58989
msgstr ""
58989
msgstr ""
58990
58990
58991
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58991
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58992
#, c-format
58992
#, c-format
58993
msgid ""
58993
msgid ""
58994
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58994
"See the full documentation for the Overdue Notice/Status Triggers in the "
58995
msgstr ""
58995
msgstr ""
58996
58996
58997
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58997
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58998
#, c-format
58998
#, c-format
58999
msgid "See the full documentation for the the Patron Image Uploader in the "
58999
msgid "See the full documentation for the Patron Image Uploader in the "
59000
msgstr ""
59000
msgstr ""
59001
59001
59002
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59002
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59003
#, c-format
59003
#, c-format
59004
msgid "See the full documentation for the the Task Scheduler in the "
59004
msgid "See the full documentation for the Task Scheduler in the "
59005
msgstr ""
59005
msgstr ""
59006
59006
59007
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59007
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/nb-NO-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59626-59648 msgstr "" Link Here
59626
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59626
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59627
#, fuzzy, c-format
59627
#, fuzzy, c-format
59628
msgid ""
59628
msgid ""
59629
"See the full documentation for the the Managing Staged MARC Records in the "
59629
"See the full documentation for the Managing Staged MARC Records in the "
59630
msgstr "&rsaquo; Behandle viste MARC-poster"
59630
msgstr "&rsaquo; Behandle viste MARC-poster"
59631
59631
59632
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59632
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59633
#, fuzzy, c-format
59633
#, fuzzy, c-format
59634
msgid ""
59634
msgid ""
59635
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59635
"See the full documentation for the Overdue Notice/Status Triggers in the "
59636
msgstr "Forfallsmelding/statusutløser"
59636
msgstr "Forfallsmelding/statusutløser"
59637
59637
59638
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59638
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59639
#, c-format
59639
#, c-format
59640
msgid "See the full documentation for the the Patron Image Uploader in the "
59640
msgid "See the full documentation for the Patron Image Uploader in the "
59641
msgstr ""
59641
msgstr ""
59642
59642
59643
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59643
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59644
#, c-format
59644
#, c-format
59645
msgid "See the full documentation for the the Task Scheduler in the "
59645
msgid "See the full documentation for the Task Scheduler in the "
59646
msgstr ""
59646
msgstr ""
59647
59647
59648
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59648
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/nl-BE-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58938-58960 msgstr "" Link Here
58938
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58938
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58939
#, c-format
58939
#, c-format
58940
msgid ""
58940
msgid ""
58941
"See the full documentation for the the Managing Staged MARC Records in the "
58941
"See the full documentation for the Managing Staged MARC Records in the "
58942
msgstr ""
58942
msgstr ""
58943
58943
58944
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58944
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58945
#, c-format
58945
#, c-format
58946
msgid ""
58946
msgid ""
58947
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58947
"See the full documentation for the Overdue Notice/Status Triggers in the "
58948
msgstr ""
58948
msgstr ""
58949
58949
58950
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58950
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58951
#, c-format
58951
#, c-format
58952
msgid "See the full documentation for the the Patron Image Uploader in the "
58952
msgid "See the full documentation for the Patron Image Uploader in the "
58953
msgstr ""
58953
msgstr ""
58954
58954
58955
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58955
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58956
#, c-format
58956
#, c-format
58957
msgid "See the full documentation for the the Task Scheduler in the "
58957
msgid "See the full documentation for the Task Scheduler in the "
58958
msgstr ""
58958
msgstr ""
58959
58959
58960
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58960
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/nl-NL-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58933-58955 msgstr "" Link Here
58933
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58933
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58934
#, c-format
58934
#, c-format
58935
msgid ""
58935
msgid ""
58936
"See the full documentation for the the Managing Staged MARC Records in the "
58936
"See the full documentation for the Managing Staged MARC Records in the "
58937
msgstr ""
58937
msgstr ""
58938
58938
58939
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58939
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58940
#, c-format
58940
#, c-format
58941
msgid ""
58941
msgid ""
58942
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58942
"See the full documentation for the Overdue Notice/Status Triggers in the "
58943
msgstr ""
58943
msgstr ""
58944
58944
58945
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58945
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58946
#, c-format
58946
#, c-format
58947
msgid "See the full documentation for the the Patron Image Uploader in the "
58947
msgid "See the full documentation for the Patron Image Uploader in the "
58948
msgstr ""
58948
msgstr ""
58949
58949
58950
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58950
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58951
#, c-format
58951
#, c-format
58952
msgid "See the full documentation for the the Task Scheduler in the "
58952
msgid "See the full documentation for the Task Scheduler in the "
58953
msgstr ""
58953
msgstr ""
58954
58954
58955
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58955
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/nn-NO-i-staff-prog-v-3006000.po (-3 / +3 lines)
Lines 31626-31632 msgstr "Det er ingen lagra rapportar <a1>Vil du laga ein ny rapport?</a>" Link Here
31626
#: ../../koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl:9
31626
#: ../../koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tmpl:9
31627
#, fuzzy
31627
#, fuzzy
31628
msgid ""
31628
msgid ""
31629
"There are number of predefined reports in Koha. Check the the Circulation "
31629
"There are number of predefined reports in Koha. Check the Circulation "
31630
"module for additional Circulation specific reports."
31630
"module for additional Circulation specific reports."
31631
msgstr ""
31631
msgstr ""
31632
"Det finst mange førehandslaga rapportar. &ndash; Sjå i utlånsmodulen etter "
31632
"Det finst mange førehandslaga rapportar. &ndash; Sjå i utlånsmodulen etter "
Lines 47322-47328 msgstr "" Link Here
47322
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
47322
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
47323
#~ "item included on a List is directly linked to that item&rsquo;s "
47323
#~ "item included on a List is directly linked to that item&rsquo;s "
47324
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
47324
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
47325
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
47325
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
47326
#~ "allow you to check for availability, find the item&rsquo;s location or "
47326
#~ "allow you to check for availability, find the item&rsquo;s location or "
47327
#~ "reserve the item."
47327
#~ "reserve the item."
47328
#~ msgstr ""
47328
#~ msgstr ""
Lines 59093-59099 msgid "" Link Here
59093
"Preference has been enabled, both staff and patrons may create Lists. An "
59093
"Preference has been enabled, both staff and patrons may create Lists. An "
59094
"item included on a List is directly linked to that item&rsquo;s "
59094
"item included on a List is directly linked to that item&rsquo;s "
59095
"bibliographic record in the Online Catalog. Clicking on the item will take "
59095
"bibliographic record in the Online Catalog. Clicking on the item will take "
59096
"you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and allow you "
59096
"you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and allow you "
59097
"to check for availability, find the item&rsquo;s location or reserve the "
59097
"to check for availability, find the item&rsquo;s location or reserve the "
59098
"item."
59098
"item."
59099
msgstr ""
59099
msgstr ""
(-)a/misc/translator/po/nn-NO-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59449-59471 msgstr "" Link Here
59449
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59449
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59450
#, fuzzy, c-format
59450
#, fuzzy, c-format
59451
msgid ""
59451
msgid ""
59452
"See the full documentation for the the Managing Staged MARC Records in the "
59452
"See the full documentation for the Managing Staged MARC Records in the "
59453
msgstr "&rsaquo; Handsama lagra MARC-postar"
59453
msgstr "&rsaquo; Handsama lagra MARC-postar"
59454
59454
59455
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59455
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59456
#, fuzzy, c-format
59456
#, fuzzy, c-format
59457
msgid ""
59457
msgid ""
59458
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59458
"See the full documentation for the Overdue Notice/Status Triggers in the "
59459
msgstr "Forfallsmelding/statusutløysar"
59459
msgstr "Forfallsmelding/statusutløysar"
59460
59460
59461
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59461
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59462
#, c-format
59462
#, c-format
59463
msgid "See the full documentation for the the Patron Image Uploader in the "
59463
msgid "See the full documentation for the Patron Image Uploader in the "
59464
msgstr ""
59464
msgstr ""
59465
59465
59466
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59466
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59467
#, c-format
59467
#, c-format
59468
msgid "See the full documentation for the the Task Scheduler in the "
59468
msgid "See the full documentation for the Task Scheduler in the "
59469
msgstr ""
59469
msgstr ""
59470
59470
59471
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59471
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/pl-PL-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59190-59212 msgstr "" Link Here
59190
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59190
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59191
#, c-format
59191
#, c-format
59192
msgid ""
59192
msgid ""
59193
"See the full documentation for the the Managing Staged MARC Records in the "
59193
"See the full documentation for the Managing Staged MARC Records in the "
59194
msgstr ""
59194
msgstr ""
59195
59195
59196
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59196
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59197
#, c-format
59197
#, c-format
59198
msgid ""
59198
msgid ""
59199
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59199
"See the full documentation for the Overdue Notice/Status Triggers in the "
59200
msgstr ""
59200
msgstr ""
59201
59201
59202
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59202
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59203
#, c-format
59203
#, c-format
59204
msgid "See the full documentation for the the Patron Image Uploader in the "
59204
msgid "See the full documentation for the Patron Image Uploader in the "
59205
msgstr ""
59205
msgstr ""
59206
59206
59207
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59207
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59208
#, c-format
59208
#, c-format
59209
msgid "See the full documentation for the the Task Scheduler in the "
59209
msgid "See the full documentation for the Task Scheduler in the "
59210
msgstr ""
59210
msgstr ""
59211
59211
59212
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59212
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/pt-BR-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 61181-61204 msgstr "" Link Here
61181
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
61181
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
61182
#, fuzzy, c-format
61182
#, fuzzy, c-format
61183
msgid ""
61183
msgid ""
61184
"See the full documentation for the the Managing Staged MARC Records in the "
61184
"See the full documentation for the Managing Staged MARC Records in the "
61185
msgstr "Visite o tela principal da ferramenta Tratamento de Registros MARC"
61185
msgstr "Visite o tela principal da ferramenta Tratamento de Registros MARC"
61186
61186
61187
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
61187
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
61188
#, fuzzy, c-format
61188
#, fuzzy, c-format
61189
msgid ""
61189
msgid ""
61190
"See the full documentation for the the Overdue Notice/Status Triggers in the "
61190
"See the full documentation for the Overdue Notice/Status Triggers in the "
61191
msgstr ""
61191
msgstr ""
61192
"Requer que você configure o Aviso de Atraso/Status de Ações Automáticas"
61192
"Requer que você configure o Aviso de Atraso/Status de Ações Automáticas"
61193
61193
61194
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
61194
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
61195
#, c-format
61195
#, c-format
61196
msgid "See the full documentation for the the Patron Image Uploader in the "
61196
msgid "See the full documentation for the Patron Image Uploader in the "
61197
msgstr ""
61197
msgstr ""
61198
61198
61199
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
61199
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
61200
#, c-format
61200
#, c-format
61201
msgid "See the full documentation for the the Task Scheduler in the "
61201
msgid "See the full documentation for the Task Scheduler in the "
61202
msgstr ""
61202
msgstr ""
61203
61203
61204
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
61204
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/pt-PT-i-staff-t-prog-v-3006000.po (-5 / +5 lines)
Lines 60374-60396 msgstr "" Link Here
60374
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60374
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60375
#, fuzzy, c-format
60375
#, fuzzy, c-format
60376
msgid ""
60376
msgid ""
60377
"See the full documentation for the the Managing Staged MARC Records in the "
60377
"See the full documentation for the Managing Staged MARC Records in the "
60378
msgstr "Visite o ecrã principal dos registos MARC preparados"
60378
msgstr "Visite o ecrã principal dos registos MARC preparados"
60379
60379
60380
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60380
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60381
#, fuzzy, c-format
60381
#, fuzzy, c-format
60382
msgid ""
60382
msgid ""
60383
"See the full documentation for the the Overdue Notice/Status Triggers in the "
60383
"See the full documentation for the Overdue Notice/Status Triggers in the "
60384
msgstr "Agendar Avisos de Atrasos"
60384
msgstr "Agendar Avisos de Atrasos"
60385
60385
60386
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60386
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60387
#, c-format
60387
#, c-format
60388
msgid "See the full documentation for the the Patron Image Uploader in the "
60388
msgid "See the full documentation for the Patron Image Uploader in the "
60389
msgstr ""
60389
msgstr ""
60390
60390
60391
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60391
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60392
#, c-format
60392
#, c-format
60393
msgid "See the full documentation for the the Task Scheduler in the "
60393
msgid "See the full documentation for the Task Scheduler in the "
60394
msgstr ""
60394
msgstr ""
60395
60395
60396
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
60396
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 94249-94255 msgstr "" Link Here
94249
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
94249
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
94250
#~ "item included on a List is directly linked to that item&rsquo;s "
94250
#~ "item included on a List is directly linked to that item&rsquo;s "
94251
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
94251
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
94252
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
94252
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
94253
#~ "allow you to check for availability, find the item&rsquo;s location or "
94253
#~ "allow you to check for availability, find the item&rsquo;s location or "
94254
#~ "reserve the item."
94254
#~ "reserve the item."
94255
#~ msgstr ""
94255
#~ msgstr ""
(-)a/misc/translator/po/ro-RO-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59783-59807 msgstr "" Link Here
59783
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59783
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59784
#, c-format
59784
#, c-format
59785
msgid ""
59785
msgid ""
59786
"See the full documentation for the the Managing Staged MARC Records in the "
59786
"See the full documentation for the Managing Staged MARC Records in the "
59787
msgstr ""
59787
msgstr ""
59788
59788
59789
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59789
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59790
#, fuzzy, c-format
59790
#, fuzzy, c-format
59791
msgid ""
59791
msgid ""
59792
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59792
"See the full documentation for the Overdue Notice/Status Triggers in the "
59793
msgstr ""
59793
msgstr ""
59794
"<em>Ajungeţi acolo:</em> Mai mult &gt; Unelte &gt; Remarcă întârziată/statut "
59794
"<em>Ajungeţi acolo:</em> Mai mult &gt; Unelte &gt; Remarcă întârziată/statut "
59795
"declanşator"
59795
"declanşator"
59796
59796
59797
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59797
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59798
#, c-format
59798
#, c-format
59799
msgid "See the full documentation for the the Patron Image Uploader in the "
59799
msgid "See the full documentation for the Patron Image Uploader in the "
59800
msgstr ""
59800
msgstr ""
59801
59801
59802
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59802
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59803
#, c-format
59803
#, c-format
59804
msgid "See the full documentation for the the Task Scheduler in the "
59804
msgid "See the full documentation for the Task Scheduler in the "
59805
msgstr ""
59805
msgstr ""
59806
59806
59807
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59807
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/ru-RU-i-staff-t-prog-v-3006000.po (-5 / +5 lines)
Lines 59866-59889 msgstr "" Link Here
59866
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59866
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59867
#, fuzzy, c-format
59867
#, fuzzy, c-format
59868
msgid ""
59868
msgid ""
59869
"See the full documentation for the the Managing Staged MARC Records in the "
59869
"See the full documentation for the Managing Staged MARC Records in the "
59870
msgstr ""
59870
msgstr ""
59871
"Посетите основной экран инструмента «Управление заготовленными МАРК-записями»"
59871
"Посетите основной экран инструмента «Управление заготовленными МАРК-записями»"
59872
59872
59873
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59873
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59874
#, fuzzy, c-format
59874
#, fuzzy, c-format
59875
msgid ""
59875
msgid ""
59876
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59876
"See the full documentation for the Overdue Notice/Status Triggers in the "
59877
msgstr "Включатели оповещений/статусов просрочек"
59877
msgstr "Включатели оповещений/статусов просрочек"
59878
59878
59879
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59879
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59880
#, c-format
59880
#, c-format
59881
msgid "See the full documentation for the the Patron Image Uploader in the "
59881
msgid "See the full documentation for the Patron Image Uploader in the "
59882
msgstr ""
59882
msgstr ""
59883
59883
59884
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59884
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59885
#, c-format
59885
#, c-format
59886
msgid "See the full documentation for the the Task Scheduler in the "
59886
msgid "See the full documentation for the Task Scheduler in the "
59887
msgstr ""
59887
msgstr ""
59888
59888
59889
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59889
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 86320-86326 msgstr "" Link Here
86320
#~ "There are number of predefined reports in Koha. Check the Circulation "
86320
#~ "There are number of predefined reports in Koha. Check the Circulation "
86321
#~ "module for additional Circulation specific reports."
86321
#~ "module for additional Circulation specific reports."
86322
#~ msgstr ""
86322
#~ msgstr ""
86323
#~ "There are number of predefined reports in Koha. Check the the Оборот "
86323
#~ "There are number of predefined reports in Koha. Check the Оборот "
86324
#~ "module for Оборот specifc reports"
86324
#~ "module for Оборот specifc reports"
86325
86325
86326
#, fuzzy
86326
#, fuzzy
(-)a/misc/translator/po/sd-PK-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58924-58946 msgstr "" Link Here
58924
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58924
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58925
#, c-format
58925
#, c-format
58926
msgid ""
58926
msgid ""
58927
"See the full documentation for the the Managing Staged MARC Records in the "
58927
"See the full documentation for the Managing Staged MARC Records in the "
58928
msgstr ""
58928
msgstr ""
58929
58929
58930
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58930
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58931
#, c-format
58931
#, c-format
58932
msgid ""
58932
msgid ""
58933
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58933
"See the full documentation for the Overdue Notice/Status Triggers in the "
58934
msgstr ""
58934
msgstr ""
58935
58935
58936
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58936
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58937
#, c-format
58937
#, c-format
58938
msgid "See the full documentation for the the Patron Image Uploader in the "
58938
msgid "See the full documentation for the Patron Image Uploader in the "
58939
msgstr ""
58939
msgstr ""
58940
58940
58941
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58941
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58942
#, c-format
58942
#, c-format
58943
msgid "See the full documentation for the the Task Scheduler in the "
58943
msgid "See the full documentation for the Task Scheduler in the "
58944
msgstr ""
58944
msgstr ""
58945
58945
58946
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58946
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/sv-SE-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58945-58967 msgstr "" Link Here
58945
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58945
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58946
#, c-format
58946
#, c-format
58947
msgid ""
58947
msgid ""
58948
"See the full documentation for the the Managing Staged MARC Records in the "
58948
"See the full documentation for the Managing Staged MARC Records in the "
58949
msgstr ""
58949
msgstr ""
58950
58950
58951
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58951
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58952
#, c-format
58952
#, c-format
58953
msgid ""
58953
msgid ""
58954
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58954
"See the full documentation for the Overdue Notice/Status Triggers in the "
58955
msgstr ""
58955
msgstr ""
58956
58956
58957
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58957
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58958
#, c-format
58958
#, c-format
58959
msgid "See the full documentation for the the Patron Image Uploader in the "
58959
msgid "See the full documentation for the Patron Image Uploader in the "
58960
msgstr ""
58960
msgstr ""
58961
58961
58962
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58962
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58963
#, c-format
58963
#, c-format
58964
msgid "See the full documentation for the the Task Scheduler in the "
58964
msgid "See the full documentation for the Task Scheduler in the "
58965
msgstr ""
58965
msgstr ""
58966
58966
58967
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58967
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/tet-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 59440-59462 msgstr "" Link Here
59440
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59440
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59441
#, c-format
59441
#, c-format
59442
msgid ""
59442
msgid ""
59443
"See the full documentation for the the Managing Staged MARC Records in the "
59443
"See the full documentation for the Managing Staged MARC Records in the "
59444
msgstr ""
59444
msgstr ""
59445
59445
59446
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59446
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59447
#, c-format
59447
#, c-format
59448
msgid ""
59448
msgid ""
59449
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59449
"See the full documentation for the Overdue Notice/Status Triggers in the "
59450
msgstr ""
59450
msgstr ""
59451
59451
59452
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59452
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59453
#, c-format
59453
#, c-format
59454
msgid "See the full documentation for the the Patron Image Uploader in the "
59454
msgid "See the full documentation for the Patron Image Uploader in the "
59455
msgstr ""
59455
msgstr ""
59456
59456
59457
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59457
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59458
#, c-format
59458
#, c-format
59459
msgid "See the full documentation for the the Task Scheduler in the "
59459
msgid "See the full documentation for the Task Scheduler in the "
59460
msgstr ""
59460
msgstr ""
59461
59461
59462
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59462
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/th-THA-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58925-58947 msgstr "" Link Here
58925
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58925
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58926
#, c-format
58926
#, c-format
58927
msgid ""
58927
msgid ""
58928
"See the full documentation for the the Managing Staged MARC Records in the "
58928
"See the full documentation for the Managing Staged MARC Records in the "
58929
msgstr ""
58929
msgstr ""
58930
58930
58931
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58931
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58932
#, c-format
58932
#, c-format
58933
msgid ""
58933
msgid ""
58934
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58934
"See the full documentation for the Overdue Notice/Status Triggers in the "
58935
msgstr ""
58935
msgstr ""
58936
58936
58937
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58937
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58938
#, c-format
58938
#, c-format
58939
msgid "See the full documentation for the the Patron Image Uploader in the "
58939
msgid "See the full documentation for the Patron Image Uploader in the "
58940
msgstr ""
58940
msgstr ""
58941
58941
58942
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58942
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58943
#, c-format
58943
#, c-format
58944
msgid "See the full documentation for the the Task Scheduler in the "
58944
msgid "See the full documentation for the Task Scheduler in the "
58945
msgstr ""
58945
msgstr ""
58946
58946
58947
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58947
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/tr-TR-i-staff-t-prog-v-3006000.po (-5 / +5 lines)
Lines 59784-59806 msgstr "" Link Here
59784
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59784
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59785
#, fuzzy, c-format
59785
#, fuzzy, c-format
59786
msgid ""
59786
msgid ""
59787
"See the full documentation for the the Managing Staged MARC Records in the "
59787
"See the full documentation for the Managing Staged MARC Records in the "
59788
msgstr "&rsaquo; Düzenlenmiş MARC Kayıtlarını Yönet"
59788
msgstr "&rsaquo; Düzenlenmiş MARC Kayıtlarını Yönet"
59789
59789
59790
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59790
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59791
#, fuzzy, c-format
59791
#, fuzzy, c-format
59792
msgid ""
59792
msgid ""
59793
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59793
"See the full documentation for the Overdue Notice/Status Triggers in the "
59794
msgstr "Gecikme 'Mesajı/Durumu tetikleyicileri' "
59794
msgstr "Gecikme 'Mesajı/Durumu tetikleyicileri' "
59795
59795
59796
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59796
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59797
#, c-format
59797
#, c-format
59798
msgid "See the full documentation for the the Patron Image Uploader in the "
59798
msgid "See the full documentation for the Patron Image Uploader in the "
59799
msgstr ""
59799
msgstr ""
59800
59800
59801
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59801
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59802
#, c-format
59802
#, c-format
59803
msgid "See the full documentation for the the Task Scheduler in the "
59803
msgid "See the full documentation for the Task Scheduler in the "
59804
msgstr ""
59804
msgstr ""
59805
59805
59806
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59806
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 93238-93244 msgstr "" Link Here
93238
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
93238
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
93239
#~ "item included on a List is directly linked to that item&rsquo;s "
93239
#~ "item included on a List is directly linked to that item&rsquo;s "
93240
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
93240
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
93241
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
93241
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
93242
#~ "allow you to check for availability, find the item&rsquo;s location or "
93242
#~ "allow you to check for availability, find the item&rsquo;s location or "
93243
#~ "reserve the item."
93243
#~ "reserve the item."
93244
#~ msgstr ""
93244
#~ msgstr ""
(-)a/misc/translator/po/uk-UA-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 60012-60035 msgstr "" Link Here
60012
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60012
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
60013
#, fuzzy, c-format
60013
#, fuzzy, c-format
60014
msgid ""
60014
msgid ""
60015
"See the full documentation for the the Managing Staged MARC Records in the "
60015
"See the full documentation for the Managing Staged MARC Records in the "
60016
msgstr ""
60016
msgstr ""
60017
"Відвідайте основний екран інструменту „Керування заготовленими МАРК-записами“"
60017
"Відвідайте основний екран інструменту „Керування заготовленими МАРК-записами“"
60018
60018
60019
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60019
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
60020
#, fuzzy, c-format
60020
#, fuzzy, c-format
60021
msgid ""
60021
msgid ""
60022
"See the full documentation for the the Overdue Notice/Status Triggers in the "
60022
"See the full documentation for the Overdue Notice/Status Triggers in the "
60023
msgstr "Вмикачі сповіщень/станів прострочень"
60023
msgstr "Вмикачі сповіщень/станів прострочень"
60024
60024
60025
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60025
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
60026
#, c-format
60026
#, c-format
60027
msgid "See the full documentation for the the Patron Image Uploader in the "
60027
msgid "See the full documentation for the Patron Image Uploader in the "
60028
msgstr ""
60028
msgstr ""
60029
60029
60030
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60030
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
60031
#, c-format
60031
#, c-format
60032
msgid "See the full documentation for the the Task Scheduler in the "
60032
msgid "See the full documentation for the Task Scheduler in the "
60033
msgstr ""
60033
msgstr ""
60034
60034
60035
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
60035
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/ur-Arab-i-staff-t-prog-v-3006000.po (-4 / +4 lines)
Lines 58925-58947 msgstr "" Link Here
58925
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58925
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
58926
#, c-format
58926
#, c-format
58927
msgid ""
58927
msgid ""
58928
"See the full documentation for the the Managing Staged MARC Records in the "
58928
"See the full documentation for the Managing Staged MARC Records in the "
58929
msgstr ""
58929
msgstr ""
58930
58930
58931
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58931
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
58932
#, c-format
58932
#, c-format
58933
msgid ""
58933
msgid ""
58934
"See the full documentation for the the Overdue Notice/Status Triggers in the "
58934
"See the full documentation for the Overdue Notice/Status Triggers in the "
58935
msgstr ""
58935
msgstr ""
58936
58936
58937
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58937
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
58938
#, c-format
58938
#, c-format
58939
msgid "See the full documentation for the the Patron Image Uploader in the "
58939
msgid "See the full documentation for the Patron Image Uploader in the "
58940
msgstr ""
58940
msgstr ""
58941
58941
58942
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58942
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
58943
#, c-format
58943
#, c-format
58944
msgid "See the full documentation for the the Task Scheduler in the "
58944
msgid "See the full documentation for the Task Scheduler in the "
58945
msgstr ""
58945
msgstr ""
58946
58946
58947
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
58947
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
(-)a/misc/translator/po/zh-Hans-CN-i-staff-t-prog-v-3006000.po (-5 / +5 lines)
Lines 59231-59253 msgstr "" Link Here
59231
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59231
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59232
#, fuzzy, c-format
59232
#, fuzzy, c-format
59233
msgid ""
59233
msgid ""
59234
"See the full documentation for the the Managing Staged MARC Records in the "
59234
"See the full documentation for the Managing Staged MARC Records in the "
59235
msgstr "&rsaquo; 管理 MARC 书目记录汇入"
59235
msgstr "&rsaquo; 管理 MARC 书目记录汇入"
59236
59236
59237
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59237
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59238
#, fuzzy, c-format
59238
#, fuzzy, c-format
59239
msgid ""
59239
msgid ""
59240
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59240
"See the full documentation for the Overdue Notice/Status Triggers in the "
59241
msgstr "逾期通知/状况 触发"
59241
msgstr "逾期通知/状况 触发"
59242
59242
59243
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59243
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59244
#, c-format
59244
#, c-format
59245
msgid "See the full documentation for the the Patron Image Uploader in the "
59245
msgid "See the full documentation for the Patron Image Uploader in the "
59246
msgstr ""
59246
msgstr ""
59247
59247
59248
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59248
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59249
#, c-format
59249
#, c-format
59250
msgid "See the full documentation for the the Task Scheduler in the "
59250
msgid "See the full documentation for the Task Scheduler in the "
59251
msgstr ""
59251
msgstr ""
59252
59252
59253
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59253
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
Lines 93019-93025 msgstr "" Link Here
93019
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
93019
#~ "Preference has been enabled, both staff and patrons may create Lists. An "
93020
#~ "item included on a List is directly linked to that item&rsquo;s "
93020
#~ "item included on a List is directly linked to that item&rsquo;s "
93021
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
93021
#~ "bibliographic record in the Online Catalog. Clicking on the item will "
93022
#~ "take you directly the the item&rsquo;s &ldquo;Details Screen&rdquo; and "
93022
#~ "take you directly the item&rsquo;s &ldquo;Details Screen&rdquo; and "
93023
#~ "allow you to check for availability, find the item&rsquo;s location or "
93023
#~ "allow you to check for availability, find the item&rsquo;s location or "
93024
#~ "reserve the item."
93024
#~ "reserve the item."
93025
#~ msgstr ""
93025
#~ msgstr ""
(-)a/misc/translator/po/zh-Hans-TW-i-staff-t-prog-v-3006000.po (-5 / +4 lines)
Lines 59910-59933 msgstr "" Link Here
59910
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59910
#: intranet-tmpl/prog/en/modules/help/tools/manage-marc-import.tt:43
59911
#, fuzzy, c-format
59911
#, fuzzy, c-format
59912
msgid ""
59912
msgid ""
59913
"See the full documentation for the the Managing Staged MARC Records in the "
59913
"See the full documentation for the Managing Staged MARC Records in the "
59914
msgstr "管理 MARC 書目記錄匯入工具"
59914
msgstr "管理 MARC 書目記錄匯入工具"
59915
59915
59916
#
59916
#
59917
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59917
#: intranet-tmpl/prog/en/modules/help/tools/overduerules.tt:44
59918
#, fuzzy, c-format
59918
#, fuzzy, c-format
59919
msgid ""
59919
msgid ""
59920
"See the full documentation for the the Overdue Notice/Status Triggers in the "
59920
"See the full documentation for the Overdue Notice/Status Triggers in the "
59921
msgstr "逾期通知/狀況觸發"
59921
msgstr "逾期通知/狀況觸發"
59922
59922
59923
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59923
#: intranet-tmpl/prog/en/modules/help/tools/picture-upload.tt:23
59924
#, c-format
59924
#, c-format
59925
msgid "See the full documentation for the the Patron Image Uploader in the "
59925
msgid "See the full documentation for the Patron Image Uploader in the "
59926
msgstr ""
59926
msgstr ""
59927
59927
59928
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59928
#: intranet-tmpl/prog/en/modules/help/tools/scheduler.tt:26
59929
#, c-format
59929
#, c-format
59930
msgid "See the full documentation for the the Task Scheduler in the "
59930
msgid "See the full documentation for the Task Scheduler in the "
59931
msgstr ""
59931
msgstr ""
59932
59932
59933
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59933
#: intranet-tmpl/prog/en/modules/tools/inventory.tt:197
59934
- 

Return to bug 7356