Changeset 213
- Timestamp:
- Sep 20, 2021, 3:08:42 PM (3 years ago)
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/rules
r197 r213 19 19 install -m 755 Languages/AcronymDecoder.po $(ROOT)/usr/share/AcronymDecoder/languages 20 20 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 23 25 install -d -m 755 $(ROOT)/usr/share/AcronymDecoder/Examples 24 26 @install -D -m 644 Examples/* $(ROOT)/usr/share/AcronymDecoder/Examples || true -
trunk/Install/snap/snapcraft.yaml
r212 r213 36 36 install -m 755 Languages/AcronymDecoder.po $ROOT/usr/share/AcronymDecoder/Languages 37 37 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 38 40 install -m 755 Packages/Common/Languages/UFormAbout.po $ROOT/usr/share/AcronymDecoder/Languages 39 41 install -m 755 Packages/Common/Languages/UFormAbout.cs.po $ROOT/usr/share/AcronymDecoder/Languages -
trunk/Packages/Common/Languages/UFormAbout.cs.po
r209 r213 24 24 msgstr "Verze" 25 25 26 #: tformabout.buttonhomepage.caption27 msgid "Home page"28 msgstr "Domovská stránka"29 30 #: tformabout.buttonclose.caption31 msgid "Close"32 msgstr "Zavřít" -
trunk/Packages/Common/Languages/UFormAbout.po
r209 r213 14 14 msgstr "" 15 15 16 #: tformabout.buttonhomepage.caption17 msgid "Home page"18 msgstr ""19 20 #: tformabout.buttonclose.caption21 msgid "Close"22 msgstr ""23 -
trunk/Packages/Common/Languages/UJobProgressView.po
r209 r213 14 14 msgstr "" 15 15 16 #: ujobprogressview.soperations17 msgid "Operations:"18 msgstr ""19 20 16 #: ujobprogressview.spleasewait 21 17 msgid "Please wait..." -
trunk/Packages/Common/Languages/UThreading.po
r209 r213 3 3 4 4 #: uthreading.scurrentthreadnotfound 5 #, fuzzy,badformat 5 6 msgid "Current thread ID %d not found in virtual thread list." 6 7 msgstr "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 257 257 // Also screen DPI is not correctly detected under linux Gtk2 258 258 //Core.ScaleDPI1.DPI := Point(200, 200); 259 {$IFDEF WINDOWS}259 //{$IFDEF WINDOWS} 260 260 Core.ScaleDPI1.ScaleImageList(ImageList1, Core.ScaleDPI1.DesignDPI); 261 {$ENDIF}261 //{$ENDIF} 262 262 end; 263 263
Note:
See TracChangeset
for help on using the changeset viewer.