Author Topic: For soldat.pl, I need this translated into Polish, Estonian, and Lithuanian  (Read 4220 times)

0 Members and 1 Guest are viewing this topic.

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5036
It powers the text right under the Download button on http://soldat.pl 's frontpage:

$lang_online_format = "%d players online in %d servers now!";

The %d are automatically replaced with numbers.
There are other worlds than these

Offline Centurion

  • Flagrunner
  • ****
  • Posts: 699
$lang_online_format = "% mängijat(t) mängivad hetkel %(s) serveris!";

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5036
$lang_online_format = "% mängijat(t) mängivad hetkel %(s) serveris!";
Done, thanks.
There are other worlds than these

Offline Nequil

  • Major(1)
  • Posts: 18
Polish translation:

$lang_online_format = "% aktywnych graczy na %(s) serwerach!";
« Last Edit: March 20, 2009, 09:17:14 am by Nequil »

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5036
Polish translation:

$lang_online_format = "% aktywnych graczy na %(s) serwerach!";
Thanks.
There are other worlds than these

Offline Shoozza

  • Retired Soldat Developer
  • Veteran
  • ******
  • Posts: 1632
  • Soldat's Babysitter
    • Website
German translation:
$lang_online_format = "%d Spieler in %d Servern online!";
Rules
Tools: ARSSE - SARS - SRB - chatMod

Offline Liber Lupus

  • Soldier
  • **
  • Posts: 105
  • shoulddrinkmore
$lang_online_format = "% mängijat(t) mängivad hetkel %(s) serveris!";
what's with the 't' in the brackets? I'd understand if you'd use mängija(t), but then you'd have to change the word 'mängivad' as well. It's only used if there's only one player, but I don't think Soldat would get that unpopular any time soon... So this would be correct:

$lang_online_format = "%d mängijat mängivad hetkel %d serveris!";

Offline gedazz

  • Camper
  • ***
  • Posts: 461
Sorry for being so late. Do not read this part of forum very often. Here's the Lithuanian translation:
Quote
$lang_online_format = "Å iuo metu %d žaidėjai žaidžia %d serveriuose!";
« Last Edit: April 21, 2009, 02:36:03 am by gedazz »

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5036
Sorry for being so late. Do not read this part of forum very often. Here's the Lithuanian translation:
Quote
$lang_online_format = "Å iuo metu %d žaidėjai žaidžia %d serveriuose!";
Currently the following is what's in place:
Code: [Select]
$lang_online_format = "%d mängijat mängivad hetkel %d serveris!Is your version better / more accurate?
There are other worlds than these

Offline gedazz

  • Camper
  • ***
  • Posts: 461
The current version is not even Lithuanian!

Offline jrgp

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 5036
The current version is not even Lithuanian!
Ok, I replaced that version with yours. Thanks for the correction.
There are other worlds than these

Offline gedazz

  • Camper
  • ***
  • Posts: 461
Okay, thanks!