AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Translation Request (https://forums.alliedmods.net/forumdisplay.php?f=25)
-   -   Misc default cs (https://forums.alliedmods.net/showthread.php?t=153034)

ConnorMcLeod 03-17-2011 15:56

Misc default cs
 
Basically what you see in front of chat when you set the game in your own language.
Code:

[en]
RADIO = RADIO
COUNTER_TERRORIST = Counter-Terrorist
TERRORIST = Terrorist
SPECTATOR = Spectator
DEAD = DEAD
SPEC = SPEC
CHANGED_NAME_TO = changed name to

[fr]
RADIO = RADIO
COUNTER_TERRORIST = Anti-terroriste
TERRORIST = Terroriste
SPECTATOR = Spectateur
DEAD = MORT
SPEC = SPEC
CHANGED_NAME_TO = a changé son nom en

[ge]
RADIO = FUNK
COUNTER_TERRORIST = Anti-Terror-Kämpfer
TERRORIST = Terrorist
SPECTATOR = Zuschauer
DEAD = TOT
SPEC = ZUSCHAUER
CHANGED_NAME_TO = Name geändert in

[es]
RADIO = RADIO
COUNTER_TERRORIST = Antiterrorista
TERRORIST = Terrorista
SPECTATOR = Espectador
DEAD = DEAD
SPEC = SPEC
CHANGED_NAME_TO = cambio de nombre a

[it]
RADIO = RADIO
COUNTER_TERRORIST = Anti-terrorista
TERRORIST = Terrorista
SPECTATOR = Spettatore
DEAD = MORTO
SPEC = SPET
CHANGED_NAME_TO = nome cambiato in


papyrus_kn 03-17-2011 17:26

Re: Misc default cs
 
Quote:

[bg]
RADIO = РАДИО
COUNTER_TERRORIST = Контра-терорист
TERRORIST = Терорист
SPECTATOR = Наблюдател
DEAD = МЪРТЪВ
SPEC = НАБЛ
CHANGED_NAME_TO = смени името си на

talents 03-18-2011 08:40

Re: Misc default cs
 
Code:

[ro]
RADIO = RADIO
COUNTER_TERRORIST = Anti-Teroristi
TERRORIST = Terorist
SPECTATOR = Spectator
DEAD = MORT
SPEC = SPEC
CHANGED_NAME_TO = schimba numele in


drekes 03-18-2011 10:16

Re: Misc default cs
 
Code:

[nl]
RADIO = RADIO
COUNTER_TERRORIST = Counter-Terrorist
TERRORIST = Terrorist
SPECTATOR = Toeshouwer
DEAD = DOOD
SPEC = SPEC
CHANGED_NAME_TO = veranderde naam naar


naven 03-18-2011 13:37

Re: Misc default cs
 
Polish
Code:

[pl]
RADIO = RADIO
COUNTER_TERRORIST = Antyterrorysci
TERRORIST = Terrorysci
SPECTATOR = Obserwatorzy
DEAD = MARTWI
SPEC = SPEC
CHANGED_NAME_TO = zmienil nick na


k1nader 03-19-2011 10:42

Re: Misc default cs
 
Simplified Chinese
Code:

[cn]
RADIO = 无线电
COUNTER_TERRORIST = 反恐精英
TERRORIST = 恐怖分子
SPECTATOR = 观察者
DEAD = 死亡
SPEC = 观察者
CHANGED_NAME_TO = 更改名字为

Traditional Chinese
Code:

[tw]
RADIO = 無線電
COUNTER_TERRORIST = 反恐精英
TERRORIST = 恐怖分子
SPECTATOR = 觀察者
DEAD = 死亡
SPEC = 觀察者
CHANGED_NAME_TO = 更改名字為

and plz use UTF-8

ConnorMcLeod 03-19-2011 13:29

Re: Misc default cs
 
Thanks guys.



Quote:

Originally Posted by k1nader (Post 1435830)
and plz use UTF-8

I always use UTF-8 when it is justified.

Mordekay 03-19-2011 13:53

Re: Misc default cs
 
Code:

[ge]
RADIO = FUNK
COUNTER_TERRORIST = Anti-Terror-Kämpfer
TERRORIST = Terrorist
SPECTATOR = Zuschauer
DEAD = TOT
SPEC = ZUSCHAUER
CHANGED_NAME_TO = Name geändert in

:arrow:

Code:

[de]
RADIO = FUNK
COUNTER_TERRORIST = Anti-Terror-Kämpfer
TERRORIST = Terrorist
SPECTATOR = Zuschauer
DEAD = TOT
SPEC = ZUSCHAUER
CHANGED_NAME_TO = änderte seinen Namen in


ConnorMcLeod 03-26-2011 18:00

Re: Misc default cs
 
Quote:

Originally Posted by Mordekay (Post 1435947)
Code:

[ge]
CHANGED_NAME_TO = Name geändert in

:arrow:

Code:

[de]
CHANGED_NAME_TO = änderte Namen in


I had it from czero_german.txt ...
Code:

"Game_radio"                "%s1 (FUNK): %s2"
"Game_radio_location"                "%s1 @ %s2 (FUNK): %s3"
"Cstrike_Chat_CT_Loc"                "(Anti-Terror-Kämpfer) %s1 @ %s3 :  %s2"
"Cstrike_Chat_CT"                "(Anti-Terror-Kämpfer) %s1 :  %s2"
"Cstrike_Chat_T_Loc"                "(Terrorist) %s1 @ %s3 :  %s2"
"Cstrike_Chat_T"                "(Terrorist) %s1 :  %s2"
"Cstrike_Chat_CT_Dead"                "*TOT*(Anti-Terror-Kämpfer) %s1 :  %s2"
"Cstrike_Chat_T_Dead"                "*TOT*(Terrorist) %s1 :  %s2"
"Cstrike_Chat_Spec"                "(Zuschauer) %s1 :  %s2"
"Cstrike_Chat_AllDead"                "*TOT* %s1 :  %s2"
"Cstrike_Chat_AllSpec"                "*ZUSCHAUER* %s1 :  %s2"
"Cstrike_Name_Change"                "* %s1 Name geändert in %s2"

So i believe you version is better ?

Mordekay 03-26-2011 18:28

Re: Misc default cs
 
The word order in your translation is wrong. In german you have subject - predicate - object. The word "Name" is an object in this case. %s1 is the placeholder for the subject and "geändert" is the predicate. Sadly in the wrong time-form. Here past perfect while it should be simple past tense and it is misssing the adverb like "hat geändert" (had changed) or "wurde geändert" (was changed).


All times are GMT -4. The time now is 00:06.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.