1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
dialog_addDialog("nog-v-zvlastni", "en", "", "font_big", "This is a very strange room.")
dialog_addDialog("nog-v-zvlastni", "cs", "sound/"..codename.."/cs/nog-v-zvlastni.ogg", "font_big", "Tohle je ale zvláštní místnost.")
dialog_addDialog("nog-v-zvlastni", "fr", "", "font_big", "Cette pièce est vraiment étrange.")
dialog_addDialog("nog-v-zvlastni", "de", "", "font_big", "Das ist ein ziemlich seltsamer Raum.")
dialog_addDialog("nog-m-uvedom0", "en", "", "font_small", "You need to realize that the steel cylinder surrounding us is only an object.")
dialog_addDialog("nog-m-uvedom0", "cs", "sound/"..codename.."/cs/nog-m-uvedom0.ogg", "font_small", "Je třeba si uvědomit, že ta trubka kolem je jen předmět.")
dialog_addDialog("nog-m-uvedom0", "fr", "", "font_small", "Tu dois comprendre que le cylindre en acier qui nous entoure est juste un objet.")
dialog_addDialog("nog-m-uvedom0", "de", "", "font_small", "Du musst verstehen, dass der Stahlzylinder um uns herum nur ein Gegenstand ist.")
dialog_addDialog("nog-m-uvedom1", "en", "", "font_small", "All in all there are only four squares of wall here.")
dialog_addDialog("nog-m-uvedom1", "cs", "sound/"..codename.."/cs/nog-m-uvedom1.ogg", "font_small", "Jsou tu jen čtyři políčka zdi.")
dialog_addDialog("nog-m-uvedom1", "fr", "", "font_small", "Quoiqu'il en soit il n'y a que quatre carrés de mur ici.")
dialog_addDialog("nog-m-uvedom1", "de", "", "font_small", "Zusammengenommen gibt es hier nur vier Wandquadrate.")
dialog_addDialog("nog-v-smetiste0", "en", "", "font_big", "This trash heap is weird...")
dialog_addDialog("nog-v-smetiste0", "cs", "sound/"..codename.."/cs/nog-v-smetiste0.ogg", "font_big", "Tohle smetiště je divný...")
dialog_addDialog("nog-v-smetiste0", "fr", "", "font_big", "Cet amoncellement de déchets est curieux...")
dialog_addDialog("nog-v-smetiste0", "de", "", "font_big", "Dieser Abfallhaufen ist merkwürdig...")
dialog_addDialog("nog-v-smetiste1", "en", "", "font_big", "This garbage heap still looks kind of strange...")
dialog_addDialog("nog-v-smetiste1", "cs", "sound/"..codename.."/cs/nog-v-smetiste1.ogg", "font_big", "Tohle smetiště je stejně ale divný...")
dialog_addDialog("nog-v-smetiste1", "fr", "", "font_big", "Ce tas de détritus reste bizarre...")
dialog_addDialog("nog-v-smetiste1", "de", "", "font_big", "Dieser Müllhaufen sieht immer noch seltsam aus...")
|