Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Call To Power II > CtP2-Source Code Project > PROJECT: The Translation Center
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
CivGroups
CTP2 Source Code Project (59): Not a Member - Join

bottom of page
  
Author
Thread   
Pages (9): [ 1   2   3   4     >> ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 19-01-2004 22:25 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
PROJECT: The Translation Center Support Apolyton, buy Galactic Civilizations: Deluxe Edition

This thread provides information to all people who want to translate altered language text files into their langauage.

So far we have full support for the German and the English version, also Japanese files are out that contain the additional strings but only in English.

The finished files from the altered source file project are:

..\ctp2_data\english\gamedata\add_str.txt
..\ctp2_data\english\gamedata\ldl_str.txt

..\ctp2_data\german\gamedata\add_str.txt
..\ctp2_data\german\gamedata\ldl_str.txt

Basicly you have to find the added strings in these text files and take the according text file of your language and add the new strings to your text file in your language.

For non programmers and non native English speakers: A string is a chain of characters. A character is a sign like a digist or a letter, like "GDDDDDDDDD121223nvdlhsff".


In add_str.txt you find the following new strings:

code:
str_ldl_MusicHotKey "Ctl+m"


In the English version this string was added right under str_ldl_SoundHotKey "Ctrl+v" in line 259.

In the English ldl_str.txt you find these block at line 2836:

code:
# Ranking Tab str_ldl_RANKING_MILITARY "Military" str_ldl_RANKING_ECONOMIC "Economic" str_ldl_RANKING_SCIENTIFIC "Scientific" str_ldl_RANKING_OVERALL "Overall" str_ldl_INFO_RANKING_TAB "Ranking" str_ldl_RANKING_POLLUTION "Pollution" str_ldl_RANKING_WONDER "Wonder" str_ldl_RANKING_RANK "Rank:" str_ldl_LINE_BUTTON "Line Graph" str_ldl_ZEROSUM_BUTTON "Zero Sum Graph"


These strings were inserted:

code:
str_ldl_RANKING_POLLUTION "Pollution" str_ldl_RANKING_WONDER "Wonder"


You have to insert also these two strings into your ldl_str.txt you can do it in the ranking tab block as well or something else in this file.

Another block of new strings you find the ldl_str.txt is this one at line 1514:

code:
### New World Shape Strings ### str_tbl_ldl_North_South_Wrap_Only "North-South Wrap Only" str_ldl_North_and_South_edges_of_the_map_connect "Noth and South edges of the map connect." str_ldl_Neptun_World "Neptun World" str_tbl_ldl_Neptun_World "Neptun World" ### New Single Player Game Player Screen Strings ### str_ldl_SPNGPS_NumPlayerSpinner "Number of players" str_ldl_SPNGPS_MaxPlayerSpinner "Maximum number of players" str_ldl_SPNGPS_PlayerSpinner "Start player" str_ldl_SPNGPS_NumPlayerText "Sets the number of players in the new game." str_ldl_SPNGPS_MaxPlayerText "Sets the maximum number of players that could occur in a game." str_ldl_SPNGPS_PlayerText "Sets the start player. Determines the civ color. (Does not work, yet.)" ### Added Disclaimer Strings ### str_ldl_Disclaimer1 "THIS MATERIAL IS NOT MADE OR SUPPORTED BY ACTIVISION." str_ldl_Disclaimer2 "This version of Call To Power 2 was developed at http://apolyton.net." str_ldl_Disclaimer3 "Contact the authors at ctp2source@apolyton.net." ### Version String ### str_ldl_version "2003-12-23"


All these strings have to be translated. Note that the stuff outside of the quotation marks are the internal names of the strings and must not be translated. Just the stuff inside the quotation marks must be translated.

You find the files you need to modify in your [b]..\ctp2_data\XXXXXX\gamedata\ folder, where XXXXXX stands for the name of your language for instance: french, italian or spanish

So I hope I get now some French, Italian and Spanish add_str.txt's and ldl_str.txt and maybe somemore.

-Martin

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:33
  Old Post 21-01-2004 21:14 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

Assuming you're talking about the planet, note that (in English) "Neptune" has another 'e' in it, at the end.

Tamerlin is offline Tamerlin
King
Toulouse (South-western France)
Apr 2002
time: 06:33
  Old Post 22-01-2004 18:18
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

I can translate the strings into French... If I am right, I have to patch my CtP2 with the source project file, find the add_str.txt and ldl_str.txt files and translate the content. Am I correct?

The Big Mc is offline The Big Mc
King
Of the universe / England
Oct 2001
time: 05:33
  Old Post 22-01-2004 18:33 Visit The Big Mc's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Increase the size of your Attachments

will some one translate my English to proper English.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 22-01-2004 22:25 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Put an end to popups!

quote:
Originally posted by Tamerlin
I can translate the strings into French... If I am right, I have to patch my CtP2 with the source project file, find the add_str.txt and ldl_str.txt files and translate the content. Am I correct?


For the first part you are correct.

Well for the second part you actual don't need to install the source patch, actual from the latest version only a uncompiled version is available.

Of course you can download these files for comparision, just to make shure that you insert the stuff at the same place. But actual you just need your two French files and insert somewhere the according strings I posted here in this thread.

And you don't need to translate the whole content of the English add_str.txt and ldl_str.txt, just take your own French versions of these files and add the strings and finally just translate the stuff you added. Otherwise you wouldn't be finished next year with this.

-Martin

Keygen is offline Keygen
Emperor
Athens, Hellas
Jan 2000
time: 07:33
  Old Post 23-01-2004 16:17 Visit Keygen's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton, buy Civilization 2

I might give a try for a Greek translation making this game possibly the first non-Greek game that will be fully translated to Greek, assuming that I will translate some time in the future the entire game

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 24-01-2004 01:41 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Inflate your Upload Space

quote:
Originally posted by Keygen
I might give a try for a Greek translation making this game possibly the first non-Greek game that will be fully translated to Greek, assuming that I will translate some time in the future the entire game


That is an interesting project, Keygen. As far as I know ancient Greek is a highly inflected language I don't know how much is this true for modern Greek, but probably you have some more in Greek like just:

I go [no ending]
You go [no ending]
He goes [ending of third person singular]
She goes [ending of third person singular]
It goes [ending of third person singular]
We go [no ending]
You go [no ending]
They go [no ending]

And you have also the same personal pronoun for second person singular and plural.

German has more endings then English and also nouns are also inflected, as well verbs. So without the peoper forms you notice very well that someone wasn't able to translate soemthing correctly, like you can see in the German version of Civ2. A search for Middle English gives also results that can illustrate the problem.

CTP1 and CTP2 have in the German version huge str_loc.txt files, to solve the problem.

Another thing is that you shouldn't use the english directory to store your tanslated files like the translators for the Japanese version did.

To cope with this problem add a greek folder to all directories that contain an english folder. And open the civpath.txt and replace there the word English by Greek.

Of course for everyone else for other languages you have to replace greek by the name of your lanquage, if you aren't a Greek translator as well.

-Martin

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 01-02-2004 01:59 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton buy from Amazon

Obviously I missed two Strings Fromafar added to the end of the ldl_str.txt:

code:
str_profile_CloseOnEyepoint "Close Message When Clicking Eyeball" str_profile_ShowExpensive "Show Expensive Tile Improvement Effects"


Here is my German version of these strings:

code:
str_profile_CloseOnEyepoint "Meldung schließen beim Klicken auf das Auge" str_profile_ShowExpensive "Kosten für Terrainverbes. auch bei Überschreitung der SB Reserve anzeigen"


Well I modified them for the German version as I felt this way they sound better, maybe a native English spaeker should check the English strings, too.

By the way is there any progress of translating of the few lines above and added them to the right file.

-Martin

Tamerlin is offline Tamerlin
King
Toulouse (South-western France)
Apr 2002
time: 06:33
  Old Post 01-02-2004 21:54
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton buy from Amazon

Here are the add_str.txt and ldl_str.txt files with the new strings translated in French (including the last strings posted by Martin).

Attachment: newstrings_french_20040201.zip
This has been downloaded 7 time(s).

Tamerlin is offline Tamerlin
King
Toulouse (South-western France)
Apr 2002
time: 06:33
  Old Post 01-02-2004 22:37
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Full PM-box? Change here!

By the way Martin I am not sure I have properly understood what the following string means:

str_ldl_SPNGPS_MaxPlayerText "Sets the maximum number of players that could occur in a game."

I am a bit confused by the fact the default value is 0.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 01-02-2004 23:12 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Suffering from ads?

quote:
Originally posted by Tamerlin
By the way Martin I am not sure I have properly understood what the following string means:

str_ldl_SPNGPS_MaxPlayerText "Sets the maximum number of players that could occur in a game."

I am a bit confused by the fact the default value is 0.


Well afterwards I read this I don't understand it either, well I already noticed it some time ago that this is a little bit unprecise. It has to do with the MaxPlayer field in userprofile.txt, and determines the number up to that new players can be added in an existing game by revolts for example. If the maximum number of players is not reached, then every revolt generates a new civ, otherwise the revolting city becomes Barbarian.

So any suggestions to describe this in say two lines more properly?

-Martin

Tamerlin is offline Tamerlin
King
Toulouse (South-western France)
Apr 2002
time: 06:33
  Old Post 01-02-2004 23:23
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

Thanks Martin, I think that it could be better like that:

str_ldl_SPNGPS_MaxPlayerText "Sets the maximum number of players that can appear during a game."

If you agree with this I will change my translation and post a new file.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 01-02-2004 23:54 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Full PM-box? Change here!

quote:
Originally posted by Tamerlin
Thanks Martin, I think that it could be better like that:

str_ldl_SPNGPS_MaxPlayerText "Sets the maximum number of players that can appear during a game."

If you agree with this I will change my translation and post a new file.


I would like more precision but then I need much more lines that we don't have.

But anyway you can update your file and maybe you add also the updated English version, well for the German version I also have to come up with something maybe:

str_ldl_SPNGPS_MaxPlayerText "Setzt die Maximalanzahl der Spieler, die in einem Spiel erscheinen können."

Oh and please could you be so kind to update the German file as well.

-Martin

Tamerlin is offline Tamerlin
King
Toulouse (South-western France)
Apr 2002
time: 06:33
  Old Post 02-02-2004 00:16
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Your wishes are my orders...

Fixed new strings:

Attachment: newstrings_english_french_german_20040201.zip
This has been downloaded 7 time(s).

Tamerlin is offline Tamerlin
King
Toulouse (South-western France)
Apr 2002
time: 06:33
  Old Post 02-02-2004 01:37
Edit/Delete Message Reply w/Quote
#15 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

quote:
Originally posted by Martin Gühmann

I would like more precision but then I need much more lines that we don't have.


As far as I remember we plan to produce some documentation... this is typically the kind of settings that needs to be further explained into a future Apolyton CtP2 manual.

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:33
  Old Post 02-02-2004 21:51 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#16 Report this post to a moderator
Browse Apolyton AD-FREE

How about "Sets the number of players which will not be exceeded by the creation of new players during a game" or just "Sets the number of players which will not be exceeded by the creation of new players".

Tamerlin is offline Tamerlin
King
Toulouse (South-western France)
Apr 2002
time: 06:33
  Old Post 02-02-2004 23:04
Edit/Delete Message Reply w/Quote
#17 Report this post to a moderator
Support Apolyton or Terrorists Win

IMO a translation like:

"Maximum number of civilizations that can be in play during a game"

...would be simpler and easier to understand, at least I think so.

If we can agree on a definition I will update the files when I post a new translation.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 02-02-2004 23:59 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#18 Report this post to a moderator
Support Apolyton, buy Call to Power 2

As it is the players screen I prefer players.

First suggestion:

"Maximum number of players that can be in play during a game simulatniously."
"Maximalanzahl der Spieler, die gleichzeitig in einem Spiel sein können."

"Sets the number of players which will not be exceeded by the creation of new players."

"Setzt die Anzahl der Speler, welche durch das Einsetzen neuer Spieler nicht überschritten wird."

Well I rather prefer the first one also I would like have a Sets at the first place, but I think we can skip it.

-Martin

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:33
  Old Post 03-02-2004 00:29 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#19 Report this post to a moderator
Avatar Enlargement: We've got the solution

quote:
Originally posted by Tamerlin
IMO a translation like:

"Maximum number of civilizations that can be in play during a game"

...would be simpler and easier to understand, at least I think so.


The problem is that it's inaccurate, since you can start with more players than that, but it's not really a big deal.

Gilgamensch is offline Gilgamensch
King
France
Jun 2002
time: 06:33
  Old Post 04-02-2004 14:45
Edit/Delete Message Reply w/Quote
#20 Report this post to a moderator
Support Apolyton, buy GURPS/ Alpha Centauri

How about:

Maximum number of possible civilizations, including human player(s), in a new game?

Maximal Anzahl von moeglichen Zivilisationen, einschliesslich menschlicher Spieler, in einem neuen Spiel?



John, since when can you have more than MaxPLayer?

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:33
  Old Post 04-02-2004 21:38 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#21 Report this post to a moderator
Put an end to popups!

quote:
Originally posted by Gilgamensch
John, since when can you have more than MaxPLayer?


When you start with them. You can have MaxPlayer=0, but that doesn't mean that there will never be any players.

Gilgamensch is offline Gilgamensch
King
France
Jun 2002
time: 06:33
  Old Post 05-02-2004 15:38
Edit/Delete Message Reply w/Quote
#22 Report this post to a moderator
Remove this text

I thought with the graphical interface you select the number of active CIV's and the maxplayer indicates, how many rebels can be there?

And no I never tried 0

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:33
  Old Post 06-02-2004 19:32 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#23 Report this post to a moderator
Put an end to popups!

Well, Tamerlin said that the default value was zero, so I assumed it was possible.

Tamerlin is offline Tamerlin
King
Toulouse (South-western France)
Apr 2002
time: 06:33
  Old Post 06-02-2004 19:40
Edit/Delete Message Reply w/Quote
#24 Report this post to a moderator
Remove this text

Yes I confirm that the default value displayed when you open the window is 0.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 09-02-2004 04:11 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#25 Report this post to a moderator
Inflate your Upload Space

quote:
Originally posted by Gilgamensch
I thought with the graphical interface you select the number of active CIV's and the maxplayer indicates, how many rebels can be there?


No, that can be never determined before the start of the game, if you set MaxPlayer on 10 and you start with 8 civs, then players are added until 10 is reached. So if you can kill always a newly created civ than in theory the number of rebels is unlimited, because MaxPlayers is never reached.

If you set MaxPlayers=0 then whenever a city revolts it turns Barbarian. But if you start with 3 players and you set MaxPlayers to 2 then at least two players must be eleminated before new civs can be added.

-Martin

-Martin

Gilgamensch is offline Gilgamensch
King
France
Jun 2002
time: 06:33
  Old Post 09-02-2004 14:10
Edit/Delete Message Reply w/Quote
#26 Report this post to a moderator
Browse Apolyton AD-FREE

Thanks Martin,

NOW (even me) understands

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 09-02-2004 21:44 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#27 Report this post to a moderator
Remove this text

quote:
Originally posted by Gilgamensch
Thanks Martin,

NOW (even me) understands


Yeah but unfortunatly the problem is still there to explain it in one or two lines.

-Martin

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:33
  Old Post 10-02-2004 03:40 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#28 Report this post to a moderator
Support Apolyton buy from Amazon

How about "See readme for details" .

Tamerlin is offline Tamerlin
King
Toulouse (South-western France)
Apr 2002
time: 06:33
  Old Post 10-02-2004 04:41
Edit/Delete Message Reply w/Quote
#29 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

quote:
Originally posted by J Bytheway
How about "See readme for details" .


I agree with you, though I think that replacing "players" with "civilizations" would make the sentence more explicit.

Martin Gühmann is offline Martin Gühmann
Emperor
Berlin, Germany
Mar 2001
time: 06:33
Post  Old Post 10-02-2004 05:11 Visit Martin Gühmann's homepage!
Edit/Delete Message Reply w/Quote
#30 Report this post to a moderator
Lose 30 kilos (of popups)

quote:
Originally posted by Tamerlin
I agree with you, though I think that replacing "players" with "civilizations" would make the sentence more explicit.


Well I think I substructed the Barbarian player from the number displayed in the other spinner, so actual t doesn't matter if we call them players or civilisations. So change it to civilisations, here are the two suggestions again:

"Maximum number of civilsations that can be in play during a game simulatniously."
"Maximalanzahl der Zivilisationen, die gleichzeitig in einem Spiel sein können."

"Sets the number of civilisations which will not be exceeded by the creation of new players."
"Setzt die Anzahl der Zivilisationen, welche durch das Einsetzen neuer Zivilisationen nicht überschritten wird."

And again I prefer the first version.

-Martin

 
Pages (9): [ 1   2   3   4     >> ]
< Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:33.
Apolyton Time is 00:33.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0656 seconds (91.95% PHP - 8.05% MySQL) with 36 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net