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

(-)a/koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml (-6 / +6 lines)
Lines 1077-1088 Link Here
1077
      <Value code="z"><description>Other</description></Value>
1077
      <Value code="z"><description>Other</description></Value>
1078
      <Value code="|"><description>No attempt to code</description></Value>
1078
      <Value code="|"><description>No attempt to code</description></Value>
1079
    </Position>
1079
    </Position>
1080
    <Position pos="13"><name>Capture and storage technique</name><description>How the sound was originally captured and stored. Re-releases of recordings should be coded for the original capture and storage technique, even though such re-releases may have been enhanced using another technique.</description>
1080
    <Position pos="13"><name>Original capture and storage technique</name><description>How the sound was originally captured and stored. Sound recordings should be coded for the original capture and storage techniques, regardless of the physical format of the manifestation being cataloged or whether the sound content of the manifestation being cataloged has been enhanced using other techniques.</description>
1081
      <Value code="a"><description>Acoustical capture, direct storage</description></Value>
1081
      <Value code="a"><description>Acoustical capture, analog direct storage</description></Value>
1082
      <Value code="b"><description>Direct storage, not acoustical</description></Value>
1082
      <Value code="b"><description>Electrical capture, analog direct storage</description></Value>
1083
      <Value code="d"><description>Digital storage</description></Value>
1083
      <Value code="d"><description>Electrical capture, digital storage</description></Value>
1084
      <Value code="e"><description>Analog electrical storage</description></Value>
1084
      <Value code="e"><description>Electrical capture, analog electrical storage</description></Value>
1085
      <Value code="u"><description>Unknown</description></Value>
1085
      <Value code="u"><description>Unknown capture and storage</description></Value>
1086
      <Value code="z"><description>Other</description></Value>
1086
      <Value code="z"><description>Other</description></Value>
1087
      <Value code="|"><description>No attempt to code</description></Value>
1087
      <Value code="|"><description>No attempt to code</description></Value>
1088
    </Position>
1088
    </Position>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt (-12 / +11 lines)
Lines 8700-8752 Link Here
8700
                              </tr> \
8700
                              </tr> \
8701
                          <tr> \
8701
                          <tr> \
8702
                               <td><label for="f13">' +
8702
                               <td><label for="f13">' +
8703
                    _("13 Capture and storage technique") +
8703
                    _("13 Original capture and storage technique") +
8704
                    '</label></td> \
8704
                    '</label></td> \
8705
                               <td> \
8705
                               <td> \
8706
                                <select name="f13" id="f13"> \
8706
                                <select name="f13" id="f13"> \
8707
                                 [% IF ( f13a ) %] \
8707
                                 [% IF ( f13a ) %] \
8708
                                        <option value="a" selected="selected">' +
8708
                                        <option value="a" selected="selected">' +
8709
                    _("a- Acoustical capture, direct storage") +
8709
                    _("a- Acoustical capture, analog direct storage") +
8710
                    '</option> \
8710
                    '</option> \
8711
                                 [% ELSE %] \
8711
                                 [% ELSE %] \
8712
                                        <option value="a">' +
8712
                                        <option value="a">' +
8713
                    _("a- Acoustical capture, direct storage") +
8713
                    _("a- Acoustical capture, analog direct storage") +
8714
                    '</option> \
8714
                    '</option> \
8715
                                 [% END %] \
8715
                                 [% END %] \
8716
                     [% IF ( f13b ) %] \
8716
                     [% IF ( f13b ) %] \
8717
                                        <option value="b" selected="selected">' +
8717
                                        <option value="b" selected="selected">' +
8718
                    _("b- Direct storage, not acoustical") +
8718
                    _("b- Electrical capture, analog direct storage") +
8719
                    '</option> \
8719
                    '</option> \
8720
                                 [% ELSE %] \
8720
                                 [% ELSE %] \
8721
                                        <option value="b">' +
8721
                                        <option value="b">' +
8722
                    _("b- Direct storage, not acoustical") +
8722
                    _("b- Electrical capture, analog direct storage") +
8723
                    '</option> \
8723
                    '</option> \
8724
                                 [% END %] \
8724
                                 [% END %] \
8725
                     [% IF ( f13d ) %] \
8725
                     [% IF ( f13d ) %] \
8726
                                        <option value="d" selected="selected">' +
8726
                                        <option value="d" selected="selected">' +
8727
                    _("d- Digital storage") +
8727
                    _("d- Electrical capture, digital storage") +
8728
                    '</option> \
8728
                    '</option> \
8729
                                 [% ELSE %] \
8729
                                 [% ELSE %] \
8730
                                        <option value="d">' +
8730
                                        <option value="d">' +
8731
                    _("d- Digital storage") +
8731
                    _("d- Electrical capture, digital storage") +
8732
                    '</option> \
8732
                    '</option> \
8733
                                 [% END %] \
8733
                                 [% END %] \
8734
                     [% IF ( f13e ) %] \
8734
                     [% IF ( f13e ) %] \
8735
                                        <option value="e" selected="selected">' +
8735
                                        <option value="e" selected="selected">' +
8736
                    _("e- Analog electrical storage") +
8736
                    _("e- Electrical capture, analog electrical storage") +
8737
                    '</option> \
8737
                    '</option> \
8738
                                 [% ELSE %] \
8738
                                 [% ELSE %] \
8739
                                        <option value="e">' +
8739
                                        <option value="e">' +
8740
                    _("e- Analog electrical storage") +
8740
                    _("e- Electrical capture, analog electrical storage") +
8741
                    '</option> \
8741
                    '</option> \
8742
                                 [% END %] \
8742
                                 [% END %] \
8743
                     [% IF ( f13u ) %] \
8743
                     [% IF ( f13u ) %] \
8744
                                        <option value="u" selected="selected">' +
8744
                                        <option value="u" selected="selected">' +
8745
                    _("u- Unknown") +
8745
                    _("u- Unknown capture and storage") +
8746
                    '</option> \
8746
                    '</option> \
8747
                                 [% ELSE %] \
8747
                                 [% ELSE %] \
8748
                                        <option value="u">' +
8748
                                        <option value="u">' +
8749
                    _("u- Unknown") +
8749
                    _("u- Unknown capture and storage") +
8750
                    '</option> \
8750
                    '</option> \
8751
                                 [% END %] \
8751
                                 [% END %] \
8752
                     [% IF ( f3z ) %] \
8752
                     [% IF ( f3z ) %] \
8753
- 

Return to bug 34658