Raised This Month: $ Target: $400
 0% 

Question about the new multi language support


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 08-28-2004 , 16:51   Question about the new multi language support
Reply With Quote #1

Is it possible to do multiple lines in the dictionary file?

I have all this info I want to put in it:
Quote:
pos += format(temp[pos], 2048-pos, "Das binden von Tasten:%s",thep)
pos += format(temp[pos], 2048-pos, "1) Die ` Taste drücken um in die Konsole zu gelangen (links von der 1)%s",thereturn)
pos += format(temp[pos], 2048-pos, "2) Schreibe bind alt ultimate (so aktiviert die ALT Taste das Ultimate)%s",thereturn)
pos += format(temp[pos], 2048-pos, "3) Schreibe bind - shopmenu (so aktiviert die - Taste das shopmenu)%s",thereturn)
pos += format(temp[pos], 2048-pos, "4) Schreibe bind = shopmenu2 (so aktiviert die = Taste das shopmenu2)%s",thereturn)
pos += format(temp[pos], 2048-pos, "5) Schreibe bind p ability (so aktiviert die p Taste die Fertigkeit einiger Rassen)%s",thep)
pos += format(temp[pos], 2048-pos, "Es gibt noch einige Befehle mehr um das WC3-Plugin vollständig zu nutzen.%s",thep)
pos += format(temp[pos], 2048-pos, "Spieler Befehle (einfach in den Chat schreiben mit oder ohne / ) :%s",thep)
pos += format(temp[pos], 2048-pos, "say /selectskill - Fähigkeiten deiner Rasse auswählen %s",thereturn)
pos += format(temp[pos], 2048-pos, "say /changerace - Rasse wechseln%s",thereturn)
pos += format(temp[pos], 2048-pos, "say /playerskills - Rassen und Fähigkeiten Anzeige aller Spieler%s",thereturn)
pos += format(temp[pos], 2048-pos, "say /skillsinfo - Erklärungen der Fähigkeiten deiner Rasse%s",thereturn)
pos += format(temp[pos], 2048-pos, "say /itemsinfo - Erklärung der Gegenstände im shopmenu%s",thereturn)
pos += format(temp[pos], 2048-pos, "say /itemsinfo2 - Erklärung der Gegenstände im shopmenu2%s",thereturn)
pos += format(temp[pos], 2048-pos, "say /level - Zeigt deine Rasse, Fähigkeiten ,Level und Erfahrungspunkte an%s",thereturn)
pos += format(temp[pos], 2048-pos, "say /war3vote - Das Plugin an- bzw. ausvoten%s",thereturn)
pos += format(temp[pos], 2048-pos, "say /war3menu - Blendet das Warcraft3 Menu ein für weitere Einstellungen und Erklärungen%s",thereturn)
pos += format(temp[pos], 2048-pos, "say /ability - Mit diesem Befehl können verfuegbare Schadens Wellen platziert werden%s",thereturn)
And I just want to store it in one variable, this possible?
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
BAILOPAN
Join Date: Jan 2004
Old 08-28-2004 , 17:06  
Reply With Quote #2

Multi-lines in the dictionaries can be written like this (untested):
Code:
[en]
A_LONG_LINE :
This is a very long line.
There are many lines like it.
But this one is mine.
:
Is this what you wanted?
__________________
egg
BAILOPAN is offline
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 08-28-2004 , 18:48  
Reply With Quote #3

exactly, thank you... I just translated my entire FT mod to use this system, except for the long parts
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 08-28-2004 , 19:30  
Reply With Quote #4

ok this message pops up: AMXXLOG_Log("New section, multiline unterminated (file \"%s\" line %d)", file, line);

(well the actual message, i'm using windows so the console just closes)

when I use this:

Quote:
WAR3HELP :
This should work right?
This is how you bind a key %s
1) Type ` to get to the console (key to the left of number 1)%s
2) Type bind alt ultimate%s
3) Type bind - shopmenu %s
4) Type bind = shopmenu2%s
5) Type bind p ability%s
There are a few commands you need to know in order take full advantage of the plugin%s"
say /selectskill - Allows you to select skills before the start of the next round%s
say /changerace - Allows you to change your race%s
say /playerskills - Shows you what skills other players have chosen%s
say /skillsinfo - Shows you what each skill does for the race you have selected%s
say /itemsinfo - Shows you a list of items and what they do%s
say /itemsinfo2 - Shows you more items%s
say /level - Shows you what race, level and skills you have%s
say /war3vote - Vote to switch the plugin on and off%s
say /war3menu - Shows the War3 Frozen Throne Player menu%s
say /ability - if you have serpent wards it will plant them%s
say /resetskills - resets your skills%s
say /resetxp - Will reset your level and XP to 0%s
:
I thought it was the = above, but if I take that out it doesn't matter
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 08-28-2004 , 19:38  
Reply With Quote #5

Also, here is the entire file if that matters:

Quote:
[en]
CURRENT_ITEMS_RING = Current Items: %s and %s x%d
CURRENT_ITEMS = Current Items: %s and %s
CURRENT_ITEM_RING = Current Item: %s %d
CURRENT_ITEM = Current Item: %s
LEVEL = %s Level: %d XP: %d/%d
LEVEL10 = %s Level: %d XP: %d
PLAYERITEM_AND_REGEN = %s and %s x%d
PLAYERITEM_AND = %s and %s
LEVEL_SHORT = %s Level: %d XP: %d/%d %s
LEVEL10_SHORT = %s Level: %d XP: %d %s
YOU_GAINED_A_LEVEL = You gained a Level
LEVEL_BY_ITSELF = ^nLevel %d
LEVEL2 = ^n%s Level %d
ULTIMATE = ^nUltimate: %s
HAS_REVIVED_YOU = %s has revived you
HAS_REVIVED_YOU2 = [%s] %s has revived you
YOU_HAVE_REVIVED = You have revived %s, way to go !
YOU_HAVE_REVIVED2 = [%s] You have revived %s, way to go !
AWARDED_FOR_HEADSHOT = [%s] You are awarded %d XP for having a headshot
AWARDED_FOR_KILLING = [%s] You are awarded %d XP for killing %s
AWARDED_FOR_KILLING_HOSTAGE_R = [%s] You received %d XP for killing the hostage rescuer
AWARDED_FOR_KILLING_BOMB_D = [%s] received %s %d XP for killing the bomb defuser
AWARDED_FOR_KILLING_BOMB_C = [%s] received %s %d XP for killing the bomb carrier
GOD_MODE_GONE = Your god mode is gone
NO_SPOT_MOLE_MONEY = [%s] Sorry couldn't find a spot for you to mole, here's your money back
NO_SPOT_TO_MOLE = [%s] Sorry couldn't find a spot for you to mole
SKILLS_RESET_NEXT_ROUND = Your skills will be reset next round
SERVER_DISABLED = This server has disabled that option
CHEATING_DEATH_NOT_INSTALLED = [%s] You are unable to play war3FT because cheating death is not installed on your client
SELECT_RACE_BEFORE_SKILLS = You must select a race before selecting skills!
ALREADY_SELECTED_SKILL_POINTS = You have already used up all your skill points!
LEVEL_SELECT_SKILL_FUNC = ^n%d. %s Level %d\w
ULTIMATE_SELECT_SKILL_FUNC = ^n4. Ultimate: %s\w
CANCEL_SELECT_SKILL_FUNC = ^n^n0. Cancel
MENU_WILL_APPEAR_WHEN_RESPAWN = A menu will appear when you respawn!
RACES_9 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n^n\ySelect Hero\w^n^n5. %s^n6. %s^n7. %s^n8. %s^n9. %s^n^n
RACES_8 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n^n\ySelect Hero\w^n^n5. %s^n6. %s^n7. %s^n8. %s^n^n 9. Auto-select
RACES_5 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n5. %s^n^n 9. Auto-select
RACES_4 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n^n 9. Auto-select
GAINED_FOR_KILLING_WITH = [%s] You just gained %d XP for killing %s with %s
SHOT_DEFLECTED = A shot by a mole was deflected
UNTIL_YOUR_NEXT_GRENADE = %d second(s) until your next grenade
DONT_DIE_GOOSE = Don't die next time and I'll give you another nade ya silly goose!
RACE_NOT_YET_SELECTED = %s - race not yet selected%s
PLAYER_SKILLS = Warcraft 3 Frozen Throne Player Skills
SHOPMENU_1 = %s%s: If you die you will retrieve your equipment the following round%s
SHOPMENU_2 = %s%s: Allows you to run faster%s
SHOPMENU_3 = %s%s +%d: An additional %d hp will be removed from the enemy on every hit%s
SHOPMENU_4 = %s%s: Makes you partially invisible, invisibility is increased when holding the knife%s
SHOPMENU_5 = %s%s: You will receive health for every hit on the enemy%s
SHOPMENU_6 = %s%s: You will be immune enemy ultimates%s
SHOPMENU_7 = %s%s: Slows your enemy down when you hit him%s
SHOPMENU_8 = %s%s: Receive extra health%s
SHOPMENU_9 = %s%s: Automatically gain experience, the item is used on purchase%s%s
SHOPMENU_TITLE = %sShopmenu Item Information%s
SHOPMENU2_1 = %s%s: You will respawn after death%s
SHOPMENU2_2 = %s%s: Protects you from moles (unless they hit you in the head)%s
SHOPMENU2_3 = %s%s: You cannot be heard when running/going up ladders%s
SHOPMENU2_4 = %s%s: Randomly creates 1-2 clones around you%s
SHOPMENU2_5 = %s%s: Immune to headshots%s
SHOPMENU2_6 = %s%s: Given an HE grenade every %d seconds%s
SHOPMENU2_7 = %s%s: Gives 1 health every 2 seconds, you can have 5 max (type rings to receive 5)%s
SHOPMENU2_8 = %s%s: You look like the enemy%s
SHOPMENU2_9 = %s%s: Teleported to enemy spawn at the start of the round, can only be used once%s%s
SHOPMENU2_TITLE = %sShopmenu2 Item Information%s
NOT_ULTIMATE_DURING_FREEZETIME = You may not use your ultimate during freezetime
ULTIMATES_DISABLED_FIRST_SECONDS = Ultimates are disabled for the^nfirst %d seconds of the round
SUICIDE_BOMB_ARMED = Suicide Bomb Armed^nPress Again To Detonate
BLINK_DISABLED_FOR_FIRST = Blink disabled for the^nfirst %f seconds of the round
TELEPORT_FAILED_ENEMY_IMMUNITY = Teleport Failed^nEnemy has Immunity
SLAIN_FOR_TELEPORTING = [%s] You have been slain for teleporting into a restricted area
NO_VALID_TARGETS_FOUND = No valid targets found!
TELEPORT_FAILED_BAD_DESTINATION = Teleport Failed^nBad Destination
CANCEL_TELEMENU = ^n^n\w0. Cancel
XP_IS_NOT_SAVED = [%s] Sorry XP is not saved on this server
NOT_BUY_ITEMS_WHEN_DEAD = You may not buy items when you are dead.
SECONDS_HAVE_PASSED_CANT_BUY = %0.0f seconds have passed. You can't buy anthing now.
MUST_BE_IN_BUYZONE = You must be in the buyzone to purchase an item
EXIT = ^n\w0. Exit
NOT_BUY_WHEN_ALONE_ON_SERVER = You may not buy items when you are alone on server.
NOT_PURCHASE_WHEN_DEAD = You may not purchase that item when dead
ALREADY_OWN_THAT_ITEM = You already own that item
INSUFFICIENT_FUNDS = You have insufficient funds!
NOT_PURCHASE_AFTER_ENDROUND = You may not purchase this after the round has ended
FLAMING_GLOVES_RESTRICTED_ON_THIS_MAP = Flaming Gloves of Warmth are restricted on this map
NOT_PURCHASE_MORE_THAN_FIVE_RINGS = You may not purchase more than 5 rings
ENJOY_A_GRENADE = Enjoy a grenade!
RANK_IS = Rank is %d of %d^n
SHOWRANK_PLAYERITEM = ^n%s and %s x%d
SHOWRANK_PLAYERITEM2 = ^n%s and %s
CURRENT_HEALTH = ^nCurrent Health: %d^nArmor: %d
SERPENT_WARD = Serpent Ward Placed, %d remaining
ONLY_ONE_GRENADE_PER_ROUND = Only one HE grenade per round
AWARD_FOR_PLANTING_BOMB = [%s] %s recieved %d extra XP for personally planting the bomb.
AWARD_FOR_SUPPORTING_BOMB = [%s] %s recieved %d for supporting the bomb planting effort.
AWARD_FOR_DEFUSING_BOMB = [%s] %s recieved %d extra XP for defusing the bomb.
AWARD_FOR_SUPPORT_BOMB_D = [%s] %s recieved %d XP for supporting the bomb defusing effort.
AWARD_FOR_ATTEMPT_BOMB_D = [%s] %s recieved %d XP for cutting the red wire on the bomb.
AWARD_FOR_ATTEMPT_BOMB_D_BARE = [%s] %s recieved %d XP for attempting to defuse bare handed.
AWARD_FOR_SPAWNING_WITH_BOMB = [%s] %s recieved %d XP for spawning with the bomb.
AWARD_FOR_LOST_BOMB = [%s] %s lost the %d XP bomb carrying bonus.
AWARD_FOR_PICKING_UP_BOMB = [%s] %s gained %d XP for picking up the bomb.
AWARD_FOR_BEGINNING_HOSTAGE_RESCUE = [%s] %s recieved %d XP for beginning to escort the hostage to safety.
AWARD_FOR_RESCUING_HOSTAGE = [%s] %s is given %d XP for escorting a hostage to safety.
AWARD_FOR_SUPPORTING_HOSTAGE_RUN = [%s] %s recieved %d XP for supporting the hostage run.
AWARD_FOR_KILLING_HOSTAGE = [%s] %s lost %d XP for killing a hostage.
AWARD_FOR_SPAWN_AS_VIP = [%s] %s recieved %d XP for being so important.
AWARD_FOR_KILLING_VIP = [%s] %s gained %d XP for assassinating %s the VIP.
AWARD_FOR_ESCAPED_VIP = [%s] %s gained %d extra XP for evading assassination.
AWARD_FOR_SUPPORTING_VIP = [%s] %s recieved %d for helping the %s escape.
NO_CLIENTS_IN_TEAM = No clients in such team
YOU_HAVE_NO_ACCESS = [%s] You have no access to that command
YOUR_XP_HAS_BEEN_RESET = [%s] Your XP has been reset to 0.
THE_ADMIN_GAVE_YOU_EXPERICENE = [%s] The admin gave you %d experience
HES_ON_YOUR_TEAM_DONT_SHOOT = He's on your team, DON'T SHOOT
AWARD_FOR_WINNING_ROUND = [%s] %s recieved %d XP for winning the round
NO_LONGER_SEE_ICONS = You will no longer see teammate race icons.
NOW_SEE_ICONS = You will now see teammate race icons.
IS_ACTIVATED_NOW = %s (%s) is activated now
IS_NO_LONGER_ACTIVE = %s (%s) is no longer active
IS_IN_AUTOMATIC_MODE = %s (%s) is in automatic mode now
USAGE = [%s] USAGE: amx_wc3 <on|off|auto> (auto = enable timecontrol)
BETWEEN = between %dh and %dh
INACTIVE = %s (%s)^nInactive %s^nThe time is:%02d:%02d^nTimeleft: %d:%02d (nextmap: %s)
ACTIVE = %s (%s)^nActive %s^nThe time is:%02d:%02d^nTimeleft: %d:%02d (nextmap: %s)
IS_ACTIVATED = %s is Activated in %02d minutes^nThese are the Basic commands^n/war3menu (help) - /shopmenu - /shopmenu2 - /changerace
WILL_BE_DEACTIVATED_IN = %s will be deactivated in %02d minutes^nType savexp^nand See you Tomorrow!!!
INACTIVE_ELSE = %s (%s) - Inactive^nThe time is:%02d:%02d^nTimeleft: %d:%02d (nextmap: %s)
ACTIVE_ELSE = %s (%s) - Active^nThe time is:%02d:%02d^nTimeleft: %d:%02d (nextmap: %s)

MENU_BUY_ITEM = \yBuy Item\R$ Cost^n^n
MENU_BUY_ITEM2 = \yBuy An Item\R$ Cost^n^n
MENU_TELEPORT_TO = \yTeleport To:\w^n
MENU_SELECT_RACE = \ySelect Race:
MENU_SELECT_SKILL = \ySelect Skill:\w^n
MENU_WAR3_PLUGIN = \yWarcraft 3 Plugin:
MENU_WAR3_FT_MENU = \yWarcraft 3 Frozen Throne Menu
MENU_SKILLS_OPTIONS = \ySkills Options
MENU_ITEM_OPTIONS = \yItem Options
MENU_RACE_OPTIONS = \yRace Options
MENU_ADMIN_MENU = \yAdmin Menu
MENU_GIVE_PLAYERS_XP = \yGive Players XP
MENU_TEAM_XP = \yTeam XP Menu

WAR3HELP :
This is how you bind a key %s
1) Type ` to get to the console (key to the left of number 1)%s
2) Type bind alt ultimate%s
3) Type bind - shopmenu%s
4) Type bind = shopmenu2%s
5) Type bind p ability%s
There are a few commands you need to know in order take full advantage of the plugin%s"
say /selectskill - Allows you to select skills before the start of the next round%s
say /changerace - Allows you to change your race%s
say /playerskills - Shows you what skills other players have chosen%s
say /skillsinfo - Shows you what each skill does for the race you have selected%s
say /itemsinfo - Shows you a list of items and what they do%s
say /itemsinfo2 - Shows you more items%s
say /level - Shows you what race, level and skills you have%s
say /war3vote - Vote to switch the plugin on and off%s
say /war3menu - Shows the War3 Frozen Throne Player menu%s
say /ability - if you have serpent wards it will plant them%s
say /resetskills - resets your skills%s
say /resetxp - Will reset your level and XP to 0%s
:

[de]
CURRENT_ITEMS_RING = Benutzte Gegenstaende: %s und %s x%d
CURRENT_ITEMS = Benutzte Gegenstaende: %s und %s
CURRENT_ITEM_RING = Benutzter Gegenstand: %s %d
CURRENT_ITEM = Benutzter Gegenstand: %s
LEVEL = %s Level: %d XP: %d/%d
LEVEL10 = %s Level: %d XP: %d
PLAYERITEM_AND_REGEN = %s und %s x%d
PLAYERITEM_AND = %s und %s
LEVEL_SHORT = %s Level: %d XP: %d/%d %s
LEVEL10_SHORT = %s Level: %d XP: %d %s
YOU_GAINED_A_LEVEL = Du bist ein Level aufgestiegen
LEVEL_BY_ITSELF = ^nLevel %d
LEVEL2 = ^n%s Level %d
ULTIMATE = ^nUltimate: %s
HAS_REVIVED_YOU = %s hat dich wiederbelebt
HAS_REVIVED_YOU2 = [%s] %s hat dich wiederbelebt
YOU_HAVE_REVIVED = Du wurdest wiederbelebt %s, Zeit loszugehen !
YOU_HAVE_REVIVED2 = [%s] Du wurdest wiederbelebt %s, Zeit loszugehen !
AWARDED_FOR_HEADSHOT =
AWARDED_FOR_KILLING =
AWARDED_FOR_KILLING_HOSTAGE_R =
AWARDED_FOR_KILLING_BOMB_D =
AWARDED_FOR_KILLING_BOMB_C =
GOD_MODE_GONE =
NO_SPOT_MOLE_MONEY =
NO_SPOT_TO_MOLE =
SKILLS_RESET_NEXT_ROUND =
SERVER_DISABLED =
SELECT_RACE_BEFORE_SKILLS =
ALREADY_SELECTED_SKILL_POINTS =
SELECT_SKILL =
LEVEL_SELECT_SKILL_FUNC = ^n%d. %s Level %d\w
ULTIMATE_SELECT_SKILL_FUNC = ^n4. Ultimate: %s\w
CANCEL_SELECT_SKILL_FUNC = ^n^n0. Abbrechen
MENU_WILL_APPEAR_WHEN_RESPAWN =
RACES_9 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n^n\yWähle deinen Helden\w^n^n5. %s^n6. %s^n7. %s^n8. %s^n9. %s^n^n
RACES_8 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n^n\yWähle deinen Helden\w^n^n5. %s^n6. %s^n7. %s^n8. %s^n^n 9. Automatische Auswahl
RACES_5 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n5. %s^n^n 9. Automatische Auswahl
RACES_4 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n^n 9. Automatische Auswahl
GAINED_FOR_KILLING_WITH =
SHOT_DEFLECTED =
UNTIL_YOUR_NEXT_GRENADE =
DONT_DIE_GOOSE =
RACE_NOT_YET_SELECTED =
PLAYER_SKILLS = Warcraft 3 Frozen Throne Spieler Faehigkeiten
SHOPMENU_1 = %s%s: Wenn du stirbst, erhälst du in der nächsten Runde deine Ausrüstung zurück%s
SHOPMENU_2 = %s%s: Du rennst schneller als alle anderen%s
SHOPMENU_3 = %s%s +%d: Bei jedem Treffer werden dem Gegner zusätzliche %dHP abgezogen%s
SHOPMENU_4 = %s%s: Macht dich teilweise unsichtbar, mit dem Messer in der Hand fast unsichtbar%s
SHOPMENU_5 = %s%s: Du bekommst HP zurück wenn du dem Gegner Schaden zufügst %s
SHOPMENU_6 = %s%s: Du bist immun gegen Ultimates
SHOPMENU_7 = %s%s: Macht den Gegner langsamer wenn du ihn triffst%s
SHOPMENU_8 = %s%s: Du bekommst extra Gesundheit beim Start der Runde%s
SHOPMENU_9 = %s%s: Du kaufst Erfahrungspunkte ein.%s%s
SHOPMENU_TITLE = %sEinkaufsmenu Gegenstandsinfo%s
SHOPMENU2_1 = %s%s: Wenn du stirbst wirst du wieder wiederbelebt%s
SHOPMENU2_2 = %s%s: Schutz vor Schüssen von Mole's%s
SHOPMENU2_3 = %s%s: Deine Schritte und Leitergeräusche sind nicht mehr zu hören%s
SHOPMENU2_4 = %s%s: Du erstellst 1-2 Clone von dir%s
SHOPMENU2_5 = %s%s: Macht dich immun gegen Kopfschuesse%s
SHOPMENU2_6 = %s%s: Gibt dir alle %d Sekunden eine HE%s
SHOPMENU2_7 = %s%s: Gibt dir 1 HP alle 2 Sekunden. (Maximal 5 - schreib: rings um sie zu erhalten)%s
SHOPMENU2_8 = %s%s: Du siehst aus wie der Gegner%s
SHOPMENU2_9 = %s%s: Du wirst bei Rundenbginn mit gegnerischem Skin zum anderen Startplatz teleportiert%s%s
SHOPMENU2_TITLE = %sEinkaufsmenu 2 Gegenstandsinfo%s
NOT_ULTIMATE_DURING_FREEZETIME =
ULTIMATES_DISABLED_FIRST_SECONDS =
SUICIDE_BOMB_ARMED =
BLINK_DISABLED_FOR_FIRST =
TELEPORT_FAILED_ENEMY_IMMUNITY =
SLAIN_FOR_TELEPORTING =
NO_VALID_TARGETS_FOUND =
TELEPORT_FAILED_BAD_DESTINATION =
CANCEL_TELEMENU = ^n^n\w0. Abbrechen
NOT_BUY_ITEMS_WHEN_DEAD = You may not buy items when you are dead.
SECONDS_HAVE_PASSED_CANT_BUY = %0.0f seconds have passed. You can't buy anthing now.
MUST_BE_IN_BUYZONE = You must be in the buyzone to purchase an item
EXIT = ^n\w0. Schliessen
NOT_BUY_WHEN_ALONE_ON_SERVER = You may not buy items when you are alone on server.
NOT_PURCHASE_WHEN_DEAD = You may not purchase that item when dead
ALREADY_OWN_THAT_ITEM = You already own that item
INSUFFICIENT_FUNDS = You have insufficient funds!
NOT_PURCHASE_AFTER_ENDROUND = You may not purchase this after the round has ended
FLAMING_GLOVES_RESTRICTED_ON_THIS_MAP = Flaming Gloves of Warmth are restricted on this map
NOT_PURCHASE_MORE_THAN_FIVE_RINGS = You may not purchase more than 5 rings
ENJOY_A_GRENADE = Viel Spass mit der Granate!
RANK_IS = Rank is %d of %d^n
SHOWRANK_PLAYERITEM = ^n%s und %s x%d
SHOWRANK_PLAYERITEM2 = ^n%s und %s
CURRENT_HEALTH = ^nCurrent Health: %d^nArmor: %d
SERPENT_WARD = Serpent Ward Placed, %d remaining
ONLY_ONE_GRENADE_PER_ROUND = Only one HE grenade per round
AWARD_FOR_PLANTING_BOMB = [%s] %s recieved %d extra XP for personally planting the bomb.
AWARD_FOR_SUPPORTING_BOMB = [%s] %s recieved %d for supporting the bomb planting effort.
AWARD_FOR_DEFUSING_BOMB = [%s] %s recieved %d extra XP for defusing the bomb.
AWARD_FOR_SUPPORT_BOMB_D = [%s] %s recieved %d XP for supporting the bomb defusing effort.
AWARD_FOR_ATTEMPT_BOMB_D = [%s] %s recieved %d XP for cutting the red wire on the bomb.
AWARD_FOR_ATTEMPT_BOMB_D_BARE = [%s] %s recieved %d XP for attempting to defuse bare handed.
AWARD_FOR_SPAWNING_WITH_BOMB = [%s] %s recieved %d XP for spawning with the bomb.
AWARD_FOR_LOST_BOMB = [%s] %s lost the %d XP bomb carrying bonus.
AWARD_FOR_PICKING_UP_BOMB = [%s] %s gained %d XP for picking up the bomb.
AWARD_FOR_BEGINNING_HOSTAGE_RESCUE = [%s] %s recieved %d XP for beginning to escort the hostage to safety.
AWARD_FOR_RESCUING_HOSTAGE = [%s] %s is given %d XP for escorting a hostage to safety.
AWARD_FOR_SUPPORTING_HOSTAGE_RUN = [%s] %s recieved %d XP for supporting the hostage run.
AWARD_FOR_KILLING_HOSTAGE = [%s] %s lost %d XP for killing a hostage.
AWARD_FOR_SPAWN_AS_VIP = [%s] %s recieved %d XP for being so important.
AWARD_FOR_KILLING_VIP = [%s] %s gained %d XP for assassinating %s the VIP.
AWARD_FOR_ESCAPED_VIP = [%s] %s gained %d extra XP for evading assassination.
AWARD_FOR_SUPPORTING_VIP = [%s] %s recieved %d for helping the %s escape.
NO_CLIENTS_IN_TEAM = No clients in such team
YOU_HAVE_NO_ACCESS = [%s] You have no access to that command
YOUR_XP_HAS_BEEN_RESET = [%s] Your XP has been reset to 0.
THE_ADMIN_GAVE_YOU_EXPERICENE = [%s] The admin gave you %d experience
HES_ON_YOUR_TEAM_DONT_SHOOT = He's on your team, DON'T SHOOT
AWARD_FOR_WINNING_ROUND = [%s] %s recieved %d XP for winning the round
NO_LONGER_SEE_ICONS = Icons von Teamkameraden werden nicht angezeigt.
NOW_SEE_ICONS = Icons von Teamkameraden werden angezeigt.
IS_ACTIVATED_NOW = %s (%s) ist aktiviert
IS_NO_LONGER_ACTIVE = %s (%s) ist deaktiviert
IS_IN_AUTOMATIC_MODE = %s (%s) ist jetzt im automatischen Modus
USAGE = [%s] USAGE: amx_wc3 <on|off|auto> (auto = enable timecontrol)
BETWEEN = zwischen %dh und %dh
INACTIVE = %s (%s)^nInaktiv %s^nUhrzeit:%02d:%02d^nVerbleibende Zeit: %d:%02d (naechste Map: %s)
ACTIVE = %s (%s)^nAktiv %s^nUhrzeit:%02d:%02d^nVerbleibende Zeiz: %d:%02d (naechste Map: %s)
IS_ACTIVATED = %s ist in %02d Minuten aktiviert^nDies sind die Standard-Commands^n/war3menu (Hilfe) - /shopmenu - /shopmenu2 - /changerace
WILL_BE_DEACTIVATED_IN = %s wird in %02d Minuten deaktiviert^nGebe savexp in den Chat ein^nund bis Morgen!!!
INACTIVE_ELSE = %s (%s) - Inaktiv^nUhrzeit:%02d:%02d^nVerbleibende Zeit: %d:%02d (naechste Map: %s)
ACTIVE_ELSE = %s (%s) - Aktiv^nUhrzeit:%02d:%02d^nVerbleibende Zeit: %d:%02d (naechste Map: %s)

MENU_BUY_ITEM = \yGegenstand kaufen\R$ Kosten^n^n
MENU_BUY_ITEM2 = \yGegenstand kaufen 2\R$ Kosten^n^n
MENU_TELEPORT_TO = \yTeleportiere zu:\w^n
MENU_SELECT_RACE = \yWahle deine Rasse:
MENU_SELECT_SKILL = \ySelect Skill\w^n
MENU_WAR3_PLUGIN = \yWarcraft 3 Plugin:
MENU_WAR3_FT_MENU = \yWarcraft 3 Frozen Throne Menu
MENU_SKILLS_OPTIONS = \ySkills Options
MENU_ITEM_OPTIONS = \yItem Options
MENU_RACE_OPTIONS = \yRace Options
MENU_ADMIN_MENU = \yAdmin Menu
MENU_GIVE_PLAYERS_XP = \yGive Players XP
MENU_TEAM_XP = \yTeam XP Menu

[fr]
CURRENT_ITEMS_RING = Objets Possedes: %s et %s x%d
CURRENT_ITEMS = Objets Possedes: %s et %s
CURRENT_ITEM_RING = Objet Possede: %s %d
CURRENT_ITEM = Objet Possede: %s
LEVEL = %s Niveau: %d XP: %d/%d
LEVEL10 = %s Niveau: %d XP: %d
PLAYERITEM_AND_REGEN = %s et %s x%d
PLAYERITEM_AND = %s et %s
LEVEL_SHORT = %s Niveau: %d XP: %d/%d %s
LEVEL10_SHORT = %s Niveau: %d XP: %d %s
YOU_GAINED_A_LEVEL = Vous gagnez un niveau
LEVEL_BY_ITSELF = ^nNiveau %d
LEVEL2 = ^n%s Niveau %d
ULTIMATE = ^nUltimate: %s
HAS_REVIVED_YOU = %s vous a fait revivre
HAS_REVIVED_YOU2 = [%s] %s vous a fait revivre
YOU_HAVE_REVIVED = Vous avez fait revivre %s, c'est parti !
YOU_HAVE_REVIVED2 = [%s] Vous avez fait revivre %s, c'est parti !
AWARDED_FOR_HEADSHOT = [%s] Vous etes recompense de %d XP pour avoir fait un headshot
AWARDED_FOR_KILLING = [%s] Vous etes recompense de %d XP pour avoir tue %s
AWARDED_FOR_KILLING_HOSTAGE_R =[%s] Vous recevez %d XP pour avoir tue le sauveur d'otages
AWARDED_FOR_KILLING_BOMB_D = [%s] %s a recu %d XP pour avoir tue le desamorceur
AWARDED_FOR_KILLING_BOMB_C = [%s] %s a recu %d XP pour avoir tue le porteur de la bombe
GOD_MODE_GONE = Vous n'etes plus invulnerable
NO_SPOT_MOLE_MONEY = [%s] Desole pas de place libre pour devenir un ^"Agent Double^", votre argent vous est rendu
NO_SPOT_TO_MOLE = [%s] Desole pas de place libre pour devenir un ^"Agent Double^"
SKILLS_RESET_NEXT_ROUND = Vos competences seront remise à zero au prochain round
SERVER_DISABLED = Cette option est desactivee du serveur
SELECT_RACE_BEFORE_SKILLS = Vous devez choisir votre race avant de choisir les competences!
ALREADY_SELECTED_SKILL_POINTS = Vous avez deja utilise tous vos points de competences!
SELECT_SKILL = \yWaehle eine Faehigkeit:\w^n
LEVEL_SELECT_SKILL_FUNC = ^n%d. %s Niveau %d\w
ULTIMATE_SELECT_SKILL_FUNC = ^n4. Ultimate: %s\w
CANCEL_SELECT_SKILL_FUNC = ^n^n0. Annuler
MENU_WILL_APPEAR_WHEN_RESPAWN = Un menu apparaitra au prochain round!
RACES_9 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n^n\ySelect Hero\w^n^n5. %s^n6. %s^n7. %s^n8. %s^n9. %s^n^n
RACES_8 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n^n\ySelect Hero\w^n^n5. %s^n6. %s^n7. %s^n8. %s^n^n 9. Auto-select
RACES_5 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n5. %s^n^n 9. Auto-select
RACES_4 = %s\w^n^n1. %s^n2. %s^n3. %s^n4. %s^n^n 9. Auto-select
GAINED_FOR_KILLING_WITH = [%s] Vous gagnez %d XP pour avoir tue %s avec %s
SHOT_DEFLECTED = Un ^"Agent Double^" a tente de vous tuer
UNTIL_YOUR_NEXT_GRENADE = %d seconde(s) avant votre prochaine grenade
DONT_DIE_GOOSE = Ne meurs pas imbecile, et tu auras des grenades!
RACE_NOT_YET_SELECTED =
PLAYER_SKILLS = Warcraft3 Frozen Throne Competentes des Joueurs
SHOPMENU_1 = %s%s: Vous permet de recuperer votre equipement le round suivant si vous mourez%s
SHOPMENU_2 = %s%s: Vous permet de courir plus vite%s
SHOPMENU_3 = %s%s +%d: %dHP degat supplementaire seront infliges a chaque attaque que vous faites%s
SHOPMENU_4 = %s%s: Vous rends partiellement invisible, le couteau permet d'etre quasiment invisible%s
SHOPMENU_5 = %s%s: Vous permet d'absorber de la vie a chaque attaque que vous faites%s
SHOPMENU_6 = %s%s: Vous immunise contre les ULTIMATES%s
SHOPMENU_7 = %s%s: Vous permet de ralentir votre ennemi quand vous le touchez%s
SHOPMENU_8 = %s%s: Vous commencez avec %dHP en plus au debut du round%s
SHOPMENU_9 = %s%s: Vous permet d'acheter de l'XP%s%s
SHOPMENU_TITLE = %sShopmenu Information Objet%s
SHOPMENU2_1 = %s%s: Vous fait revivre une fois%s
SHOPMENU2_2 = %s%s: Vous serez proteger des ^"Mole^" les 6 premieres secondes du round%s
SHOPMENU2_3 = %s%s: Vous serez aussi silencieux qu'un chat%s
SHOPMENU2_4 = %s%s: Randomly creates 1-2 clones around you%s
SHOPMENU2_5 = %s%s: Vous proteges la tete contre les Headshots%s
SHOPMENU2_6 = %s%s: Vous donne une grenade toutes les %d secondes%s
SHOPMENU2_7 = %s%s: Vous donne 1Hp toutes les 2s par anneau, vous pouvez en acheter 5 maximun (taper rings)%s
SHOPMENU2_8 = %s%s: Vous prenez l'apparence d'un ennemi !!%s
SHOPMENU2_9 = %s%s: Vous teleporte dans le camp ennemi, et vous prenez l'apparence de l'un d'entre eux%s%s
SHOPMENU2_TITLE = %sShopmenu2 Information Objet%s
NOT_ULTIMATE_DURING_FREEZETIME = Vous ne pouvez pas utiliser votre ULTIMATE pendant le freezetime
ULTIMATES_DISABLED_FIRST_SECONDS = Les Ultimates sont desactivees pendant les^n%d premieres secondes du round
SUICIDE_BOMB_ARMED = Bombe-Kamikaze Armee^nAppuie encore pour Exploser
BLINK_DISABLED_FOR_FIRST = Transfert Desactivee pendant les ^n%f premiere secondes du round
TELEPORT_FAILED_ENEMY_IMMUNITY = Teleportation Echouee^nL'ennemi est immunise
SLAIN_FOR_TELEPORTING = [%s] Vous avez ete foudroye pour vous etes teleporte dans une zone restreinte
NO_VALID_TARGETS_FOUND = Aucune Cible Valide Trouvee!
TELEPORT_FAILED_BAD_DESTINATION = Teleportation Echouee^nMauvaise Destination
CANCEL_TELEMENU = ^n^n\w0. Annuler
NOT_BUY_ITEMS_WHEN_DEAD = You may not buy items when you are dead.
SECONDS_HAVE_PASSED_CANT_BUY = %0.0f seconds have passed. You can't buy anthing now.
MUST_BE_IN_BUYZONE = You must be in the buyzone to purchase an item
EXIT = ^n\w0. Sortir
NOT_BUY_WHEN_ALONE_ON_SERVER = You may not buy items when you are alone on server.
NOT_PURCHASE_WHEN_DEAD = You may not purchase that item when dead
ALREADY_OWN_THAT_ITEM = You already own that item
INSUFFICIENT_FUNDS = You have insufficient funds!
NOT_PURCHASE_AFTER_ENDROUND = You may not purchase this after the round has ended
FLAMING_GLOVES_RESTRICTED_ON_THIS_MAP = Cet objet est restreint sur cette carte
NOT_PURCHASE_MORE_THAN_FIVE_RINGS = Vous ne pouvez pas acheter plus de 5 anneaux
ENJOY_A_GRENADE = Recevez une grenade!
RANK_IS = Classement %d sur %d^n
SHOWRANK_PLAYERITEM = ^n%s et %s x%d
SHOWRANK_PLAYERITEM2 = ^n%s et %s
CURRENT_HEALTH = ^nPoint de Vie: %d^nArmure: %d
SERPENT_WARD = Gardien Serpent place, %d restant
ONLY_ONE_GRENADE_PER_ROUND = Seulement une HE par round
AWARD_FOR_PLANTING_BOMB = [%s] %s recoit %d XP de bonus pour avoir pose la bombe personnellement.
AWARD_FOR_SUPPORTING_BOMB = [%s] %s recoit %d pour avoir couvert pendant l'ammorcage de la bombe.
AWARD_FOR_DEFUSING_BOMB = [%s] %s recoit %d XP en bonus pour avoir desamorce la bombe.
AWARD_FOR_SUPPORT_BOMB_D = [%s] %s recoit %d XP pour avoir soutenu pendant le desamorcage.
AWARD_FOR_ATTEMPT_BOMB_D = [%s] %s recoit %d XP pour avoir coupe le fil rouge de la bombe.
AWARD_FOR_ATTEMPT_BOMB_D_BARE = [%s] %s recoit %d XP pour tenter de desamorcer sans kit.
AWARD_FOR_SPAWNING_WITH_BOMB = [%s] %s recoit %d XP pour commencer avec la bombe.
AWARD_FOR_LOST_BOMB = [%s] %s perd les %d XP de bonus du porteur de bombe.
AWARD_FOR_PICKING_UP_BOMB = [%s] %s gagne %d XP pour avoir reccupere la bombe.
AWARD_FOR_BEGINNING_HOSTAGE_RESCUE = [%s] %s recoit %d XP pour avoir commence a escorter les otages en securite.
AWARD_FOR_RESCUING_HOSTAGE = [%s] %s a recu %d XP pour avoir escorte les otages en surete.
AWARD_FOR_SUPPORTING_HOSTAGE_RUN = [%s] %s recoit %d XP pour son soutient a la course des otages.
AWARD_FOR_KILLING_HOSTAGE = [%s] %s perd %d XP pour avoir tue un otage.
AWARD_FOR_SPAWN_AS_VIP = [%s] %s recoit %d XP pour etre aussi important.
AWARD_FOR_KILLING_VIP = [%s] %s gagne %d XP pour avoir assassine le VIP %s.
AWARD_FOR_ESCAPED_VIP = [%s] %s gagne %d XP de bonus pour eviter l'assassinat.
AWARD_FOR_SUPPORTING_VIP = [%s] %s recoit %d pour avoir aide %s a fuir.
NO_CLIENTS_IN_TEAM = No clients in such team
YOU_HAVE_NO_ACCESS = [%s] You have no access to that command
YOUR_XP_HAS_BEEN_RESET = [%s] Your XP has been reset to 0.
THE_ADMIN_GAVE_YOU_EXPERICENE = [%s] The admin gave you %d experience
HES_ON_YOUR_TEAM_DONT_SHOOT = NE TIRE PAS! Il est dans ton equipe.
AWARD_FOR_WINNING_ROUND = [%s] %s a recu %d XP pour avoir gagne le round
NO_LONGER_SEE_ICONS = Tu ne verras plus les Icones Races de tes coequipiers.
NOW_SEE_ICONS = Maintenant, tu verras les Icones Races de tes coequipiers.
IS_ACTIVATED_NOW = %s (%s) est desormais actif
IS_NO_LONGER_ACTIVE = %s (%s) est desormais inactif
IS_IN_AUTOMATIC_MODE = %s (%s) est desormais en mode automatique
USAGE = [%s] USAGE: amx_wc3 <on|off|auto> (auto = enable timecontrol)
BETWEEN = de %dh a %dh
INACTIVE = %s (%s)^nInactif %s^nIl est:%02d:%02d^nTemps Restant: %d:%02d (prochaine carte: %s)
ACTIVE = %s (%s)^nActif %s^nIl est:%02d:%02d^nTemps Restant: %d:%02d (prochaine carte: %s)
IS_ACTIVATED = Activation de %s dans %02d minutes^nVoici les Commandes de base^n/war3menu (aide) - /shopmenu - /shopmenu2 - /changerace
WILL_BE_DEACTIVATED_IN = Desactivation de %s dans %02d minutes^nTaper savexp^net a demain!!!
INACTIVE_ELSE = %s (%s) - Inactif^nIl est:%02d:%02d^nTemps Restant: %d:%02d (prochaine carte: %s)
ACTIVE_ELSE = %s (%s) - Actif^nIl est: %02d:%02d^nTemps Restant: %d:%02d (prochaine carte: %s)

MENU_BUY_ITEM = \yBuy Item\R$ Cost^n^n
MENU_BUY_ITEM2 = \yBuy An Item\R$ Cost^n^n
MENU_TELEPORT_TO = \yTeleportation:\w^n"
MENU_SELECT_RACE = \ySelect Race:
MENU_SELECT_SKILL = \ySelect Skill:\w^n
MENU_WAR3_PLUGIN = \yWarcraft 3 Plugin:
MENU_WAR3_FT_MENU = \yWarcraft 3 Frozen Throne Menu
MENU_SKILLS_OPTIONS = \ySkills Options
MENU_ITEM_OPTIONS = \yItem Options
MENU_RACE_OPTIONS = \yRace Options
MENU_ADMIN_MENU = \yAdmin Menu
MENU_GIVE_PLAYERS_XP = \yGive Players XP
MENU_TEAM_XP = \yTeam XP Menu

[pl]
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 08-28-2004 , 23:14  
Reply With Quote #6

*BUMP*

Can't get multi-line support to work

Yells at me, can anyone help?
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
Freecode
Never Fall Asleep
Join Date: Jan 2004
Old 08-28-2004 , 23:18  
Reply With Quote #7

Quote:
Originally Posted by pimp daddy
Yells at me, can anyone help?
Yells at pimp daddy, cany anyone help him?
Freecode is offline
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 08-29-2004 , 01:32  
Reply With Quote #8

ok figured it out.

the last : needs to be more than 5 characters... for example


: END


moderator can lock this
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:25.


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