Author Topic: Localisation: CURL version [%s] [%s]  (Read 821 times)

GunChleoc

  • Horseman
  • ****
  • Posts: 202
    • View Profile
    • Fòram na Gàidhlig
Localisation: CURL version [%s] [%s]
« on: 7 April 2012, 13:54:07 »
For my translation I have a question regarding the following string:
Code: [Select]
ModDownloadTilesetFail=FAILED to download the tileset: [%s] using CURL version [%s] [%s]
What is behind the [%s] [%s] at the end? Are they both to mark the version, or is there an extra message in the last [%s]?

Thanks!

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: Localisation: CURL version [%s] [%s]
« Reply #1 on: 9 April 2012, 12:13:22 »
In this output, the first occurrence of [%s] is replaced by the name of the failed tileset, the second by the curl version reporting this issue, and the last on is an expanded curl error code.
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

GunChleoc

  • Horseman
  • ****
  • Posts: 202
    • View Profile
    • Fòram na Gàidhlig
Re: Localisation: CURL version [%s] [%s]
« Reply #2 on: 10 April 2012, 13:59:53 »
Thank you! :D