Changeset 213


Ignore:
Timestamp:
Sep 20, 2021, 3:08:42 PM (3 years ago)
Author:
chronos
Message:
  • Added: rpm and deb binary packages.
  • Modified: Scale toolbar images on Linux.
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/rules

    r197 r213  
    1919        install -m 755 Languages/AcronymDecoder.po $(ROOT)/usr/share/AcronymDecoder/languages
    2020        install -m 755 Languages/AcronymDecoder.cs.po $(ROOT)/usr/share/AcronymDecoder/languages
    21         install -m 755 Languages/UJobProgressView.po $(ROOT)/usr/share/AcronymDecoder/languages
    22         install -m 755 Languages/UJobProgressView.cs.po $(ROOT)/usr/share/AcronymDecoder/languages
     21        install -m 755 Packages/Common/Languages/UJobProgressView.po $(ROOT)/usr/share/AcronymDecoder/languages
     22        install -m 755 Packages/Common/Languages/UJobProgressView.cs.po $(ROOT)/usr/share/AcronymDecoder/languages
     23        install -m 755 Packages/Common/Languages/UFormAbout.po $(ROOT)/usr/share/AcronymDecoder/languages
     24        install -m 755 Packages/Common/Languages/UFormAbout.cs.po $(ROOT)/usr/share/AcronymDecoder/languages
    2325        install -d -m 755 $(ROOT)/usr/share/AcronymDecoder/Examples
    2426        @install -D -m 644 Examples/* $(ROOT)/usr/share/AcronymDecoder/Examples || true
  • trunk/Install/snap/snapcraft.yaml

    r212 r213  
    3636      install -m 755 Languages/AcronymDecoder.po $ROOT/usr/share/AcronymDecoder/Languages
    3737      install -m 755 Languages/AcronymDecoder.cs.po $ROOT/usr/share/AcronymDecoder/Languages
     38      install -m 755 Packages/Common/Languages/UJobProgressView.po $ROOT/usr/share/AcronymDecoder/Languages
     39      install -m 755 Packages/Common/Languages/UJobProgressView.cs.po $ROOT/usr/share/AcronymDecoder/Languages
    3840      install -m 755 Packages/Common/Languages/UFormAbout.po $ROOT/usr/share/AcronymDecoder/Languages
    3941      install -m 755 Packages/Common/Languages/UFormAbout.cs.po $ROOT/usr/share/AcronymDecoder/Languages
  • trunk/Packages/Common/Languages/UFormAbout.cs.po

    r209 r213  
    2424msgstr "Verze"
    2525
    26 #: tformabout.buttonhomepage.caption
    27 msgid "Home page"
    28 msgstr "Domovská stránka"
    29 
    30 #: tformabout.buttonclose.caption
    31 msgid "Close"
    32 msgstr "Zavřít"
  • trunk/Packages/Common/Languages/UFormAbout.po

    r209 r213  
    1414msgstr ""
    1515
    16 #: tformabout.buttonhomepage.caption
    17 msgid "Home page"
    18 msgstr ""
    19 
    20 #: tformabout.buttonclose.caption
    21 msgid "Close"
    22 msgstr ""
    23 
  • trunk/Packages/Common/Languages/UJobProgressView.po

    r209 r213  
    1414msgstr ""
    1515
    16 #: ujobprogressview.soperations
    17 msgid "Operations:"
    18 msgstr ""
    19 
    2016#: ujobprogressview.spleasewait
    2117msgid "Please wait..."
  • trunk/Packages/Common/Languages/UThreading.po

    r209 r213  
    33
    44#: uthreading.scurrentthreadnotfound
     5#, fuzzy,badformat
    56msgid "Current thread ID %d not found in virtual thread list."
    67msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
  • trunk/UCore.pas

    r210 r213  
    257257  // Also screen DPI is not correctly detected under linux Gtk2
    258258  //Core.ScaleDPI1.DPI := Point(200, 200);
    259   {$IFDEF WINDOWS}
     259  //{$IFDEF WINDOWS}
    260260   Core.ScaleDPI1.ScaleImageList(ImageList1, Core.ScaleDPI1.DesignDPI);
    261   {$ENDIF}
     261  //{$ENDIF}
    262262end;
    263263
Note: See TracChangeset for help on using the changeset viewer.