source: trunk/Modules/Export/files/1.12.1/CzWoW/LocalizationStrings.lua

Last change on this file was 722, checked in by maron, 12 years ago
  • Added: Support for Export/files/1.12.1
File size: 610 bytes
Line 
1local f=function(name, en, cz) CzWoW_interface[name]=cz; CzWoW_interface_entoname[en]=name; end; CzWoW_interface={ };CzWoW_interface_entoname={ };
2f("MAIN_MENU", "Main Menu", "Hlaví menu");
3f("UIOPTIONS_MENU", "Interface Options", "Nastavení hry");
4f("VIDEOOPTIONS_MENU", "Video Options", "Nastavení videa");
5f("SOUNDOPTIONS_MENU", "Sound", "Nastavení zvuku");
6f("RETURN_TO_GAME", "Return to Game", "Vrátit se do hry");
7f("EXIT_GAME", "Exit Game", "Ukončit hru");
8f("LOGOUT", "Logout", "Odhlásit se");
9f("MACROS", "Macros", "Makra");
10f("KEY_BINDINGS", "Key Bindings", "Nastavení kláves");
11
Note: See TracBrowser for help on using the repository browser.