Minor fixes in translations (reverted from commit 7dfdcc20c2)

This commit is contained in:
ngosang 2015-01-19 15:33:43 +01:00
parent 7dfdcc20c2
commit 6a7d718ab7
18 changed files with 23 additions and 23 deletions

View File

@ -96,7 +96,7 @@ local function get_formspec(tabview, name, tabdata)
else
--show dependencies
retval = retval .. "," .. fgettext("Depends:") .. ","
retval = retval .. ",Depends:,"
local toadd = modmgr.get_dependencies(selected_mod.path)

View File

@ -1042,7 +1042,7 @@ msgstr "Neplatná specifikace hry."
#~ msgid "You died."
#~ msgstr "Zemřel jsi."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Vypínám to..."
#~ msgid "Connecting to server..."

View File

@ -1119,7 +1119,7 @@ msgstr "Invalide Spielspezif."
#~ msgid "You died."
#~ msgstr "Sie sind gestorben."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Herunterfahren..."
#~ msgid "Connecting to server..."

View File

@ -1124,7 +1124,7 @@ msgstr "gamespec invalide."
#~ msgid "You died."
#~ msgstr "Vous êtes mort."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Quitter le jeu..."
#~ msgid "Connecting to server..."

View File

@ -1094,7 +1094,7 @@ msgstr "Nem valós játék spec."
#~ msgid "You died."
#~ msgstr "Meghaltál."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Dolog leállítása..."
#~ msgid "Connecting to server..."

View File

@ -1040,7 +1040,7 @@ msgstr "Spesifikasi permainan tidak sah."
#~ msgid "You died."
#~ msgstr "Kamu mati."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Mematikan..."
#~ msgid "Connecting to server..."

View File

@ -1041,7 +1041,7 @@ msgstr "Specifica del gioco non valida."
#~ msgid "You died."
#~ msgstr "Siete morti."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Spegnimento della roba..."
#~ msgid "Connecting to server..."

View File

@ -1116,7 +1116,7 @@ msgstr ""
#~ msgid "You died."
#~ msgstr "Сиз өлдүңүз."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Оюн өчүрүлүүдө..."
#~ msgid "Connecting to server..."

View File

@ -1128,7 +1128,7 @@ msgstr "Onjuiste gamespec."
#~ msgid "You died."
#~ msgstr "Je bent gestorven."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Stopzetten..."
#~ msgid "Connecting to server..."

View File

@ -1135,7 +1135,7 @@ msgstr "Nieprawidłowa specyfikacja trybu gry."
#~ msgid "You died."
#~ msgstr "Zginąłeś."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Wyłączanie..."
#~ msgid "Connecting to server..."

View File

@ -1131,7 +1131,7 @@ msgstr "gamespec inválido."
#~ msgid "You died."
#~ msgstr "Morreste."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "A desligar..."
#~ msgid "Connecting to server..."

View File

@ -1132,7 +1132,7 @@ msgstr "Especificação do jogo inválida."
#~ msgid "You died."
#~ msgstr "Você morreu."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Desligando tudo..."
#~ msgid "Connecting to server..."

View File

@ -1042,7 +1042,7 @@ msgstr "Specificare invalidă"
#~ msgid "You died."
#~ msgstr "Ai murit."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Se închide..."
#~ msgid "Connecting to server..."

View File

@ -1129,7 +1129,7 @@ msgstr "Неправильная конфигурация игры."
#~ msgid "You died."
#~ msgstr "Вы умерли."
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "Завершение работы..."
#~ msgid "Connecting to server..."

View File

@ -1125,7 +1125,7 @@ msgstr "非法游戏模式规格。"
#~ msgid "You died."
#~ msgstr "你死了。"
#~ msgid "Shutting down..."
#~ msgid "Shutting down stuff..."
#~ msgstr "关闭中......"
#~ msgid "Connecting to server..."

View File

@ -1055,7 +1055,7 @@ static void show_deathscreen(GUIFormSpecMenu **cur_formspec,
std::string(FORMSPEC_VERSION_STRING) +
SIZE_TAG
"bgcolor[#320000b4;true]"
"label[4.85,1.35;" + gettext("You died.") + "]"
"label[4.85,1.35;You died.]"
"button_exit[4,3;3,0.5;btn_respawn;" + gettext("Respawn") + "]"
;

View File

@ -173,7 +173,7 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize)
{
s32 option_x = offset.X + 10;
s32 option_y = offset.Y;
u32 option_w = 260;
u32 option_w = 220;
{
core::rect<s32> rect(0, 0, option_w, 30);
rect += topleft + v2s32(option_x, option_y);

View File

@ -101,8 +101,8 @@ void GUIPasswordChange::regenerateGui(v2u32 screensize)
*/
s32 ypos = 50;
{
core::rect<s32> rect(0, 0, 150, 20);
rect += topleft_client + v2s32(25, ypos+6);
core::rect<s32> rect(0, 0, 110, 20);
rect += topleft_client + v2s32(35, ypos+6);
wchar_t* text = wgettext("Old Password");
Environment->addStaticText(text, rect, false, true, this, -1);
delete[] text;
@ -117,8 +117,8 @@ void GUIPasswordChange::regenerateGui(v2u32 screensize)
}
ypos += 50;
{
core::rect<s32> rect(0, 0, 150, 20);
rect += topleft_client + v2s32(25, ypos+6);
core::rect<s32> rect(0, 0, 110, 20);
rect += topleft_client + v2s32(35, ypos+6);
wchar_t* text = wgettext("New Password");
Environment->addStaticText(text, rect, false, true, this, -1);
delete[] text;
@ -132,8 +132,8 @@ void GUIPasswordChange::regenerateGui(v2u32 screensize)
}
ypos += 50;
{
core::rect<s32> rect(0, 0, 150, 20);
rect += topleft_client + v2s32(25, ypos+6);
core::rect<s32> rect(0, 0, 110, 20);
rect += topleft_client + v2s32(35, ypos+6);
wchar_t* text = wgettext("Confirm Password");
Environment->addStaticText(text, rect, false, true, this, -1);
delete[] text;