mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Improvements (by Buggler)
- Externalized BR shipping destination - Externalized Drassen item dropoff grid no - Used profile name instead of hardcoded value on message prompt for marrying Daryl, sparing Krott and finding queen's POW sector - Hid names on message prompt when attempt to talk to out of LOS hidden NPC Mapeditor (by Buggler) - Show index no within usItemClass on item selection screen for another easy reference - Lighten quantity and selected tiles color in tile selection screen git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6500 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2905,16 +2905,16 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
// In the following message, '%s' would be replaced with a quantity of money (e.g. $200)
|
||||
L"你同意支付%s吗?",
|
||||
L"你要接受免费治疗吗?",
|
||||
L"你同意让佣兵和Daryl结婚吗?",
|
||||
L"你同意让佣兵和%s结婚吗?", //Daryl
|
||||
L"钥匙面板",
|
||||
L"你不能这样用EPC。",
|
||||
L"不杀Krott?",
|
||||
L"不杀%s?", //Krott
|
||||
L"超出武器的有效射程。",
|
||||
L"矿工",
|
||||
L"车辆只能在分区间旅行",
|
||||
L"现在不能自动包扎",
|
||||
L"%s被堵住了",
|
||||
L"被Deidranna的军队俘虏的佣兵,被关押在这里!",
|
||||
L"被%s的军队俘虏的佣兵,被关押在这里!", //Deidranna
|
||||
L"锁被击中了",
|
||||
L"锁被破坏了",
|
||||
L"其他人在使用这扇门。",
|
||||
|
||||
@@ -2903,16 +2903,16 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
// In the following message, '%s' would be replaced with a quantity of money (e.g. $200)
|
||||
L"Ben je het eens met %s?", // L"Do you agree to pay %s?",
|
||||
L"Wil je kostenloze medische hulp?", // L"Accept free medical treatment?",
|
||||
L"Wil je trouwen met Daryl?", // L"Agree to marry Daryl?",
|
||||
L"Wil je trouwen met %s?", // L"Agree to marry %s?", Daryl
|
||||
L"Slot Ring Paneel", // L"Key Ring Panel",
|
||||
L"Dat kan niet met een EPC.", // L"You cannot do that with an EPC.",
|
||||
L"Krott sparen?", // L"Spare Krott?",
|
||||
L"%s sparen?", // L"Spare Krott?", Krott
|
||||
L"Buiten wapenbereik", // L"Out of weapon range",
|
||||
L"Mijnwerker", // L"Miner",
|
||||
L"Voertuig kan alleen tussen sectors reizen", // L"Vehicle can only travel between sectors",
|
||||
L"Nu geen Auto-EHBO mogelijk", // L"Can't autobandage right now",
|
||||
L"Pad Geblokkeerd voor %s", // L"Path Blocked for %s",
|
||||
L"Je huurlingen, gevangen door Deidranna's leger, zitten hier opgesloten!",
|
||||
L"Je huurlingen, gevangen door %s's leger, zitten hier opgesloten!", //Deidranna
|
||||
L"Slot geraakt", // L"Lock hit",
|
||||
L"Slot vernielt", // L"Lock destroyed",
|
||||
L"Iemand anders probeert deze deur te gebruiken.", // L"Somebody else is trying to use this door.",
|
||||
|
||||
@@ -2905,16 +2905,16 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
// In the following message, '%s' would be replaced with a quantity of money (e.g. $200)
|
||||
L"Do you agree to pay %s?",
|
||||
L"Accept free medical treatment?",
|
||||
L"Agree to marry Daryl?",
|
||||
L"Agree to marry %s?", //Daryl
|
||||
L"Key Ring Panel",
|
||||
L"You cannot do that with an EPC.",
|
||||
L"Spare Krott?",
|
||||
L"Spare %s?", //Krott
|
||||
L"Out of effective weapon range.",
|
||||
L"Miner",
|
||||
L"Vehicle can only travel between sectors",
|
||||
L"Can't autobandage right now",
|
||||
L"Path Blocked for %s",
|
||||
L"Your mercs, who were captured by Deidranna's army are imprisoned here!",
|
||||
L"Your mercs, who were captured by %s's army are imprisoned here!", //Deidranna
|
||||
L"Lock hit",
|
||||
L"Lock destroyed",
|
||||
L"Somebody else is trying to use this door.",
|
||||
|
||||
@@ -2908,16 +2908,16 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
// In the following message, '%s' would be replaced with a quantity of money (e.g. $200)
|
||||
L"Êtes-vous d'accord pour payer %s ?",
|
||||
L"Acceptez-vous le traitement médical gratuit ?",
|
||||
L"Voulez-vous épouser Daryl ?",
|
||||
L"Voulez-vous épouser %s ?", //Daryl
|
||||
L"Trousseau de Clés",
|
||||
L"Vous ne pouvez pas faire ça avec ce personnage.",
|
||||
L"Épargner Krott ?",
|
||||
L"Épargner %s ?", //Krott
|
||||
L"Hors de portée",
|
||||
L"Mineur",
|
||||
L"Un véhicule ne peut rouler qu'entre des secteurs",
|
||||
L"Impossible d'apposer des bandages maintenant",
|
||||
L"Chemin bloqué pour %s",
|
||||
L"Vos mercenaires capturés par l'armée de Deidranna sont emprisonnés ici !",
|
||||
L"Vos mercenaires capturés par l'armée de %s sont emprisonnés ici !", //Deidranna
|
||||
L"Verrou touché",
|
||||
L"Verrou détruit",
|
||||
L"Quelqu'un d'autre veut essayer sur cette porte.",
|
||||
|
||||
@@ -2907,16 +2907,16 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
// In the following message, '%s' would be replaced with a quantity of money (e.g. $200)
|
||||
L"Mit der Zahlung von %s einverstanden?",
|
||||
L"Gratisbehandlung akzeptieren?",
|
||||
L"Daryl heiraten?",
|
||||
L"%s heiraten?", //Daryl
|
||||
L"Schlüsselring",
|
||||
L"Das ist mit einem EPC nicht möglich.",
|
||||
L"Krott verschonen?",
|
||||
L"%s verschonen?", //Krott
|
||||
L"Außer Reichweite",
|
||||
L"Arbeiter", //People that work in mines to extract precious metals
|
||||
L"Fahrzeug kann nur zwischen Sektoren fahren",
|
||||
L"Automatische Erste Hilfe nicht möglich",
|
||||
L"Weg blockiert für %s",
|
||||
L"Ihre von Deidrannas Truppe gefangenen Soldaten sind hier inhaftiert",
|
||||
L"Ihre von %s Truppe gefangenen Soldaten sind hier inhaftiert", //Deidrannas
|
||||
L"Schloss getroffen",
|
||||
L"Schloss zerstört",
|
||||
L"Noch jemand an der Tür.",
|
||||
|
||||
@@ -2897,16 +2897,16 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
// In the following message, '%s' would be replaced with a quantity of money (e.g. $200)
|
||||
L"Sei d'accordo a pagare %s?",
|
||||
L"Accetti il trattamento medico gratuito?",
|
||||
L"Vuoi sposare Daryl?",
|
||||
L"Vuoi sposare %s?", //Daryl
|
||||
L"Quadro delle chiavi",
|
||||
L"Non puoi farlo con un EPC.",
|
||||
L"Risparmi Krott?",
|
||||
L"Risparmi %s?", //Krott
|
||||
L"Fuori dalla gittata dell'arma",
|
||||
L"Minatore",
|
||||
L"Il veicolo può viaggiare solo tra i settori",
|
||||
L"Non è in grado di fasciarsi da solo ora",
|
||||
L"Sentiero bloccato per %s",
|
||||
L"I mercenari catturati dall'esercito di Deidranna, sono stati imprigionati qui!",
|
||||
L"I mercenari catturati dall'esercito di %s, sono stati imprigionati qui!", //Deidranna
|
||||
L"Serratura manomessa",
|
||||
L"Serratura distrutta",
|
||||
L"Qualcun altro sta provando a utilizzare questa porta.",
|
||||
|
||||
@@ -2913,16 +2913,16 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
// In the following message, '%s' would be replaced with a quantity of money (e.g. $200)
|
||||
L"Zgadzasz się zapłacić %s?",
|
||||
L"Zgadzasz się na darmowe leczenie?",
|
||||
L"Zgadasz się na małżeństwo z Darylem?",
|
||||
L"Zgadasz się na małżeństwo z %s?", //Darylem
|
||||
L"Kółko na klucze",
|
||||
L"Nie możesz tego zrobić z eskortowaną osobą.",
|
||||
L"Oszczędzić Krotta?",
|
||||
L"Oszczędzić %s?", //Krotta
|
||||
L"Poza zasięgiem broni",
|
||||
L"Górnik",
|
||||
L"Pojazdem można podróżować tylko pomiędzy sektorami",
|
||||
L"Teraz nie można automatycznie udzielić pierwszej pomocy",
|
||||
L"Przejście zablokowane dla - %s",
|
||||
L"Twoi najemnicy, schwytani przez żołnierzy Deidranny, są tutaj uwięzieni!",
|
||||
L"Twoi najemnicy, schwytani przez żołnierzy %s, są tutaj uwięzieni!", //Deidranny
|
||||
L"Zamek został trafiony",
|
||||
L"Zamek został zniszczony",
|
||||
L"Ktoś inny majstruje przy tych drzwiach.",
|
||||
|
||||
@@ -2904,16 +2904,16 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
// In the following message, '%s' would be replaced with a quantity of money (e.g. $200)
|
||||
L"Вы согласны заплатить %s?",
|
||||
L"Принять бесплатное лечение?",
|
||||
L"Согласиться выйти замуж за Дэррела?",
|
||||
L"Согласиться выйти замуж за %s?", //Дэррела
|
||||
L"Связка ключей",
|
||||
L"С эскортируемыми этого сделать нельзя.",
|
||||
L"Пощадить сержанта?",
|
||||
L"Пощадить %s?", //сержанта
|
||||
L"За пределами прицельной дальности.",
|
||||
L"Шахтер",
|
||||
L"Машина может ездить только между секторами.",
|
||||
L"Ни у кого из наемников нет аптечки",
|
||||
L"Путь для %s заблокирован",
|
||||
L"Ваши бойцы, захваченные армией Дейдраны, томятся здесь в плену!",
|
||||
L"Ваши бойцы, захваченные армией %s, томятся здесь в плену!", //Дейдраны
|
||||
L"Замок поврежден.",
|
||||
L"Замок разрушен.",
|
||||
L"Кто-то с другой стороны пытается открыть эту дверь.",
|
||||
|
||||
@@ -2907,16 +2907,16 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
// In the following message, '%s' would be replaced with a quantity of money (e.g. $200)
|
||||
L"Do you agree to pay %s?",
|
||||
L"Accept free medical treatment?",
|
||||
L"Agree to marry Daryl?",
|
||||
L"Agree to marry %s?", //Daryl
|
||||
L"Key Ring Panel",
|
||||
L"You cannot do that with an EPC.",
|
||||
L"Spare Krott?",
|
||||
L"Spare %s?", //Krott
|
||||
L"Out of effective weapon range.",
|
||||
L"Miner",
|
||||
L"Vehicle can only travel between sectors",
|
||||
L"Can't autobandage right now",
|
||||
L"Path Blocked for %s",
|
||||
L"Your mercs, who were captured by Deidranna's army are imprisoned here!",
|
||||
L"Your mercs, who were captured by %s's army are imprisoned here!", //Deidranna
|
||||
L"Lock hit",
|
||||
L"Lock destroyed",
|
||||
L"Somebody else is trying to use this door.",
|
||||
|
||||
Reference in New Issue
Block a user