X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Ftools%2Fpicture-upload.tt;h=35200489b56538d6596ad9d763302425fa9c103c;hb=3213b34082afd6a3e0338e6b1e299ada254cf725;hp=2050828ec1897e46b037eefd492c4b24da7e59ee;hpb=6152b624f7050926a602cc6b8082e5e0eeca1a0b;p=koha_gimpoz diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt index 2050828ec1..35200489b5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt @@ -1,5 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Tools › Upload Patron Images +Koha › Tools › Upload patron images [% INCLUDE 'doc-head-close.inc' %] - + [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
@@ -29,19 +29,19 @@ [% IF ( ERRORS ) %] [% IF ( TCOUNTS ) %]
-

Patron Image(s) Uploaded With Some Errors

+

Patron Image(s) Uploaded with some errors

[% ELSE %]
-

Patron Image Failed to Upload

+

Patron image failed to upload

[% END %] [% ELSE %]
-

Patron Image(s) Successfully Uploaded

+

Patron image(s) successfully uploaded

[% END %]
  • Unpacking completed
  • -
  • [% TOTAL %] directorie(s) scanned.
  • -
  • [% HANDLED %] directorie(s) processed.
  • +
  • [% TOTAL %] directories scanned.
  • +
  • [% HANDLED %] directories processed.
[% FOREACH COUNT IN COUNTS %]
    @@ -67,17 +67,17 @@
[% IF ( borrowernumber ) %] - Return to Patron Detail + Return to patron detail [% ELSE %] - Upload More Images - Return to Tools + Upload more images + Return to tools [% END %]
[% ELSE %]
-

Upload Patron Images

+

Upload patron images

[% IF ( ERRORS ) %]
[% FOREACH ERROR IN ERRORS %] @@ -87,7 +87,7 @@ [% ELSIF ( ERROR.OPNLINK ) %]
  • Cannot open [% ERROR.OPNLINK %] to read.
    Please verify that it exists.
  • [% ELSIF ( ERROR.OPNIMG ) %]
  • Cannot open [% ERROR.OPNIMG %] to read.
    Please verify that it exists.
  • [% ELSIF ( ERROR.DELERR ) %]
  • Unrecognized or missing field delimiter.
    Please verify that you are using either a single quote or a tab.
  • - [% ELSIF ( ERROR.UZIPFAIL ) %]
  • [% ERROR.UZIPFAIL %] failed to unpack.
    Please verify the integrity of the zip file and retry.
  • + [% ELSIF ( ERROR.UZIPFAIL ) %]
  • [% ERROR.UZIPFAIL %] failed to unpack.
    Please verify the integrity of the ZIP file and retry.
  • [% ELSE %]
  • [% ERROR.CORERR %] An unknown error has occurred.
    Please review the error log for more details.
  • [% END %] [% END %]