diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-24 19:00:14 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-24 19:00:14 +0400 |
commit | c8950d95af01a297f3e95c44d4a058864884981e (patch) | |
tree | fb879689c9d93ea7927fe6491f935b4e917e9627 /npc | |
parent | 17975296c914b7bb48f1707a26ad8a6d71870299 (diff) | |
download | clientdata-c8950d95af01a297f3e95c44d4a058864884981e.tar.gz clientdata-c8950d95af01a297f3e95c44d4a058864884981e.tar.bz2 clientdata-c8950d95af01a297f3e95c44d4a058864884981e.tar.xz clientdata-c8950d95af01a297f3e95c44d4a058864884981e.zip |
Fixes in the language names in 2 scripts.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 6 | ||||
-rw-r--r-- | npc/000-2-0/julia.txt | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 44c988a3..1b426eb6 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -56,9 +56,9 @@ OnTouch: "Te oigo..." + " (Español)", -, "Eu te ouço..." + " (Português)", -, "I höre euch..." + " (Deutsch)", -, - "'k hoar ui wel..." + " (Vloams)", -, - "Słyszę cię..." + " (Polish)", -, - "I hear you..." + " (Italian)", -, + "'k hoar ui wel..." + " (Vlaams)", -, + "Słyszę cię..." + " (Polski)", -, + "I hear you..." + " (Italiano)", -, "Ik kan je horen..." + " (Nederlands)", -; set @lang, @menu-1; if (@lang < 0 || @lang > 9) close; diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index 199db89a..41da53a1 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -71,9 +71,9 @@ l_First: l("I speak Spanish.") + " (Español)", -, l("I speak Portuguese.") + " (Português)", -, l("I speak German.") + " (Deutsch)", -, - l("I speak Flemish.") + " (Vloams)", -, + l("I speak Flemish.") + " (Vlaams)", -, l("I speak Polish.") + " (Polski)", -, - l("I speak Italian.") + " (Italian)", -, + l("I speak Italian.") + " (Italiano)", -, l("I speak Dutch.") + " (Nederlands)", -, @s$, l_NoChanges; set @lang, @menu-1; |