translation tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
keys,en,fr,de
|
||||
ROOM1_look_wall_item_1,"I don't know what that stuff is.","Je ne sais pas ce que c'est.","Ich habe keine Ahnung, was das ist."
|
||||
ROOM1_look_wall_item_2,"I REALLY don't know what that stuff is.","Je ne sais VRAIMENT pas ce que c'est.","Ich habe WIRKLICH keine Ahnung, was das ist!"
|
||||
ROOM1_look_wall_item_3,"No, SERIOUSLY, I have no idea what that is!","Non, SÉRIEUSEMENT, je n'ai aucune idée de ce que c'est !","IM ERNST! Ich habe keine Ahnung, was das ist!"
|
||||
ROOM1_look_wall_item_4,"Please stop asking me that!","Arrêtez de me demander !","Bite hör' auf, mich danach zu fragen!"
|
||||
ROOM1_look_wall_item_1,"1 I don't know what that stuff is.","Je ne sais pas ce que c'est.","Ich habe keine Ahnung, was das ist."
|
||||
ROOM1_look_wall_item_2,"1 I REALLY don't know what that stuff is.","Je ne sais VRAIMENT pas ce que c'est.","Ich habe WIRKLICH keine Ahnung, was das ist!"
|
||||
ROOM1_look_wall_item_3,"1 No, SERIOUSLY, I have no idea what that is!","Non, SÉRIEUSEMENT, je n'ai aucune idée de ce que c'est !","IM ERNST! Ich habe keine Ahnung, was das ist!"
|
||||
ROOM1_look_wall_item_4,"1 Please stop asking me that!","Arrêtez de me demander !","Bite hör' auf, mich danach zu fragen!"
|
||||
ROOM6_dialog_1,"What are you doing here?","Que faites-vous ici ?","Was machst Du hier?"
|
||||
ROOM6_dialog_2,"I'm selling these fine leather jackets.", "Je vends ces superbes blousons en cuir.","Ich verkaufe diese schicken Lederjacken."
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,13 +1,13 @@
|
||||
:look
|
||||
> [eq dialog_advance 0]
|
||||
say player ROOM1_look_wall_item_1:"111 I don't know what that stuff is."
|
||||
say player ROOM1_look_wall_item_1:"I don't know what that stuff is."
|
||||
set_global dialog_advance 1
|
||||
stop
|
||||
> [eq dialog_advance 1]
|
||||
say player ROOM1_look_wall_item_2:"111 I REALLY don't know what that stuff is."
|
||||
say player ROOM1_look_wall_item_2:"I REALLY don't know what that stuff is."
|
||||
set_global dialog_advance 2
|
||||
stop
|
||||
> [eq dialog_advance 2]
|
||||
say player ROOM1_look_wall_item_3:"111 No, SERIOUSLY, I have no idea what that is!"
|
||||
say player ROOM1_look_wall_item_4:"111 Please stop asking me that!"
|
||||
say player ROOM1_look_wall_item_3:"No, SERIOUSLY, I have no idea what that is!"
|
||||
say player ROOM1_look_wall_item_4:"Please stop asking me that!"
|
||||
stop
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
:look
|
||||
> [eq dialog_popup_advance 0]
|
||||
say player ROOM1_look_wall_item_1:"222 I don't know what that stuff is." avatar
|
||||
say player ROOM1_look_wall_item_1:"I don't know what that stuff is." avatar
|
||||
set_global dialog_popup_advance 1
|
||||
stop
|
||||
> [eq dialog_popup_advance 1]
|
||||
say player ROOM1_look_wall_item_2:"222 I REALLY don't know what that stuff is." avatar
|
||||
say player ROOM1_look_wall_item_2:"I REALLY don't know what that stuff is." avatar
|
||||
set_global dialog_popup_advance 2
|
||||
stop
|
||||
> [eq dialog_popup_advance 2]
|
||||
say player ROOM1_look_wall_item_3:"222 No, SERIOUSLY, I have no idea what that is!" avatar
|
||||
say player ROOM1_look_wall_item_4:"222 Please stop asking me that!" avatar
|
||||
say player ROOM1_look_wall_item_3:"No, SERIOUSLY, I have no idea what that is!" avatar
|
||||
say player ROOM1_look_wall_item_4:"Please stop asking me that!" avatar
|
||||
stop
|
||||
|
||||
Reference in New Issue
Block a user