Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8b3bec89

Von Sven Schöling vor mehr als 3 Jahren hinzugefügt

  • ID 8b3bec89ced636a3340a716ecd187c8144fedc9f
  • Vorgänger ed2d834f
  • Nachfolger f1ce6d7e

Mobile: locales

Unterschiede anzeigen:

js/kivi.ImageUpload.js
76 76
      myfiles.forEach(file => filesize  += file.size);
77 77

  
78 78
      if (filesize > maxsize) {
79
        M.flash(kivi.t8("filesize too big: ") + ns.format_si(filesize) + kivi.t8(" > ") + ns.format_si(maxsize));
79
        M.flash(kivi.t8("filesize too big: ") + ns.format_si(filesize) + " > " + ns.format_si(maxsize));
80 80
        $("#upload_modal").modal("close");
81 81
        return;
82 82
      }
templates/mobile_webpages/image_upload/local_list.html
54 54

  
55 55
<div id="upload_modal" class="modal">
56 56
  <div class="modal-content">
57
    <h4>[% 'Uploading' | $T8 %]</h4>
57
    <h4>[% 'Uploading Data' | $T8 %]</h4>
58 58

  
59 59
    <div id="upload_progress" class="progress">
60 60
      <div class="indeterminate"></div>

Auch abrufbar als: Unified diff