Ai4rei

OpenSetup Localizable Resources

Jun 29th, 2014
1,899
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 17.22 KB | None | 0 0
  1. // -----------------------------------------------------------------
  2. // RagnarokOnline OpenSetup
  3. // (c) 2010-2018 Ai4rei/AN
  4. // See doc/license.txt for details.
  5. //
  6. // -----------------------------------------------------------------
  7.  
  8. // You may adjust these to the language you are translating to. See
  9. // http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx for
  10. // available constants.
  11. //LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  12. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  13.  
  14. STRINGTABLE DISCARDABLE
  15. BEGIN
  16.     // help strings for context-help
  17.     // length of the strings is limited to 4096 characters
  18.     IDCOMBOBOX_VIDEODEVICE,         "Controls the type of graphics device to use.\nNote: You will need to update your graphics card drivers and DirectX* if the list is empty."
  19.     IDCOMBOBOX_RESOLUTION,          "Controls the window size when in windowed mode and the screen resolution when in full-screen."
  20.     IDCOMBOBOX_SOUND_MODE,          "Controls the type of sound device to use.\nIf turned off, both background music and sound effects will not work."
  21.     IDCOMBOBOX_SOUND_SPEAKERTYPE,   "Controls the type of speakers in use.\nAffects volume and 3D sound output."
  22.     IDCOMBOBOX_SOUND_BITRATE,       "Controls the bit-rate of sounds.\nMore means better sound quality, but also higher CPU usage."
  23.     IDCOMBOBOX_SOUND_BITDEPTH,      "Controls the bit-depth of sounds.\nMore means better sound quality, but also higher CPU usage."
  24.     IDCOMBOBOX_SOUND_CHANNELS,      "Controls the channel-depth of sounds.\nMore means better sound quality, but also higher CPU usage."
  25.     IDCHECKBOX_FULLSCREEN,          "Turns full-screen game play on and off.\nYou might want to turn this off to play in windowed mode, when you want to switch between programs while playing."
  26.     IDCHECKBOX_FOG,                 "Turns the fog-effect on and off.\nFog effect is implemented to embody the weather of fields.\nNote: This effect might be a burden for low system specification users and is not supported by all graphics cards.\n\nIngame: /fog"
  27.     IDCHECKBOX_LIGHTMAP,            "Turns shadow effects on and off.\nNote: This effect might be a burden for low system specification users.\n\nIngame: /lightmap"
  28.     IDCHECKBOX_VOODOO,              "Turns VooDoo3 graphics card hacks on and off.\nThis option is only for troubleshooting graphics card issues."
  29.     IDTRACKBAR_SPRITEQ,             "Controls quality of sprite graphics.\nSprite graphics are player characters, monsters, items and similar objects. More means better quality, but also a higher memory usage.\n\nIngame: Alt+D"
  30.     IDTRACKBAR_TEXTUREQ,            "Controls quality of texture graphics.\nTexture graphics are map grounds, 3D-object surfaces (houses) and loading screens. More means better quality, but also a higher memory usage.\n\nIngame: Alt+D"
  31.     IDCHECKBOX_AURA,                "Turns aura effect simplification on and off.\nThis effect is displayed when you attain maximum base level for your job.\n\nIngame: /aura"
  32.     IDCHECKBOX_ISFIXEDCAMERA,       "Turns camera zooming on and off.\nNote: This effect might be a burden for low system specification users.\n\nIngame: /camera"
  33.     IDCHECKBOX_ISEFFECTON,          "Turns various visual special effects on and off.\nNote: Enabled effects might be a burden for low system specification users.\n\nIngame: /effect"
  34.     IDCHECKBOX_ONHOUSERAI,          "Turns user-customized homunculus AI on and off.\nMakes the current homunculus act according AI\\USER_AI\\AI.lua instead of AI\\AI.lua script.\n\nIngame: /hoai"
  35.     IDCHECKBOX_ISITEMSNAP,          "Turns pick-up cursor snapping for items on and off.\n\nIngame: /itemsnap"
  36.     IDCHECKBOX_LOGINOUT,            "Turns notifications about guildmen and friends online status changes on and off.\n\nIngame: /loginout"
  37.     IDCHECKBOX_ONMERUSERAI,         "Turns user-customized mercenary AI on and off.\nMakes the current mercenary act according AI\\USER_AI\\AI_M.lua instead of AI\\AI_M.lua script.\n\nIngame: /merai"
  38.     IDCHECKBOX_MAKEMISSEFFECT,      "Turns miss-effect on and off.\nDisplays a 'Miss' for your (red) or your opponent's (white) attack misses.\nNote: This effect might be a burden for low system specification users.\n\nIngame: /miss"
  39.     IDCHECKBOX_NOCTRL,              "Turns auto-attack on and off.\nEnables you to auto-attack an enemy without having to hold CTRL key when starting the attack.\n\nIngame: /noctrl or /nc"
  40.     IDCHECKBOX_NOSHIFT,             "Turns force heal on and off.\nEnables you to use your 'force heal' ability without the having to hold the SHIFT key.\n\nIngame: /noshift or /ns"
  41.     IDCHECKBOX_NOTRADE,             "Turns auto-rejecting trades on and off.\n\nIngame: /notrade or /nt"
  42.     IDCHECKBOX_SHOPPING,            "Turns shopping mode on and off.\nEnables you to open a shop with a single left-click and close it again with a single right-click.\n\nIngame: /shopping or /sh"
  43.     IDCHECKBOX_SNAP,                "Turns targeting cursor snapping for conventional attacks on and off.\n\nIngame: /snap"
  44.     IDCHECKBOX_SKILLFAIL,           "Turns skill failure messages on and off.\n\nIngame: /skillfail"
  45.     IDCHECKBOX_NOTALKMSG,           "Turns public chat in chat window on and off.\nPublic chat is still displayed above the head of the respective characters.\n\nIngame: /notalkmsg or /nm"
  46.     IDCHECKBOX_NOTALKMSG2,          "Turns all chat in chat window on and off.\nChat is still displayed above the head of the respective characters.\n\nIngame: /notalkmsg2 or /nm2"
  47.     IDCHECKBOX_SHOWNAME,            "Turns alternative character name font style on and off.\nThe font can be either thin, displaying all information, or bold displaying all but the party and guild name.\n\nIngame: /showname"
  48.     IDCHECKBOX_STATEINFO,           "Turns status change icon description on and off.\nEnables you to display a short description of a status change when mousing over it's icon.\n\nIngame: /stateinfo"
  49.     IDCHECKBOX_SHOWTIPSATSTARTUP,   "Turns 'tip of the day' on and off.\nTip of the day shows up every time you enter the game and displays various game tips and command descriptions.\n\nIngame: /tip"
  50.     IDCHECKBOX_WINDOW,              "Turns window docking on and off.\nMakes windows dock/snap together at their edges when you move them.\n\nIngame: /window"
  51.     IDTRACKBAR_STREAMVOLUME,        "Controls the volume of background music.\n\nIngame: /bv <volume:0-127>"
  52.     IDTRACKBAR_SOUNDVOLUME,         "Controls the volume of sound effects.\n\nIngame: /v <volume:0-127>"
  53.     IDCHECKBOX_BGMISPAUSED,         "Turns background music (BGM) on and off.\nThis affects only music played from folder BGM. To turn off skill-bound music, such as dances, turn off sound effects instead.\n\nIngame: /bgm"
  54.     IDCHECKBOX_ISSOUNDON,           "Turns sound effects on and off.\n\nIngame: /sound"
  55.     IDCHECKBOX_MOUSEEXCLUSIVE,      "Turns mouse movement constraints on and off.\n\nEnables you to restrain all mouse movements to the game window as long the window is active. To escape the constraint use Windows-Key or Alt+Tab.\nNote: This setting has the same effect as ROExt's Mouse Freedom."
  56.     IDCHECKBOX_TRILINEARFILTER,     "Turns trilinear filtering (smoothing) on and off. Blurs all graphics to achieve a smoothening effect, but might cause text harder to read.\n\nIngame: Alt+D"
  57.     IDCHECKBOX_RESETWINDOWS,        "Restores the default position and settings of ingame user-interface elements for all servers upon next saving.\nNote: This action cannot be undone."
  58.     IDCHECKBOX_RESETSKILLLV,        "Deletes all skill-tree skill level selector information for all characters on all servers upon next saving.\n\nReclaimed space can total up to few hundred kilobytes registry data for accounts with a very long history.\nNote: This action cannot be undone."
  59.     IDCHECKBOX_RESETFOLDER,         "Deletes all user data created by the client.\n\nThis will delete all screenshots, saved chat conversations and cached guild emblems from the folder OpenSetup resides in.\nNote: Files are moved into the recycle bin, if possible."
  60.     IDCHECKBOX_RESETSETTING,        "Deletes ALL settings, restoring the installation to factory-defaults, except for received patches.\n\nSettings will be lost and have to be set anew. Normally you use this when you are about to uninstall the game.\nNote: This action cannot be undone."
  61.     IDINFOICON_VIDEO_REMOTESESSION, "Warning: Remote desktop session detected.\n\nYour graphics card cannot be detected over RDP."
  62.     IDCHECKBOX_SKILLSNAP,           "Turns targeting cursor snapping for skills on and off.\n\nIngame: /skillsnap"
  63.     IDCHECKBOX_HELDEVICE,           "Turns hardware-accelerated graphics on and off.\n\nThis option is only for troubleshooting graphics card issues. When enabled, graphics card will not be utilized by the client for graphics rendering.\nNote: This option is NOT recommended for low and average system specification users."
  64.     IDINFOICON_VIDEO_MIRRORDRIVER,  "Warning: Mirror driver detected.\n\nYour graphics card cannot be detected when a mirror driver is active. This can be caused by an active VNC session, remote control server software or malware."
  65.     IDINFOICON_SOUND_MISSINGFILES,  "Warning: Missing or corrupt 'Miles Sound System' files.\n\nYou are missing some or all of the following files: 'mss32.dll', 'mssfast.m3d', 'mp3dec.asi'. Background music might not work."
  66.     IDCHECKBOX_MONSTERHP,           "Turns monster HP display on and off.\n\nIngame: /monsterhp"
  67.     IDCHECKBOX_Q1,                  "Turns F9 mouse-mapping on and off.\nEnables you to use a skill assigned to F9 hotkey with a right-click.\n\nIngame: /quickspell or /q1"
  68.     IDCHECKBOX_Q2,                  "Turns F7 and F8 mouse-mapping on and off.\nEnables you to use skills assigned to F7 and F8 hotkeys by rolling the mouse wheel up and down respectively.\n\nIngame: /quickspell2 or /q2"
  69.     IDCHECKBOX_AURA2,               "Turns aura effect on and off.\nThis effect is displayed when you attain maximum base level for your job.\n\nIngame: /aura2"
  70.     IDCHECKBOX_BTG,                 "Turns the battle grounds icon on and off.\n\nIngame: /btg"
  71.     IDCHECKBOX_CASHSHOP,            "Turns the cash shop icon on and off.\n\nIngame: /cashshop"
  72.     IDCHECKBOX_GOLDPC,              "Turns the PC Bang gold mining UI on and off.\n\nIngame: /goldpc"
  73.     IDCHECKBOX_ROULETTE,            "Turns the roulette icon on and off.\n\nIngame: /roulette"
  74.     IDCHECKBOX_QUAKE,               "Turns screen shaking effect on and off.\n\nIngame: /quake"
  75.     IDCHECKBOX_MABLE,               "Turns the Spirit Marble skill effect on and off.\n\nIngame: /mable"
  76.     IDCHECKBOX_ZOOM,                "Turns extended game view (zoom out) on and off.\n\nIngame: /zoom"
  77.     // list-boxes
  78.     TEXT_NUMSAMPLETYPE_48CHANNEL,   "48 Channel"
  79.     TEXT_NUMSAMPLETYPE_32CHANNEL,   "32 Channel"
  80.     TEXT_NUMSAMPLETYPE_16CHANNEL,   "16 Channel"
  81.     TEXT_SOUNDMODE_NOSOUND,         "No Sound"
  82.     TEXT_SOUNDMODE_2DSOUND,         "Use 2D Sound"
  83.     TEXT_SOUNDMODE_3DSOUND,         "Use 3D Sound"
  84.     TEXT_SPEAKERTYPE_2SPEAKER,      "2 SPEAKER"
  85.     TEXT_SPEAKERTYPE_HEADPHONE,     "HEADPHONE"
  86.     TEXT_SPEAKERTYPE_SURROUND,      "SURROUND"
  87.     TEXT_SPEAKERTYPE_4SPEAKER,      "4 SPEAKER"
  88.     TEXT_DIGITALRATETYPE_22K,       "22k"
  89.     TEXT_DIGITALRATETYPE_11K,       "11k"
  90.     TEXT_DIGITALRATETYPE_8K,        "8k"
  91.     TEXT_DIGITALBITSTYPE_16BIT,     "16 bit"
  92.     TEXT_DIGITALBITSTYPE_8BIT,      "8 bit"
  93.     // tabs
  94.     TEXT_TAB_GRAPHICS,              "Graphics"
  95.     TEXT_TAB_SOUNDS,                "Sounds"
  96.     TEXT_TAB_SETTINGS,              "Settings"
  97.     TEXT_TAB_ABOUT,                 "About"
  98.     // dialog items
  99.     TEXT_DLG_OK,                    "OK"
  100.     TEXT_DLG_CANCEL,                "Cancel"
  101.     TEXT_DLG_APPLY,                 "Apply"
  102.     TEXT_DLG_GRAPHIC_SETTINGS,      "Graphics Settings"
  103.     TEXT_DLG_GRAPHIC_DEVICE,        "Graphics Device:"
  104.     TEXT_DLG_RESOLUTION,            "Resolution:"
  105.     TEXT_DLG_OPTIONS,               "Options:"
  106.     TEXT_DLG_FULLSCREEN,            "Play in Full Screen"
  107.     TEXT_DLG_FOG,                   "Enable Fog"
  108.     TEXT_DLG_LIGHTMAP,              "Use Lightmap"
  109.     TEXT_DLG_TRILINEAR_FILTER,      "Trilinear Filtering"
  110.     TEXT_DLG_SPRITE_QUALITY,        "Sprite Quality:"
  111.     TEXT_DLG_TEXTURE_QUALITY,       "Texture Quality:"
  112.     TEXT_DLG_TROUBLESHOOTING,       "Troubleshooting:"
  113.     TEXT_DLG_VOODOO3_CARD,          "VooDoo3 graphics card"
  114.     TEXT_DLG_RESTRICT_MOUSE,        "Restrict mouse to window"
  115.     TEXT_DLG_SOUND_SETTINGS,        "Sound Settings"
  116.     TEXT_DLG_SOUND_MODE,            "Sound Mode:"
  117.     TEXT_DLG_SPEAKER_TYPE,          "Speaker Type:"
  118.     TEXT_DLG_CHANNELS,              "Channels:"
  119.     TEXT_DLG_BITDEPTH,              "Bitdepth:"
  120.     TEXT_DLG_BITRATE,               "Bitrate:"
  121.     TEXT_DLG_BGM_VOLUME,            "BGM Volume:"
  122.     TEXT_DLG_SOUND_VOLUME,          "Sound Volume:"
  123.     TEXT_DLG_MUTE,                  "Mute"
  124.     TEXT_DLG_GENERAL_SETTINGS,      "General Settings"
  125.     TEXT_DLG_CMD_AURA,              "/aura"
  126.     TEXT_DLG_CMD_CAMERA,            "/camera"
  127.     TEXT_DLG_CMD_EFFECT,            "/effect"
  128.     TEXT_DLG_CMD_HOAI,              "/hoai"
  129.     TEXT_DLG_CMD_ITEMSNAP,          "/itemsnap"
  130.     TEXT_DLG_CMD_LOGINOUT,          "/loginout"
  131.     TEXT_DLG_CMD_MERAI,             "/merai"
  132.     TEXT_DLG_CMD_MISS,              "/miss"
  133.     TEXT_DLG_CMD_NOCTRL,            "/noctrl"
  134.     TEXT_DLG_CMD_NOSHIFT,           "/noshift"
  135.     TEXT_DLG_CMD_NOTRADE,           "/notrade"
  136.     TEXT_DLG_CMD_SHOPPING,          "/shopping"
  137.     TEXT_DLG_CMD_SNAP,              "/snap"
  138.     TEXT_DLG_CMD_SKILLFAIL,         "/skillfail"
  139.     TEXT_DLG_CMD_NOTALKMSG,         "/notalkmsg"
  140.     TEXT_DLG_CMD_NOTALKMSG2,        "/notalkmsg2"
  141.     TEXT_DLG_CMD_SHOWNAME,          "/showname"
  142.     TEXT_DLG_CMD_STATEINFO,         "/stateinfo"
  143.     TEXT_DLG_CMD_TOP,               "/tip"
  144.     TEXT_DLG_CMD_WINDOW,            "/window"
  145.     TEXT_DLG_ROEXT_SETTINGS,        "ROExt Settings"
  146.     TEXT_DLG_MOUSE_FREEDOM,         "Mouse Freedom"
  147.     TEXT_DLG_REMAP_MOUSE,           "Remap Mouse Buttons"
  148.     TEXT_DLG_REMAP_ALTF4,           "Remap Alt+F4"
  149.     TEXT_DLG_FREE_CPU,              "Free CPU When Inactive"
  150.     TEXT_DLG_ALWAYS_ON_TOP,         "Always on Top"
  151.     TEXT_DLG_LOCK_WINDOW,           "Lock Window"
  152.     TEXT_DLG_CODEPAGE,              "Codepage:"
  153.     TEXT_DLG_ROEXT_DETECT_NOTE,     "Note: This page appears only, because ROExt has been detected."
  154.     TEXT_DLG_ABOUT_OPENSETUP,       "About RagnarokOnline OpenSetup"
  155.     TEXT_DLG_LIST_CP_DEFAULT,       "(default)"
  156.     TEXT_DLG_LIST_CP_UNKNOWN,       "%d  (unknown)"
  157.     TEXT_DLG_COMMANDS,              "Commands"
  158.     TEXT_DLG_RESET_RESTORE,         "Restore Defaults"
  159.     TEXT_DLG_RESET_WINDOWS,         "Reset UI position and settings to default"
  160.     TEXT_DLG_RESET_SKILLLV,         "Reset skill level selectors to default"
  161.     TEXT_DLG_RESET_FOLDER,          "Delete client-created user data"
  162.     TEXT_DLG_RESET_SETTING,         "Delete ALL Ragnarok-related settings (factory reset)"
  163.     TEXT_DLG_CMD_SKILLSNAP,         "/skillsnap"
  164.     TEXT_DLG_HELDEVICE,             "Disable hardware-accelerated graphics"
  165.     TEXT_DLG_CMD_MONSTERHP,         "/monsterhp"
  166.     TEXT_DLG_CMD_Q1,                "/q1"
  167.     TEXT_DLG_CMD_Q2,                "/q2"
  168.     TEXT_DLG_CMD_AURA2,             "/aura2"
  169.     TEXT_DLG_CMD_BTG,               "/btg"
  170.     TEXT_DLG_CMD_CASHSHOP,          "/cashshop"
  171.     TEXT_DLG_CMD_GOLDPC,            "/goldpc"
  172.     TEXT_DLG_CMD_ROULETTE,          "/roulette"
  173.     TEXT_DLG_CMD_QUAKE,             "/quake"
  174.     TEXT_DLG_ENGINE,                "Engine"  // settings engine, as in "Engine: <ID>"
  175.     TEXT_DLG_ENGINE_REGISTRY,       "Registry"
  176.     TEXT_DLG_ENGINE_LUA,            "Lua"
  177.     TEXT_DLG_CMD_MABLE,             "/mable"
  178.     TEXT_DLG_CMD_ZOOM,              "/zoom"
  179.     // misc messages
  180.     TEXT_MISC_DRAGSIZE_INFO,        "%ldx%ld - resize the window to desired size"
  181.     // error messages
  182.     TEXT_ERROR__TITLE,              "Error"
  183.     TEXT_ERROR__TITLE_LUA,          "Lua Error"
  184.     TEXT_ERROR__SYSTEM_ERROR,       "System Error"
  185.     TEXT_ERROR_INIT_MUTEX,          "Failed to initialize mutex."
  186.     TEXT_ERROR_INIT_COMCTL32,       "Failed to initialize common controls."
  187.     TEXT_ERROR_INIT_DIRECTX7,       "Failed to retrieve DirectX information. Make sure DirectX 7 or newer is installed."
  188.     TEXT_ERROR_HKEY_CREATE,         "Failed to create settings registry key."
  189.     TEXT_ERROR_HKEY_WRITE,          "Failed to write settings to registry."
  190.     TEXT_ERROR_HKEY_OPT_CREATE,     "Failed to create option settings registry key."
  191.     TEXT_ERROR_HKEY_OPT_WRITE,      "Failed to write option settings to registry."
  192.     TEXT_ERROR_FILE_WRITE,          "Failed to write settings."
  193.     TEXT_ERROR_FILE_OPEN_READONLY,  "Failed to open settings file for writing. File is marked as read-only."
  194.     TEXT_ERROR_FILE_OPEN,           "Failed to open settings file for writing."
  195.     TEXT_ERROR_DIRECTORY_CREATE,    "Failed to create settings directory."
  196.     TEXT_ERROR_ROEXT_WRITE,         "Failed to write ROExt settings."
  197.     TEXT_ERROR_IPC_FAILED,          "Inter-process-communication failed."
  198.     TEXT_ERROR_UNKNOWN_ENGINE,      "Selected settings engine does not exist (code=0x%08x)."
  199.     TEXT_ERROR_INSANE_ENGINE,       "Selected settings engine has determined, that your installation state will interfere with the correct loading and saving of settings.\n\nSee opensetup.log for details."
  200. END
Add Comment
Please, Sign In to add comment