diff --git a/Tools/ExShell/ecd-format_eng.pdf b/Tools/ExShell/ecd-format_eng.pdf deleted file mode 100644 index fe32d9c75..000000000 Binary files a/Tools/ExShell/ecd-format_eng.pdf and /dev/null differ diff --git a/Tools/ExShell/ecd-format_rus.pdf b/Tools/ExShell/ecd-format_rus.pdf deleted file mode 100644 index 7fe888056..000000000 Binary files a/Tools/ExShell/ecd-format_rus.pdf and /dev/null differ diff --git a/Tools/ExShell/exshell.bin b/Tools/ExShell/exshell.bin deleted file mode 100644 index 0b73de549..000000000 Binary files a/Tools/ExShell/exshell.bin and /dev/null differ diff --git a/Tools/ExShell/exshell.dll b/Tools/ExShell/exshell.dll deleted file mode 100644 index 96b7b16bf..000000000 Binary files a/Tools/ExShell/exshell.dll and /dev/null differ diff --git a/Tools/ExShell/exshell.ecd b/Tools/ExShell/exshell.ecd deleted file mode 100644 index a40fa9165..000000000 --- a/Tools/ExShell/exshell.ecd +++ /dev/null @@ -1,236 +0,0 @@ -~ EssenceUCS: uoconfig.ecd ===== -~ Encoding: only UTF-8 without BOM !!! ===== -$unknown: OFF ~ !! Don't remove this... ===== -~ ===================================================================================== -~ see "ecd-format_eng.pdf"|"ecd-format_rus.pdf" for format and syntax description. -~ WARNING: This version supported only DirectDraw2 with screen mode 16 bpp (555 or 565). -~ ADDED experimental support of GDI (such application have to work in windowed mode) - - -~$LoadProfile: "DefaultConf" -~ Using sections (exshell will look for walues in this sections in left-to right order) -$LoadProfile: { "UserSettings", "ShellOptions", "JaggedAlliance2", "DefaultConf" } - - -~ ===================================================================================== -[UserSettings] ~ Most commonly edited values (see description below) ===== -~ ===================================================================================== -$WindowFrame: { YES, 1280, 960, 0, 0, #008080 } -$UsingBliter: { 1, 0, 5, 0 } -$ImageFilter: #0001 -$ImageFilter: #2004 - - -~ ===================================================================================== -[JaggedAlliance2] ~ Jagged Alliance 2 and it's mods ===== -~ ===================================================================================== -$StartPEPath: "C:\Jagged Alliance 2 1.13\ja2.exe" -$FScreenMode: { 640, 480, 555 } ~ resolution maybe higher in 1.13 and other mods - -~ ===================================================================================== -[RPGMakerXP] ~ ===== -~ ===================================================================================== -$StartPEPath: ".\..\Game.exe" -$StartPEArgs: "Window" - -~ ===================================================================================== -[RPGMakerRT] ~ aka RPGMaker 2003 ===== -~ ===================================================================================== -$StartPEPath: ".\..\RPG_RT.exe" -$StartPEArgs: "RPG_RT.exe NormalPlay ShowTitle Window" -$ApplCaption: { "TFormLcfGameMain", NO, 0, NO } -$Compatibles: #C0DE0001 -$FScreenMode: { 320, 240, 555 } - - -~ ===================================================================================== -[DefaultConf] ~ Default configuration for all profiles ===== -~ ===================================================================================== - -$StartPEPath: "game.exe" ~ Full or relative path to lunching application. -$StartPEArgs: "" ~ command line arguments for lunching application. - -~ 0 - OFF, value is bit mask for allowed CPU cores, use to solve problems with multi core. -~ (i.e. #0001 - 1st core, #0002 - 2nd core, #0004 - 3rd core, #0008 - 4th core and so on) -$CPUAffinity: #0001 - -~ Offset to application entry point (WinMain procedure, it's not same for PE entry point) -~ use "no" or #00000000 value to allow exshell found it itself. Using incorrect offset will -~ cause problems with exshell loading or application crashing. If you get such problems -~ try to set offset manually (it's rather easy to find it throw disassembler, like IDA). -~ Note: take attention that this offset usually differs for each executable file, so if -~ you get it from somewhere check executable version and checksum to be sure that it's -~ really extracted from same executable file. -$WinMainOffs: NO - -~ By default exshell capture image from 1st created window. But as few applications create -~ several windows (notice that they can be invisible) you possibly will be required to use -~ another one. To do this you will need caption text. Notice, that it can be not constant -~ value, so in this case better use window class name. 1st argument - window class name, -~ 2nd - window caption. If both of them are defined then exshell will search window that -~ satisfy both conditions. You can set 1st or\and 2rd parameter to NO to disable filter. -~ 3rd parameter - count of skipping windows that satisfy both conditions (for example, if -~ value is 2 and 2nd value "foo" then will be used third created window with caption "foo") -~ 4th parameter - new window caption, if you want to replace original one. To keep original -~ one use value NO. -~ NOTE: To get list of creating window classes and captions run your application and look -~ in console output (See keys $UseDebugMod, $ShowConsole, $ConsoleWPal, $ConsoleWait). -$ApplCaption: { NO, NO, 0, NO } - -~ Special compatible mode, list of possible modes: -~ #C0DE0000 or NO or 0 - don't use special compatibility mode. -~ #C0DE0001 - RPG Maker 2003 (fix screen updating and filters) -$Compatibles: NO - -~ 0 - OFF, value in ms for pause (normally values more 1 ms not recommended to use, though -~ in some cases can be used for slowing game). Use it if application always load 100% cpu. -$MainLoopLow: 1 - -~ If true use mouse cursor clipper inside game window client area. This means that it will -~ be impossible to move cursor out of window until it has focus. -$ClipMCursor: YES ~ NOTE: NOT IMPLEMENTED !! - -~ Set limit for screen update, use this to reduce CPU usage. Value NO or 0 means that there -~ are no limitation in exshell, but notice that running application can have own FPS limit. -~ Second value is FPS limit for application when focus is lost. If value NO then 1st value -~ will be used. This will help to save your CPU load. -$FPSMaxLimit: { 60, 10 } - -~ 1st and 2nd parameters - Original full screen game mode (it's not real window size) -~ 3rd parameter - color mode (for 16 bit commonly used 555 or 565, for 24\32 - 888, -~ for 256 color mode use value 0). -$FScreenMode: { 640, 480, 555 } ~ NOTE: 8\24\32 BIT MODES NOT IMPLEMENTED !! - -~ Real window settings (it can be larger then application resolution): -~ 1st parameter - if TRUE window will have border, if FALSE then it will be created without it. -~ 2nd and 3rd parameters - window client area size (width and height). NOTE: if you use border, -~ real window sizes will be larger. Exactly border sizes depending on OS version and used theme. -~ 4th and 5th parameters - initial position for top-left corner of a window (X, Y) -~ 6th parameter - window background color (in R8G8B8 format) -$WindowFrame: { YES, 1280, 960, 0, 0, #008080 } ~ NOTE: WINDOW BORDER NOT IMPLEMENTED !! - -~ 1st parameter - Bliter type (render method): -~ 1 - GDI -~ 2 - Direct2D ~ NOTE: NOT IMPLEMENTED !! -~ 2nd parameter - Interpolation method: -~ 0 - None -~ 3rd parameter - Image position (in case if it occupies only part of the screen) -~ 1 - draw image at bottom-left corner of the screen -~ 2 - draw image at screen bottom, on the center for width -~ 3 - draw image at bottom-right corner of the screen -~ 4 - draw image at screen left, on the center for height -~ 5 - align image on screen center (recommended) -~ 6 - draw image at screen right, on the center for height -~ 7 - draw image at top-left corner of the screen -~ 8 - draw image at screen top, on the center for width -~ 9 - draw image at top-right corner of the screen -~ 4th parameter - Output source image scaling type: -~ 0 - don't change size (it doesn't influence size change by the scaletype filter) -~ 1 - stretch with saving aspect ratio. -~ 2 - stretch to window size with saving aspect ratio (cutting sides). -~ 3 - stretch to window size. -$UsingBliter: { 1, 0, 5, 0 } - -~ Using filters for capture image. You can use any number of filters you want, they will be -~ applied in order they are declared. The output result of filter will become input data for -~ next filter. At least one filter must be declared (if you want get original image use "None" -~ filter). Note: all filters must be declare in one section, otherwise they will be skipped. -~ Don't declare filters before $UsingBliter key, otherwise they will be skipped. -~ 1st parameter - upscale type (add #2000 for 2x, #3000 for 3x, #4000 for 4x, if supported): -~ #00 - None [ ] - don't use upscale filter (1x) -~ #01 - Simple [2x 3x 4x] - fastest, no smoothing, no filtering -~ -~ #02 - Pixelate [2x 3x 4x] - retro style (old screen) -~ #03 - Scanlines [2x ] - retro style (old screen) -~ #04 - ScanlinesTV [2x ] - retro style (old screen) -~ #05 - MotionBlur [2x ] - blur effect for screen update -~ -~ #10 - Eagle [--------] - good for saving graphics details -~ #11 - 2xSaI [2x ] - improved Eagle algorithm -~ #12 - SuperEagle [2x ] - similar to 2xSaI, but does more blending -~ #13 - Super2xSaI [2x ] - similar to 2xSaI, but smooths graphics -~ -~ #20 - EPX [2x ] - something average between Eagle family and HQ family -~ #21 - Scale [--------] - improved EPX -~ #22 - AdvMame [2x ] - improved EPX -~ -~ #30 - lq [2x ] - good for making graphics sharper -~ #31 - hq [2x ] - same as LQ, but more heavy interpolation -~ #32 - xbra [2x 3x 4x] - based on HQ -~ #33 - xbrb [2x 3x 4x] - based on HQ -~ #34 - xbrc [2x 3x 4x] - based on HQ -~ #35 - xbrz [--------] - improved XBR -~ -~ #01 - GrayScale [- - - ] - Convert colors to gray tons. -~ #7001 - Downscale2x - fastest, no smoothing, no filtering -~ ??? - Scale2xSaI, Bilinear, BilinearPlus -~ NOTE: keys can contain addition parameters, depending on using filter (see description above). -$ImageFilter: #0001 -$ImageFilter: #2004 - -~ This options allow to send pressing event for specified keys to application before focus will be lost -~ and after focus restore. This can be used for setting game on pause, autosaveing or solving some -~ problems with sticking keys while switching windows. Common keys code are defined below, optionally -~ you can add #00E00000 for extended key code (E0). For example ALT+S can be described as events -~ {#38, #1F, #9F, #B8} or in case of right ALT {#E00038, #1F, #9F, #E000B8}. -~ You can add any number of key codes to array or use NO value to disable it, keys will be send from left -~ to right order. List of scan codes can be found in ./toolsadd/scancodes.htm -$GetFocusKey: { #B8,#E000B8 } ~ Break for: Left & Right ALT -$RemFocusKey: OFF ~ NOTE: bad coded, though in most cases its working. - -~ Press PrintScreen for saving screenshot or Ctrl+PrintScreen for saving unfiltered screenshot. -~ Allowed formats: "jpeg", "png", "bmp", "tiff", "gif" (note gif allows save only up to 256 colors) -$ScrnGrabImg: "png" - -~ Packages declaration - this packages will be loaded at startup and files in them will override original -~ files. This works like VFS (Virtual File System) and can be used ither to reduce application data trash -~ or to protect some data from extracting\modiffing (for example to protect yours own mode or addon). -~ For creating and extracting package see instructions in exshell (run it with "-help" argument). -~ Files in packages are searching from bottom to top, so it can be also used for creating patches, just -~ make new package with changes and add to the end of list. If file not found in packages application -~ will try to get it from HDD. -~ NOTE: not recommended to use 7-bit ASCII names -~ NOTE: supported only reading from packages, writing will cause error. -~$LoadPackage: "./../package/rtiles.edp" -~$LoadPackage: "./../package/rsound.edp" -~$LoadPackage: "./../package/patch1.edp" ~ override some original tiles and sounds from previous packs. - -~ ===================================================================================== -[ShellOptions] ~ EXShell global options ===== -~ ===================================================================================== - -$UseLanguage: "RU" ~ LangCode from entries in Localisation section - -$UseDebugMod: YES ~ Disable all debug staff (OSD, console and other) - -~ enable, toffx, toffy, font, lfWeight [1..9, 4 -default, 7 - bold], lfHeight, texth, tcolr, fsize, fcolr -$ShowOSDMenu: { YES, 30, 60, "Courier", 7, 18, 20, #B4B4B4, TRUE, #000000 } - -~ enable, x, y, width, height, buggerW, buggerH, font, family, fontW, fontH, CP -$ShowConsole: { YES, 100, 100, #C0DE, 906, 87, 4096, "Consolas", #00, 9, 26, 1251 } - -$ConsoleWPal: { ~ 16 color RGB palette -~ #000000, #000080, #008000, #008080, #800000, #800080, #808000, #C0C0C0, ~ Default Windows -~ #808080, #0000FF, #00FF00, #00FFFF, #FF0000, #FF00FF, #FFFF00, #FFFFFF - - #000000, #000080, #008000, #008080, #800000, #800080, #808000, #C0C0C0, ~ Essence Theme - #808080, #0000FF, #00FF00, #00FFFF, #FF0000, #FF00FF, #FFFF00, #FFFFFF -} - -$ConsoleWait: NO ~ Pause console log at process termination - - -~ ===================================================================================== -[Localisation] ~ List for known locals (don't rename or delete) ===== -~ ===================================================================================== -~ Note: Don't rename this section and never use localised strings here!!! -~ format: LangCode (2 chars only), ANSI_CP, OEM_CP, Charset -~ for default values, 1st argument is missed. - -$elangcodepage:{ 1251, 850, 0 } ~ Default -$elangcodepage:{ "EN", 1250, 850, 0 } ~ English -$elangcodepage:{ "RU", 1251, 866, 204 } ~ Русский -$elangcodepage:{ "SP", 1252, 850, 0 } ~ Espanol -$elangcodepage:{ "GE", 1252, 850, 0 } ~ Deutsch -$elangcodepage:{ "IT", 1253, 850, 0 } ~ Italiano -$elangcodepage:{ "FR", 1253, 850, 0 } ~ Francais diff --git a/Tools/ExShell/exshell.exe b/Tools/ExShell/exshell.exe deleted file mode 100644 index 573e8deb6..000000000 Binary files a/Tools/ExShell/exshell.exe and /dev/null differ diff --git a/Tools/ExShell/link.txt b/Tools/ExShell/link.txt deleted file mode 100644 index 9e48dc781..000000000 --- a/Tools/ExShell/link.txt +++ /dev/null @@ -1,5 +0,0 @@ -Bears Pit Discussion Thread -http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=337877&#msg_337877 - -Download -http://dev.uoquint.ru/projects/exshell/files \ No newline at end of file diff --git a/Tools/ExShell/read_me.txt b/Tools/ExShell/read_me.txt deleted file mode 100644 index 75d2651b4..000000000 --- a/Tools/ExShell/read_me.txt +++ /dev/null @@ -1,149 +0,0 @@ - ______ ______ ______ ______ __ __ ______ ______ - /\ ___\ /\ ___\ /\ ___\ /\ ___\ /\ "-.\ \ /\ ___\ /\ ___\ - \ \ __\ \ \___ \ \ \___ \ \ \ __\ \ \ \-. \ \ \ \____ \ \ __\ - \ \_____\ \/\_____\ \/\_____\ \ \_____\ \ \_\\"\_\ \ \_____\ \ \_____\ - \/_____/ \/_____/ \/_____/ \/_____/ \/_/ \/_/ \/_____/ \/_____/ - __ __ __ __ __ __ _____ ______ __ __ ______ __ __ - /\_\_\_\ /\ \ _ \ \ /\ "-.\ \ /\ __-. /\ ___\ /\ \_\ \ /\ ___\ /\ \ /\ \ - \/_/\_\/_\ \ \/ ".\ \\ \ \-. \\ \ \/\ \ \ \___ \\ \ __ \\ \ __\ \ \ \____\ \ \____ - /\_\/\_\\ \__/".~\_\\ \_\\"\_\\ \____- \/\_____\\ \_\ \_\\ \_____\\ \_____\\ \_____\ - \/_/\/_/ \/_/ \/_/ \/_/ \/_/ \/____/ \/_____/ \/_/\/_/ \/_____/ \/_____/ \/_____/ - - - 2014-2015 (c) StaticZ -________________________________________________________________________________________ - - - CONTENT - - 1.0 About ExShell - 2.0 Install and Running - 3.0 Requirements - 4.0 Perfomance - 5.0 Tested Games - 6.0 Change Log - - - -------------------- -(1.0) About ExShell -------------------- - -"Essence XWnd Shell" aka ExShell is hook based application for force running old -games (or ant other full screen applications) in windowed mode with different -graphic filters (for example upscalers like 2xSaI). ExShell also provide some other -abilities, like setting FPS limit or lowing CPU usage (see config for more details). - - - -------------------------- -(2.0) Install and Running -------------------------- - -For installing copy ExShell to any directory you whant and open exshell.ecd config -file in any text editor (recomended Notepad++, you can import to it syntax higlight -from *.xml file that are distributed with ExShell). To lunch your application you -have to set path to it and it's screen resolution. The application you whant to run -must be set in fullscreen mode, otherwise you get many problems and errors.Check -other options and see comments there for more details. Be carefully, while saving -config file, check that you use UTF8 (without BOM) encoding. Otherwise ExShell will -have problems with reading it. - - - ------------------- -(3.0) Requirements ------------------- - -ExShell supports only windows x86 applications, that are based on DirectDraw or GDI. - -System requirements: - - Windows(R) XP/Vista/7 - DirectX 9.0 - Monitor, keybord, mouse, cheese, beer - - - ----------------- -(4.0) Perfomance ----------------- - -For compare speed of different filters, see table below. There values are average -number of processor ticks for proccesing each pixel. All values were got by filtering -screen 640x480 and dividing result for pixels count. As procesor ticks are very -small values and exaclty value depends on many things, like current CPU loading -the result where get as avarage for several minutes. - _______________________ - | Filter Type | Speed | - |---------------+-------| - | None* | <1 | - | Simple | 5 | - | Pixelate | 10 | - | Scanlines | 10 | - | ScanlinesTV | 17 | - | AdMame | 17 | - | Super2xSaI | 117 | - | 2xSaI | 121 | - | HQ | 680 | - | LQ | 685 | - | XBR | 696 | - *---------------^-------* - - * According to exshell architecture "None filter" is real filter, that simply copy - screen from one memmory block to other. So infact it's speed more depends on RAM - speed then on CPU. - -As you can see ower winner is AdMame, it is very fast and give nice result, close to -smth similar for Super2xSaI. - - - ------------------- -(5.0) Tested Games ------------------- - -ExShell was tested for compatibility with this games: - - 1. Jagged Alliance 2: Feeding Ground [OK] - 2. Jagged Alliance 2: 1.13 [OK] - 3. Jagged Alliance 2: Metavira [OK] - 4. RPG Maker RT (aka 2003) [OK] * some features not supported - 5. RPG Maker XP [OK] - ----------------- -(6.0) Change Log ----------------- - - -(2014.09.28) ver 0.01 rev 011 build 14271 ------------------------------------------- - - * Intial realise - - -(2014.10.09) ver 0.02 rev 018 build 14282 ------------------------------------------- - - * Fixed: FPS limit ignored after minimize\restore application - * Fixed: SuperEagle filter crashed application. - * Fixed: Related paths for $StartPEPath: don't work. - * Change startup initialization for more safety - * Change using instruction sets: MMX, SSE, SSE2, AVX - * Added: EPX upscale filter - * Added: info about selected filters and game mode in OSD - * Added: saving screenshots by PrntScr hotkey (Ctrl+PrntScr to save original image) - * Added: separating FPS limit for focused and unfocused application window - * Added: sending customise keyboard keys scancode at lose and get focus. - * Added: minor checks and validations - - -(2015.11.05) ver 0.03 rev 030 build 15309 ------------------------------------------- - - * Added: Upscaler support GDI based games - * Added: Downscale 2x filter - * Added: VFS (Virtual File System) - * Added: minor checks and validations - * Change removed dependencies for AVX instructions - \ No newline at end of file diff --git a/Tools/ExShell/toolsadd/notepad++/ecd-highlight.xml b/Tools/ExShell/toolsadd/notepad++/ecd-highlight.xml deleted file mode 100644 index 716733a10..000000000 --- a/Tools/ExShell/toolsadd/notepad++/ecd-highlight.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - 00~ 01 02 03 04 - # - - - - - - - " , : { } @ --> ( ) [ ] - - <-- - - --> - - - - - - - ru. en. - true false yes no on off - - - - - - - 00" 01 02" 03[ 04 05] 06$ 07 08: 09@ 10 11: 12%% 13 14%% 15 16 17, 17} 17$ 17[ 17@ 18 19 20 21 22 23 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Tools/ExShell/toolsadd/scancodes.htm b/Tools/ExShell/toolsadd/scancodes.htm deleted file mode 100644 index 8553b945c..000000000 --- a/Tools/ExShell/toolsadd/scancodes.htm +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KeyMake (HEX)Break (HEX)
Num Lock45C5
Num DivideE0 35E0 B5
Num Multiply37B7
Num Minus4ACA
Num Plus4ECE
Num EnterE0 1CE0 9C
Num Dot53D3
Num 052D2
Num 14FCF
Num 250D0
Num 351D1
Num 44BCB
Num 54CCC
Num 64DCD
Num 747C7
Num 848C8
Num 949C9
Print ScreenE0 2A E0 37E0 B7 E0 AA
Scroll Lock46C6
PauseE1 1D 45 E1 9D C5
InsertE0 2A E0 52E0 D2 E0 AA
HomeE0 2A E0 47E0 C7 E0 AA
Page UpE0 2A E0 49E0 C9 E0 AA
DeleteE0 2A E0 53E0 D3 E0 AA
EndE0 2A E0 4FE0 CF E0 AA
Page DownE0 2A E0 51E0 D1 E0 AA
Arrow UpE0 2A E0 48E0 C8 E0 AA
Arrow LeftE0 2A E0 4BE0 CB E0 AA
Arrow DownE0 2A E0 50E0 D0 E0 AA
Arrow RightE0 2A E0 4DE0 CD E0 AA
PowerE0 5EE0 DE
SleepE0 5FE0 DF
Wake UpE0 63E0 E3
Esc0181
F13BBB
F23CBC
F33DBD
F43EBE
F53FBF
F640C0
F741C1
F842C2
F943C3
F1044C4
F1157D7
F1258D8
Tab0F8F
Caps Lock3ABA
Shift Left2AAA
Shift Right36B6
Ctrl Left1D9D
Ctrl RightE0 1DE0 9D
Alt Left38B8
Alt RightE0 38E0 B8
Win LeftE0 5BE0 DB
Win RightE0 5CE0 DC
ApplicationsE0 5DE0 DD
Space39B9
Enter1C9C
Back Space0E8E
10282
20383
30484
40585
50686
60787
70888
80989
90A8A
00B8B
Q1090
W1191
E1292
R1393
T1494
Y1595
U1696
I1797
O1898
P1999
A1E9E
S1F9F
D20A0
F21A1
G22A2
H23A3
J24A4
K25A5
L26A6
Z2CAC
X2DAD
C2EAE
V2FAF
B30B0
N31B1
M32B2
~29A9
-0C8C
=0D8D
\2BAB
[1A9A
]1B9B
;27A7
"28A8
<33B3
>34B4
?35B5
- \ No newline at end of file diff --git a/Tools/Faces Viewer/Faces Viewer.exe b/Tools/Faces Viewer/Faces Viewer.exe deleted file mode 100644 index afd940ac3..000000000 Binary files a/Tools/Faces Viewer/Faces Viewer.exe and /dev/null differ diff --git a/Tools/Merc Profile Editor/License.txt b/Tools/Merc Profile Editor/License.txt deleted file mode 100644 index 818433ecc..000000000 --- a/Tools/Merc Profile Editor/License.txt +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/Tools/Merc Profile Editor/MPE.exe b/Tools/Merc Profile Editor/MPE.exe deleted file mode 100644 index d3135a6e3..000000000 Binary files a/Tools/Merc Profile Editor/MPE.exe and /dev/null differ diff --git a/Tools/Merc Profile Editor/Share/config.ini b/Tools/Merc Profile Editor/Share/config.ini deleted file mode 100644 index 025b9b91a..000000000 --- a/Tools/Merc Profile Editor/Share/config.ini +++ /dev/null @@ -1,4912 +0,0 @@ -;---------------------- -;Language Section -;---------------------- -;[Lang] -;0 = lang -;x = next lang -;[Lang XML Prefix] -;0 = lang. -;x = next lang. -;[XML Lang Editor] -;0 = English.Lang.xml -;x = nastpny jzyk xxx.xml -;id - 0 - zawsze "English"! -[Lang] -0=en - English -1=de - Deutsch -2=pl - Polish -3=ru - Russian -4=cn - Chinese -5=nl - Dutch -6=fr - French -7=it - Italian - -[Lang XML Prefix] -0=English. -1=German. -2=Polish. -3=Russian. -4=Chinese. -5=Dutch. -6=French. -7=Italian. - -[Lang XML] -0=languages\en.xml -1=languages\de.xml -2=languages\pl.xml -3=languages\ru.xml -4=languages\cn.xml -5=languages\nl.xml -6=languages\fr.xml -7=languages\it.xml -;---------------------- -;Editor Options Section -;---------------------- - -[Editor Options] -SetLang=0 -ReloadNames=0 -HiddenPageControl=0 -;max gear 25 -idGear=5 -MaxMerc=254 -maxGroup=254 -minPilotId=-1 -NoneMercID=255 -MercStartingGearLoadPar=1 -UTF8_encoting=1 -maxItems=5000 -MaxMerchants=39 -FormLang=1 -;---------------------- -;XML Section -;---------------------- - -[XML Dir] -TableDataDir=TableData\ -EmailDir=Email\ -NPCInventoryDir=NPCInventory\ -MapDir=Map\ -SoundsDir=Sounds\ -ItemsDir=Items\ -InventoryDir=Inventory\ - -[Edit XML] -0=MercAvailability.xml -1=MercOpinions.xml -2=MercQuote.xml -3=MercStartingGear.xml -4=AIMAvailability.xml -5=CivGroupNames.xml -6=Vehicles.xml -7=IMPPortraits.xml -8=EmailMercAvailable.xml -9=EmailMercLevelUp.xml -10=RandomStats.xml -11=EmailSenderNameList.xml -12=OldAIMArchive.xml -13=RPCFacesSmall.xml -14=SoundsProfiles.xml -15=HiddenNames.xml -16=NPCInventory -17=Merchants.xml -18=Backgrounds.xml -19=EnemyRank.xml -20=CampaignStatsEvents.xml -21=EnemyNames.xml -22=FaceGear.xml -23=LoadScreenHints.xml -24=SquadNames.xml - -[UB NPCInventory] -61=DevinInventory.xml -73=BettyInventory.xml -74=RaulInventory.xml -91=TonyInventory.xml -92=FrankInventory.xml -96=MickeyInventory.xml -104=GabbyInventory.xml -112=ElginInventory.xml -113=JakeInventory.xml -124=FranzInventory.xml -125=HowardInventory.xml -126=SamInventory.xml -128=ArnieInventory.xml -129=TinaInventory.xml -130=FredoInventory.xml -147=KeithInventory.xml -151=HerveInventory.xml -152=PeterInventory.xml -153=AlbertoInventory.xml -154=CarloInventory.xml -155=MannyInventory.xml - -[NPCInventory] -61=DevinInventory.xml -74=PerkoInventory.xml -73=AdditionalDealer_1_Inventory.xml -91=TonyInventory.xml -92=FrankInventory.xml -96=MickeyInventory.xml -104=GabbyInventory.xml -112=ElginInventory.xml -113=JakeInventory.xml -124=FranzInventory.xml -125=HowardInventory.xml -126=SamInventory.xml -128=ArnieInventory.xml -129=TinaInventory.xml -130=FredoInventory.xml -147=KeithInventory.xml -151=HerveInventory.xml -152=PeterInventory.xml -153=AlbertoInventory.xml -154=CarloInventory.xml -155=MannyInventory.xml - -[OptionalNPCInventory] -0=DevinInventory.xml -1=PerkoInventory.xml -2=TonyInventory.xml -3=FrankInventory.xml -4=MickeyInventory.xml -5=GabbyInventory.xml -6=ElginInventory.xml -7=JakeInventory.xml -8=FranzInventory.xml -9=HowardInventory.xml -10=SamInventory.xml -11=ArnieInventory.xml -12=TinaInventory.xml -13=FredoInventory.xml -14=KeithInventory.xml -15=HerveInventory.xml -16=PeterInventory.xml -17=AlbertoInventory.xml -18=CarloInventory.xml -19=MannyInventory.xml -20=AdditionalDealer_1_Inventory.xml -21=AdditionalDealer_2_Inventory.xml -22=AdditionalDealer_3_Inventory.xml -23=AdditionalDealer_4_Inventory.xml -24=AdditionalDealer_5_Inventory.xml -25=AdditionalDealer_6_Inventory.xml -26=AdditionalDealer_7_Inventory.xml -27=AdditionalDealer_8_Inventory.xml -28=AdditionalDealer_9_Inventory.xml -29=AdditionalDealer_10_Inventory.xml -30=AdditionalDealer_11_Inventory.xml -31=AdditionalDealer_12_Inventory.xml -32=AdditionalDealer_13_Inventory.xml -33=AdditionalDealer_14_Inventory.xml -34=AdditionalDealer_15_Inventory.xml -35=AdditionalDealer_16_Inventory.xml -36=AdditionalDealer_17_Inventory.xml -37=AdditionalDealer_18_Inventory.xml -38=AdditionalDealer_19_Inventory.xml -39=AdditionalDealer_20_Inventory.xml - -[UB XML Files] -0=MercProfiles25.xml -1=MercAvailability.xml -2=MercOpinions25.xml -3=MercQuote.xml -4=MercStartingGear25.xml -5=AIMAvailability.xml -6=CivGroupNames.xml -7=Vehicles.xml -8=IMPPortraits.xml -9=EmailMercAvailable.xml -10=EmailMercLevelUp.xml -11=RandomStats.xml -12=EmailSenderNameList.xml -13=OldAIMArchive.xml -14=RPCFacesSmall.xml -15=SoundsProfiles.xml -16=HiddenNames.xml -17=Cities.xml -18=BurstSounds.xml -19=Sounds.xml -20=Items.xml -21=NPCInventory -22=Merchants.xml -23=Backgrounds.xml -24=EnemyRank.xml -25=CampaignStatsEvents.xml -26=EnemyNames.xml -27=FaceGear.xml -28=LoadScreenHints.xml -29=SquadNames.xml - -[XML Files] -0=MercProfiles.xml -1=MercAvailability.xml -2=MercOpinions.xml -3=MercQuote.xml -4=MercStartingGear.xml -5=AIMAvailability.xml -6=CivGroupNames.xml -7=Vehicles.xml -8=IMPPortraits.xml -9=EmailMercAvailable.xml -10=EmailMercLevelUp.xml -11=RandomStats.xml -12=EmailSenderNameList.xml -13=OldAIMArchive.xml -14=RPCFacesSmall.xml -15=SoundsProfiles.xml -16=HiddenNames.xml -17=Cities.xml -18=BurstSounds.xml -19=Sounds.xml -20=Items.xml -21=NPCInventory -22=Merchants.xml -23=Backgrounds.xml -24=EnemyRank.xml -25=CampaignStatsEvents.xml -26=EnemyNames.xml -27=FaceGear.xml -28=LoadScreenHints.xml -29=SquadNames.xml - -[Items.xml] -value=5 - -[MercProfiles.xml] -value=119 - -[MercStartingGear.xml] -value=64 - -[MercQuote.xml] -Value=8 - -[MercOpinions.xml] -Value=256 - -[SoundsProfiles.xml] -Value=2 - -[HiddenNames.xml] -Value=2 - -[Vehicles.xml] -Value=12 - -[AIMAvailability.xml] -Value=3 - -[RandomStats.xml] -Value=15 - -[RPCFacesSmall.xml] -Value=6 - -[IMPPortraits.xml] -Value=11 - -[NPCInventory] -Value=2 - -[MercAvailability.xml] -Value=9 - -[Backgrounds.xml] -Value=72 - -[Merchants.xml] -Value=18 - -[CampaignStatsEvents.xml] -Value=11 - -[EnemyNames.xml] -Value=4 - -[EnemyRank.xml] -Value=4 - -[FaceGear.xml] -Value=3 - -[LoadScreenHints.xml] -Value=10 - -[SquadNames.xml] -Value=2 -;---------------------- -;Tag section -;---------------------- - -[Tag_SquadNames.xml] -tag0=SQUAD_NAMES -tag1=SQUADNAME -tag2=uiIndex -tag3=Squad - -[Tag_LoadScreenHints.xml] -tag0=LOADSCREENHINTS -tag1=LOADSCREENHINT -tag2=uiIndex -tag3=szName -tag4=lore -tag5=weapons -tag6=items -tag7=keybind -tag8=food -tag9=zombie -tag10=overheat -tag11=ncth -tag12=covertops - -[Tag_FaceGear.xml] -tag0=FACE_GEAR -tag1=ITEM -tag2=uiIndex -tag3=Type -tag4=szFile - -[Tag_EnemyRank.xml] -tag0=ENEMY_RANK -tag1=RANK -tag2=uiIndex -tag3=Enabled -tag4=ExpLevel -tag5=szRank - -[Tag_EnemyNames.xml] -tag0=ENEMY_NAMES -tag1=NAME -tag2=uiIndex -tag3=Enabled -tag4=Sector -tag5=szGroup - -[Tag_CampaignStatsEvents.xml] -tag0=CAMPAIGNSTATSEVENTS -tag1=EVENT -tag2=uiIndex -tag3=usCityTaken -tag4=szText0 -tag5=szText1 -tag6=szText2 -tag7=szText3 -tag8=szText4 -tag9=szText5 -tag10=szText6 -tag11=szText7 -tag12=szText8 -tag13=szText9 - -[Tag_Merchants.xml] -tag0=MERCHANTSLIST -tag1=MERCHANT -tag2=uiIndex -tag3=szName - -[Tag_Items.xml] -tag0=ITEMLIST -tag1=ITEM -tag2=uiIndex -tag3=szItemName -tag4=szLongItemName -tag5=szItemDesc -tag6=szBRName -tag7=szBRDesc - -[Tag_NPCInventory] -tag0=INVENTORYLIST -tag1=INVENTORY -tag2=sItemIndex -tag3=ubOptimalNumber -tag4=uiIndex - -[Tag_Vehicles.xml] -tag0=VEHICLES -tag1=VEHICLE -tag2=StiFaceIcon -tag3=LongName -tag4=ShortName -tag5=Name -tag6=uiIndex - -[Tag_SoundsProfiles.xml] -tag0=SOUNDPROFILE -tag1=PROFILE -tag2=Name -tag3=uiIndex -tag4=EnabledSound - -[Tag_EmailSenderNameList.xml] -tag0=SENDER_LIST -tag1=NAME -tag2=Name -tag3=uiIndex - -[Tag_RPCFacesSmall.xml] -tag0=SMALLFACE -tag1=FACE -tag2=uiIndex -tag3=FaceIndex - -[Tag_RandomStats.xml] -tag0=RANDOM_STATS -tag1=PROFILE -tag2=Name -tag3=uiIndex - -[Tag_MercProfiles.xml] -tag0=MERCPROFILES -tag1=PROFILE -tag2=zName -tag3=zNickname -tag4=Type -tag5=ubFaceIndex -tag6=uiIndex - -[Tag_OldAIMArchive.xml] -tag0=OLD_MERC -tag1=MERC -tag2=Name -tag3=NickName -tag4=Bio -tag5=FaceID -tag6=uiIndex - -[Tag_CivGroupNames.xml] -tag0=CIV_GROUP_NAMES -tag1=NAME -tag2=szGroup -tag3=Enabled -tag4=AddToBattle -tag5=Loyalty -tag6=uiIndex - -[Tag_MercQuote.xml] -tag0=QARRAY -tag1=PROFILE -tag2=Name -tag3=uiIndex - -[Tag_MercOpinions.xml] -tag0=MERCOPINIONS -tag1=OPINION -tag2=zNickname -tag3=uiIndex - -[Tag_MercAvailability.xml] -tag0=MERC_AVAILABLES -tag1=MERC -tag2=uiIndex -tag3=Name -tag4=Drun -tag5=uiAlternateIndex -tag6=StartMercsAvailable -tag7=NewMercsAvailable -tag8=MercBioID -tag9=ProfilId -tag10=usMoneyPaid -tag11=usDay - -[Tag_IMPPortraits.xml] -tag0=IMPPORTRAITSLIST -tag1=IMP -tag2=uiIndex - -[Tag_HiddenNames.xml] -tag0=HIDDENNAMES -tag1=NAME -tag2=description -tag3=uiIndex -tag4=Hidden - -[Tag_AIMAvailability.xml] -tag0=AIM_AVAILABLES -tag1=AIM -tag2=description -tag3=uiIndex -tag4=ProfilId -tag5=AimBioID - -[Tag_EmailMercAvailable.xml] -tag0=EMAIL_MERC_AVAILABLE -tag1=EMAIL -tag2=Subject -tag3=Message -tag4=uiIndex - -[Tag_EmailMercLevelUp.xml] -tag0=EMAIL_MERC_LEVEL_UP -tag1=EMAIL -tag2=Subject -tag3=Message -tag4=uiIndex - -[Tag_Cities.xml] -tag0=CITYLIST -tag1=CITY -tag2=townName -tag3=uiIndex - -[Tag_Sounds.xml] -tag0=SOUNDLIST -tag1=SOUND -tag2=uiIndex - -[Tag_MercStartingGear.xml] -tag0=MERCGEARLIST -tag1=MERCGEAR -tag2=GEARKIT -tag3=mIndex -tag4=mName -tag5=uiIndex -tag6=mPriceMod - -[Tag_Backgrounds.xml] -tag0=BACKGROUNDS -tag1=BACKGROUND -tag2=uiIndex -tag3=szName -tag4=szShortName -tag5=szDescription -;---------------------- -;MercOpinions.xml -;---------------------- - -[MercOpinions.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[MercOpinions.xml_ID_1] -Par=zNickname -val=0 -typ=noedit - -[MercOpinions.xml_ID_2] -Par=Opinion0 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_3] -Par=Opinion1 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_4] -Par=Opinion2 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_5] -Par=Opinion3 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_6] -Par=Opinion4 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_7] -Par=Opinion5 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_8] -Par=Opinion6 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_9] -Par=Opinion7 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_10] -Par=Opinion8 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_11] -Par=Opinion9 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_12] -Par=Opinion10 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_13] -Par=Opinion11 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_14] -Par=Opinion12 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_15] -Par=Opinion13 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_16] -Par=Opinion14 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_17] -Par=Opinion15 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_18] -Par=Opinion16 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_19] -Par=Opinion17 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_20] -Par=Opinion18 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_21] -Par=Opinion19 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_22] -Par=Opinion20 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_23] -Par=Opinion21 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_24] -Par=Opinion22 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_25] -Par=Opinion23 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_26] -Par=Opinion24 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_27] -Par=Opinion25 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_28] -Par=Opinion26 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_29] -Par=Opinion27 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_30] -Par=Opinion28 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_31] -Par=Opinion29 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_32] -Par=Opinion30 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_33] -Par=Opinion31 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_34] -Par=Opinion32 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_35] -Par=Opinion33 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_36] -Par=Opinion34 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_37] -Par=Opinion35 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_38] -Par=Opinion36 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_39] -Par=Opinion37 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_40] -Par=Opinion38 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_41] -Par=Opinion39 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_42] -Par=Opinion40 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_43] -Par=Opinion41 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_44] -Par=Opinion42 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_45] -Par=Opinion43 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_46] -Par=Opinion44 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_47] -Par=Opinion45 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_48] -Par=Opinion46 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_49] -Par=Opinion47 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_50] -Par=Opinion48 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_51] -Par=Opinion49 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_52] -Par=Opinion50 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_53] -Par=Opinion51 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_54] -Par=Opinion52 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_55] -Par=Opinion53 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_56] -Par=Opinion54 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_57] -Par=Opinion55 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_58] -Par=Opinion56 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_59] -Par=Opinion57 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_60] -Par=Opinion58 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_61] -Par=Opinion59 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_62] -Par=Opinion60 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_63] -Par=Opinion61 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_64] -Par=Opinion62 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_65] -Par=Opinion63 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_66] -Par=Opinion64 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_67] -Par=Opinion65 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_68] -Par=Opinion66 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_69] -Par=Opinion67 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_70] -Par=Opinion68 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_71] -Par=Opinion69 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_72] -Par=Opinion70 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_73] -Par=Opinion71 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_74] -Par=Opinion72 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_75] -Par=Opinion73 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_76] -Par=Opinion74 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_77] -Par=Opinion75 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_78] -Par=Opinion76 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_79] -Par=Opinion77 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_80] -Par=Opinion78 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_81] -Par=Opinion79 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_82] -Par=Opinion80 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_83] -Par=Opinion81 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_84] -Par=Opinion82 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_85] -Par=Opinion83 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_86] -Par=Opinion84 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_87] -Par=Opinion85 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_88] -Par=Opinion86 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_89] -Par=Opinion87 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_90] -Par=Opinion88 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_91] -Par=Opinion89 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_92] -Par=Opinion90 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_93] -Par=Opinion91 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_94] -Par=Opinion92 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_95] -Par=Opinion93 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_96] -Par=Opinion94 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_97] -Par=Opinion95 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_98] -Par=Opinion96 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_99] -Par=Opinion97 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_100] -Par=Opinion98 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_101] -Par=Opinion99 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_102] -Par=Opinion100 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_103] -Par=Opinion101 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_104] -Par=Opinion102 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_105] -Par=Opinion103 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_106] -Par=Opinion104 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_107] -Par=Opinion105 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_108] -Par=Opinion106 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_109] -Par=Opinion107 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_110] -Par=Opinion108 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_111] -Par=Opinion109 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_112] -Par=Opinion110 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_113] -Par=Opinion111 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_114] -Par=Opinion112 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_115] -Par=Opinion113 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_116] -Par=Opinion114 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_117] -Par=Opinion115 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_118] -Par=Opinion116 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_119] -Par=Opinion117 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_120] -Par=Opinion118 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_121] -Par=Opinion119 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_122] -Par=Opinion120 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_123] -Par=Opinion121 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_124] -Par=Opinion122 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_125] -Par=Opinion123 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_126] -Par=Opinion124 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_127] -Par=Opinion125 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_128] -Par=Opinion126 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_129] -Par=Opinion127 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_130] -Par=Opinion128 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_131] -Par=Opinion129 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_132] -Par=Opinion130 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_133] -Par=Opinion131 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_134] -Par=Opinion132 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_135] -Par=Opinion133 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_136] -Par=Opinion134 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_137] -Par=Opinion135 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_138] -Par=Opinion136 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_139] -Par=Opinion137 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_140] -Par=Opinion138 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_141] -Par=Opinion139 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_142] -Par=Opinion140 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_143] -Par=Opinion141 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_144] -Par=Opinion142 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_145] -Par=Opinion143 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_146] -Par=Opinion144 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_147] -Par=Opinion145 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_148] -Par=Opinion146 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_149] -Par=Opinion147 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_150] -Par=Opinion148 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_151] -Par=Opinion149 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_152] -Par=Opinion150 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_153] -Par=Opinion151 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_154] -Par=Opinion152 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_155] -Par=Opinion153 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_156] -Par=Opinion154 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_157] -Par=Opinion155 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_158] -Par=Opinion156 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_159] -Par=Opinion157 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_160] -Par=Opinion158 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_161] -Par=Opinion159 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_162] -Par=Opinion160 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_163] -Par=Opinion161 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_164] -Par=Opinion162 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_165] -Par=Opinion163 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_166] -Par=Opinion164 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_167] -Par=Opinion165 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_168] -Par=Opinion166 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_169] -Par=Opinion167 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_170] -Par=Opinion168 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_171] -Par=Opinion169 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_172] -Par=Opinion170 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_173] -Par=Opinion171 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_174] -Par=Opinion172 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_175] -Par=Opinion173 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_176] -Par=Opinion174 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_177] -Par=Opinion175 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_178] -Par=Opinion176 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_179] -Par=Opinion177 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_180] -Par=Opinion178 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_181] -Par=Opinion179 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_182] -Par=Opinion180 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_183] -Par=Opinion181 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_184] -Par=Opinion182 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_185] -Par=Opinion183 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_186] -Par=Opinion184 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_187] -Par=Opinion185 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_188] -Par=Opinion186 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_189] -Par=Opinion187 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_190] -Par=Opinion188 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_191] -Par=Opinion189 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_192] -Par=Opinion190 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_193] -Par=Opinion191 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_194] -Par=Opinion192 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_195] -Par=Opinion193 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_196] -Par=Opinion194 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_197] -Par=Opinion195 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_198] -Par=Opinion196 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_199] -Par=Opinion197 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_200] -Par=Opinion198 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_201] -Par=Opinion199 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_202] -Par=Opinion200 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_203] -Par=Opinion201 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_204] -Par=Opinion202 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_205] -Par=Opinion203 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_206] -Par=Opinion204 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_207] -Par=Opinion205 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_208] -Par=Opinion206 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_209] -Par=Opinion207 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_210] -Par=Opinion208 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_211] -Par=Opinion209 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_212] -Par=Opinion210 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_213] -Par=Opinion211 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_214] -Par=Opinion212 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_215] -Par=Opinion213 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_216] -Par=Opinion214 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_217] -Par=Opinion215 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_218] -Par=Opinion216 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_219] -Par=Opinion217 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_220] -Par=Opinion218 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_221] -Par=Opinion219 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_222] -Par=Opinion220 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_223] -Par=Opinion221 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_224] -Par=Opinion222 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_225] -Par=Opinion223 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_226] -Par=Opinion224 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_227] -Par=Opinion225 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_228] -Par=Opinion226 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_229] -Par=Opinion227 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_230] -Par=Opinion228 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_231] -Par=Opinion229 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_232] -Par=Opinion230 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_233] -Par=Opinion231 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_234] -Par=Opinion232 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_235] -Par=Opinion233 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_236] -Par=Opinion234 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_237] -Par=Opinion235 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_238] -Par=Opinion236 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_239] -Par=Opinion237 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_240] -Par=Opinion238 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_241] -Par=Opinion239 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_242] -Par=Opinion240 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_243] -Par=Opinion241 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_244] -Par=Opinion242 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_245] -Par=Opinion243 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_246] -Par=Opinion244 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_247] -Par=Opinion245 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_248] -Par=Opinion246 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_249] -Par=Opinion247 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_250] -Par=Opinion248 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_251] -Par=Opinion249 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_252] -Par=Opinion250 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_253] -Par=Opinion251 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_254] -Par=Opinion252 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_255] -Par=Opinion253 -val=0 -typ=value -min=-100 -max=100 - -[MercOpinions.xml_ID_256] -Par=Opinion254 -val=0 -typ=value -min=-100 -max=100 -;---------------------- -;MercProfiles.xml -;---------------------- - -[MercProfiles.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[MercProfiles.xml_ID_1] -Par=Type -val=0 -typ=list -idlist=5 - -[MercProfiles.xml_ID_2] -Par=zName -val=zName -typ=text_Name - -[MercProfiles.xml_ID_3] -Par=zNickname -val=zNickname -typ=text_Nickname - -[MercProfiles.xml_ID_4] -Par=ubFaceIndex -val=0 -typ=value -min=0 -max=254 - -[MercProfiles.xml_ID_5] -Par=usEyesX -val=0 -typ=value -min=0 -max=500 - -[MercProfiles.xml_ID_6] -Par=usEyesY -val=0 -typ=value -min=0 -max=500 - -[MercProfiles.xml_ID_7] -Par=usMouthX -val=0 -typ=value -min=0 -max=500 - -[MercProfiles.xml_ID_8] -Par=usMouthY -val=0 -typ=value -min=0 -max=500 - -[MercProfiles.xml_ID_9] -Par=uiEyeDelay -val=0 -typ=value -min=0 -max=500 - -[MercProfiles.xml_ID_10] -Par=uiMouthDelay -val=0 -typ=value -min=0 -max=500 - -[MercProfiles.xml_ID_11] -Par=uiBlinkFrequency -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_12] -Par=uiExpressionFrequency -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_13] -Par=PANTS -val=TANPANTS -typ=list -idlist=1 -item0=None -item1=GREENPANTS -item2=BLACKPANTS -item3=BEIGEPANTS -item4=TANPANTS -item5=JEANPANTS -item6=BLUEPANTS - -[MercProfiles.xml_ID_14] -Par=VEST -val=BLUEVEST -typ=list -idlist=2 -item0=None -item1=YELLOWVEST -item2=BLACKSHIRT -item3=REDVEST -item4=GREENVEST -item5=JEANVEST -item6=BLUEVEST -item7=greyVEST -item8=GYELLOWSHIRT -item9=WHITEVEST -item10=PURPLESHIRT -item11=BLUEVEST -item12=BROWNVEST - -[MercProfiles.xml_ID_15] -Par=SKIN -val=PINKSKIN -typ=list -idlist=3 -item0=None -item1=PINKSKIN -item2=TANSKIN -item3=DARKSKIN -item4=BLACKSKIN - -[MercProfiles.xml_ID_16] -Par=HAIR -val=BLACKHEAD -typ=list -idlist=4 -item0=None -item1=BROWNHEAD -item2=BLACKHEAD -item3=WHITEHEAD -item4=BLONDEHEAD -item5=REDHEAD -item6=redbrown - -[MercProfiles.xml_ID_17] -Par=bSex -val=0 -typ=list -idlist=6 - -[MercProfiles.xml_ID_18] -Par=ubBodyType -val=0 -typ=list -idlist=7 - -[MercProfiles.xml_ID_19] -Par=uiBodyTypeSubFlags -val=0 -typ=list -idlist=8 - -[MercProfiles.xml_ID_20] -Par=bAttitude -val=0 -typ=list -idlist=9 - -[MercProfiles.xml_ID_21] -Par=bCharacterTrait -val=0 -typ=list -idlist=10 - -[MercProfiles.xml_ID_22] -Par=bDisability -val=0 -typ=list -idlist=17 - -[MercProfiles.xml_ID_23] -Par=ubNeedForSleep -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_24] -Par=bReputationTolerance -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_25] -Par=bDeathRate -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_26] -Par=bLifeMax -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_27] -Par=bLife -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_28] -Par=bStrength -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_29] -Par=bAgility -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_30] -Par=bDexterity -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_31] -Par=bWisdom -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_32] -Par=bMarksmanship -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_33] -Par=bExplosive -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_34] -Par=bLeadership -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_35] -Par=bMedical -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_36] -Par=bMechanical -val=0 -typ=value -min=0 -max=100 - -[MercProfiles.xml_ID_37] -Par=bExpLevel -val=0 -typ=value -min=0 -max=9 - -[MercProfiles.xml_ID_38] -Par=bEvolution -val=0 -typ=list -idlist=11 - -[MercProfiles.xml_ID_39] -Par=bOldSkillTrait -val=0 -typ=list -idlist=12 - -[MercProfiles.xml_ID_40] -Par=bOldSkillTrait2 -val=0 -typ=list -idlist=13 - -[MercProfiles.xml_ID_41] -Par=bNewSkillTrait1 -val=0 -typ=list -idlist=14 - -[MercProfiles.xml_ID_42] -Par=bNewSkillTrait2 -val=0 -typ=list -idlist=15 - -[MercProfiles.xml_ID_43] -Par=bNewSkillTrait3 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_44] -Par=bNewSkillTrait4 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_45] -Par=bNewSkillTrait5 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_46] -Par=bNewSkillTrait6 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_47] -Par=bNewSkillTrait7 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_48] -Par=bNewSkillTrait8 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_49] -Par=bNewSkillTrait9 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_50] -Par=bNewSkillTrait10 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_51] -Par=bNewSkillTrait11 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_52] -Par=bNewSkillTrait12 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_53] -Par=bNewSkillTrait13 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_54] -Par=bNewSkillTrait14 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_55] -Par=bNewSkillTrait15 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_56] -Par=bNewSkillTrait16 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_57] -Par=bNewSkillTrait17 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_58] -Par=bNewSkillTrait18 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_59] -Par=bNewSkillTrait19 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_60] -Par=bNewSkillTrait20 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_61] -Par=bNewSkillTrait21 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_62] -Par=bNewSkillTrait22 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_63] -Par=bNewSkillTrait23 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_64] -Par=bNewSkillTrait24 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_65] -Par=bNewSkillTrait25 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_66] -Par=bNewSkillTrait26 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_67] -Par=bNewSkillTrait27 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_68] -Par=bNewSkillTrait28 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_69] -Par=bNewSkillTrait29 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_70] -Par=bNewSkillTrait30 -val=0 -typ=list -idlist=16 - -[MercProfiles.xml_ID_71] -Par=bBuddy1 -val=0 -typ=list -idlist=31 - -[MercProfiles.xml_ID_72] -Par=bBuddy2 -val=0 -typ=list -idlist=30 - -[MercProfiles.xml_ID_73] -Par=bBuddy3 -val=0 -typ=list -idlist=29 - -[MercProfiles.xml_ID_74] -Par=bBuddy4 -val=0 -typ=list -idlist=28 - -[MercProfiles.xml_ID_75] -Par=bBuddy5 -val=0 -typ=list -idlist=27 - -[MercProfiles.xml_ID_76] -Par=bLearnToLike -val=0 -typ=list -idlist=26 - -[MercProfiles.xml_ID_77] -Par=bLearnToLikeTime -val= -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_78] -Par=bHated1 -val=0 -typ=list -idlist=25 - -[MercProfiles.xml_ID_79] -Par=bHatedTime1 -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_80] -Par=bHated2 -val=0 -typ=list -idlist=24 - -[MercProfiles.xml_ID_81] -Par=bHatedTime2 -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_82] -Par=bHated3 -val=0 -typ=list -idlist=23 - -[MercProfiles.xml_ID_83] -Par=bHatedTime3 -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_84] -Par=bHated4 -val=0 -typ=list -idlist=22 - -[MercProfiles.xml_ID_85] -Par=bHatedTime4 -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_86] -Par=bHated5 -val=0 -typ=list -idlist=21 - -[MercProfiles.xml_ID_87] -Par=bHatedTime5 -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_88] -Par=bLearnToHate -val=0 -typ=list -idlist=20 - -[MercProfiles.xml_ID_89] -Par=bLearnToHateTime -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_90] -Par=bRace -val=0 -typ=list -idlist=33 - -[MercProfiles.xml_ID_91] -Par=bNationality -val=0 -typ=list -idlist=34 - -[MercProfiles.xml_ID_92] -Par=bAppearance -val=0 -typ=list -idlist=35 - -[MercProfiles.xml_ID_93] -Par=bAppearanceCareLevel -val=0 -typ=list -idlist=36 - -[MercProfiles.xml_ID_94] -Par=bRefinement -val=0 -typ=list -idlist=37 - -[MercProfiles.xml_ID_95] -Par=bRefinementCareLevel -val=0 -typ=list -idlist=36 - -[MercProfiles.xml_ID_96] -Par=bHatedNationality -val=0 -typ=list -idlist=34 - -[MercProfiles.xml_ID_97] -Par=bHatedNationalityCareLevel -val=0 -typ=list -idlist=36 - -[MercProfiles.xml_ID_98] -Par=bRacist -val=0 -typ=list -idlist=38 - -[MercProfiles.xml_ID_99] -Par=bSexist -val=0 -typ=list -idlist=39 - -[MercProfiles.xml_ID_100] -Par=sSalary -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_101] -Par=uiWeeklySalary -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_102] -Par=uiBiWeeklySalary -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_103] -Par=bMedicalDeposit -val=0 -typ=boolean - -[MercProfiles.xml_ID_104] -Par=sMedicalDepositAmount -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_105] -Par=usOptionalGearCost -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_106] -Par=bArmourAttractiveness -val=0 -typ=value - -[MercProfiles.xml_ID_107] -Par=bMainGunAttractiveness -val=0 -typ=value - -[MercProfiles.xml_ID_108] -Par=fGoodGuy -val=0 -typ=boolean - -[MercProfiles.xml_ID_109] -Par=usApproachFactorFriendly -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_110] -Par=usApproachFactorDirect -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_111] -Par=usApproachFactorThreaten -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_112] -Par=usApproachFactorRecruit -val=0 -typ=value -min=0 -max=90000000 - -[MercProfiles.xml_ID_113] -Par=sSectorX -val=0 -typ=value - -[MercProfiles.xml_ID_114] -Par=sSectorY -val=0 -typ=list -idlist=32 - -[MercProfiles.xml_ID_115] -Par=sSectorZ -val=0 -typ=value - -[MercProfiles.xml_ID_116] -Par=ubCivilianGroup -val=0 -typ=list -idlist=19 - -[MercProfiles.xml_ID_117] -Par=bTown -val=0 -typ=list -idlist=18 - -[MercProfiles.xml_ID_118] -Par=bTownAttachment -val=0 -typ=value -min=0 -max=254 - -[MercProfiles.xml_ID_119] -Par=usBackground -val=0 -typ=list -idlist=40 -;---------------------- -;MercStartingGear.xml -;---------------------- - -[MercStartingGear.xml_ID_0] -Par=mPriceMod -val=0 -typ=value - -[MercStartingGear.xml_ID_1] -Par=mGearKitName -val=0 -typ=text - -[MercStartingGear.xml_ID_2] -Par=mAbsolutePrice -val=0 -typ=value -min=-1 -max=5000 - -[MercStartingGear.xml_ID_3] -Par=mHelmet -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_4] -Par=mHelmetStatus -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_5] -Par=mHelmetDrop -val=0 -typ=value - -[MercStartingGear.xml_ID_6] -Par=mVest -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_7] -Par=mVestDrop -val=0 -typ=value - -[MercStartingGear.xml_ID_8] -Par=mVestStatus -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_9] -Par=mLeg -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_10] -Par=mLegDrop -val=0 -typ=value - -[MercStartingGear.xml_ID_11] -Par=mLegStatus -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_12] -Par=mWeapon -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_13] -Par=mWeaponDrop -val=0 -typ=value - -[MercStartingGear.xml_ID_14] -Par=mWeaponStatus -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_15] -Par=mBig0 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_16] -Par=mBig0Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_17] -Par=mBig0Quantity -val=0 -typ=value -min=0 -max=200 - -[MercStartingGear.xml_ID_18] -Par=mBig0Drop -val=0 -typ=value - -[MercStartingGear.xml_ID_19] -Par=mBig1 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_20] -Par=mBig1Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_21] -Par=mBig1Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_22] -Par=mBig1Drop -val=0 -typ=value - -[MercStartingGear.xml_ID_23] -Par=mBig2 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_24] -Par=mBig2Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_25] -Par=mBig2Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_26] -Par=mBig2Drop -val=0 -typ=value - -[MercStartingGear.xml_ID_27] -Par=mBig3 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_28] -Par=mBig3Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_29] -Par=mBig3Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_30] -Par=mBig3Drop -val=0 -typ=value - -[MercStartingGear.xml_ID_31] -Par=mSmall0 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_32] -Par=mSmall0Status -val=0 -typ=value -min=0 -max=1000 - -[MercStartingGear.xml_ID_33] -Par=mSmall0Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_34] -Par=mSmall1 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_35] -Par=mSmall1Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_36] -Par=mSmall1Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_37] -Par=mSmall2 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_38] -Par=mSmall2Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_39] -Par=mSmall2Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_40] -Par=mSmall3 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_41] -Par=mSmall3Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_42] -Par=mSmall3Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_43] -Par=mSmall4 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_44] -Par=mSmall4Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_45] -Par=mSmall4Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_46] -Par=mSmall5 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_47] -Par=mSmall5Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_48] -Par=mSmall5Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_49] -Par=mSmall6 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_50] -Par=mSmall6Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_51] -Par=mSmall6Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_52] -Par=mSmall7 -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_53] -Par=mSmall7Status -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_54] -Par=mSmall7Quantity -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_55] -Par=lVest -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_56] -Par=lVestStatus -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_57] -Par=lLeftThigh -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_58] -Par=lLeftThighStatus -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_59] -Par=lRightThigh -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_60] -Par=lRightThighStatus -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_61] -Par=lCPack -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_62] -Par=lCPackStatus -val=0 -typ=value -min=0 -max=100 - -[MercStartingGear.xml_ID_63] -Par=lBPack -val=0 -typ=value -min=0 -max=5000 - -[MercStartingGear.xml_ID_64] -Par=lBPackStatus -val=0 -typ=value -min=0 -max=100 -;---------------------- -;MercQuote.xml -;---------------------- - -[MercQuote.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[MercQuote.xml_ID_1] -Par=Name -val=Name -typ=noedit - -[MercQuote.xml_ID_2] -Par=QuoteExpHeadShotOnly -val=0 -typ=value - -[MercQuote.xml_ID_3] -Par=QuoteExpTeamSpecific -val=0 -typ=value - -[MercQuote.xml_ID_4] -Par=QuoteExpGenderCode -val=0 -typ=value - -[MercQuote.xml_ID_5] -Par=QuoteExpGotGunOrUsedGun -val=0 -typ=value - -[MercQuote.xml_ID_6] -Par=QuoteExpPassingDislike -val=0 -typ=value - -[MercQuote.xml_ID_7] -Par=QuoteExpWitnessQueenBugDeath -val=0 -typ=value - -[MercQuote.xml_ID_8] -Par=QuoteExpWitnessDeidrannaDeath -val=0 -typ=value -;---------------------- -;SoundsProfiles.xml -;---------------------- - -[SoundsProfiles.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[SoundsProfiles.xml_ID_1] -Par=Name -val=Name -typ=noedit - -[SoundsProfiles.xml_ID_2] -Par=EnabledSound -val=0 -typ=boolean -;---------------------- -;HiddenNames.xml -;---------------------- - -[HiddenNames.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[HiddenNames.xml_ID_1] -Par=description -val=description -typ=noedit - -[HiddenNames.xml_ID_2] -Par=Hidden -val=0 -typ=boolean -;---------------------- -;Vehicles.xml -;---------------------- - -[Vehicles.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[Vehicles.xml_ID_1] -Par=Name -val=Name -typ=text_vehicle_Name - -[Vehicles.xml_ID_2] -Par=LongName -val=LongName -typ=text_vehicle_Name - -[Vehicles.xml_ID_3] -Par=ShortName -val=ShortName -typ=text_vehicle_Name - -[Vehicles.xml_ID_4] -Par=MvtTypes -val=0 -typ=list -idlist=300 - -[Vehicles.xml_ID_5] -Par=StiFaceIcon -val=0 -typ=list -idlist=303 -item0=INTERFACE\Hummer.sti -item1=INTERFACE\eldorado.sti -item2=INTERFACE\ice Cream Truck.sti - -[Vehicles.xml_ID_6] -Par=SeatingCapacities -val=0 -typ=value -min=0 -max=6 - -[Vehicles.xml_ID_7] -Par=EnterVehicleSndID -val=0 -typ=list -idlist=301 - -[Vehicles.xml_ID_8] -Par=MoveVehicleSndID -val=0 -typ=list -idlist=301 - -[Vehicles.xml_ID_9] -Par=VehicleArmourType -val=0 -typ=value - -[Vehicles.xml_ID_10] -Par=Neutral -val=0 -typ=boolean - -[Vehicles.xml_ID_11] -Par=VehicleEnabled -val=0 -typ=boolean - -[Vehicles.xml_ID_12] -Par=Pilot -val=0 -typ=list -idlist=302 -;---------------------- -;AIMAvailability.xml -;---------------------- - -[AIMAvailability.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[AIMAvailability.xml_ID_1] -Par=description -val=description -typ=noedit - -[AIMAvailability.xml_ID_2] -Par=ProfilId -val=0 -typ=value -min=-1 -max=254 - -[AIMAvailability.xml_ID_3] -Par=AimBioID -val=0 -typ=value -min=-1 -max=254 -;---------------------- -;RandomStats.xml -;---------------------- - -[RandomStats.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[RandomStats.xml_ID_1] -Par=Name -val=Name -typ=noedit - -[RandomStats.xml_ID_2] -Par=Enabled -val=0 -typ=boolean - -[RandomStats.xml_ID_3] -Par=BaseAttribute -val=49 -typ=value -min=1 -max=100 - -[RandomStats.xml_ID_4] -Par=RandomExpLevel -val=1 -typ=value -min=1 -max=9 - -[RandomStats.xml_ID_5] -Par=RandomLife -val=0 -typ=boolean - -[RandomStats.xml_ID_6] -Par=RandomAgility -val=0 -typ=boolean - -[RandomStats.xml_ID_7] -Par=RandomLeadership -val=0 -typ=boolean - -[RandomStats.xml_ID_8] -Par=RandomDexterity -val=0 -typ=boolean - -[RandomStats.xml_ID_9] -Par=RandomWisdom -val=0 -typ=boolean - -[RandomStats.xml_ID_10] -Par=RandomMarksmanship -val=0 -typ=boolean - -[RandomStats.xml_ID_11] -Par=RandomMedical -val=0 -typ=boolean - -[RandomStats.xml_ID_12] -Par=RandomMechanical -val=0 -typ=boolean - -[RandomStats.xml_ID_13] -Par=RandomExplosive -val=0 -typ=boolean - -[RandomStats.xml_ID_14] -Par=RandomScientific -val=0 -typ=boolean - -[RandomStats.xml_ID_15] -Par=RandomStrength -val=0 -typ=boolean -;---------------------- -;RPCFacesSmall.xml -;---------------------- - -[RPCFacesSmall.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[RPCFacesSmall.xml_ID_1] -Par=Name -val=none -typ=text - -[RPCFacesSmall.xml_ID_2] -Par=FaceIndex -val=0 -typ=value -min=0 -max=254 - -[RPCFacesSmall.xml_ID_3] -Par=EyesX -val=0 -typ=value -min=0 -max=200 - -[RPCFacesSmall.xml_ID_4] -Par=EyesY -val=0 -typ=value -min=0 -max=200 - -[RPCFacesSmall.xml_ID_5] -Par=MouthX -val=0 -typ=value -min=0 -max=200 - -[RPCFacesSmall.xml_ID_6] -Par=MouthY -val=0 -typ=value -min=0 -max=200 -;---------------------- -;IMPPortraits.xml -;---------------------- - -[IMPPortraits.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[IMPPortraits.xml_ID_1] -Par=PortraitId -val=0 -typ=value -min=0 -max=254 - -[IMPPortraits.xml_ID_2] -Par=bSex -val=0 -typ=list -idlist=405 - -[IMPPortraits.xml_ID_3] -Par=usEyesX -val=0 -typ=value -min=0 -max=254 - -[IMPPortraits.xml_ID_4] -Par=usEyesY -val=0 -typ=value -min=0 -max=254 - -[IMPPortraits.xml_ID_5] -Par=usMouthX -val=0 -typ=value -min=0 -max=254 - -[IMPPortraits.xml_ID_6] -Par=usMouthY -val=0 -typ=value -min=0 -max=254 - -[IMPPortraits.xml_ID_7] -Par=DefaultPants -val=TANPANTS -typ=list -idlist=400 - -[IMPPortraits.xml_ID_8] -Par=DefaultShirt -val=BLUEVEST -typ=list -idlist=401 - -[IMPPortraits.xml_ID_9] -Par=DefaultSkin -val=PINKSKIN -typ=list -idlist=402 - -[IMPPortraits.xml_ID_10] -Par=DefaultHair -val=BLACKHEAD -typ=list -idlist=403 - -[IMPPortraits.xml_ID_11] -Par=DefaultBigBody -val=0 -typ=list -idlist=404 - -[NPCInventory_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[NPCInventory_ID_1] -Par=sItemIndex -val=0 -typ=value -min=0 -max=5000 - -[NPCInventory_ID_2] -Par=ubOptimalNumber -val=0 -typ=value -min=0 -max=5000 -;---------------------- -;CivGroupNames.xml -;---------------------- - -[CivGroupNames.xml_ID_0] -Par=uiIndex - -[CivGroupNames.xml_ID_1] -Par=Enabled - -[CivGroupNames.xml_ID_2] -Par=szGroup - -[CivGroupNames.xml_ID_3] -Par=AddToBattle - -[CivGroupNames.xml_ID_4] -Par=Loyalty -;---------------------- -;OldAIMArchive.xml -;---------------------- - -[OldAIMArchive.xml_ID_0] -Par=uiIndex - -[OldAIMArchive.xml_ID_1] -Par=Name - -[OldAIMArchive.xml_ID_2] -Par=NickName - -[OldAIMArchive.xml_ID_3] -Par=Bio - -[OldAIMArchive.xml_ID_4] -Par=FaceID -;---------------------- -;MercAvailability.xml -;---------------------- - -[MercAvailability.xml_ID_0] -Par=uiIndex -typ=noedit - -[MercAvailability.xml_ID_1] -Par=Name -typ=text - -[MercAvailability.xml_ID_2] -Par=Drunk -val=0 -typ=boolean - -[MercAvailability.xml_ID_3] -Par=uiAlternateIndex -typ=value -min=-1 -max=254 - -[MercAvailability.xml_ID_4] -Par=StartMercsAvailable -val=0 -typ=boolean - -[MercAvailability.xml_ID_5] -Par=NewMercsAvailable -val=0 -typ=boolean - -[MercAvailability.xml_ID_6] -Par=MercBioID -typ=value -min=0 -max=254 - -[MercAvailability.xml_ID_7] -Par=ProfilId -typ=list -idlist=43 - -[MercAvailability.xml_ID_8] -Par=usMoneyPaid -typ=value -min=0 -max=9000000 - -[MercAvailability.xml_ID_9] -Par=usDay -typ=value -min=0 -max=254 -;-------------------- -;Backgrounds.xml -;-------------------- - -[Backgrounds.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[Backgrounds.xml_ID_1] -Par=szName -val=0 -typ=text - -[Backgrounds.xml_ID_2] -Par=szShortName -val=0 -typ=text - -[Backgrounds.xml_ID_3] -Par=szDescription -val=0 -typ=text - -[Backgrounds.xml_ID_4] -Par=ap_polar -val=0 -typ=value -min=-8 -max=8 - -[Backgrounds.xml_ID_5] -Par=ap_desert -val=0 -typ=value -min=-8 -max=8 - -[Backgrounds.xml_ID_6] -Par=ap_swamp -val=0 -typ=value -min=-8 -max=8 - -[Backgrounds.xml_ID_7] -Par=ap_urban -val=0 -typ=value -min=-8 -max=8 - -[Backgrounds.xml_ID_8] -Par=ap_river -val=0 -typ=value -min=-8 -max=8 - -[Backgrounds.xml_ID_9] -Par=ap_coastal -val=0 -typ=value -min=-8 -max=8 - -[Backgrounds.xml_ID_10] -Par=ap_tropical -val=0 -typ=value -min=-8 -max=8 - -[Backgrounds.xml_ID_11] -Par=ap_mountain -val=0 -typ=value -min=-8 -max=8 - -[Backgrounds.xml_ID_12] -Par=agility -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_13] -Par=strength -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_14] -Par=dexterity -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_15] -Par=mechanical -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_16] -Par=medical -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_17] -Par=wisdom -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_18] -Par=explosives -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_19] -Par=leadership -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_20] -Par=marksmanship -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_21] -Par=ap_height -val=0 -typ=value -min=-8 -max=8 - -[Backgrounds.xml_ID_22] -Par=ap_swimming -val=0 -typ=value -min=-40 -max=40 - -[Backgrounds.xml_ID_23] -Par=ap_fortify -val=0 -typ=value -min=-40 -max=40 - -[Backgrounds.xml_ID_24] -Par=ap_artillery -val=0 -typ=value -min=-40 -max=40 - -[Backgrounds.xml_ID_25] -Par=ap_inventory -val=0 -typ=value -min=-40 -max=40 - -[Backgrounds.xml_ID_26] -Par=ap_airdrop -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_27] -Par=ap_assault -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_28] -Par=travel_foot -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_29] -Par=travel_car -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_30] -Par=travel_air -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_31] -Par=travel_boat -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_32] -Par=resistance_poison -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_33] -Par=resistance_fear -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_34] -Par=resistance_suppression -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_35] -Par=resistance_physical -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_36] -Par=resistance_alcohol -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_37] -Par=interrogation -val=0 -typ=value -min=-50 -max=300 - -[Backgrounds.xml_ID_38] -Par=prisonguard -val=0 -typ=value -min=-50 -max=300 - -[Backgrounds.xml_ID_39] -Par=betterprices_guns -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_40] -Par=betterprices -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_41] -Par=capitulation -val=0 -typ=value -min=-50 -max=100 - -[Backgrounds.xml_ID_42] -Par=speed_run -val=0 -typ=value -min=-50 -max=50 - -[Backgrounds.xml_ID_43] -Par=speed_bandaging -val=0 -typ=value -min=-50 -max=50 - -[Backgrounds.xml_ID_44] -Par=drink_energyregen -val=0 -typ=value -min=-80 -max=300 - -[Backgrounds.xml_ID_45] -Par=carrystrength -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_46] -Par=food -val=0 -typ=value -min=-50 -max=100 - -[Backgrounds.xml_ID_47] -Par=water -val=0 -typ=value -min=-50 -max=100 - -[Backgrounds.xml_ID_48] -Par=sleep -val=0 -typ=value -min=-1 -max=1 - -[Backgrounds.xml_ID_49] -Par=meleedamage -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_50] -Par=cth_blades -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_51] -Par=camo -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_52] -Par=stealth -val=0 -typ=value -min=-20 -max=20 - -[Backgrounds.xml_ID_53] -Par=increased_maxcth -val=0 -typ=value -min=-5 -max=5 - -[Backgrounds.xml_ID_54] -Par=hearing_night -val=0 -typ=value -min=-5 -max=2 - -[Backgrounds.xml_ID_55] -Par=hearing_day -val=0 -typ=value -min=-5 -max=2 - -[Backgrounds.xml_ID_56] -Par=disarm_trap -val=0 -typ=value -min=-50 -max=50 - -[Backgrounds.xml_ID_57] -Par=approach_friendly -val=0 -typ=value -min=-50 -max=20 - -[Backgrounds.xml_ID_58] -Par=approach_direct -val=0 -typ=value -min=-50 -max=20 - -[Backgrounds.xml_ID_59] -Par=approach_threaten -val=0 -typ=value -min=-50 -max=20 - -[Backgrounds.xml_ID_60] -Par=approach_recruit -val=0 -typ=value -min=-50 -max=20 - -[Backgrounds.xml_ID_61] -Par=breachingcharge -val=0 -typ=value -min=-100 -max=100 - -[Backgrounds.xml_ID_62] -Par=cth_vs_creatures -val=0 -typ=value -min=-10 -max=10 - -[Backgrounds.xml_ID_63] -Par=insurance -val=0 -typ=value -min=-50 -max=200 - -[Backgrounds.xml_ID_64] -Par=spotter -val=0 -typ=value -min=-30 -max=30 - -[Backgrounds.xml_ID_65] -Par=druguse -val=0 -typ=boolean - -[Backgrounds.xml_ID_66] -Par=xenophobic -val=0 -typ=boolean - -[Backgrounds.xml_ID_67] -Par=level_underground -val=0 -typ=boolean - -[Backgrounds.xml_ID_68] -Par=scrounging -val=0 -typ=boolean - -[Backgrounds.xml_ID_69] -Par=traplevel -val=0 -typ=boolean - -[Backgrounds.xml_ID_70] -Par=corruptionspread -val=0 -typ=boolean - -[Backgrounds.xml_ID_71] -Par=no_male -val=0 -typ=boolean - -[Backgrounds.xml_ID_72] -Par=no_female -val=0 -typ=boolean -;---------------------- -;Items.xml -;---------------------- - -[Items.xml_ID_0] -Par=uiIndex - -[Items.xml_ID_1] -Par=szItemName - -[Items.xml_ID_2] -Par=szLongItemName - -[Items.xml_ID_3] -Par=szItemDesc - -[Items.xml_ID_4] -Par=szBRName - -[Items.xml_ID_5] -Par=szBRDesc -;---------------------- -;Merchants.xml -;---------------------- - -[Merchants.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[Merchants.xml_ID_1] -Par=szName -val=0 -typ=text - -[Merchants.xml_ID_2] -Par=dBuyModifier -typ=text -val=0 - -[Merchants.xml_ID_3] -Par=dSellModifier -typ=text -val=0 - -[Merchants.xml_ID_4] -Par=ubShopKeeperID -val=0 -typ=list -idlist=22 - -[Merchants.xml_ID_5] -Par=ubTypeOfArmsDealer -typ=list -idlist=41 -val=0 - -[Merchants.xml_ID_6] -Par=iInitialCash -typ=value -min=0 -max=5000000 - -[Merchants.xml_ID_7] -Par=uiFlags -typ=list -idlist=42 -val=0 - -[Merchants.xml_ID_8] -Par=dailyIncrement -typ=value -min=0 -max=5000000 - -[Merchants.xml_ID_9] -Par=dailyMaximum -typ=value -min=0 -max=5000000 - -[Merchants.xml_ID_10] -Par=dailyRetained -typ=value -min=-500000 -max=5000000 - -[Merchants.xml_ID_11] -Par=minCoolness -typ=value -min=-500000 -max=5000000 - -[Merchants.xml_ID_12] -Par=maxCoolness -typ=value -min=-500000 -max=5000000 - -[Merchants.xml_ID_13] -Par=addToCoolness -typ=value -min=-500000 -max=5000000 - -[Merchants.xml_ID_14] -Par=coolnessProgressRate -typ=value -min=-500000 -max=5000000 - -[Merchants.xml_ID_15] -Par=daysDelayMin -typ=value -min=0 -max=5000000 - -[Merchants.xml_ID_16] -Par=daysDelayMax -typ=value -min=0 -max=5000000 - -[Merchants.xml_ID_17] -Par=useBRSetting -typ=value -min=0 -max=5000000 - -[Merchants.xml_ID_18] -Par=allInventoryAlwaysAvailable -typ=value -min=0 -max=5000000 -;---------------------- -;CampaignStatsEvents.xml -;---------------------- - -[CampaignStatsEvents.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[CampaignStatsEvents.xml_ID_1] -Par=szText0 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_2] -Par=szText1 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_3] -Par=szText2 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_4] -Par=szText3 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_5] -Par=szText4 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_6] -Par=szText5 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_7] -Par=szText6 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_8] -Par=szText7 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_9] -Par=szText8 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_10] -Par=szText9 -val=0 -typ=text - -[CampaignStatsEvents.xml_ID_11] -Par=usCityTaken -typ=list -idlist=18 -;---------------------- -;EnemyNames.xml -;---------------------- - -[EnemyNames.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[EnemyNames.xml_ID_1] -Par=Enabled -val=0 -typ=boolean - -[EnemyNames.xml_ID_2] -Par=Sector -val=0 -typ=list -idlist=32 - -[EnemyNames.xml_ID_3] -Par=szGroup -val=0 -typ=text -;---------------------- -=EnemyRank.xml -;---------------------- - -[EnemyRank.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[EnemyNames.xml_ID_1] -Par=Enabled -val=0 -typ=boolean - -[EnemyNames.xml_ID_2] -Par=ExpLevel -val=0 -typ=boolean - -[EnemyNames.xml_ID_3] -Par=szRank -val=0 -typ=text -;---------------------- -;FaceGear.xml -;---------------------- - -[FaceGear.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[FaceGear.xml_ID_1] -Par=Type -typ=list -idlist=43 - -[FaceGear.xml_ID_2] -Par=szFile -val=0 -typ=text -;---------------------- -;LoadScreenHints.xml -;---------------------- - -[LoadScreenHints.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[LoadScreenHints.xml_ID_1] -Par=szName -val=0 -typ=text - -[LoadScreenHints.xml_ID_2] -Par=lore -val=0 -typ=boolean - -[LoadScreenHints.xml_ID_3] -Par=weapons -val=0 -typ=boolean - -[LoadScreenHints.xml_ID_4] -Par=items -val=0 -typ=boolean - -[LoadScreenHints.xml_ID_5] -Par=keybind -val=0 -typ=boolean - -[LoadScreenHints.xml_ID_6] -Par=food -val=0 -typ=boolean - -[LoadScreenHints.xml_ID_7] -Par=zombie -val=0 -typ=boolean - -[LoadScreenHints.xml_ID_8] -Par=overheat -val=0 -typ=boolean - -[LoadScreenHints.xml_ID_9] -Par=ncth -val=0 -typ=boolean - -[LoadScreenHints.xml_ID_10] -Par=covertops -val=0 -typ=boolean -;---------------------- -;SquadNames.xml -;---------------------- - -[SquadNames.xml_ID_0] -Par=uiIndex -val=0 -typ=noedit - -[SquadNames.xml_ID_1] -Par=Squad -val=0 -typ=text diff --git a/Tools/Merc Profile Editor/Share/history_files.ini b/Tools/Merc Profile Editor/Share/history_files.ini deleted file mode 100644 index cc07ffc33..000000000 --- a/Tools/Merc Profile Editor/Share/history_files.ini +++ /dev/null @@ -1,51 +0,0 @@ -[History Files] -1=C:\stuff\1.13\Game\JA2 1.13 EN (Actual)\Data-1.13 -2=C:\stuff\1.13\Game\JA2 1.13 EN (Actual) -3=C:\stuff\1.13\Game\JA2 1.13 EN (Actual)\Data-1.13\TableData -4= -5= -6= -7= -8= -9= -10= -11= -12= -13= -14= -15= -16= -17= -18= -19= -20= -21= -22= -23= -24= -25= -26= -27= -28= -29= -30= -31= -32= -33= -34= -35= -36= -37= -38= -39= -40= -41= -42= -43= -44= -45= -46= -47= -48= -49= -50= diff --git a/Tools/Merc Profile Editor/languages/MPE.cn.po b/Tools/Merc Profile Editor/languages/MPE.cn.po deleted file mode 100644 index 2367deed9..000000000 --- a/Tools/Merc Profile Editor/languages/MPE.cn.po +++ /dev/null @@ -1,1390 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: mpe-en\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"X-Generator: Poedit 1.6.5\n" - -#: teditprofform.bitbtn1.caption -msgid "Zmień" -msgstr "Change" - -#: teditprofform.button1.caption -msgid "Więcej opcji" -msgstr "More options..." - -#: teditprofform.buttonpanel1.cancelbutton.caption -msgid "Anuluj" -msgstr "Cancel" - -#: teditprofform.buttonpanel1.closebutton.caption -msgid "Z&amknij" -msgstr "Close" - -#: teditprofform.buttonpanel1.helpbutton.caption -msgid "P&omoc" -msgstr "H&elp" - -#: teditprofform.buttonpanel1.okbutton.caption -msgid "&Change" -msgstr "&Change" - -#: teditprofform.caption -msgctxt "teditprofform.caption" -msgid "Edytuj" -msgstr "Edit" - -#: teditprofform.label1.caption -msgid "Gear" -msgstr "Gear" - -#: teditprofform.label2.caption -msgid "Uwaga! Imiona i ksywki są tu wyświetlane tylko dla angielskiej wersji." -msgstr "Names and nick are displayed only for the English version." - -#: teditprofform.listview1.columns[0].caption -msgid "Parametr" -msgstr "Parameter" - -#: teditprofform.listview1.columns[1].caption -msgid "Wartosc" -msgstr "Value" - -#: teditprofform.listview1.hint -msgctxt "teditprofform.listview1.hint" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: teditprofform.menuitem1.caption -msgid "Dodaj rekord" -msgstr "Add record" - -#: teditprofform.menuitem10.caption -msgctxt "TEDITPROFFORM.MENUITEM10.CAPTION" -msgid "-" -msgstr "-" - -#: teditprofform.menuitem2.caption -msgid "Usuń rekord" -msgstr "Delete record" - -#: teditprofform.menuitem3.caption -msgid "Edycja nazw" -msgstr "The edition of names" - -#: teditprofform.menuitem4.caption -msgid "Dodaj nowy parametr" -msgstr "Add the new parameter" - -#: teditprofform.menuitem9.caption -msgctxt "TEDITPROFFORM.MENUITEM9.CAPTION" -msgid "-" -msgstr "-" - -#: tedycjapliku.caption -msgid "Edycja\\Podgląd pliku" -msgstr "View\\Edit file" - -#: teksportform.caption -msgid "Eksportuj plik" -msgstr "Export file" - -#: teksportform.label1.caption -msgctxt "teksportform.label1.caption" -msgid "Wybierz plik" -msgstr "File" - -#: tform1.bitbtn1.caption -msgctxt "tform1.bitbtn1.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.bitbtn2.caption -msgid "Shop Inventory" -msgstr "Shop Inventory" - -#: tform1.caption -#| msgid "MPE 2.0 Beta 2" -msgid "MPE 2.0" -msgstr "MPE 2.0" - -#: tform1.checkbox1.caption -msgid "HiddenNames" -msgstr "HiddenNames" - -#: tform1.checkbox2.caption -msgid "Sounds Enabled" -msgstr "Sounds Enabled" - -#: tform1.checkbox3.caption -msgid "AIMAvailability" -msgstr "AIMAvailability" - -#: tform1.groupbox1.caption -msgid "Loading..." -msgstr "Loading..." - -#: tform1.label1.caption -msgid "Aim BIO" -msgstr "Aim BIO" - -#: tform1.label2.caption -msgid "Typ" -msgstr "Typ" - -#: tform1.label3.caption -msgid "Label3" -msgstr "Label3" - -#: tform1.label4.caption -msgid "Label4" -msgstr "Label4" - -#: tform1.label5.caption -msgid "Wait...." -msgstr "Wait...." - -#: tform1.label6.caption -msgctxt "tform1.label6.caption" -msgid "Name" -msgstr "Name" - -#: tform1.menuitem1.caption -msgid "Plik" -msgstr "File" - -#: tform1.menuitem10.caption -msgctxt "TFORM1.MENUITEM10.CAPTION" -msgid "O programie" -msgstr "About" - -#: tform1.menuitem11.caption -msgid "XML" -msgstr "XML" - -#: tform1.menuitem12.caption -msgid "CivGroupNames.xml" -msgstr "CivGroupNames.xml" - -#: tform1.menuitem13.caption -msgid "IMPPortraits.xml" -msgstr "IMPPortraits.xml" - -#: tform1.menuitem14.caption -msgid "OldAIMArchive.xml" -msgstr "OldAIMArchive.xml" - -#: tform1.menuitem15.caption -msgid "EmailSenderNameList.xml" -msgstr "EmailSenderNameList.xml" - -#: tform1.menuitem16.caption -msgid "MercAvailability.xml" -msgstr "MercAvailability.xml" - -#: tform1.menuitem17.caption -msgid "RPCFacesSmall.xml" -msgstr "RPCFacesSmall.xml" - -#: tform1.menuitem18.caption -msgid "EmailMercAvailable.xml" -msgstr "EmailMercAvailable.xml" - -#: tform1.menuitem19.caption -msgid "EmailMercLevelUp.xml" -msgstr "EmailMercLevelUp.xml" - -#: tform1.menuitem2.caption -msgctxt "tform1.menuitem2.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem20.caption -msgid "Vehicles Names (Vehicles.xml)" -msgstr "Vehicles Names (Vehicles.xml)" - -#: tform1.menuitem21.caption -msgctxt "tform1.menuitem21.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.menuitem22.caption -msgid "Eksportuj do.." -msgstr "Export to..." - -#: tform1.menuitem23.caption -msgctxt "TFORM1.MENUITEM23.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem24.caption -msgid "TableData.7z" -msgstr "TableData.7z" - -#: tform1.menuitem25.caption -msgctxt "TFORM1.MENUITEM25.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem26.caption -msgctxt "TFORM1.MENUITEM26.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.menuitem27.caption -msgctxt "tform1.menuitem27.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem28.caption -msgctxt "TFORM1.MENUITEM28.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem29.caption -msgctxt "tform1.menuitem29.caption" -msgid "-" -msgstr "-" - -#: tform1.menuitem3.caption -msgctxt "tform1.menuitem3.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.menuitem30.caption -msgctxt "TFORM1.MENUITEM30.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem31.caption -msgid "Indeks..." -msgstr "Index..." - -#: tform1.menuitem32.caption -msgid "Backgrounds.xml" -msgstr "Backgrounds.xml" - -#: tform1.menuitem33.caption -msgid "Merchants.xml" -msgstr "Merchants.xml" - -#: tform1.menuitem34.caption -msgctxt "tform1.menuitem34.caption" -msgid "Logi" -msgstr "Logs" - -#: tform1.menuitem35.caption -msgid "Ekportuj plik..." -msgstr "Export file..." - -#: tform1.menuitem36.caption -msgid "Importuj plik do projektu" -msgstr "Import file to project" - -#: tform1.menuitem37.caption -msgctxt "TFORM1.MENUITEM37.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem39.caption -msgctxt "TFORM1.MENUITEM39.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem4.caption -msgctxt "TFORM1.MENUITEM4.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem5.caption -msgctxt "tform1.menuitem5.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.menuitem6.caption -msgctxt "tform1.menuitem6.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs<" - -#: tform1.menuitem7.caption -msgctxt "tform1.menuitem7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.menuitem8.caption -msgid "New Item8" -msgstr "New Item8" - -#: tform1.menuitem9.caption -msgid "Pomoc" -msgstr "Help" - -#: tform1.openprojects.caption -msgctxt "tform1.openprojects.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.panel2.caption -msgid "Panel2" -msgstr "Panel2" - -#: tform1.panel3.caption -msgid "Panel3" -msgstr "Panel3" - -#: tform1.speedbutton1.caption -msgctxt "tform1.speedbutton1.caption" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton1.hint -msgctxt "TFORM1.SPEEDBUTTON1.HINT" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton10.caption -msgctxt "tform1.speedbutton10.caption" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton10.hint -msgctxt "TFORM1.SPEEDBUTTON10.HINT" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton11.caption -msgctxt "tform1.speedbutton11.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton11.hint -msgctxt "tform1.speedbutton11.hint" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton2.caption -msgid "?" -msgstr "?" - -#: tform1.speedbutton3.caption -msgctxt "tform1.speedbutton3.caption" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton3.hint -msgctxt "TFORM1.SPEEDBUTTON3.HINT" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton4.caption -msgctxt "tform1.speedbutton4.caption" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton4.hint -msgctxt "TFORM1.SPEEDBUTTON4.HINT" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton5.caption -msgctxt "tform1.speedbutton5.caption" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton5.hint -msgctxt "TFORM1.SPEEDBUTTON5.HINT" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton6.caption -msgid "Merc" -msgstr "Merc" - -#: tform1.speedbutton8.caption -msgctxt "tform1.speedbutton8.caption" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton8.hint -msgctxt "TFORM1.SPEEDBUTTON8.HINT" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton9.caption -msgctxt "tform1.speedbutton9.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.speedbutton9.hint -msgctxt "tform1.speedbutton9.hint" -msgid "Nazwy" -msgstr "Names" - -#: tform1.statusbar1.panels[0].text -msgid "Index" -msgstr "Index" - -#: tform1.tabsheet1.caption -msgctxt "tform1.tabsheet1.caption" -msgid "Narzędzia" -msgstr "Tools" - -#: tform1.tabsheet10.caption -msgid "Lookup" -msgstr "Lookup" - -#: tform1.tabsheet11.caption -msgctxt "tform1.tabsheet11.caption" -msgid "Map" -msgstr "Map" - -#: tform1.tabsheet12.caption -msgid "MapAction" -msgstr "MapAction" - -#: tform1.tabsheet13.caption -msgid "Multiplayer" -msgstr "Multiplayer" - -#: tform1.tabsheet14.caption -msgctxt "tform1.tabsheet14.caption" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.tabsheet15.caption -msgid "Profiles" -msgstr "Profiles" - -#: tform1.tabsheet16.caption -msgctxt "tform1.tabsheet16.caption" -msgid "Sounds" -msgstr "Sounds" - -#: tform1.tabsheet2.caption -msgctxt "tform1.tabsheet2.caption" -msgid "Edycja" -msgstr "Edit" - -#: tform1.tabsheet3.caption -msgid "XML1" -msgstr "XML1" - -#: tform1.tabsheet4.caption -msgctxt "tform1.tabsheet4.caption" -msgid "TableData" -msgstr "TableData" - -#: tform1.tabsheet5.caption -msgid "Army" -msgstr "Army" - -#: tform1.tabsheet6.caption -msgid "BriefingRoom" -msgstr "BriefingRoom" - -#: tform1.tabsheet7.caption -msgctxt "tform1.tabsheet7.caption" -msgid "Email" -msgstr "Email" - -#: tform1.tabsheet8.caption -msgctxt "tform1.tabsheet8.caption" -msgid "Inventory" -msgstr "Inventory" - -#: tform1.tabsheet9.caption -msgid "Layout" -msgstr "Layout" - -#: tform1.toolbar1.caption -msgctxt "tform1.toolbar1.caption" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tform1.toolbar3.caption -msgctxt "tform1.toolbar3.caption" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbar5.caption -msgctxt "TFORM1.TOOLBAR5.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbaremail.caption -msgid "ToolBarEmail" -msgstr "ToolBarEmail" - -#: tform1.toolbarnpcinventory.caption -msgid "ToolBar" -msgstr "ToolBar" - -#: tform1.toolbartabledata.caption -msgctxt "TFORM1.TOOLBARTABLEDATA.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbutton1.caption -msgctxt "tform1.toolbutton1.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton1.hint -msgctxt "tform1.toolbutton1.hint" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton10.caption -msgid "OldAIMArchive" -msgstr "OldAIMArchive" - -#: tform1.toolbutton11.caption -msgid "Wytnij" -msgstr "Cut" - -#: tform1.toolbutton12.caption -msgid "Wklej" -msgstr "Paste" - -#: tform1.toolbutton13.caption -msgctxt "tform1.toolbutton13.caption" -msgid "Kopiuj" -msgstr "Copy" - -#: tform1.toolbutton14.caption -msgctxt "tform1.toolbutton14.caption" -msgid "Usuń" -msgstr "Delete" - -#: tform1.toolbutton15.caption -msgid "MercAvailability" -msgstr "MercAvailability" - -#: tform1.toolbutton16.caption -msgctxt "tform1.toolbutton16.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton16.hint -msgctxt "TFORM1.TOOLBUTTON16.HINT" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton17.caption -msgid "ToolButton17" -msgstr "ToolButton17" - -#: tform1.toolbutton18.caption -msgctxt "tform1.toolbutton18.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.toolbutton19.caption -msgid "ToolButton19" -msgstr "ToolButton19" - -#: tform1.toolbutton2.caption -msgctxt "tform1.toolbutton2.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton2.hint -msgctxt "tform1.toolbutton2.hint" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton20.caption -msgid "ToolButton20" -msgstr "ToolButton20" - -#: tform1.toolbutton21.caption -msgctxt "tform1.toolbutton21.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.toolbutton22.caption -msgid "EmailSenderNameList" -msgstr "EmailSenderNameList" - -#: tform1.toolbutton23.caption -msgid "EmailMercAvailable" -msgstr "EmailMercAvailable" - -#: tform1.toolbutton24.caption -msgctxt "tform1.toolbutton24.caption" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton24.hint -msgctxt "TFORM1.TOOLBUTTON24.HINT" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton25.caption -msgctxt "tform1.toolbutton25.caption" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton25.hint -msgctxt "TFORM1.TOOLBUTTON25.HINT" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton26.caption -msgid "ToolButton26" -msgstr "ToolButton26" - -#: tform1.toolbutton27.caption -#| msgid "ToolButton27" -msgctxt "tform1.toolbutton27.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.toolbutton28.caption -#| msgid "ToolButton28" -msgctxt "tform1.toolbutton28.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.toolbutton29.caption -msgid "EmailMercLevelUp" -msgstr "EmailMercLevelUp" - -#: tform1.toolbutton3.caption -msgid "CivGroupNames" -msgstr "CivGroupNames" - -#: tform1.toolbutton30.caption -msgctxt "TFORM1.TOOLBUTTON30.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.toolbutton31.caption -msgid "Backgrounds" -msgstr "Backgrounds" - -#: tform1.toolbutton32.caption -msgid "CampaignStatsEvents" -msgstr "CampaignStatsEvents" - -#: tform1.toolbutton33.caption -msgid "Merchants" -msgstr "Merchants" - -#: tform1.toolbutton34.caption -msgid "LoadScreenHints" -msgstr "LoadScreenHints" - -#: tform1.toolbutton35.caption -msgid "EnemyNames" -msgstr "EnemyNames" - -#: tform1.toolbutton36.caption -msgid "EnemyRank" -msgstr "EnemyRank" - -#: tform1.toolbutton37.caption -msgid "FaceGear.xml" -msgstr "FaceGear.xml" - -#: tform1.toolbutton38.caption -msgid "SquadNames.xml" -msgstr "SquadNames.xml" - -#: tform1.toolbutton39.caption -msgctxt "tform1.toolbutton39.caption" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton39.hint -msgctxt "TFORM1.TOOLBUTTON39.HINT" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton4.caption -msgctxt "tform1.toolbutton4.caption" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton4.hint -msgctxt "TFORM1.TOOLBUTTON4.HINT" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton40.caption -msgctxt "tform1.toolbutton40.caption" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton40.hint -msgctxt "TFORM1.TOOLBUTTON40.HINT" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton41.caption -msgctxt "tform1.toolbutton41.caption" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton41.hint -msgctxt "TFORM1.TOOLBUTTON41.HINT" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton5.caption -msgctxt "tform1.toolbutton5.caption" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton5.hint -msgctxt "TFORM1.TOOLBUTTON5.HINT" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton6.caption -msgctxt "tform1.toolbutton6.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton6.hint -msgctxt "TFORM1.TOOLBUTTON6.HINT" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton7.caption -msgctxt "tform1.toolbutton7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton7.hint -msgctxt "tform1.toolbutton7.hint" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton8.caption -msgid "ToolButton8" -msgstr "ToolButton8" - -#: tform1.toolbutton9.caption -msgid "IMPPortraits" -msgstr "IMPPortraits" - -#: tform11.button1.caption -msgid "Add" -msgstr "Add" - -#: tform11.button2.caption -msgctxt "TFORM11.BUTTON2.CAPTION" -msgid "Exit" -msgstr "Exit" - -#: tform11.button3.caption -msgid "Delete" -msgstr "Delete" - -#: tform11.button4.caption -msgid "import" -msgstr "import" - -#: tform11.caption -msgid "IMP Portraits (IMPPortraits.xml)" -msgstr "IMP Portraits (IMPPortraits.xml)" - -#: tform15.button1.caption -msgid "Ok" -msgstr "Ok" - -#: tform15.caption -msgid "MERCAvailability.xml" -msgstr "MERCAvailability.xml" - -#: tform15.label89.caption -msgid "StartMercsAvailable" -msgstr "StartMercsAvailable" - -#: tform15.label90.caption -msgid "NewMercsAvailable" -msgstr "NewMercsAvailable" - -#: tform15.label91.caption -msgid "MoneyPaid" -msgstr "MoneyPaid" - -#: tform15.label92.caption -msgid "Day" -msgstr "Day" - -#: tform15.label93.caption -msgid "Drunk" -msgstr "Drunk" - -#: tform15.label94.caption -msgid "AlternateIndex" -msgstr "AlternateIndex" - -#: tform15.label95.caption -msgid "MERC Bio ID (MERCBIOS.EDT)" -msgstr "MERC Bio ID (MERCBIOS.EDT)" - -#: tform15.listview2.columns[0].caption -msgid "Profil ID" -msgstr "Profil ID" - -#: tform15.listview2.columns[1].caption -msgid "MERC ID" -msgstr "MERC ID" - -#: tform15.listview2.columns[2].caption -msgid "Nick" -msgstr "Nick" - -#: tform2.caption -msgctxt "TFORM2.CAPTION" -msgid "Edit" -msgstr "Edit" - -#: tform2.checkbox1.caption -msgid "CheckBox1" -msgstr "CheckBox1" - -#: tform2.combobox1.text -msgid "ComboBox1" -msgstr "ComboBox1" - -#: tform2.edit1.text -msgid "Edit1" -msgstr "Edit1" - -#: tform2.label1.caption -msgctxt "TFORM2.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.buttonpanel1.okbutton.caption -msgctxt "tform4.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tform4.caption -msgctxt "TFORM4.CAPTION" -msgid "Edycja" -msgstr "Edition" - -#: tform4.checkbox1.caption -msgid "Zmień i zapisz we wszytkich plikach lokalizacyjnych." -msgstr "Change and write down in all translational files." - -#: tform4.checkbox2.caption -msgid "CheckBox2" -msgstr "CheckBox2" - -#: tform4.checkbox3.caption -msgctxt "tform4.checkbox3.caption" -msgid "CheckBox3" -msgstr "CheckBox3" - -#: tform4.checkbox4.caption -msgid "CheckBox4" -msgstr "CheckBox4" - -#: tform4.label1.caption -msgctxt "TFORM4.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.label2.caption -msgctxt "TFORM4.LABEL2.CAPTION" -msgid "Label2" -msgstr "Label2" - -#: tform4.labelededit1.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "Name" -msgstr "Name" - -#: tform4.labelededit2.editlabel.caption -msgctxt "tform4.labelededit2.editlabel.caption" -msgid "NickName" -msgstr "NickName" - -#: tform4.labelededit3.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NickName" -msgstr "NickName" - -#: tform5.caption -msgid "Form5" -msgstr "Form5" - -#: tform5.label1.caption -msgid "Load" -msgstr "Load" - -#: tform5.label2.caption -msgid "v2.0 Beta 2" -msgstr "v2.0" - -#: tform6.button1.caption -msgid "OK" -msgstr "OK" - -#: tform6.button2.caption -msgid "Cancel" -msgstr "Cancel" - -#: tform6.button3.caption -msgid "Delete face" -msgstr "Delete face" - -#: tform6.caption -msgid "RPC\\EPC Small Face (RPCFacesSmall.xml)" -msgstr "RPC\\EPC Small Face (RPCFacesSmall.xml)" - -#: tform6.label1.caption -msgid "FaceIndex" -msgstr "FaceIndex" - -#: tform6.label3.caption -msgid "EyesX" -msgstr "EyesX" - -#: tform6.label4.caption -msgid "EyesY" -msgstr "EyesY" - -#: tform6.label5.caption -msgid "MouthX" -msgstr "MouthX" - -#: tform6.label6.caption -msgid "MouthY" -msgstr "MouthY" - -#: tform6.listview1.hint -msgctxt "TFORM6.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformbrakujacepliki.caption -msgctxt "TFORMBRAKUJACEPLIKI.CAPTION" -msgid "Info" -msgstr "Info" - -#: tformbrakujacepliki.label1.caption -msgid "Dodawanie nowych plików do projektu..." -msgstr "The addition of new files to the project..." - -#: tformcopy.buttonpanel1.okbutton.caption -msgctxt "TFORMCOPY.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "Kopiuj" -msgstr "Copy" - -#: tformcopy.caption -msgid "Kopiuj zawartosc" -msgstr "Copy content" - -#: tformcopy.label1.caption -msgid "Z" -msgstr "From" - -#: tformcopy.label2.caption -msgid "Do" -msgstr "To" - -#: tformemail.buttonpanel1.cancelbutton.caption -msgid "Wyjdź" -msgstr "Exit" - -#: tformemail.buttonpanel1.okbutton.caption -msgid "&Zapisz" -msgstr "&Save" - -#: tformemail.caption -msgctxt "TFORMEMAIL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformemail.listview1.hint -msgctxt "TFORMEMAIL.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformemail.menuitem1.caption -msgid "Kopiowanie z \"pliku1\" do \"pliku2\"" -msgstr "Copies from \"file1\" to \"file2\"" - -#: tformemail.toolbar3.caption -msgctxt "TFORMEMAIL.TOOLBAR3.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tformemail.toolbutton1.caption -msgid "ToolButton1" -msgstr "ToolButton1" - -#: tformemail.toolbutton11.caption -msgctxt "TFORMEMAIL.TOOLBUTTON11.CAPTION" -msgid "Narzędzia" -msgstr "Tools" - -#: tformemail.toolbutton2.caption -msgid "Dodaj" -msgstr "Add" - -#: tformemail.toolbutton3.caption -msgctxt "TFORMEMAIL.TOOLBUTTON3.CAPTION" -msgid "Usuń" -msgstr "Delete" - -#: tformlog.bitbtn1.caption -msgctxt "TFORMLOG.BITBTN1.CAPTION" -msgid "Zapisz" -msgstr "Save" - -#: tformlog.caption -msgctxt "TFORMLOG.CAPTION" -msgid "Logi" -msgstr "Logs" - -#: tformnew.buttonpanel1.okbutton.caption -msgctxt "TFORMNEW.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformnew.caption -msgctxt "TFORMNEW.CAPTION" -msgid "Projekt" -msgstr "Projekt" - -#: tformnew.checkbox1.caption -msgctxt "tformnew.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Pliki językowe" - -#: tformnew.checkbox2.caption -msgid "UB Files" -msgstr "UB Files" - -#: tformnew.label1.caption -msgctxt "tformnew.label1.caption" -msgid "" -"Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie mozliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: tformnew.label2.caption -msgctxt "tformnew.label2.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: tformnew.labelededit1.editlabel.caption -msgctxt "tformnew.labelededit1.editlabel.caption" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: tformnew.listview1.columns[0].caption -msgctxt "TFORMNEW.LISTVIEW1.COLUMNS[0].CAPTION" -msgid "Name" -msgstr "Name" - -#: tformnew.listview1.columns[1].caption -msgid "Dir" -msgstr "Dir" - -#: tformnew.listview1.columns[2].caption -msgid "UB" -msgstr "UB" - -#: tformnew.speedbutton1.caption -msgctxt "tformnew.speedbutton1.caption" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: tformnew.tabsheet1.caption -msgctxt "TFORMNEW.TABSHEET1.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformnew.tabsheet2.caption -msgid "Nowy projekt" -msgstr "New Project" - -#: tformopcje.buttonpanel1.closebutton.caption -msgid "&Close" -msgstr "&Close" - -#: tformopcje.buttonpanel1.okbutton.caption -msgid "&Ok" -msgstr "&Ok" - -#: tformopcje.caption -msgctxt "TFORMOPCJE.CAPTION" -msgid "Opcje programu" -msgstr "Settings" - -#: tformopcje.label1.caption -msgctxt "tformopcje.label1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.labelededit1.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "TableData" -msgstr "TableData" - -#: tformopcje.labelededit1.text -msgid "LabeledEdit1" -msgstr "LabeledEdit1" - -#: tformopcje.labelededit2.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT2.EDITLABEL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformopcje.labelededit2.text -msgid "LabeledEdit2" -msgstr "LabeledEdit2" - -#: tformopcje.labelededit3.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tformopcje.labelededit3.text -msgid "LabeledEdit3" -msgstr "LabeledEdit3" - -#: tformopcje.labelededit4.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT4.EDITLABEL.CAPTION" -msgid "Map" -msgstr "Map" - -#: tformopcje.labelededit4.text -msgid "LabeledEdit4" -msgstr "LabeledEdit4" - -#: tformopcje.labelededit5.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT5.EDITLABEL.CAPTION" -msgid "Sounds" -msgstr "Sounds" - -#: tformopcje.labelededit5.text -msgid "LabeledEdit5" -msgstr "LabeledEdit5" - -#: tformopcje.labelededit6.editlabel.caption -msgid "Items" -msgstr "Items" - -#: tformopcje.labelededit6.text -msgid "LabeledEdit6" -msgstr "LabeledEdit6" - -#: tformopcje.labelededit7.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT7.EDITLABEL.CAPTION" -msgid "Inventory" -msgstr "Inventory" - -#: tformopcje.labelededit7.text -msgid "LabeledEdit7" -msgstr "LabeledEdit7" - -#: tformopcje.panel1.caption -msgctxt "TFORMOPCJE.PANEL1.CAPTION" -msgid "Panel1" -msgstr "Panel1" - -#: tformopcje.tabsheet1.caption -msgctxt "tformopcje.tabsheet1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.tabsheet3.caption -msgctxt "tformopcje.tabsheet3.caption" -msgid "Katalogi" -msgstr "Folders" - -#: tformopcje.toolbar1.caption -msgctxt "TFORMOPCJE.TOOLBAR1.CAPTION" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tformopcje.toolbutton1.caption -msgid "Zapisz zmiany" -msgstr "Save changes" - -#: tformopcje.toolbutton2.caption -msgid "ToolButton2" -msgstr "ToolButton2" - -#: tformopcjeprojektu.buttonpanel1.okbutton.caption -msgctxt "TFORMOPCJEPROJEKTU.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformopcjeprojektu.caption -msgctxt "TFORMOPCJEPROJEKTU.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformopcjeprojektu.checkbox1.caption -msgctxt "TFORMOPCJEPROJEKTU.CHECKBOX1.CAPTION" -msgid "Używaj plików lokalizacyjnych" -msgstr "Use translational files" - -#: tformopcjeprojektu.label1.caption -msgctxt "TFORMOPCJEPROJEKTU.LABEL1.CAPTION" -msgid "Czytaj, zapisuj oraz edytuj pliki :" -msgstr "Allow save, load and edit file:" - -#: tformopcjeprojektu.label2.caption -#| msgid "" -#| "Jeżeli odznaczysz plik z edycji i nacisniesz przycisk \"Akceptuj\", to " -#| "cała zawartość odznaczonego pliku zostanie usunięta!Jeżeli odznaczysz " -#| "plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to cała zawartość " -#| "odznaczonego pliku zostanie usunięta!" -msgid "" -"Jeżeli odznaczysz plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to " -"cała zawartość odznaczonego pliku zostanie usunięta!" -msgstr "" -"If you honour the file(s) from the edition and you will press the button " -"\"Accept \", then the whole content of the file will be removed!" - -#: tformopcjeprojektu.tabsheet1.caption -msgid "Pliki XML" -msgstr "Files XML" - -#: tformopcjeprojektu.tabsheet2.caption -msgctxt "tformopcjeprojektu.tabsheet2.caption" -msgid "Pliki lokalizacyjne" -msgstr "Translational files" - -#: tinfoform.caption -msgctxt "TINFOFORM.CAPTION" -msgid "Info" -msgstr "Info" - -#: tinfoform.label1.caption -msgid "Merc Profiles Editor 2.0" -msgstr "Merc Profiles Editor 2.0" - -#: tinfoform.label2.caption -#| msgid "by Jazz 2010/2013" -msgid "by Jazz 2010/2014" -msgstr "by Jazz 2010/2014" - -#: tinfoform.label4.caption -msgid "sourceforge.net/users/jazzmb1" -msgstr "sourceforge.net/users/jazzmb1" - -#: topendir.buttonpanel1.okbutton.caption -msgid "&Importuj" -msgstr "&Import" - -#: topendir.caption -msgctxt "TOPENDIR.CAPTION" -msgid "Importuj pliki XML z katalogu" -msgstr "Open directory" - -#: topendir.checkbox1.caption -msgctxt "topendir.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Translational files" - -#: topendir.checkbox2.caption -msgid "Wczytaj pliki UB" -msgstr "Load UB files" - -#: topendir.checkbox3.caption -#| msgid "CheckBox3" -msgctxt "topendir.checkbox3.caption" -msgid "Używaj plików lokalizacyjnych items.xml i Cities.xml" -msgstr "Use files translational items.xml and Cities.xml." - -#: topendir.checkbox3.hint -msgid "" -"Zaznacz jeżeli chcesz używać plików lokalizacyjnych XYZ.Items.xml oraz XYZ." -"Cities.Xml. Opcja zadziała tylko jeżeli pliki istnieją." -msgstr "" -"Mark if you want to use files translational XYZ.Items.xml and XYZ.Cities." -"Xml. The option will work only if files they exist." - -#: topendir.checkgroup1.caption -msgctxt "topendir.checkgroup1.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: topendir.label1.caption -#| msgid "" -#| "Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych " -#| "plików będzie mozliwa tylko dla tej sesji." -msgctxt "TOPENDIR.LABEL1.CAPTION" -msgid "" -"Jeżeli nie chcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie możliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: topendir.labelededit1.editlabel.caption -msgctxt "TOPENDIR.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: topendir.menuitem1.caption -msgctxt "topendir.menuitem1.caption" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topendir.radiobutton1.caption -msgid "Katalog" -msgstr "Folder" - -#: topendir.radiobutton2.caption -msgctxt "topendir.radiobutton2.caption" -msgid "Katalogi" -msgstr "Folders" - -#: topendir.speedbutton1.caption -msgctxt "TOPENDIR.SPEEDBUTTON1.CAPTION" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: topendir.speedbutton2.hint -msgctxt "topendir.speedbutton2.hint" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topenprojectform.caption -msgctxt "TOPENPROJECTFORM.CAPTION" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tsaveform.buttonpanel1.okbutton.caption -msgid "&Eksportuj" -msgstr "&Exportuj" - -#: tsaveform.caption -msgctxt "TSAVEFORM.CAPTION" -msgid "Eksportuj do XML" -msgstr "Export to XML" - -#: tsaveform.label1.caption -msgid "Podaj katalog do zapisu" -msgstr "The folder to writes" diff --git a/Tools/Merc Profile Editor/languages/MPE.de.po b/Tools/Merc Profile Editor/languages/MPE.de.po deleted file mode 100644 index 2367deed9..000000000 --- a/Tools/Merc Profile Editor/languages/MPE.de.po +++ /dev/null @@ -1,1390 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: mpe-en\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"X-Generator: Poedit 1.6.5\n" - -#: teditprofform.bitbtn1.caption -msgid "Zmień" -msgstr "Change" - -#: teditprofform.button1.caption -msgid "Więcej opcji" -msgstr "More options..." - -#: teditprofform.buttonpanel1.cancelbutton.caption -msgid "Anuluj" -msgstr "Cancel" - -#: teditprofform.buttonpanel1.closebutton.caption -msgid "Z&amknij" -msgstr "Close" - -#: teditprofform.buttonpanel1.helpbutton.caption -msgid "P&omoc" -msgstr "H&elp" - -#: teditprofform.buttonpanel1.okbutton.caption -msgid "&Change" -msgstr "&Change" - -#: teditprofform.caption -msgctxt "teditprofform.caption" -msgid "Edytuj" -msgstr "Edit" - -#: teditprofform.label1.caption -msgid "Gear" -msgstr "Gear" - -#: teditprofform.label2.caption -msgid "Uwaga! Imiona i ksywki są tu wyświetlane tylko dla angielskiej wersji." -msgstr "Names and nick are displayed only for the English version." - -#: teditprofform.listview1.columns[0].caption -msgid "Parametr" -msgstr "Parameter" - -#: teditprofform.listview1.columns[1].caption -msgid "Wartosc" -msgstr "Value" - -#: teditprofform.listview1.hint -msgctxt "teditprofform.listview1.hint" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: teditprofform.menuitem1.caption -msgid "Dodaj rekord" -msgstr "Add record" - -#: teditprofform.menuitem10.caption -msgctxt "TEDITPROFFORM.MENUITEM10.CAPTION" -msgid "-" -msgstr "-" - -#: teditprofform.menuitem2.caption -msgid "Usuń rekord" -msgstr "Delete record" - -#: teditprofform.menuitem3.caption -msgid "Edycja nazw" -msgstr "The edition of names" - -#: teditprofform.menuitem4.caption -msgid "Dodaj nowy parametr" -msgstr "Add the new parameter" - -#: teditprofform.menuitem9.caption -msgctxt "TEDITPROFFORM.MENUITEM9.CAPTION" -msgid "-" -msgstr "-" - -#: tedycjapliku.caption -msgid "Edycja\\Podgląd pliku" -msgstr "View\\Edit file" - -#: teksportform.caption -msgid "Eksportuj plik" -msgstr "Export file" - -#: teksportform.label1.caption -msgctxt "teksportform.label1.caption" -msgid "Wybierz plik" -msgstr "File" - -#: tform1.bitbtn1.caption -msgctxt "tform1.bitbtn1.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.bitbtn2.caption -msgid "Shop Inventory" -msgstr "Shop Inventory" - -#: tform1.caption -#| msgid "MPE 2.0 Beta 2" -msgid "MPE 2.0" -msgstr "MPE 2.0" - -#: tform1.checkbox1.caption -msgid "HiddenNames" -msgstr "HiddenNames" - -#: tform1.checkbox2.caption -msgid "Sounds Enabled" -msgstr "Sounds Enabled" - -#: tform1.checkbox3.caption -msgid "AIMAvailability" -msgstr "AIMAvailability" - -#: tform1.groupbox1.caption -msgid "Loading..." -msgstr "Loading..." - -#: tform1.label1.caption -msgid "Aim BIO" -msgstr "Aim BIO" - -#: tform1.label2.caption -msgid "Typ" -msgstr "Typ" - -#: tform1.label3.caption -msgid "Label3" -msgstr "Label3" - -#: tform1.label4.caption -msgid "Label4" -msgstr "Label4" - -#: tform1.label5.caption -msgid "Wait...." -msgstr "Wait...." - -#: tform1.label6.caption -msgctxt "tform1.label6.caption" -msgid "Name" -msgstr "Name" - -#: tform1.menuitem1.caption -msgid "Plik" -msgstr "File" - -#: tform1.menuitem10.caption -msgctxt "TFORM1.MENUITEM10.CAPTION" -msgid "O programie" -msgstr "About" - -#: tform1.menuitem11.caption -msgid "XML" -msgstr "XML" - -#: tform1.menuitem12.caption -msgid "CivGroupNames.xml" -msgstr "CivGroupNames.xml" - -#: tform1.menuitem13.caption -msgid "IMPPortraits.xml" -msgstr "IMPPortraits.xml" - -#: tform1.menuitem14.caption -msgid "OldAIMArchive.xml" -msgstr "OldAIMArchive.xml" - -#: tform1.menuitem15.caption -msgid "EmailSenderNameList.xml" -msgstr "EmailSenderNameList.xml" - -#: tform1.menuitem16.caption -msgid "MercAvailability.xml" -msgstr "MercAvailability.xml" - -#: tform1.menuitem17.caption -msgid "RPCFacesSmall.xml" -msgstr "RPCFacesSmall.xml" - -#: tform1.menuitem18.caption -msgid "EmailMercAvailable.xml" -msgstr "EmailMercAvailable.xml" - -#: tform1.menuitem19.caption -msgid "EmailMercLevelUp.xml" -msgstr "EmailMercLevelUp.xml" - -#: tform1.menuitem2.caption -msgctxt "tform1.menuitem2.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem20.caption -msgid "Vehicles Names (Vehicles.xml)" -msgstr "Vehicles Names (Vehicles.xml)" - -#: tform1.menuitem21.caption -msgctxt "tform1.menuitem21.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.menuitem22.caption -msgid "Eksportuj do.." -msgstr "Export to..." - -#: tform1.menuitem23.caption -msgctxt "TFORM1.MENUITEM23.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem24.caption -msgid "TableData.7z" -msgstr "TableData.7z" - -#: tform1.menuitem25.caption -msgctxt "TFORM1.MENUITEM25.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem26.caption -msgctxt "TFORM1.MENUITEM26.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.menuitem27.caption -msgctxt "tform1.menuitem27.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem28.caption -msgctxt "TFORM1.MENUITEM28.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem29.caption -msgctxt "tform1.menuitem29.caption" -msgid "-" -msgstr "-" - -#: tform1.menuitem3.caption -msgctxt "tform1.menuitem3.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.menuitem30.caption -msgctxt "TFORM1.MENUITEM30.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem31.caption -msgid "Indeks..." -msgstr "Index..." - -#: tform1.menuitem32.caption -msgid "Backgrounds.xml" -msgstr "Backgrounds.xml" - -#: tform1.menuitem33.caption -msgid "Merchants.xml" -msgstr "Merchants.xml" - -#: tform1.menuitem34.caption -msgctxt "tform1.menuitem34.caption" -msgid "Logi" -msgstr "Logs" - -#: tform1.menuitem35.caption -msgid "Ekportuj plik..." -msgstr "Export file..." - -#: tform1.menuitem36.caption -msgid "Importuj plik do projektu" -msgstr "Import file to project" - -#: tform1.menuitem37.caption -msgctxt "TFORM1.MENUITEM37.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem39.caption -msgctxt "TFORM1.MENUITEM39.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem4.caption -msgctxt "TFORM1.MENUITEM4.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem5.caption -msgctxt "tform1.menuitem5.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.menuitem6.caption -msgctxt "tform1.menuitem6.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs<" - -#: tform1.menuitem7.caption -msgctxt "tform1.menuitem7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.menuitem8.caption -msgid "New Item8" -msgstr "New Item8" - -#: tform1.menuitem9.caption -msgid "Pomoc" -msgstr "Help" - -#: tform1.openprojects.caption -msgctxt "tform1.openprojects.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.panel2.caption -msgid "Panel2" -msgstr "Panel2" - -#: tform1.panel3.caption -msgid "Panel3" -msgstr "Panel3" - -#: tform1.speedbutton1.caption -msgctxt "tform1.speedbutton1.caption" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton1.hint -msgctxt "TFORM1.SPEEDBUTTON1.HINT" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton10.caption -msgctxt "tform1.speedbutton10.caption" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton10.hint -msgctxt "TFORM1.SPEEDBUTTON10.HINT" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton11.caption -msgctxt "tform1.speedbutton11.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton11.hint -msgctxt "tform1.speedbutton11.hint" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton2.caption -msgid "?" -msgstr "?" - -#: tform1.speedbutton3.caption -msgctxt "tform1.speedbutton3.caption" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton3.hint -msgctxt "TFORM1.SPEEDBUTTON3.HINT" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton4.caption -msgctxt "tform1.speedbutton4.caption" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton4.hint -msgctxt "TFORM1.SPEEDBUTTON4.HINT" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton5.caption -msgctxt "tform1.speedbutton5.caption" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton5.hint -msgctxt "TFORM1.SPEEDBUTTON5.HINT" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton6.caption -msgid "Merc" -msgstr "Merc" - -#: tform1.speedbutton8.caption -msgctxt "tform1.speedbutton8.caption" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton8.hint -msgctxt "TFORM1.SPEEDBUTTON8.HINT" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton9.caption -msgctxt "tform1.speedbutton9.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.speedbutton9.hint -msgctxt "tform1.speedbutton9.hint" -msgid "Nazwy" -msgstr "Names" - -#: tform1.statusbar1.panels[0].text -msgid "Index" -msgstr "Index" - -#: tform1.tabsheet1.caption -msgctxt "tform1.tabsheet1.caption" -msgid "Narzędzia" -msgstr "Tools" - -#: tform1.tabsheet10.caption -msgid "Lookup" -msgstr "Lookup" - -#: tform1.tabsheet11.caption -msgctxt "tform1.tabsheet11.caption" -msgid "Map" -msgstr "Map" - -#: tform1.tabsheet12.caption -msgid "MapAction" -msgstr "MapAction" - -#: tform1.tabsheet13.caption -msgid "Multiplayer" -msgstr "Multiplayer" - -#: tform1.tabsheet14.caption -msgctxt "tform1.tabsheet14.caption" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.tabsheet15.caption -msgid "Profiles" -msgstr "Profiles" - -#: tform1.tabsheet16.caption -msgctxt "tform1.tabsheet16.caption" -msgid "Sounds" -msgstr "Sounds" - -#: tform1.tabsheet2.caption -msgctxt "tform1.tabsheet2.caption" -msgid "Edycja" -msgstr "Edit" - -#: tform1.tabsheet3.caption -msgid "XML1" -msgstr "XML1" - -#: tform1.tabsheet4.caption -msgctxt "tform1.tabsheet4.caption" -msgid "TableData" -msgstr "TableData" - -#: tform1.tabsheet5.caption -msgid "Army" -msgstr "Army" - -#: tform1.tabsheet6.caption -msgid "BriefingRoom" -msgstr "BriefingRoom" - -#: tform1.tabsheet7.caption -msgctxt "tform1.tabsheet7.caption" -msgid "Email" -msgstr "Email" - -#: tform1.tabsheet8.caption -msgctxt "tform1.tabsheet8.caption" -msgid "Inventory" -msgstr "Inventory" - -#: tform1.tabsheet9.caption -msgid "Layout" -msgstr "Layout" - -#: tform1.toolbar1.caption -msgctxt "tform1.toolbar1.caption" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tform1.toolbar3.caption -msgctxt "tform1.toolbar3.caption" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbar5.caption -msgctxt "TFORM1.TOOLBAR5.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbaremail.caption -msgid "ToolBarEmail" -msgstr "ToolBarEmail" - -#: tform1.toolbarnpcinventory.caption -msgid "ToolBar" -msgstr "ToolBar" - -#: tform1.toolbartabledata.caption -msgctxt "TFORM1.TOOLBARTABLEDATA.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbutton1.caption -msgctxt "tform1.toolbutton1.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton1.hint -msgctxt "tform1.toolbutton1.hint" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton10.caption -msgid "OldAIMArchive" -msgstr "OldAIMArchive" - -#: tform1.toolbutton11.caption -msgid "Wytnij" -msgstr "Cut" - -#: tform1.toolbutton12.caption -msgid "Wklej" -msgstr "Paste" - -#: tform1.toolbutton13.caption -msgctxt "tform1.toolbutton13.caption" -msgid "Kopiuj" -msgstr "Copy" - -#: tform1.toolbutton14.caption -msgctxt "tform1.toolbutton14.caption" -msgid "Usuń" -msgstr "Delete" - -#: tform1.toolbutton15.caption -msgid "MercAvailability" -msgstr "MercAvailability" - -#: tform1.toolbutton16.caption -msgctxt "tform1.toolbutton16.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton16.hint -msgctxt "TFORM1.TOOLBUTTON16.HINT" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton17.caption -msgid "ToolButton17" -msgstr "ToolButton17" - -#: tform1.toolbutton18.caption -msgctxt "tform1.toolbutton18.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.toolbutton19.caption -msgid "ToolButton19" -msgstr "ToolButton19" - -#: tform1.toolbutton2.caption -msgctxt "tform1.toolbutton2.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton2.hint -msgctxt "tform1.toolbutton2.hint" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton20.caption -msgid "ToolButton20" -msgstr "ToolButton20" - -#: tform1.toolbutton21.caption -msgctxt "tform1.toolbutton21.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.toolbutton22.caption -msgid "EmailSenderNameList" -msgstr "EmailSenderNameList" - -#: tform1.toolbutton23.caption -msgid "EmailMercAvailable" -msgstr "EmailMercAvailable" - -#: tform1.toolbutton24.caption -msgctxt "tform1.toolbutton24.caption" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton24.hint -msgctxt "TFORM1.TOOLBUTTON24.HINT" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton25.caption -msgctxt "tform1.toolbutton25.caption" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton25.hint -msgctxt "TFORM1.TOOLBUTTON25.HINT" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton26.caption -msgid "ToolButton26" -msgstr "ToolButton26" - -#: tform1.toolbutton27.caption -#| msgid "ToolButton27" -msgctxt "tform1.toolbutton27.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.toolbutton28.caption -#| msgid "ToolButton28" -msgctxt "tform1.toolbutton28.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.toolbutton29.caption -msgid "EmailMercLevelUp" -msgstr "EmailMercLevelUp" - -#: tform1.toolbutton3.caption -msgid "CivGroupNames" -msgstr "CivGroupNames" - -#: tform1.toolbutton30.caption -msgctxt "TFORM1.TOOLBUTTON30.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.toolbutton31.caption -msgid "Backgrounds" -msgstr "Backgrounds" - -#: tform1.toolbutton32.caption -msgid "CampaignStatsEvents" -msgstr "CampaignStatsEvents" - -#: tform1.toolbutton33.caption -msgid "Merchants" -msgstr "Merchants" - -#: tform1.toolbutton34.caption -msgid "LoadScreenHints" -msgstr "LoadScreenHints" - -#: tform1.toolbutton35.caption -msgid "EnemyNames" -msgstr "EnemyNames" - -#: tform1.toolbutton36.caption -msgid "EnemyRank" -msgstr "EnemyRank" - -#: tform1.toolbutton37.caption -msgid "FaceGear.xml" -msgstr "FaceGear.xml" - -#: tform1.toolbutton38.caption -msgid "SquadNames.xml" -msgstr "SquadNames.xml" - -#: tform1.toolbutton39.caption -msgctxt "tform1.toolbutton39.caption" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton39.hint -msgctxt "TFORM1.TOOLBUTTON39.HINT" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton4.caption -msgctxt "tform1.toolbutton4.caption" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton4.hint -msgctxt "TFORM1.TOOLBUTTON4.HINT" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton40.caption -msgctxt "tform1.toolbutton40.caption" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton40.hint -msgctxt "TFORM1.TOOLBUTTON40.HINT" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton41.caption -msgctxt "tform1.toolbutton41.caption" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton41.hint -msgctxt "TFORM1.TOOLBUTTON41.HINT" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton5.caption -msgctxt "tform1.toolbutton5.caption" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton5.hint -msgctxt "TFORM1.TOOLBUTTON5.HINT" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton6.caption -msgctxt "tform1.toolbutton6.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton6.hint -msgctxt "TFORM1.TOOLBUTTON6.HINT" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton7.caption -msgctxt "tform1.toolbutton7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton7.hint -msgctxt "tform1.toolbutton7.hint" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton8.caption -msgid "ToolButton8" -msgstr "ToolButton8" - -#: tform1.toolbutton9.caption -msgid "IMPPortraits" -msgstr "IMPPortraits" - -#: tform11.button1.caption -msgid "Add" -msgstr "Add" - -#: tform11.button2.caption -msgctxt "TFORM11.BUTTON2.CAPTION" -msgid "Exit" -msgstr "Exit" - -#: tform11.button3.caption -msgid "Delete" -msgstr "Delete" - -#: tform11.button4.caption -msgid "import" -msgstr "import" - -#: tform11.caption -msgid "IMP Portraits (IMPPortraits.xml)" -msgstr "IMP Portraits (IMPPortraits.xml)" - -#: tform15.button1.caption -msgid "Ok" -msgstr "Ok" - -#: tform15.caption -msgid "MERCAvailability.xml" -msgstr "MERCAvailability.xml" - -#: tform15.label89.caption -msgid "StartMercsAvailable" -msgstr "StartMercsAvailable" - -#: tform15.label90.caption -msgid "NewMercsAvailable" -msgstr "NewMercsAvailable" - -#: tform15.label91.caption -msgid "MoneyPaid" -msgstr "MoneyPaid" - -#: tform15.label92.caption -msgid "Day" -msgstr "Day" - -#: tform15.label93.caption -msgid "Drunk" -msgstr "Drunk" - -#: tform15.label94.caption -msgid "AlternateIndex" -msgstr "AlternateIndex" - -#: tform15.label95.caption -msgid "MERC Bio ID (MERCBIOS.EDT)" -msgstr "MERC Bio ID (MERCBIOS.EDT)" - -#: tform15.listview2.columns[0].caption -msgid "Profil ID" -msgstr "Profil ID" - -#: tform15.listview2.columns[1].caption -msgid "MERC ID" -msgstr "MERC ID" - -#: tform15.listview2.columns[2].caption -msgid "Nick" -msgstr "Nick" - -#: tform2.caption -msgctxt "TFORM2.CAPTION" -msgid "Edit" -msgstr "Edit" - -#: tform2.checkbox1.caption -msgid "CheckBox1" -msgstr "CheckBox1" - -#: tform2.combobox1.text -msgid "ComboBox1" -msgstr "ComboBox1" - -#: tform2.edit1.text -msgid "Edit1" -msgstr "Edit1" - -#: tform2.label1.caption -msgctxt "TFORM2.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.buttonpanel1.okbutton.caption -msgctxt "tform4.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tform4.caption -msgctxt "TFORM4.CAPTION" -msgid "Edycja" -msgstr "Edition" - -#: tform4.checkbox1.caption -msgid "Zmień i zapisz we wszytkich plikach lokalizacyjnych." -msgstr "Change and write down in all translational files." - -#: tform4.checkbox2.caption -msgid "CheckBox2" -msgstr "CheckBox2" - -#: tform4.checkbox3.caption -msgctxt "tform4.checkbox3.caption" -msgid "CheckBox3" -msgstr "CheckBox3" - -#: tform4.checkbox4.caption -msgid "CheckBox4" -msgstr "CheckBox4" - -#: tform4.label1.caption -msgctxt "TFORM4.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.label2.caption -msgctxt "TFORM4.LABEL2.CAPTION" -msgid "Label2" -msgstr "Label2" - -#: tform4.labelededit1.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "Name" -msgstr "Name" - -#: tform4.labelededit2.editlabel.caption -msgctxt "tform4.labelededit2.editlabel.caption" -msgid "NickName" -msgstr "NickName" - -#: tform4.labelededit3.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NickName" -msgstr "NickName" - -#: tform5.caption -msgid "Form5" -msgstr "Form5" - -#: tform5.label1.caption -msgid "Load" -msgstr "Load" - -#: tform5.label2.caption -msgid "v2.0 Beta 2" -msgstr "v2.0" - -#: tform6.button1.caption -msgid "OK" -msgstr "OK" - -#: tform6.button2.caption -msgid "Cancel" -msgstr "Cancel" - -#: tform6.button3.caption -msgid "Delete face" -msgstr "Delete face" - -#: tform6.caption -msgid "RPC\\EPC Small Face (RPCFacesSmall.xml)" -msgstr "RPC\\EPC Small Face (RPCFacesSmall.xml)" - -#: tform6.label1.caption -msgid "FaceIndex" -msgstr "FaceIndex" - -#: tform6.label3.caption -msgid "EyesX" -msgstr "EyesX" - -#: tform6.label4.caption -msgid "EyesY" -msgstr "EyesY" - -#: tform6.label5.caption -msgid "MouthX" -msgstr "MouthX" - -#: tform6.label6.caption -msgid "MouthY" -msgstr "MouthY" - -#: tform6.listview1.hint -msgctxt "TFORM6.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformbrakujacepliki.caption -msgctxt "TFORMBRAKUJACEPLIKI.CAPTION" -msgid "Info" -msgstr "Info" - -#: tformbrakujacepliki.label1.caption -msgid "Dodawanie nowych plików do projektu..." -msgstr "The addition of new files to the project..." - -#: tformcopy.buttonpanel1.okbutton.caption -msgctxt "TFORMCOPY.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "Kopiuj" -msgstr "Copy" - -#: tformcopy.caption -msgid "Kopiuj zawartosc" -msgstr "Copy content" - -#: tformcopy.label1.caption -msgid "Z" -msgstr "From" - -#: tformcopy.label2.caption -msgid "Do" -msgstr "To" - -#: tformemail.buttonpanel1.cancelbutton.caption -msgid "Wyjdź" -msgstr "Exit" - -#: tformemail.buttonpanel1.okbutton.caption -msgid "&Zapisz" -msgstr "&Save" - -#: tformemail.caption -msgctxt "TFORMEMAIL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformemail.listview1.hint -msgctxt "TFORMEMAIL.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformemail.menuitem1.caption -msgid "Kopiowanie z \"pliku1\" do \"pliku2\"" -msgstr "Copies from \"file1\" to \"file2\"" - -#: tformemail.toolbar3.caption -msgctxt "TFORMEMAIL.TOOLBAR3.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tformemail.toolbutton1.caption -msgid "ToolButton1" -msgstr "ToolButton1" - -#: tformemail.toolbutton11.caption -msgctxt "TFORMEMAIL.TOOLBUTTON11.CAPTION" -msgid "Narzędzia" -msgstr "Tools" - -#: tformemail.toolbutton2.caption -msgid "Dodaj" -msgstr "Add" - -#: tformemail.toolbutton3.caption -msgctxt "TFORMEMAIL.TOOLBUTTON3.CAPTION" -msgid "Usuń" -msgstr "Delete" - -#: tformlog.bitbtn1.caption -msgctxt "TFORMLOG.BITBTN1.CAPTION" -msgid "Zapisz" -msgstr "Save" - -#: tformlog.caption -msgctxt "TFORMLOG.CAPTION" -msgid "Logi" -msgstr "Logs" - -#: tformnew.buttonpanel1.okbutton.caption -msgctxt "TFORMNEW.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformnew.caption -msgctxt "TFORMNEW.CAPTION" -msgid "Projekt" -msgstr "Projekt" - -#: tformnew.checkbox1.caption -msgctxt "tformnew.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Pliki językowe" - -#: tformnew.checkbox2.caption -msgid "UB Files" -msgstr "UB Files" - -#: tformnew.label1.caption -msgctxt "tformnew.label1.caption" -msgid "" -"Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie mozliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: tformnew.label2.caption -msgctxt "tformnew.label2.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: tformnew.labelededit1.editlabel.caption -msgctxt "tformnew.labelededit1.editlabel.caption" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: tformnew.listview1.columns[0].caption -msgctxt "TFORMNEW.LISTVIEW1.COLUMNS[0].CAPTION" -msgid "Name" -msgstr "Name" - -#: tformnew.listview1.columns[1].caption -msgid "Dir" -msgstr "Dir" - -#: tformnew.listview1.columns[2].caption -msgid "UB" -msgstr "UB" - -#: tformnew.speedbutton1.caption -msgctxt "tformnew.speedbutton1.caption" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: tformnew.tabsheet1.caption -msgctxt "TFORMNEW.TABSHEET1.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformnew.tabsheet2.caption -msgid "Nowy projekt" -msgstr "New Project" - -#: tformopcje.buttonpanel1.closebutton.caption -msgid "&Close" -msgstr "&Close" - -#: tformopcje.buttonpanel1.okbutton.caption -msgid "&Ok" -msgstr "&Ok" - -#: tformopcje.caption -msgctxt "TFORMOPCJE.CAPTION" -msgid "Opcje programu" -msgstr "Settings" - -#: tformopcje.label1.caption -msgctxt "tformopcje.label1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.labelededit1.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "TableData" -msgstr "TableData" - -#: tformopcje.labelededit1.text -msgid "LabeledEdit1" -msgstr "LabeledEdit1" - -#: tformopcje.labelededit2.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT2.EDITLABEL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformopcje.labelededit2.text -msgid "LabeledEdit2" -msgstr "LabeledEdit2" - -#: tformopcje.labelededit3.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tformopcje.labelededit3.text -msgid "LabeledEdit3" -msgstr "LabeledEdit3" - -#: tformopcje.labelededit4.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT4.EDITLABEL.CAPTION" -msgid "Map" -msgstr "Map" - -#: tformopcje.labelededit4.text -msgid "LabeledEdit4" -msgstr "LabeledEdit4" - -#: tformopcje.labelededit5.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT5.EDITLABEL.CAPTION" -msgid "Sounds" -msgstr "Sounds" - -#: tformopcje.labelededit5.text -msgid "LabeledEdit5" -msgstr "LabeledEdit5" - -#: tformopcje.labelededit6.editlabel.caption -msgid "Items" -msgstr "Items" - -#: tformopcje.labelededit6.text -msgid "LabeledEdit6" -msgstr "LabeledEdit6" - -#: tformopcje.labelededit7.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT7.EDITLABEL.CAPTION" -msgid "Inventory" -msgstr "Inventory" - -#: tformopcje.labelededit7.text -msgid "LabeledEdit7" -msgstr "LabeledEdit7" - -#: tformopcje.panel1.caption -msgctxt "TFORMOPCJE.PANEL1.CAPTION" -msgid "Panel1" -msgstr "Panel1" - -#: tformopcje.tabsheet1.caption -msgctxt "tformopcje.tabsheet1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.tabsheet3.caption -msgctxt "tformopcje.tabsheet3.caption" -msgid "Katalogi" -msgstr "Folders" - -#: tformopcje.toolbar1.caption -msgctxt "TFORMOPCJE.TOOLBAR1.CAPTION" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tformopcje.toolbutton1.caption -msgid "Zapisz zmiany" -msgstr "Save changes" - -#: tformopcje.toolbutton2.caption -msgid "ToolButton2" -msgstr "ToolButton2" - -#: tformopcjeprojektu.buttonpanel1.okbutton.caption -msgctxt "TFORMOPCJEPROJEKTU.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformopcjeprojektu.caption -msgctxt "TFORMOPCJEPROJEKTU.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformopcjeprojektu.checkbox1.caption -msgctxt "TFORMOPCJEPROJEKTU.CHECKBOX1.CAPTION" -msgid "Używaj plików lokalizacyjnych" -msgstr "Use translational files" - -#: tformopcjeprojektu.label1.caption -msgctxt "TFORMOPCJEPROJEKTU.LABEL1.CAPTION" -msgid "Czytaj, zapisuj oraz edytuj pliki :" -msgstr "Allow save, load and edit file:" - -#: tformopcjeprojektu.label2.caption -#| msgid "" -#| "Jeżeli odznaczysz plik z edycji i nacisniesz przycisk \"Akceptuj\", to " -#| "cała zawartość odznaczonego pliku zostanie usunięta!Jeżeli odznaczysz " -#| "plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to cała zawartość " -#| "odznaczonego pliku zostanie usunięta!" -msgid "" -"Jeżeli odznaczysz plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to " -"cała zawartość odznaczonego pliku zostanie usunięta!" -msgstr "" -"If you honour the file(s) from the edition and you will press the button " -"\"Accept \", then the whole content of the file will be removed!" - -#: tformopcjeprojektu.tabsheet1.caption -msgid "Pliki XML" -msgstr "Files XML" - -#: tformopcjeprojektu.tabsheet2.caption -msgctxt "tformopcjeprojektu.tabsheet2.caption" -msgid "Pliki lokalizacyjne" -msgstr "Translational files" - -#: tinfoform.caption -msgctxt "TINFOFORM.CAPTION" -msgid "Info" -msgstr "Info" - -#: tinfoform.label1.caption -msgid "Merc Profiles Editor 2.0" -msgstr "Merc Profiles Editor 2.0" - -#: tinfoform.label2.caption -#| msgid "by Jazz 2010/2013" -msgid "by Jazz 2010/2014" -msgstr "by Jazz 2010/2014" - -#: tinfoform.label4.caption -msgid "sourceforge.net/users/jazzmb1" -msgstr "sourceforge.net/users/jazzmb1" - -#: topendir.buttonpanel1.okbutton.caption -msgid "&Importuj" -msgstr "&Import" - -#: topendir.caption -msgctxt "TOPENDIR.CAPTION" -msgid "Importuj pliki XML z katalogu" -msgstr "Open directory" - -#: topendir.checkbox1.caption -msgctxt "topendir.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Translational files" - -#: topendir.checkbox2.caption -msgid "Wczytaj pliki UB" -msgstr "Load UB files" - -#: topendir.checkbox3.caption -#| msgid "CheckBox3" -msgctxt "topendir.checkbox3.caption" -msgid "Używaj plików lokalizacyjnych items.xml i Cities.xml" -msgstr "Use files translational items.xml and Cities.xml." - -#: topendir.checkbox3.hint -msgid "" -"Zaznacz jeżeli chcesz używać plików lokalizacyjnych XYZ.Items.xml oraz XYZ." -"Cities.Xml. Opcja zadziała tylko jeżeli pliki istnieją." -msgstr "" -"Mark if you want to use files translational XYZ.Items.xml and XYZ.Cities." -"Xml. The option will work only if files they exist." - -#: topendir.checkgroup1.caption -msgctxt "topendir.checkgroup1.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: topendir.label1.caption -#| msgid "" -#| "Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych " -#| "plików będzie mozliwa tylko dla tej sesji." -msgctxt "TOPENDIR.LABEL1.CAPTION" -msgid "" -"Jeżeli nie chcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie możliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: topendir.labelededit1.editlabel.caption -msgctxt "TOPENDIR.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: topendir.menuitem1.caption -msgctxt "topendir.menuitem1.caption" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topendir.radiobutton1.caption -msgid "Katalog" -msgstr "Folder" - -#: topendir.radiobutton2.caption -msgctxt "topendir.radiobutton2.caption" -msgid "Katalogi" -msgstr "Folders" - -#: topendir.speedbutton1.caption -msgctxt "TOPENDIR.SPEEDBUTTON1.CAPTION" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: topendir.speedbutton2.hint -msgctxt "topendir.speedbutton2.hint" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topenprojectform.caption -msgctxt "TOPENPROJECTFORM.CAPTION" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tsaveform.buttonpanel1.okbutton.caption -msgid "&Eksportuj" -msgstr "&Exportuj" - -#: tsaveform.caption -msgctxt "TSAVEFORM.CAPTION" -msgid "Eksportuj do XML" -msgstr "Export to XML" - -#: tsaveform.label1.caption -msgid "Podaj katalog do zapisu" -msgstr "The folder to writes" diff --git a/Tools/Merc Profile Editor/languages/MPE.en.po b/Tools/Merc Profile Editor/languages/MPE.en.po deleted file mode 100644 index 2367deed9..000000000 --- a/Tools/Merc Profile Editor/languages/MPE.en.po +++ /dev/null @@ -1,1390 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: mpe-en\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"X-Generator: Poedit 1.6.5\n" - -#: teditprofform.bitbtn1.caption -msgid "Zmień" -msgstr "Change" - -#: teditprofform.button1.caption -msgid "Więcej opcji" -msgstr "More options..." - -#: teditprofform.buttonpanel1.cancelbutton.caption -msgid "Anuluj" -msgstr "Cancel" - -#: teditprofform.buttonpanel1.closebutton.caption -msgid "Z&amknij" -msgstr "Close" - -#: teditprofform.buttonpanel1.helpbutton.caption -msgid "P&omoc" -msgstr "H&elp" - -#: teditprofform.buttonpanel1.okbutton.caption -msgid "&Change" -msgstr "&Change" - -#: teditprofform.caption -msgctxt "teditprofform.caption" -msgid "Edytuj" -msgstr "Edit" - -#: teditprofform.label1.caption -msgid "Gear" -msgstr "Gear" - -#: teditprofform.label2.caption -msgid "Uwaga! Imiona i ksywki są tu wyświetlane tylko dla angielskiej wersji." -msgstr "Names and nick are displayed only for the English version." - -#: teditprofform.listview1.columns[0].caption -msgid "Parametr" -msgstr "Parameter" - -#: teditprofform.listview1.columns[1].caption -msgid "Wartosc" -msgstr "Value" - -#: teditprofform.listview1.hint -msgctxt "teditprofform.listview1.hint" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: teditprofform.menuitem1.caption -msgid "Dodaj rekord" -msgstr "Add record" - -#: teditprofform.menuitem10.caption -msgctxt "TEDITPROFFORM.MENUITEM10.CAPTION" -msgid "-" -msgstr "-" - -#: teditprofform.menuitem2.caption -msgid "Usuń rekord" -msgstr "Delete record" - -#: teditprofform.menuitem3.caption -msgid "Edycja nazw" -msgstr "The edition of names" - -#: teditprofform.menuitem4.caption -msgid "Dodaj nowy parametr" -msgstr "Add the new parameter" - -#: teditprofform.menuitem9.caption -msgctxt "TEDITPROFFORM.MENUITEM9.CAPTION" -msgid "-" -msgstr "-" - -#: tedycjapliku.caption -msgid "Edycja\\Podgląd pliku" -msgstr "View\\Edit file" - -#: teksportform.caption -msgid "Eksportuj plik" -msgstr "Export file" - -#: teksportform.label1.caption -msgctxt "teksportform.label1.caption" -msgid "Wybierz plik" -msgstr "File" - -#: tform1.bitbtn1.caption -msgctxt "tform1.bitbtn1.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.bitbtn2.caption -msgid "Shop Inventory" -msgstr "Shop Inventory" - -#: tform1.caption -#| msgid "MPE 2.0 Beta 2" -msgid "MPE 2.0" -msgstr "MPE 2.0" - -#: tform1.checkbox1.caption -msgid "HiddenNames" -msgstr "HiddenNames" - -#: tform1.checkbox2.caption -msgid "Sounds Enabled" -msgstr "Sounds Enabled" - -#: tform1.checkbox3.caption -msgid "AIMAvailability" -msgstr "AIMAvailability" - -#: tform1.groupbox1.caption -msgid "Loading..." -msgstr "Loading..." - -#: tform1.label1.caption -msgid "Aim BIO" -msgstr "Aim BIO" - -#: tform1.label2.caption -msgid "Typ" -msgstr "Typ" - -#: tform1.label3.caption -msgid "Label3" -msgstr "Label3" - -#: tform1.label4.caption -msgid "Label4" -msgstr "Label4" - -#: tform1.label5.caption -msgid "Wait...." -msgstr "Wait...." - -#: tform1.label6.caption -msgctxt "tform1.label6.caption" -msgid "Name" -msgstr "Name" - -#: tform1.menuitem1.caption -msgid "Plik" -msgstr "File" - -#: tform1.menuitem10.caption -msgctxt "TFORM1.MENUITEM10.CAPTION" -msgid "O programie" -msgstr "About" - -#: tform1.menuitem11.caption -msgid "XML" -msgstr "XML" - -#: tform1.menuitem12.caption -msgid "CivGroupNames.xml" -msgstr "CivGroupNames.xml" - -#: tform1.menuitem13.caption -msgid "IMPPortraits.xml" -msgstr "IMPPortraits.xml" - -#: tform1.menuitem14.caption -msgid "OldAIMArchive.xml" -msgstr "OldAIMArchive.xml" - -#: tform1.menuitem15.caption -msgid "EmailSenderNameList.xml" -msgstr "EmailSenderNameList.xml" - -#: tform1.menuitem16.caption -msgid "MercAvailability.xml" -msgstr "MercAvailability.xml" - -#: tform1.menuitem17.caption -msgid "RPCFacesSmall.xml" -msgstr "RPCFacesSmall.xml" - -#: tform1.menuitem18.caption -msgid "EmailMercAvailable.xml" -msgstr "EmailMercAvailable.xml" - -#: tform1.menuitem19.caption -msgid "EmailMercLevelUp.xml" -msgstr "EmailMercLevelUp.xml" - -#: tform1.menuitem2.caption -msgctxt "tform1.menuitem2.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem20.caption -msgid "Vehicles Names (Vehicles.xml)" -msgstr "Vehicles Names (Vehicles.xml)" - -#: tform1.menuitem21.caption -msgctxt "tform1.menuitem21.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.menuitem22.caption -msgid "Eksportuj do.." -msgstr "Export to..." - -#: tform1.menuitem23.caption -msgctxt "TFORM1.MENUITEM23.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem24.caption -msgid "TableData.7z" -msgstr "TableData.7z" - -#: tform1.menuitem25.caption -msgctxt "TFORM1.MENUITEM25.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem26.caption -msgctxt "TFORM1.MENUITEM26.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.menuitem27.caption -msgctxt "tform1.menuitem27.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem28.caption -msgctxt "TFORM1.MENUITEM28.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem29.caption -msgctxt "tform1.menuitem29.caption" -msgid "-" -msgstr "-" - -#: tform1.menuitem3.caption -msgctxt "tform1.menuitem3.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.menuitem30.caption -msgctxt "TFORM1.MENUITEM30.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem31.caption -msgid "Indeks..." -msgstr "Index..." - -#: tform1.menuitem32.caption -msgid "Backgrounds.xml" -msgstr "Backgrounds.xml" - -#: tform1.menuitem33.caption -msgid "Merchants.xml" -msgstr "Merchants.xml" - -#: tform1.menuitem34.caption -msgctxt "tform1.menuitem34.caption" -msgid "Logi" -msgstr "Logs" - -#: tform1.menuitem35.caption -msgid "Ekportuj plik..." -msgstr "Export file..." - -#: tform1.menuitem36.caption -msgid "Importuj plik do projektu" -msgstr "Import file to project" - -#: tform1.menuitem37.caption -msgctxt "TFORM1.MENUITEM37.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem39.caption -msgctxt "TFORM1.MENUITEM39.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem4.caption -msgctxt "TFORM1.MENUITEM4.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem5.caption -msgctxt "tform1.menuitem5.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.menuitem6.caption -msgctxt "tform1.menuitem6.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs<" - -#: tform1.menuitem7.caption -msgctxt "tform1.menuitem7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.menuitem8.caption -msgid "New Item8" -msgstr "New Item8" - -#: tform1.menuitem9.caption -msgid "Pomoc" -msgstr "Help" - -#: tform1.openprojects.caption -msgctxt "tform1.openprojects.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.panel2.caption -msgid "Panel2" -msgstr "Panel2" - -#: tform1.panel3.caption -msgid "Panel3" -msgstr "Panel3" - -#: tform1.speedbutton1.caption -msgctxt "tform1.speedbutton1.caption" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton1.hint -msgctxt "TFORM1.SPEEDBUTTON1.HINT" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton10.caption -msgctxt "tform1.speedbutton10.caption" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton10.hint -msgctxt "TFORM1.SPEEDBUTTON10.HINT" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton11.caption -msgctxt "tform1.speedbutton11.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton11.hint -msgctxt "tform1.speedbutton11.hint" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton2.caption -msgid "?" -msgstr "?" - -#: tform1.speedbutton3.caption -msgctxt "tform1.speedbutton3.caption" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton3.hint -msgctxt "TFORM1.SPEEDBUTTON3.HINT" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton4.caption -msgctxt "tform1.speedbutton4.caption" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton4.hint -msgctxt "TFORM1.SPEEDBUTTON4.HINT" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton5.caption -msgctxt "tform1.speedbutton5.caption" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton5.hint -msgctxt "TFORM1.SPEEDBUTTON5.HINT" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton6.caption -msgid "Merc" -msgstr "Merc" - -#: tform1.speedbutton8.caption -msgctxt "tform1.speedbutton8.caption" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton8.hint -msgctxt "TFORM1.SPEEDBUTTON8.HINT" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton9.caption -msgctxt "tform1.speedbutton9.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.speedbutton9.hint -msgctxt "tform1.speedbutton9.hint" -msgid "Nazwy" -msgstr "Names" - -#: tform1.statusbar1.panels[0].text -msgid "Index" -msgstr "Index" - -#: tform1.tabsheet1.caption -msgctxt "tform1.tabsheet1.caption" -msgid "Narzędzia" -msgstr "Tools" - -#: tform1.tabsheet10.caption -msgid "Lookup" -msgstr "Lookup" - -#: tform1.tabsheet11.caption -msgctxt "tform1.tabsheet11.caption" -msgid "Map" -msgstr "Map" - -#: tform1.tabsheet12.caption -msgid "MapAction" -msgstr "MapAction" - -#: tform1.tabsheet13.caption -msgid "Multiplayer" -msgstr "Multiplayer" - -#: tform1.tabsheet14.caption -msgctxt "tform1.tabsheet14.caption" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.tabsheet15.caption -msgid "Profiles" -msgstr "Profiles" - -#: tform1.tabsheet16.caption -msgctxt "tform1.tabsheet16.caption" -msgid "Sounds" -msgstr "Sounds" - -#: tform1.tabsheet2.caption -msgctxt "tform1.tabsheet2.caption" -msgid "Edycja" -msgstr "Edit" - -#: tform1.tabsheet3.caption -msgid "XML1" -msgstr "XML1" - -#: tform1.tabsheet4.caption -msgctxt "tform1.tabsheet4.caption" -msgid "TableData" -msgstr "TableData" - -#: tform1.tabsheet5.caption -msgid "Army" -msgstr "Army" - -#: tform1.tabsheet6.caption -msgid "BriefingRoom" -msgstr "BriefingRoom" - -#: tform1.tabsheet7.caption -msgctxt "tform1.tabsheet7.caption" -msgid "Email" -msgstr "Email" - -#: tform1.tabsheet8.caption -msgctxt "tform1.tabsheet8.caption" -msgid "Inventory" -msgstr "Inventory" - -#: tform1.tabsheet9.caption -msgid "Layout" -msgstr "Layout" - -#: tform1.toolbar1.caption -msgctxt "tform1.toolbar1.caption" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tform1.toolbar3.caption -msgctxt "tform1.toolbar3.caption" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbar5.caption -msgctxt "TFORM1.TOOLBAR5.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbaremail.caption -msgid "ToolBarEmail" -msgstr "ToolBarEmail" - -#: tform1.toolbarnpcinventory.caption -msgid "ToolBar" -msgstr "ToolBar" - -#: tform1.toolbartabledata.caption -msgctxt "TFORM1.TOOLBARTABLEDATA.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbutton1.caption -msgctxt "tform1.toolbutton1.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton1.hint -msgctxt "tform1.toolbutton1.hint" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton10.caption -msgid "OldAIMArchive" -msgstr "OldAIMArchive" - -#: tform1.toolbutton11.caption -msgid "Wytnij" -msgstr "Cut" - -#: tform1.toolbutton12.caption -msgid "Wklej" -msgstr "Paste" - -#: tform1.toolbutton13.caption -msgctxt "tform1.toolbutton13.caption" -msgid "Kopiuj" -msgstr "Copy" - -#: tform1.toolbutton14.caption -msgctxt "tform1.toolbutton14.caption" -msgid "Usuń" -msgstr "Delete" - -#: tform1.toolbutton15.caption -msgid "MercAvailability" -msgstr "MercAvailability" - -#: tform1.toolbutton16.caption -msgctxt "tform1.toolbutton16.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton16.hint -msgctxt "TFORM1.TOOLBUTTON16.HINT" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton17.caption -msgid "ToolButton17" -msgstr "ToolButton17" - -#: tform1.toolbutton18.caption -msgctxt "tform1.toolbutton18.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.toolbutton19.caption -msgid "ToolButton19" -msgstr "ToolButton19" - -#: tform1.toolbutton2.caption -msgctxt "tform1.toolbutton2.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton2.hint -msgctxt "tform1.toolbutton2.hint" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton20.caption -msgid "ToolButton20" -msgstr "ToolButton20" - -#: tform1.toolbutton21.caption -msgctxt "tform1.toolbutton21.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.toolbutton22.caption -msgid "EmailSenderNameList" -msgstr "EmailSenderNameList" - -#: tform1.toolbutton23.caption -msgid "EmailMercAvailable" -msgstr "EmailMercAvailable" - -#: tform1.toolbutton24.caption -msgctxt "tform1.toolbutton24.caption" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton24.hint -msgctxt "TFORM1.TOOLBUTTON24.HINT" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton25.caption -msgctxt "tform1.toolbutton25.caption" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton25.hint -msgctxt "TFORM1.TOOLBUTTON25.HINT" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton26.caption -msgid "ToolButton26" -msgstr "ToolButton26" - -#: tform1.toolbutton27.caption -#| msgid "ToolButton27" -msgctxt "tform1.toolbutton27.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.toolbutton28.caption -#| msgid "ToolButton28" -msgctxt "tform1.toolbutton28.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.toolbutton29.caption -msgid "EmailMercLevelUp" -msgstr "EmailMercLevelUp" - -#: tform1.toolbutton3.caption -msgid "CivGroupNames" -msgstr "CivGroupNames" - -#: tform1.toolbutton30.caption -msgctxt "TFORM1.TOOLBUTTON30.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.toolbutton31.caption -msgid "Backgrounds" -msgstr "Backgrounds" - -#: tform1.toolbutton32.caption -msgid "CampaignStatsEvents" -msgstr "CampaignStatsEvents" - -#: tform1.toolbutton33.caption -msgid "Merchants" -msgstr "Merchants" - -#: tform1.toolbutton34.caption -msgid "LoadScreenHints" -msgstr "LoadScreenHints" - -#: tform1.toolbutton35.caption -msgid "EnemyNames" -msgstr "EnemyNames" - -#: tform1.toolbutton36.caption -msgid "EnemyRank" -msgstr "EnemyRank" - -#: tform1.toolbutton37.caption -msgid "FaceGear.xml" -msgstr "FaceGear.xml" - -#: tform1.toolbutton38.caption -msgid "SquadNames.xml" -msgstr "SquadNames.xml" - -#: tform1.toolbutton39.caption -msgctxt "tform1.toolbutton39.caption" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton39.hint -msgctxt "TFORM1.TOOLBUTTON39.HINT" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton4.caption -msgctxt "tform1.toolbutton4.caption" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton4.hint -msgctxt "TFORM1.TOOLBUTTON4.HINT" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton40.caption -msgctxt "tform1.toolbutton40.caption" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton40.hint -msgctxt "TFORM1.TOOLBUTTON40.HINT" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton41.caption -msgctxt "tform1.toolbutton41.caption" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton41.hint -msgctxt "TFORM1.TOOLBUTTON41.HINT" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton5.caption -msgctxt "tform1.toolbutton5.caption" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton5.hint -msgctxt "TFORM1.TOOLBUTTON5.HINT" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton6.caption -msgctxt "tform1.toolbutton6.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton6.hint -msgctxt "TFORM1.TOOLBUTTON6.HINT" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton7.caption -msgctxt "tform1.toolbutton7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton7.hint -msgctxt "tform1.toolbutton7.hint" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton8.caption -msgid "ToolButton8" -msgstr "ToolButton8" - -#: tform1.toolbutton9.caption -msgid "IMPPortraits" -msgstr "IMPPortraits" - -#: tform11.button1.caption -msgid "Add" -msgstr "Add" - -#: tform11.button2.caption -msgctxt "TFORM11.BUTTON2.CAPTION" -msgid "Exit" -msgstr "Exit" - -#: tform11.button3.caption -msgid "Delete" -msgstr "Delete" - -#: tform11.button4.caption -msgid "import" -msgstr "import" - -#: tform11.caption -msgid "IMP Portraits (IMPPortraits.xml)" -msgstr "IMP Portraits (IMPPortraits.xml)" - -#: tform15.button1.caption -msgid "Ok" -msgstr "Ok" - -#: tform15.caption -msgid "MERCAvailability.xml" -msgstr "MERCAvailability.xml" - -#: tform15.label89.caption -msgid "StartMercsAvailable" -msgstr "StartMercsAvailable" - -#: tform15.label90.caption -msgid "NewMercsAvailable" -msgstr "NewMercsAvailable" - -#: tform15.label91.caption -msgid "MoneyPaid" -msgstr "MoneyPaid" - -#: tform15.label92.caption -msgid "Day" -msgstr "Day" - -#: tform15.label93.caption -msgid "Drunk" -msgstr "Drunk" - -#: tform15.label94.caption -msgid "AlternateIndex" -msgstr "AlternateIndex" - -#: tform15.label95.caption -msgid "MERC Bio ID (MERCBIOS.EDT)" -msgstr "MERC Bio ID (MERCBIOS.EDT)" - -#: tform15.listview2.columns[0].caption -msgid "Profil ID" -msgstr "Profil ID" - -#: tform15.listview2.columns[1].caption -msgid "MERC ID" -msgstr "MERC ID" - -#: tform15.listview2.columns[2].caption -msgid "Nick" -msgstr "Nick" - -#: tform2.caption -msgctxt "TFORM2.CAPTION" -msgid "Edit" -msgstr "Edit" - -#: tform2.checkbox1.caption -msgid "CheckBox1" -msgstr "CheckBox1" - -#: tform2.combobox1.text -msgid "ComboBox1" -msgstr "ComboBox1" - -#: tform2.edit1.text -msgid "Edit1" -msgstr "Edit1" - -#: tform2.label1.caption -msgctxt "TFORM2.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.buttonpanel1.okbutton.caption -msgctxt "tform4.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tform4.caption -msgctxt "TFORM4.CAPTION" -msgid "Edycja" -msgstr "Edition" - -#: tform4.checkbox1.caption -msgid "Zmień i zapisz we wszytkich plikach lokalizacyjnych." -msgstr "Change and write down in all translational files." - -#: tform4.checkbox2.caption -msgid "CheckBox2" -msgstr "CheckBox2" - -#: tform4.checkbox3.caption -msgctxt "tform4.checkbox3.caption" -msgid "CheckBox3" -msgstr "CheckBox3" - -#: tform4.checkbox4.caption -msgid "CheckBox4" -msgstr "CheckBox4" - -#: tform4.label1.caption -msgctxt "TFORM4.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.label2.caption -msgctxt "TFORM4.LABEL2.CAPTION" -msgid "Label2" -msgstr "Label2" - -#: tform4.labelededit1.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "Name" -msgstr "Name" - -#: tform4.labelededit2.editlabel.caption -msgctxt "tform4.labelededit2.editlabel.caption" -msgid "NickName" -msgstr "NickName" - -#: tform4.labelededit3.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NickName" -msgstr "NickName" - -#: tform5.caption -msgid "Form5" -msgstr "Form5" - -#: tform5.label1.caption -msgid "Load" -msgstr "Load" - -#: tform5.label2.caption -msgid "v2.0 Beta 2" -msgstr "v2.0" - -#: tform6.button1.caption -msgid "OK" -msgstr "OK" - -#: tform6.button2.caption -msgid "Cancel" -msgstr "Cancel" - -#: tform6.button3.caption -msgid "Delete face" -msgstr "Delete face" - -#: tform6.caption -msgid "RPC\\EPC Small Face (RPCFacesSmall.xml)" -msgstr "RPC\\EPC Small Face (RPCFacesSmall.xml)" - -#: tform6.label1.caption -msgid "FaceIndex" -msgstr "FaceIndex" - -#: tform6.label3.caption -msgid "EyesX" -msgstr "EyesX" - -#: tform6.label4.caption -msgid "EyesY" -msgstr "EyesY" - -#: tform6.label5.caption -msgid "MouthX" -msgstr "MouthX" - -#: tform6.label6.caption -msgid "MouthY" -msgstr "MouthY" - -#: tform6.listview1.hint -msgctxt "TFORM6.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformbrakujacepliki.caption -msgctxt "TFORMBRAKUJACEPLIKI.CAPTION" -msgid "Info" -msgstr "Info" - -#: tformbrakujacepliki.label1.caption -msgid "Dodawanie nowych plików do projektu..." -msgstr "The addition of new files to the project..." - -#: tformcopy.buttonpanel1.okbutton.caption -msgctxt "TFORMCOPY.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "Kopiuj" -msgstr "Copy" - -#: tformcopy.caption -msgid "Kopiuj zawartosc" -msgstr "Copy content" - -#: tformcopy.label1.caption -msgid "Z" -msgstr "From" - -#: tformcopy.label2.caption -msgid "Do" -msgstr "To" - -#: tformemail.buttonpanel1.cancelbutton.caption -msgid "Wyjdź" -msgstr "Exit" - -#: tformemail.buttonpanel1.okbutton.caption -msgid "&Zapisz" -msgstr "&Save" - -#: tformemail.caption -msgctxt "TFORMEMAIL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformemail.listview1.hint -msgctxt "TFORMEMAIL.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformemail.menuitem1.caption -msgid "Kopiowanie z \"pliku1\" do \"pliku2\"" -msgstr "Copies from \"file1\" to \"file2\"" - -#: tformemail.toolbar3.caption -msgctxt "TFORMEMAIL.TOOLBAR3.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tformemail.toolbutton1.caption -msgid "ToolButton1" -msgstr "ToolButton1" - -#: tformemail.toolbutton11.caption -msgctxt "TFORMEMAIL.TOOLBUTTON11.CAPTION" -msgid "Narzędzia" -msgstr "Tools" - -#: tformemail.toolbutton2.caption -msgid "Dodaj" -msgstr "Add" - -#: tformemail.toolbutton3.caption -msgctxt "TFORMEMAIL.TOOLBUTTON3.CAPTION" -msgid "Usuń" -msgstr "Delete" - -#: tformlog.bitbtn1.caption -msgctxt "TFORMLOG.BITBTN1.CAPTION" -msgid "Zapisz" -msgstr "Save" - -#: tformlog.caption -msgctxt "TFORMLOG.CAPTION" -msgid "Logi" -msgstr "Logs" - -#: tformnew.buttonpanel1.okbutton.caption -msgctxt "TFORMNEW.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformnew.caption -msgctxt "TFORMNEW.CAPTION" -msgid "Projekt" -msgstr "Projekt" - -#: tformnew.checkbox1.caption -msgctxt "tformnew.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Pliki językowe" - -#: tformnew.checkbox2.caption -msgid "UB Files" -msgstr "UB Files" - -#: tformnew.label1.caption -msgctxt "tformnew.label1.caption" -msgid "" -"Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie mozliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: tformnew.label2.caption -msgctxt "tformnew.label2.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: tformnew.labelededit1.editlabel.caption -msgctxt "tformnew.labelededit1.editlabel.caption" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: tformnew.listview1.columns[0].caption -msgctxt "TFORMNEW.LISTVIEW1.COLUMNS[0].CAPTION" -msgid "Name" -msgstr "Name" - -#: tformnew.listview1.columns[1].caption -msgid "Dir" -msgstr "Dir" - -#: tformnew.listview1.columns[2].caption -msgid "UB" -msgstr "UB" - -#: tformnew.speedbutton1.caption -msgctxt "tformnew.speedbutton1.caption" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: tformnew.tabsheet1.caption -msgctxt "TFORMNEW.TABSHEET1.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformnew.tabsheet2.caption -msgid "Nowy projekt" -msgstr "New Project" - -#: tformopcje.buttonpanel1.closebutton.caption -msgid "&Close" -msgstr "&Close" - -#: tformopcje.buttonpanel1.okbutton.caption -msgid "&Ok" -msgstr "&Ok" - -#: tformopcje.caption -msgctxt "TFORMOPCJE.CAPTION" -msgid "Opcje programu" -msgstr "Settings" - -#: tformopcje.label1.caption -msgctxt "tformopcje.label1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.labelededit1.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "TableData" -msgstr "TableData" - -#: tformopcje.labelededit1.text -msgid "LabeledEdit1" -msgstr "LabeledEdit1" - -#: tformopcje.labelededit2.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT2.EDITLABEL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformopcje.labelededit2.text -msgid "LabeledEdit2" -msgstr "LabeledEdit2" - -#: tformopcje.labelededit3.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tformopcje.labelededit3.text -msgid "LabeledEdit3" -msgstr "LabeledEdit3" - -#: tformopcje.labelededit4.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT4.EDITLABEL.CAPTION" -msgid "Map" -msgstr "Map" - -#: tformopcje.labelededit4.text -msgid "LabeledEdit4" -msgstr "LabeledEdit4" - -#: tformopcje.labelededit5.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT5.EDITLABEL.CAPTION" -msgid "Sounds" -msgstr "Sounds" - -#: tformopcje.labelededit5.text -msgid "LabeledEdit5" -msgstr "LabeledEdit5" - -#: tformopcje.labelededit6.editlabel.caption -msgid "Items" -msgstr "Items" - -#: tformopcje.labelededit6.text -msgid "LabeledEdit6" -msgstr "LabeledEdit6" - -#: tformopcje.labelededit7.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT7.EDITLABEL.CAPTION" -msgid "Inventory" -msgstr "Inventory" - -#: tformopcje.labelededit7.text -msgid "LabeledEdit7" -msgstr "LabeledEdit7" - -#: tformopcje.panel1.caption -msgctxt "TFORMOPCJE.PANEL1.CAPTION" -msgid "Panel1" -msgstr "Panel1" - -#: tformopcje.tabsheet1.caption -msgctxt "tformopcje.tabsheet1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.tabsheet3.caption -msgctxt "tformopcje.tabsheet3.caption" -msgid "Katalogi" -msgstr "Folders" - -#: tformopcje.toolbar1.caption -msgctxt "TFORMOPCJE.TOOLBAR1.CAPTION" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tformopcje.toolbutton1.caption -msgid "Zapisz zmiany" -msgstr "Save changes" - -#: tformopcje.toolbutton2.caption -msgid "ToolButton2" -msgstr "ToolButton2" - -#: tformopcjeprojektu.buttonpanel1.okbutton.caption -msgctxt "TFORMOPCJEPROJEKTU.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformopcjeprojektu.caption -msgctxt "TFORMOPCJEPROJEKTU.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformopcjeprojektu.checkbox1.caption -msgctxt "TFORMOPCJEPROJEKTU.CHECKBOX1.CAPTION" -msgid "Używaj plików lokalizacyjnych" -msgstr "Use translational files" - -#: tformopcjeprojektu.label1.caption -msgctxt "TFORMOPCJEPROJEKTU.LABEL1.CAPTION" -msgid "Czytaj, zapisuj oraz edytuj pliki :" -msgstr "Allow save, load and edit file:" - -#: tformopcjeprojektu.label2.caption -#| msgid "" -#| "Jeżeli odznaczysz plik z edycji i nacisniesz przycisk \"Akceptuj\", to " -#| "cała zawartość odznaczonego pliku zostanie usunięta!Jeżeli odznaczysz " -#| "plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to cała zawartość " -#| "odznaczonego pliku zostanie usunięta!" -msgid "" -"Jeżeli odznaczysz plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to " -"cała zawartość odznaczonego pliku zostanie usunięta!" -msgstr "" -"If you honour the file(s) from the edition and you will press the button " -"\"Accept \", then the whole content of the file will be removed!" - -#: tformopcjeprojektu.tabsheet1.caption -msgid "Pliki XML" -msgstr "Files XML" - -#: tformopcjeprojektu.tabsheet2.caption -msgctxt "tformopcjeprojektu.tabsheet2.caption" -msgid "Pliki lokalizacyjne" -msgstr "Translational files" - -#: tinfoform.caption -msgctxt "TINFOFORM.CAPTION" -msgid "Info" -msgstr "Info" - -#: tinfoform.label1.caption -msgid "Merc Profiles Editor 2.0" -msgstr "Merc Profiles Editor 2.0" - -#: tinfoform.label2.caption -#| msgid "by Jazz 2010/2013" -msgid "by Jazz 2010/2014" -msgstr "by Jazz 2010/2014" - -#: tinfoform.label4.caption -msgid "sourceforge.net/users/jazzmb1" -msgstr "sourceforge.net/users/jazzmb1" - -#: topendir.buttonpanel1.okbutton.caption -msgid "&Importuj" -msgstr "&Import" - -#: topendir.caption -msgctxt "TOPENDIR.CAPTION" -msgid "Importuj pliki XML z katalogu" -msgstr "Open directory" - -#: topendir.checkbox1.caption -msgctxt "topendir.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Translational files" - -#: topendir.checkbox2.caption -msgid "Wczytaj pliki UB" -msgstr "Load UB files" - -#: topendir.checkbox3.caption -#| msgid "CheckBox3" -msgctxt "topendir.checkbox3.caption" -msgid "Używaj plików lokalizacyjnych items.xml i Cities.xml" -msgstr "Use files translational items.xml and Cities.xml." - -#: topendir.checkbox3.hint -msgid "" -"Zaznacz jeżeli chcesz używać plików lokalizacyjnych XYZ.Items.xml oraz XYZ." -"Cities.Xml. Opcja zadziała tylko jeżeli pliki istnieją." -msgstr "" -"Mark if you want to use files translational XYZ.Items.xml and XYZ.Cities." -"Xml. The option will work only if files they exist." - -#: topendir.checkgroup1.caption -msgctxt "topendir.checkgroup1.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: topendir.label1.caption -#| msgid "" -#| "Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych " -#| "plików będzie mozliwa tylko dla tej sesji." -msgctxt "TOPENDIR.LABEL1.CAPTION" -msgid "" -"Jeżeli nie chcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie możliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: topendir.labelededit1.editlabel.caption -msgctxt "TOPENDIR.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: topendir.menuitem1.caption -msgctxt "topendir.menuitem1.caption" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topendir.radiobutton1.caption -msgid "Katalog" -msgstr "Folder" - -#: topendir.radiobutton2.caption -msgctxt "topendir.radiobutton2.caption" -msgid "Katalogi" -msgstr "Folders" - -#: topendir.speedbutton1.caption -msgctxt "TOPENDIR.SPEEDBUTTON1.CAPTION" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: topendir.speedbutton2.hint -msgctxt "topendir.speedbutton2.hint" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topenprojectform.caption -msgctxt "TOPENPROJECTFORM.CAPTION" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tsaveform.buttonpanel1.okbutton.caption -msgid "&Eksportuj" -msgstr "&Exportuj" - -#: tsaveform.caption -msgctxt "TSAVEFORM.CAPTION" -msgid "Eksportuj do XML" -msgstr "Export to XML" - -#: tsaveform.label1.caption -msgid "Podaj katalog do zapisu" -msgstr "The folder to writes" diff --git a/Tools/Merc Profile Editor/languages/MPE.fr.po b/Tools/Merc Profile Editor/languages/MPE.fr.po deleted file mode 100644 index 2367deed9..000000000 --- a/Tools/Merc Profile Editor/languages/MPE.fr.po +++ /dev/null @@ -1,1390 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: mpe-en\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"X-Generator: Poedit 1.6.5\n" - -#: teditprofform.bitbtn1.caption -msgid "Zmień" -msgstr "Change" - -#: teditprofform.button1.caption -msgid "Więcej opcji" -msgstr "More options..." - -#: teditprofform.buttonpanel1.cancelbutton.caption -msgid "Anuluj" -msgstr "Cancel" - -#: teditprofform.buttonpanel1.closebutton.caption -msgid "Z&amknij" -msgstr "Close" - -#: teditprofform.buttonpanel1.helpbutton.caption -msgid "P&omoc" -msgstr "H&elp" - -#: teditprofform.buttonpanel1.okbutton.caption -msgid "&Change" -msgstr "&Change" - -#: teditprofform.caption -msgctxt "teditprofform.caption" -msgid "Edytuj" -msgstr "Edit" - -#: teditprofform.label1.caption -msgid "Gear" -msgstr "Gear" - -#: teditprofform.label2.caption -msgid "Uwaga! Imiona i ksywki są tu wyświetlane tylko dla angielskiej wersji." -msgstr "Names and nick are displayed only for the English version." - -#: teditprofform.listview1.columns[0].caption -msgid "Parametr" -msgstr "Parameter" - -#: teditprofform.listview1.columns[1].caption -msgid "Wartosc" -msgstr "Value" - -#: teditprofform.listview1.hint -msgctxt "teditprofform.listview1.hint" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: teditprofform.menuitem1.caption -msgid "Dodaj rekord" -msgstr "Add record" - -#: teditprofform.menuitem10.caption -msgctxt "TEDITPROFFORM.MENUITEM10.CAPTION" -msgid "-" -msgstr "-" - -#: teditprofform.menuitem2.caption -msgid "Usuń rekord" -msgstr "Delete record" - -#: teditprofform.menuitem3.caption -msgid "Edycja nazw" -msgstr "The edition of names" - -#: teditprofform.menuitem4.caption -msgid "Dodaj nowy parametr" -msgstr "Add the new parameter" - -#: teditprofform.menuitem9.caption -msgctxt "TEDITPROFFORM.MENUITEM9.CAPTION" -msgid "-" -msgstr "-" - -#: tedycjapliku.caption -msgid "Edycja\\Podgląd pliku" -msgstr "View\\Edit file" - -#: teksportform.caption -msgid "Eksportuj plik" -msgstr "Export file" - -#: teksportform.label1.caption -msgctxt "teksportform.label1.caption" -msgid "Wybierz plik" -msgstr "File" - -#: tform1.bitbtn1.caption -msgctxt "tform1.bitbtn1.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.bitbtn2.caption -msgid "Shop Inventory" -msgstr "Shop Inventory" - -#: tform1.caption -#| msgid "MPE 2.0 Beta 2" -msgid "MPE 2.0" -msgstr "MPE 2.0" - -#: tform1.checkbox1.caption -msgid "HiddenNames" -msgstr "HiddenNames" - -#: tform1.checkbox2.caption -msgid "Sounds Enabled" -msgstr "Sounds Enabled" - -#: tform1.checkbox3.caption -msgid "AIMAvailability" -msgstr "AIMAvailability" - -#: tform1.groupbox1.caption -msgid "Loading..." -msgstr "Loading..." - -#: tform1.label1.caption -msgid "Aim BIO" -msgstr "Aim BIO" - -#: tform1.label2.caption -msgid "Typ" -msgstr "Typ" - -#: tform1.label3.caption -msgid "Label3" -msgstr "Label3" - -#: tform1.label4.caption -msgid "Label4" -msgstr "Label4" - -#: tform1.label5.caption -msgid "Wait...." -msgstr "Wait...." - -#: tform1.label6.caption -msgctxt "tform1.label6.caption" -msgid "Name" -msgstr "Name" - -#: tform1.menuitem1.caption -msgid "Plik" -msgstr "File" - -#: tform1.menuitem10.caption -msgctxt "TFORM1.MENUITEM10.CAPTION" -msgid "O programie" -msgstr "About" - -#: tform1.menuitem11.caption -msgid "XML" -msgstr "XML" - -#: tform1.menuitem12.caption -msgid "CivGroupNames.xml" -msgstr "CivGroupNames.xml" - -#: tform1.menuitem13.caption -msgid "IMPPortraits.xml" -msgstr "IMPPortraits.xml" - -#: tform1.menuitem14.caption -msgid "OldAIMArchive.xml" -msgstr "OldAIMArchive.xml" - -#: tform1.menuitem15.caption -msgid "EmailSenderNameList.xml" -msgstr "EmailSenderNameList.xml" - -#: tform1.menuitem16.caption -msgid "MercAvailability.xml" -msgstr "MercAvailability.xml" - -#: tform1.menuitem17.caption -msgid "RPCFacesSmall.xml" -msgstr "RPCFacesSmall.xml" - -#: tform1.menuitem18.caption -msgid "EmailMercAvailable.xml" -msgstr "EmailMercAvailable.xml" - -#: tform1.menuitem19.caption -msgid "EmailMercLevelUp.xml" -msgstr "EmailMercLevelUp.xml" - -#: tform1.menuitem2.caption -msgctxt "tform1.menuitem2.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem20.caption -msgid "Vehicles Names (Vehicles.xml)" -msgstr "Vehicles Names (Vehicles.xml)" - -#: tform1.menuitem21.caption -msgctxt "tform1.menuitem21.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.menuitem22.caption -msgid "Eksportuj do.." -msgstr "Export to..." - -#: tform1.menuitem23.caption -msgctxt "TFORM1.MENUITEM23.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem24.caption -msgid "TableData.7z" -msgstr "TableData.7z" - -#: tform1.menuitem25.caption -msgctxt "TFORM1.MENUITEM25.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem26.caption -msgctxt "TFORM1.MENUITEM26.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.menuitem27.caption -msgctxt "tform1.menuitem27.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem28.caption -msgctxt "TFORM1.MENUITEM28.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem29.caption -msgctxt "tform1.menuitem29.caption" -msgid "-" -msgstr "-" - -#: tform1.menuitem3.caption -msgctxt "tform1.menuitem3.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.menuitem30.caption -msgctxt "TFORM1.MENUITEM30.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem31.caption -msgid "Indeks..." -msgstr "Index..." - -#: tform1.menuitem32.caption -msgid "Backgrounds.xml" -msgstr "Backgrounds.xml" - -#: tform1.menuitem33.caption -msgid "Merchants.xml" -msgstr "Merchants.xml" - -#: tform1.menuitem34.caption -msgctxt "tform1.menuitem34.caption" -msgid "Logi" -msgstr "Logs" - -#: tform1.menuitem35.caption -msgid "Ekportuj plik..." -msgstr "Export file..." - -#: tform1.menuitem36.caption -msgid "Importuj plik do projektu" -msgstr "Import file to project" - -#: tform1.menuitem37.caption -msgctxt "TFORM1.MENUITEM37.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem39.caption -msgctxt "TFORM1.MENUITEM39.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem4.caption -msgctxt "TFORM1.MENUITEM4.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem5.caption -msgctxt "tform1.menuitem5.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.menuitem6.caption -msgctxt "tform1.menuitem6.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs<" - -#: tform1.menuitem7.caption -msgctxt "tform1.menuitem7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.menuitem8.caption -msgid "New Item8" -msgstr "New Item8" - -#: tform1.menuitem9.caption -msgid "Pomoc" -msgstr "Help" - -#: tform1.openprojects.caption -msgctxt "tform1.openprojects.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.panel2.caption -msgid "Panel2" -msgstr "Panel2" - -#: tform1.panel3.caption -msgid "Panel3" -msgstr "Panel3" - -#: tform1.speedbutton1.caption -msgctxt "tform1.speedbutton1.caption" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton1.hint -msgctxt "TFORM1.SPEEDBUTTON1.HINT" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton10.caption -msgctxt "tform1.speedbutton10.caption" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton10.hint -msgctxt "TFORM1.SPEEDBUTTON10.HINT" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton11.caption -msgctxt "tform1.speedbutton11.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton11.hint -msgctxt "tform1.speedbutton11.hint" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton2.caption -msgid "?" -msgstr "?" - -#: tform1.speedbutton3.caption -msgctxt "tform1.speedbutton3.caption" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton3.hint -msgctxt "TFORM1.SPEEDBUTTON3.HINT" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton4.caption -msgctxt "tform1.speedbutton4.caption" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton4.hint -msgctxt "TFORM1.SPEEDBUTTON4.HINT" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton5.caption -msgctxt "tform1.speedbutton5.caption" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton5.hint -msgctxt "TFORM1.SPEEDBUTTON5.HINT" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton6.caption -msgid "Merc" -msgstr "Merc" - -#: tform1.speedbutton8.caption -msgctxt "tform1.speedbutton8.caption" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton8.hint -msgctxt "TFORM1.SPEEDBUTTON8.HINT" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton9.caption -msgctxt "tform1.speedbutton9.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.speedbutton9.hint -msgctxt "tform1.speedbutton9.hint" -msgid "Nazwy" -msgstr "Names" - -#: tform1.statusbar1.panels[0].text -msgid "Index" -msgstr "Index" - -#: tform1.tabsheet1.caption -msgctxt "tform1.tabsheet1.caption" -msgid "Narzędzia" -msgstr "Tools" - -#: tform1.tabsheet10.caption -msgid "Lookup" -msgstr "Lookup" - -#: tform1.tabsheet11.caption -msgctxt "tform1.tabsheet11.caption" -msgid "Map" -msgstr "Map" - -#: tform1.tabsheet12.caption -msgid "MapAction" -msgstr "MapAction" - -#: tform1.tabsheet13.caption -msgid "Multiplayer" -msgstr "Multiplayer" - -#: tform1.tabsheet14.caption -msgctxt "tform1.tabsheet14.caption" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.tabsheet15.caption -msgid "Profiles" -msgstr "Profiles" - -#: tform1.tabsheet16.caption -msgctxt "tform1.tabsheet16.caption" -msgid "Sounds" -msgstr "Sounds" - -#: tform1.tabsheet2.caption -msgctxt "tform1.tabsheet2.caption" -msgid "Edycja" -msgstr "Edit" - -#: tform1.tabsheet3.caption -msgid "XML1" -msgstr "XML1" - -#: tform1.tabsheet4.caption -msgctxt "tform1.tabsheet4.caption" -msgid "TableData" -msgstr "TableData" - -#: tform1.tabsheet5.caption -msgid "Army" -msgstr "Army" - -#: tform1.tabsheet6.caption -msgid "BriefingRoom" -msgstr "BriefingRoom" - -#: tform1.tabsheet7.caption -msgctxt "tform1.tabsheet7.caption" -msgid "Email" -msgstr "Email" - -#: tform1.tabsheet8.caption -msgctxt "tform1.tabsheet8.caption" -msgid "Inventory" -msgstr "Inventory" - -#: tform1.tabsheet9.caption -msgid "Layout" -msgstr "Layout" - -#: tform1.toolbar1.caption -msgctxt "tform1.toolbar1.caption" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tform1.toolbar3.caption -msgctxt "tform1.toolbar3.caption" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbar5.caption -msgctxt "TFORM1.TOOLBAR5.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbaremail.caption -msgid "ToolBarEmail" -msgstr "ToolBarEmail" - -#: tform1.toolbarnpcinventory.caption -msgid "ToolBar" -msgstr "ToolBar" - -#: tform1.toolbartabledata.caption -msgctxt "TFORM1.TOOLBARTABLEDATA.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbutton1.caption -msgctxt "tform1.toolbutton1.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton1.hint -msgctxt "tform1.toolbutton1.hint" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton10.caption -msgid "OldAIMArchive" -msgstr "OldAIMArchive" - -#: tform1.toolbutton11.caption -msgid "Wytnij" -msgstr "Cut" - -#: tform1.toolbutton12.caption -msgid "Wklej" -msgstr "Paste" - -#: tform1.toolbutton13.caption -msgctxt "tform1.toolbutton13.caption" -msgid "Kopiuj" -msgstr "Copy" - -#: tform1.toolbutton14.caption -msgctxt "tform1.toolbutton14.caption" -msgid "Usuń" -msgstr "Delete" - -#: tform1.toolbutton15.caption -msgid "MercAvailability" -msgstr "MercAvailability" - -#: tform1.toolbutton16.caption -msgctxt "tform1.toolbutton16.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton16.hint -msgctxt "TFORM1.TOOLBUTTON16.HINT" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton17.caption -msgid "ToolButton17" -msgstr "ToolButton17" - -#: tform1.toolbutton18.caption -msgctxt "tform1.toolbutton18.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.toolbutton19.caption -msgid "ToolButton19" -msgstr "ToolButton19" - -#: tform1.toolbutton2.caption -msgctxt "tform1.toolbutton2.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton2.hint -msgctxt "tform1.toolbutton2.hint" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton20.caption -msgid "ToolButton20" -msgstr "ToolButton20" - -#: tform1.toolbutton21.caption -msgctxt "tform1.toolbutton21.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.toolbutton22.caption -msgid "EmailSenderNameList" -msgstr "EmailSenderNameList" - -#: tform1.toolbutton23.caption -msgid "EmailMercAvailable" -msgstr "EmailMercAvailable" - -#: tform1.toolbutton24.caption -msgctxt "tform1.toolbutton24.caption" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton24.hint -msgctxt "TFORM1.TOOLBUTTON24.HINT" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton25.caption -msgctxt "tform1.toolbutton25.caption" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton25.hint -msgctxt "TFORM1.TOOLBUTTON25.HINT" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton26.caption -msgid "ToolButton26" -msgstr "ToolButton26" - -#: tform1.toolbutton27.caption -#| msgid "ToolButton27" -msgctxt "tform1.toolbutton27.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.toolbutton28.caption -#| msgid "ToolButton28" -msgctxt "tform1.toolbutton28.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.toolbutton29.caption -msgid "EmailMercLevelUp" -msgstr "EmailMercLevelUp" - -#: tform1.toolbutton3.caption -msgid "CivGroupNames" -msgstr "CivGroupNames" - -#: tform1.toolbutton30.caption -msgctxt "TFORM1.TOOLBUTTON30.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.toolbutton31.caption -msgid "Backgrounds" -msgstr "Backgrounds" - -#: tform1.toolbutton32.caption -msgid "CampaignStatsEvents" -msgstr "CampaignStatsEvents" - -#: tform1.toolbutton33.caption -msgid "Merchants" -msgstr "Merchants" - -#: tform1.toolbutton34.caption -msgid "LoadScreenHints" -msgstr "LoadScreenHints" - -#: tform1.toolbutton35.caption -msgid "EnemyNames" -msgstr "EnemyNames" - -#: tform1.toolbutton36.caption -msgid "EnemyRank" -msgstr "EnemyRank" - -#: tform1.toolbutton37.caption -msgid "FaceGear.xml" -msgstr "FaceGear.xml" - -#: tform1.toolbutton38.caption -msgid "SquadNames.xml" -msgstr "SquadNames.xml" - -#: tform1.toolbutton39.caption -msgctxt "tform1.toolbutton39.caption" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton39.hint -msgctxt "TFORM1.TOOLBUTTON39.HINT" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton4.caption -msgctxt "tform1.toolbutton4.caption" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton4.hint -msgctxt "TFORM1.TOOLBUTTON4.HINT" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton40.caption -msgctxt "tform1.toolbutton40.caption" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton40.hint -msgctxt "TFORM1.TOOLBUTTON40.HINT" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton41.caption -msgctxt "tform1.toolbutton41.caption" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton41.hint -msgctxt "TFORM1.TOOLBUTTON41.HINT" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton5.caption -msgctxt "tform1.toolbutton5.caption" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton5.hint -msgctxt "TFORM1.TOOLBUTTON5.HINT" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton6.caption -msgctxt "tform1.toolbutton6.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton6.hint -msgctxt "TFORM1.TOOLBUTTON6.HINT" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton7.caption -msgctxt "tform1.toolbutton7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton7.hint -msgctxt "tform1.toolbutton7.hint" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton8.caption -msgid "ToolButton8" -msgstr "ToolButton8" - -#: tform1.toolbutton9.caption -msgid "IMPPortraits" -msgstr "IMPPortraits" - -#: tform11.button1.caption -msgid "Add" -msgstr "Add" - -#: tform11.button2.caption -msgctxt "TFORM11.BUTTON2.CAPTION" -msgid "Exit" -msgstr "Exit" - -#: tform11.button3.caption -msgid "Delete" -msgstr "Delete" - -#: tform11.button4.caption -msgid "import" -msgstr "import" - -#: tform11.caption -msgid "IMP Portraits (IMPPortraits.xml)" -msgstr "IMP Portraits (IMPPortraits.xml)" - -#: tform15.button1.caption -msgid "Ok" -msgstr "Ok" - -#: tform15.caption -msgid "MERCAvailability.xml" -msgstr "MERCAvailability.xml" - -#: tform15.label89.caption -msgid "StartMercsAvailable" -msgstr "StartMercsAvailable" - -#: tform15.label90.caption -msgid "NewMercsAvailable" -msgstr "NewMercsAvailable" - -#: tform15.label91.caption -msgid "MoneyPaid" -msgstr "MoneyPaid" - -#: tform15.label92.caption -msgid "Day" -msgstr "Day" - -#: tform15.label93.caption -msgid "Drunk" -msgstr "Drunk" - -#: tform15.label94.caption -msgid "AlternateIndex" -msgstr "AlternateIndex" - -#: tform15.label95.caption -msgid "MERC Bio ID (MERCBIOS.EDT)" -msgstr "MERC Bio ID (MERCBIOS.EDT)" - -#: tform15.listview2.columns[0].caption -msgid "Profil ID" -msgstr "Profil ID" - -#: tform15.listview2.columns[1].caption -msgid "MERC ID" -msgstr "MERC ID" - -#: tform15.listview2.columns[2].caption -msgid "Nick" -msgstr "Nick" - -#: tform2.caption -msgctxt "TFORM2.CAPTION" -msgid "Edit" -msgstr "Edit" - -#: tform2.checkbox1.caption -msgid "CheckBox1" -msgstr "CheckBox1" - -#: tform2.combobox1.text -msgid "ComboBox1" -msgstr "ComboBox1" - -#: tform2.edit1.text -msgid "Edit1" -msgstr "Edit1" - -#: tform2.label1.caption -msgctxt "TFORM2.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.buttonpanel1.okbutton.caption -msgctxt "tform4.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tform4.caption -msgctxt "TFORM4.CAPTION" -msgid "Edycja" -msgstr "Edition" - -#: tform4.checkbox1.caption -msgid "Zmień i zapisz we wszytkich plikach lokalizacyjnych." -msgstr "Change and write down in all translational files." - -#: tform4.checkbox2.caption -msgid "CheckBox2" -msgstr "CheckBox2" - -#: tform4.checkbox3.caption -msgctxt "tform4.checkbox3.caption" -msgid "CheckBox3" -msgstr "CheckBox3" - -#: tform4.checkbox4.caption -msgid "CheckBox4" -msgstr "CheckBox4" - -#: tform4.label1.caption -msgctxt "TFORM4.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.label2.caption -msgctxt "TFORM4.LABEL2.CAPTION" -msgid "Label2" -msgstr "Label2" - -#: tform4.labelededit1.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "Name" -msgstr "Name" - -#: tform4.labelededit2.editlabel.caption -msgctxt "tform4.labelededit2.editlabel.caption" -msgid "NickName" -msgstr "NickName" - -#: tform4.labelededit3.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NickName" -msgstr "NickName" - -#: tform5.caption -msgid "Form5" -msgstr "Form5" - -#: tform5.label1.caption -msgid "Load" -msgstr "Load" - -#: tform5.label2.caption -msgid "v2.0 Beta 2" -msgstr "v2.0" - -#: tform6.button1.caption -msgid "OK" -msgstr "OK" - -#: tform6.button2.caption -msgid "Cancel" -msgstr "Cancel" - -#: tform6.button3.caption -msgid "Delete face" -msgstr "Delete face" - -#: tform6.caption -msgid "RPC\\EPC Small Face (RPCFacesSmall.xml)" -msgstr "RPC\\EPC Small Face (RPCFacesSmall.xml)" - -#: tform6.label1.caption -msgid "FaceIndex" -msgstr "FaceIndex" - -#: tform6.label3.caption -msgid "EyesX" -msgstr "EyesX" - -#: tform6.label4.caption -msgid "EyesY" -msgstr "EyesY" - -#: tform6.label5.caption -msgid "MouthX" -msgstr "MouthX" - -#: tform6.label6.caption -msgid "MouthY" -msgstr "MouthY" - -#: tform6.listview1.hint -msgctxt "TFORM6.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformbrakujacepliki.caption -msgctxt "TFORMBRAKUJACEPLIKI.CAPTION" -msgid "Info" -msgstr "Info" - -#: tformbrakujacepliki.label1.caption -msgid "Dodawanie nowych plików do projektu..." -msgstr "The addition of new files to the project..." - -#: tformcopy.buttonpanel1.okbutton.caption -msgctxt "TFORMCOPY.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "Kopiuj" -msgstr "Copy" - -#: tformcopy.caption -msgid "Kopiuj zawartosc" -msgstr "Copy content" - -#: tformcopy.label1.caption -msgid "Z" -msgstr "From" - -#: tformcopy.label2.caption -msgid "Do" -msgstr "To" - -#: tformemail.buttonpanel1.cancelbutton.caption -msgid "Wyjdź" -msgstr "Exit" - -#: tformemail.buttonpanel1.okbutton.caption -msgid "&Zapisz" -msgstr "&Save" - -#: tformemail.caption -msgctxt "TFORMEMAIL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformemail.listview1.hint -msgctxt "TFORMEMAIL.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformemail.menuitem1.caption -msgid "Kopiowanie z \"pliku1\" do \"pliku2\"" -msgstr "Copies from \"file1\" to \"file2\"" - -#: tformemail.toolbar3.caption -msgctxt "TFORMEMAIL.TOOLBAR3.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tformemail.toolbutton1.caption -msgid "ToolButton1" -msgstr "ToolButton1" - -#: tformemail.toolbutton11.caption -msgctxt "TFORMEMAIL.TOOLBUTTON11.CAPTION" -msgid "Narzędzia" -msgstr "Tools" - -#: tformemail.toolbutton2.caption -msgid "Dodaj" -msgstr "Add" - -#: tformemail.toolbutton3.caption -msgctxt "TFORMEMAIL.TOOLBUTTON3.CAPTION" -msgid "Usuń" -msgstr "Delete" - -#: tformlog.bitbtn1.caption -msgctxt "TFORMLOG.BITBTN1.CAPTION" -msgid "Zapisz" -msgstr "Save" - -#: tformlog.caption -msgctxt "TFORMLOG.CAPTION" -msgid "Logi" -msgstr "Logs" - -#: tformnew.buttonpanel1.okbutton.caption -msgctxt "TFORMNEW.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformnew.caption -msgctxt "TFORMNEW.CAPTION" -msgid "Projekt" -msgstr "Projekt" - -#: tformnew.checkbox1.caption -msgctxt "tformnew.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Pliki językowe" - -#: tformnew.checkbox2.caption -msgid "UB Files" -msgstr "UB Files" - -#: tformnew.label1.caption -msgctxt "tformnew.label1.caption" -msgid "" -"Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie mozliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: tformnew.label2.caption -msgctxt "tformnew.label2.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: tformnew.labelededit1.editlabel.caption -msgctxt "tformnew.labelededit1.editlabel.caption" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: tformnew.listview1.columns[0].caption -msgctxt "TFORMNEW.LISTVIEW1.COLUMNS[0].CAPTION" -msgid "Name" -msgstr "Name" - -#: tformnew.listview1.columns[1].caption -msgid "Dir" -msgstr "Dir" - -#: tformnew.listview1.columns[2].caption -msgid "UB" -msgstr "UB" - -#: tformnew.speedbutton1.caption -msgctxt "tformnew.speedbutton1.caption" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: tformnew.tabsheet1.caption -msgctxt "TFORMNEW.TABSHEET1.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformnew.tabsheet2.caption -msgid "Nowy projekt" -msgstr "New Project" - -#: tformopcje.buttonpanel1.closebutton.caption -msgid "&Close" -msgstr "&Close" - -#: tformopcje.buttonpanel1.okbutton.caption -msgid "&Ok" -msgstr "&Ok" - -#: tformopcje.caption -msgctxt "TFORMOPCJE.CAPTION" -msgid "Opcje programu" -msgstr "Settings" - -#: tformopcje.label1.caption -msgctxt "tformopcje.label1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.labelededit1.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "TableData" -msgstr "TableData" - -#: tformopcje.labelededit1.text -msgid "LabeledEdit1" -msgstr "LabeledEdit1" - -#: tformopcje.labelededit2.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT2.EDITLABEL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformopcje.labelededit2.text -msgid "LabeledEdit2" -msgstr "LabeledEdit2" - -#: tformopcje.labelededit3.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tformopcje.labelededit3.text -msgid "LabeledEdit3" -msgstr "LabeledEdit3" - -#: tformopcje.labelededit4.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT4.EDITLABEL.CAPTION" -msgid "Map" -msgstr "Map" - -#: tformopcje.labelededit4.text -msgid "LabeledEdit4" -msgstr "LabeledEdit4" - -#: tformopcje.labelededit5.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT5.EDITLABEL.CAPTION" -msgid "Sounds" -msgstr "Sounds" - -#: tformopcje.labelededit5.text -msgid "LabeledEdit5" -msgstr "LabeledEdit5" - -#: tformopcje.labelededit6.editlabel.caption -msgid "Items" -msgstr "Items" - -#: tformopcje.labelededit6.text -msgid "LabeledEdit6" -msgstr "LabeledEdit6" - -#: tformopcje.labelededit7.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT7.EDITLABEL.CAPTION" -msgid "Inventory" -msgstr "Inventory" - -#: tformopcje.labelededit7.text -msgid "LabeledEdit7" -msgstr "LabeledEdit7" - -#: tformopcje.panel1.caption -msgctxt "TFORMOPCJE.PANEL1.CAPTION" -msgid "Panel1" -msgstr "Panel1" - -#: tformopcje.tabsheet1.caption -msgctxt "tformopcje.tabsheet1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.tabsheet3.caption -msgctxt "tformopcje.tabsheet3.caption" -msgid "Katalogi" -msgstr "Folders" - -#: tformopcje.toolbar1.caption -msgctxt "TFORMOPCJE.TOOLBAR1.CAPTION" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tformopcje.toolbutton1.caption -msgid "Zapisz zmiany" -msgstr "Save changes" - -#: tformopcje.toolbutton2.caption -msgid "ToolButton2" -msgstr "ToolButton2" - -#: tformopcjeprojektu.buttonpanel1.okbutton.caption -msgctxt "TFORMOPCJEPROJEKTU.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformopcjeprojektu.caption -msgctxt "TFORMOPCJEPROJEKTU.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformopcjeprojektu.checkbox1.caption -msgctxt "TFORMOPCJEPROJEKTU.CHECKBOX1.CAPTION" -msgid "Używaj plików lokalizacyjnych" -msgstr "Use translational files" - -#: tformopcjeprojektu.label1.caption -msgctxt "TFORMOPCJEPROJEKTU.LABEL1.CAPTION" -msgid "Czytaj, zapisuj oraz edytuj pliki :" -msgstr "Allow save, load and edit file:" - -#: tformopcjeprojektu.label2.caption -#| msgid "" -#| "Jeżeli odznaczysz plik z edycji i nacisniesz przycisk \"Akceptuj\", to " -#| "cała zawartość odznaczonego pliku zostanie usunięta!Jeżeli odznaczysz " -#| "plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to cała zawartość " -#| "odznaczonego pliku zostanie usunięta!" -msgid "" -"Jeżeli odznaczysz plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to " -"cała zawartość odznaczonego pliku zostanie usunięta!" -msgstr "" -"If you honour the file(s) from the edition and you will press the button " -"\"Accept \", then the whole content of the file will be removed!" - -#: tformopcjeprojektu.tabsheet1.caption -msgid "Pliki XML" -msgstr "Files XML" - -#: tformopcjeprojektu.tabsheet2.caption -msgctxt "tformopcjeprojektu.tabsheet2.caption" -msgid "Pliki lokalizacyjne" -msgstr "Translational files" - -#: tinfoform.caption -msgctxt "TINFOFORM.CAPTION" -msgid "Info" -msgstr "Info" - -#: tinfoform.label1.caption -msgid "Merc Profiles Editor 2.0" -msgstr "Merc Profiles Editor 2.0" - -#: tinfoform.label2.caption -#| msgid "by Jazz 2010/2013" -msgid "by Jazz 2010/2014" -msgstr "by Jazz 2010/2014" - -#: tinfoform.label4.caption -msgid "sourceforge.net/users/jazzmb1" -msgstr "sourceforge.net/users/jazzmb1" - -#: topendir.buttonpanel1.okbutton.caption -msgid "&Importuj" -msgstr "&Import" - -#: topendir.caption -msgctxt "TOPENDIR.CAPTION" -msgid "Importuj pliki XML z katalogu" -msgstr "Open directory" - -#: topendir.checkbox1.caption -msgctxt "topendir.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Translational files" - -#: topendir.checkbox2.caption -msgid "Wczytaj pliki UB" -msgstr "Load UB files" - -#: topendir.checkbox3.caption -#| msgid "CheckBox3" -msgctxt "topendir.checkbox3.caption" -msgid "Używaj plików lokalizacyjnych items.xml i Cities.xml" -msgstr "Use files translational items.xml and Cities.xml." - -#: topendir.checkbox3.hint -msgid "" -"Zaznacz jeżeli chcesz używać plików lokalizacyjnych XYZ.Items.xml oraz XYZ." -"Cities.Xml. Opcja zadziała tylko jeżeli pliki istnieją." -msgstr "" -"Mark if you want to use files translational XYZ.Items.xml and XYZ.Cities." -"Xml. The option will work only if files they exist." - -#: topendir.checkgroup1.caption -msgctxt "topendir.checkgroup1.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: topendir.label1.caption -#| msgid "" -#| "Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych " -#| "plików będzie mozliwa tylko dla tej sesji." -msgctxt "TOPENDIR.LABEL1.CAPTION" -msgid "" -"Jeżeli nie chcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie możliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: topendir.labelededit1.editlabel.caption -msgctxt "TOPENDIR.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: topendir.menuitem1.caption -msgctxt "topendir.menuitem1.caption" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topendir.radiobutton1.caption -msgid "Katalog" -msgstr "Folder" - -#: topendir.radiobutton2.caption -msgctxt "topendir.radiobutton2.caption" -msgid "Katalogi" -msgstr "Folders" - -#: topendir.speedbutton1.caption -msgctxt "TOPENDIR.SPEEDBUTTON1.CAPTION" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: topendir.speedbutton2.hint -msgctxt "topendir.speedbutton2.hint" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topenprojectform.caption -msgctxt "TOPENPROJECTFORM.CAPTION" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tsaveform.buttonpanel1.okbutton.caption -msgid "&Eksportuj" -msgstr "&Exportuj" - -#: tsaveform.caption -msgctxt "TSAVEFORM.CAPTION" -msgid "Eksportuj do XML" -msgstr "Export to XML" - -#: tsaveform.label1.caption -msgid "Podaj katalog do zapisu" -msgstr "The folder to writes" diff --git a/Tools/Merc Profile Editor/languages/MPE.it.po b/Tools/Merc Profile Editor/languages/MPE.it.po deleted file mode 100644 index 2367deed9..000000000 --- a/Tools/Merc Profile Editor/languages/MPE.it.po +++ /dev/null @@ -1,1390 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: mpe-en\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"X-Generator: Poedit 1.6.5\n" - -#: teditprofform.bitbtn1.caption -msgid "Zmień" -msgstr "Change" - -#: teditprofform.button1.caption -msgid "Więcej opcji" -msgstr "More options..." - -#: teditprofform.buttonpanel1.cancelbutton.caption -msgid "Anuluj" -msgstr "Cancel" - -#: teditprofform.buttonpanel1.closebutton.caption -msgid "Z&amknij" -msgstr "Close" - -#: teditprofform.buttonpanel1.helpbutton.caption -msgid "P&omoc" -msgstr "H&elp" - -#: teditprofform.buttonpanel1.okbutton.caption -msgid "&Change" -msgstr "&Change" - -#: teditprofform.caption -msgctxt "teditprofform.caption" -msgid "Edytuj" -msgstr "Edit" - -#: teditprofform.label1.caption -msgid "Gear" -msgstr "Gear" - -#: teditprofform.label2.caption -msgid "Uwaga! Imiona i ksywki są tu wyświetlane tylko dla angielskiej wersji." -msgstr "Names and nick are displayed only for the English version." - -#: teditprofform.listview1.columns[0].caption -msgid "Parametr" -msgstr "Parameter" - -#: teditprofform.listview1.columns[1].caption -msgid "Wartosc" -msgstr "Value" - -#: teditprofform.listview1.hint -msgctxt "teditprofform.listview1.hint" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: teditprofform.menuitem1.caption -msgid "Dodaj rekord" -msgstr "Add record" - -#: teditprofform.menuitem10.caption -msgctxt "TEDITPROFFORM.MENUITEM10.CAPTION" -msgid "-" -msgstr "-" - -#: teditprofform.menuitem2.caption -msgid "Usuń rekord" -msgstr "Delete record" - -#: teditprofform.menuitem3.caption -msgid "Edycja nazw" -msgstr "The edition of names" - -#: teditprofform.menuitem4.caption -msgid "Dodaj nowy parametr" -msgstr "Add the new parameter" - -#: teditprofform.menuitem9.caption -msgctxt "TEDITPROFFORM.MENUITEM9.CAPTION" -msgid "-" -msgstr "-" - -#: tedycjapliku.caption -msgid "Edycja\\Podgląd pliku" -msgstr "View\\Edit file" - -#: teksportform.caption -msgid "Eksportuj plik" -msgstr "Export file" - -#: teksportform.label1.caption -msgctxt "teksportform.label1.caption" -msgid "Wybierz plik" -msgstr "File" - -#: tform1.bitbtn1.caption -msgctxt "tform1.bitbtn1.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.bitbtn2.caption -msgid "Shop Inventory" -msgstr "Shop Inventory" - -#: tform1.caption -#| msgid "MPE 2.0 Beta 2" -msgid "MPE 2.0" -msgstr "MPE 2.0" - -#: tform1.checkbox1.caption -msgid "HiddenNames" -msgstr "HiddenNames" - -#: tform1.checkbox2.caption -msgid "Sounds Enabled" -msgstr "Sounds Enabled" - -#: tform1.checkbox3.caption -msgid "AIMAvailability" -msgstr "AIMAvailability" - -#: tform1.groupbox1.caption -msgid "Loading..." -msgstr "Loading..." - -#: tform1.label1.caption -msgid "Aim BIO" -msgstr "Aim BIO" - -#: tform1.label2.caption -msgid "Typ" -msgstr "Typ" - -#: tform1.label3.caption -msgid "Label3" -msgstr "Label3" - -#: tform1.label4.caption -msgid "Label4" -msgstr "Label4" - -#: tform1.label5.caption -msgid "Wait...." -msgstr "Wait...." - -#: tform1.label6.caption -msgctxt "tform1.label6.caption" -msgid "Name" -msgstr "Name" - -#: tform1.menuitem1.caption -msgid "Plik" -msgstr "File" - -#: tform1.menuitem10.caption -msgctxt "TFORM1.MENUITEM10.CAPTION" -msgid "O programie" -msgstr "About" - -#: tform1.menuitem11.caption -msgid "XML" -msgstr "XML" - -#: tform1.menuitem12.caption -msgid "CivGroupNames.xml" -msgstr "CivGroupNames.xml" - -#: tform1.menuitem13.caption -msgid "IMPPortraits.xml" -msgstr "IMPPortraits.xml" - -#: tform1.menuitem14.caption -msgid "OldAIMArchive.xml" -msgstr "OldAIMArchive.xml" - -#: tform1.menuitem15.caption -msgid "EmailSenderNameList.xml" -msgstr "EmailSenderNameList.xml" - -#: tform1.menuitem16.caption -msgid "MercAvailability.xml" -msgstr "MercAvailability.xml" - -#: tform1.menuitem17.caption -msgid "RPCFacesSmall.xml" -msgstr "RPCFacesSmall.xml" - -#: tform1.menuitem18.caption -msgid "EmailMercAvailable.xml" -msgstr "EmailMercAvailable.xml" - -#: tform1.menuitem19.caption -msgid "EmailMercLevelUp.xml" -msgstr "EmailMercLevelUp.xml" - -#: tform1.menuitem2.caption -msgctxt "tform1.menuitem2.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem20.caption -msgid "Vehicles Names (Vehicles.xml)" -msgstr "Vehicles Names (Vehicles.xml)" - -#: tform1.menuitem21.caption -msgctxt "tform1.menuitem21.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.menuitem22.caption -msgid "Eksportuj do.." -msgstr "Export to..." - -#: tform1.menuitem23.caption -msgctxt "TFORM1.MENUITEM23.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem24.caption -msgid "TableData.7z" -msgstr "TableData.7z" - -#: tform1.menuitem25.caption -msgctxt "TFORM1.MENUITEM25.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem26.caption -msgctxt "TFORM1.MENUITEM26.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.menuitem27.caption -msgctxt "tform1.menuitem27.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem28.caption -msgctxt "TFORM1.MENUITEM28.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem29.caption -msgctxt "tform1.menuitem29.caption" -msgid "-" -msgstr "-" - -#: tform1.menuitem3.caption -msgctxt "tform1.menuitem3.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.menuitem30.caption -msgctxt "TFORM1.MENUITEM30.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem31.caption -msgid "Indeks..." -msgstr "Index..." - -#: tform1.menuitem32.caption -msgid "Backgrounds.xml" -msgstr "Backgrounds.xml" - -#: tform1.menuitem33.caption -msgid "Merchants.xml" -msgstr "Merchants.xml" - -#: tform1.menuitem34.caption -msgctxt "tform1.menuitem34.caption" -msgid "Logi" -msgstr "Logs" - -#: tform1.menuitem35.caption -msgid "Ekportuj plik..." -msgstr "Export file..." - -#: tform1.menuitem36.caption -msgid "Importuj plik do projektu" -msgstr "Import file to project" - -#: tform1.menuitem37.caption -msgctxt "TFORM1.MENUITEM37.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem39.caption -msgctxt "TFORM1.MENUITEM39.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem4.caption -msgctxt "TFORM1.MENUITEM4.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem5.caption -msgctxt "tform1.menuitem5.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.menuitem6.caption -msgctxt "tform1.menuitem6.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs<" - -#: tform1.menuitem7.caption -msgctxt "tform1.menuitem7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.menuitem8.caption -msgid "New Item8" -msgstr "New Item8" - -#: tform1.menuitem9.caption -msgid "Pomoc" -msgstr "Help" - -#: tform1.openprojects.caption -msgctxt "tform1.openprojects.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.panel2.caption -msgid "Panel2" -msgstr "Panel2" - -#: tform1.panel3.caption -msgid "Panel3" -msgstr "Panel3" - -#: tform1.speedbutton1.caption -msgctxt "tform1.speedbutton1.caption" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton1.hint -msgctxt "TFORM1.SPEEDBUTTON1.HINT" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton10.caption -msgctxt "tform1.speedbutton10.caption" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton10.hint -msgctxt "TFORM1.SPEEDBUTTON10.HINT" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton11.caption -msgctxt "tform1.speedbutton11.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton11.hint -msgctxt "tform1.speedbutton11.hint" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton2.caption -msgid "?" -msgstr "?" - -#: tform1.speedbutton3.caption -msgctxt "tform1.speedbutton3.caption" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton3.hint -msgctxt "TFORM1.SPEEDBUTTON3.HINT" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton4.caption -msgctxt "tform1.speedbutton4.caption" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton4.hint -msgctxt "TFORM1.SPEEDBUTTON4.HINT" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton5.caption -msgctxt "tform1.speedbutton5.caption" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton5.hint -msgctxt "TFORM1.SPEEDBUTTON5.HINT" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton6.caption -msgid "Merc" -msgstr "Merc" - -#: tform1.speedbutton8.caption -msgctxt "tform1.speedbutton8.caption" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton8.hint -msgctxt "TFORM1.SPEEDBUTTON8.HINT" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton9.caption -msgctxt "tform1.speedbutton9.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.speedbutton9.hint -msgctxt "tform1.speedbutton9.hint" -msgid "Nazwy" -msgstr "Names" - -#: tform1.statusbar1.panels[0].text -msgid "Index" -msgstr "Index" - -#: tform1.tabsheet1.caption -msgctxt "tform1.tabsheet1.caption" -msgid "Narzędzia" -msgstr "Tools" - -#: tform1.tabsheet10.caption -msgid "Lookup" -msgstr "Lookup" - -#: tform1.tabsheet11.caption -msgctxt "tform1.tabsheet11.caption" -msgid "Map" -msgstr "Map" - -#: tform1.tabsheet12.caption -msgid "MapAction" -msgstr "MapAction" - -#: tform1.tabsheet13.caption -msgid "Multiplayer" -msgstr "Multiplayer" - -#: tform1.tabsheet14.caption -msgctxt "tform1.tabsheet14.caption" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.tabsheet15.caption -msgid "Profiles" -msgstr "Profiles" - -#: tform1.tabsheet16.caption -msgctxt "tform1.tabsheet16.caption" -msgid "Sounds" -msgstr "Sounds" - -#: tform1.tabsheet2.caption -msgctxt "tform1.tabsheet2.caption" -msgid "Edycja" -msgstr "Edit" - -#: tform1.tabsheet3.caption -msgid "XML1" -msgstr "XML1" - -#: tform1.tabsheet4.caption -msgctxt "tform1.tabsheet4.caption" -msgid "TableData" -msgstr "TableData" - -#: tform1.tabsheet5.caption -msgid "Army" -msgstr "Army" - -#: tform1.tabsheet6.caption -msgid "BriefingRoom" -msgstr "BriefingRoom" - -#: tform1.tabsheet7.caption -msgctxt "tform1.tabsheet7.caption" -msgid "Email" -msgstr "Email" - -#: tform1.tabsheet8.caption -msgctxt "tform1.tabsheet8.caption" -msgid "Inventory" -msgstr "Inventory" - -#: tform1.tabsheet9.caption -msgid "Layout" -msgstr "Layout" - -#: tform1.toolbar1.caption -msgctxt "tform1.toolbar1.caption" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tform1.toolbar3.caption -msgctxt "tform1.toolbar3.caption" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbar5.caption -msgctxt "TFORM1.TOOLBAR5.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbaremail.caption -msgid "ToolBarEmail" -msgstr "ToolBarEmail" - -#: tform1.toolbarnpcinventory.caption -msgid "ToolBar" -msgstr "ToolBar" - -#: tform1.toolbartabledata.caption -msgctxt "TFORM1.TOOLBARTABLEDATA.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbutton1.caption -msgctxt "tform1.toolbutton1.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton1.hint -msgctxt "tform1.toolbutton1.hint" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton10.caption -msgid "OldAIMArchive" -msgstr "OldAIMArchive" - -#: tform1.toolbutton11.caption -msgid "Wytnij" -msgstr "Cut" - -#: tform1.toolbutton12.caption -msgid "Wklej" -msgstr "Paste" - -#: tform1.toolbutton13.caption -msgctxt "tform1.toolbutton13.caption" -msgid "Kopiuj" -msgstr "Copy" - -#: tform1.toolbutton14.caption -msgctxt "tform1.toolbutton14.caption" -msgid "Usuń" -msgstr "Delete" - -#: tform1.toolbutton15.caption -msgid "MercAvailability" -msgstr "MercAvailability" - -#: tform1.toolbutton16.caption -msgctxt "tform1.toolbutton16.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton16.hint -msgctxt "TFORM1.TOOLBUTTON16.HINT" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton17.caption -msgid "ToolButton17" -msgstr "ToolButton17" - -#: tform1.toolbutton18.caption -msgctxt "tform1.toolbutton18.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.toolbutton19.caption -msgid "ToolButton19" -msgstr "ToolButton19" - -#: tform1.toolbutton2.caption -msgctxt "tform1.toolbutton2.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton2.hint -msgctxt "tform1.toolbutton2.hint" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton20.caption -msgid "ToolButton20" -msgstr "ToolButton20" - -#: tform1.toolbutton21.caption -msgctxt "tform1.toolbutton21.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.toolbutton22.caption -msgid "EmailSenderNameList" -msgstr "EmailSenderNameList" - -#: tform1.toolbutton23.caption -msgid "EmailMercAvailable" -msgstr "EmailMercAvailable" - -#: tform1.toolbutton24.caption -msgctxt "tform1.toolbutton24.caption" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton24.hint -msgctxt "TFORM1.TOOLBUTTON24.HINT" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton25.caption -msgctxt "tform1.toolbutton25.caption" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton25.hint -msgctxt "TFORM1.TOOLBUTTON25.HINT" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton26.caption -msgid "ToolButton26" -msgstr "ToolButton26" - -#: tform1.toolbutton27.caption -#| msgid "ToolButton27" -msgctxt "tform1.toolbutton27.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.toolbutton28.caption -#| msgid "ToolButton28" -msgctxt "tform1.toolbutton28.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.toolbutton29.caption -msgid "EmailMercLevelUp" -msgstr "EmailMercLevelUp" - -#: tform1.toolbutton3.caption -msgid "CivGroupNames" -msgstr "CivGroupNames" - -#: tform1.toolbutton30.caption -msgctxt "TFORM1.TOOLBUTTON30.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.toolbutton31.caption -msgid "Backgrounds" -msgstr "Backgrounds" - -#: tform1.toolbutton32.caption -msgid "CampaignStatsEvents" -msgstr "CampaignStatsEvents" - -#: tform1.toolbutton33.caption -msgid "Merchants" -msgstr "Merchants" - -#: tform1.toolbutton34.caption -msgid "LoadScreenHints" -msgstr "LoadScreenHints" - -#: tform1.toolbutton35.caption -msgid "EnemyNames" -msgstr "EnemyNames" - -#: tform1.toolbutton36.caption -msgid "EnemyRank" -msgstr "EnemyRank" - -#: tform1.toolbutton37.caption -msgid "FaceGear.xml" -msgstr "FaceGear.xml" - -#: tform1.toolbutton38.caption -msgid "SquadNames.xml" -msgstr "SquadNames.xml" - -#: tform1.toolbutton39.caption -msgctxt "tform1.toolbutton39.caption" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton39.hint -msgctxt "TFORM1.TOOLBUTTON39.HINT" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton4.caption -msgctxt "tform1.toolbutton4.caption" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton4.hint -msgctxt "TFORM1.TOOLBUTTON4.HINT" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton40.caption -msgctxt "tform1.toolbutton40.caption" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton40.hint -msgctxt "TFORM1.TOOLBUTTON40.HINT" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton41.caption -msgctxt "tform1.toolbutton41.caption" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton41.hint -msgctxt "TFORM1.TOOLBUTTON41.HINT" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton5.caption -msgctxt "tform1.toolbutton5.caption" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton5.hint -msgctxt "TFORM1.TOOLBUTTON5.HINT" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton6.caption -msgctxt "tform1.toolbutton6.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton6.hint -msgctxt "TFORM1.TOOLBUTTON6.HINT" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton7.caption -msgctxt "tform1.toolbutton7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton7.hint -msgctxt "tform1.toolbutton7.hint" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton8.caption -msgid "ToolButton8" -msgstr "ToolButton8" - -#: tform1.toolbutton9.caption -msgid "IMPPortraits" -msgstr "IMPPortraits" - -#: tform11.button1.caption -msgid "Add" -msgstr "Add" - -#: tform11.button2.caption -msgctxt "TFORM11.BUTTON2.CAPTION" -msgid "Exit" -msgstr "Exit" - -#: tform11.button3.caption -msgid "Delete" -msgstr "Delete" - -#: tform11.button4.caption -msgid "import" -msgstr "import" - -#: tform11.caption -msgid "IMP Portraits (IMPPortraits.xml)" -msgstr "IMP Portraits (IMPPortraits.xml)" - -#: tform15.button1.caption -msgid "Ok" -msgstr "Ok" - -#: tform15.caption -msgid "MERCAvailability.xml" -msgstr "MERCAvailability.xml" - -#: tform15.label89.caption -msgid "StartMercsAvailable" -msgstr "StartMercsAvailable" - -#: tform15.label90.caption -msgid "NewMercsAvailable" -msgstr "NewMercsAvailable" - -#: tform15.label91.caption -msgid "MoneyPaid" -msgstr "MoneyPaid" - -#: tform15.label92.caption -msgid "Day" -msgstr "Day" - -#: tform15.label93.caption -msgid "Drunk" -msgstr "Drunk" - -#: tform15.label94.caption -msgid "AlternateIndex" -msgstr "AlternateIndex" - -#: tform15.label95.caption -msgid "MERC Bio ID (MERCBIOS.EDT)" -msgstr "MERC Bio ID (MERCBIOS.EDT)" - -#: tform15.listview2.columns[0].caption -msgid "Profil ID" -msgstr "Profil ID" - -#: tform15.listview2.columns[1].caption -msgid "MERC ID" -msgstr "MERC ID" - -#: tform15.listview2.columns[2].caption -msgid "Nick" -msgstr "Nick" - -#: tform2.caption -msgctxt "TFORM2.CAPTION" -msgid "Edit" -msgstr "Edit" - -#: tform2.checkbox1.caption -msgid "CheckBox1" -msgstr "CheckBox1" - -#: tform2.combobox1.text -msgid "ComboBox1" -msgstr "ComboBox1" - -#: tform2.edit1.text -msgid "Edit1" -msgstr "Edit1" - -#: tform2.label1.caption -msgctxt "TFORM2.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.buttonpanel1.okbutton.caption -msgctxt "tform4.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tform4.caption -msgctxt "TFORM4.CAPTION" -msgid "Edycja" -msgstr "Edition" - -#: tform4.checkbox1.caption -msgid "Zmień i zapisz we wszytkich plikach lokalizacyjnych." -msgstr "Change and write down in all translational files." - -#: tform4.checkbox2.caption -msgid "CheckBox2" -msgstr "CheckBox2" - -#: tform4.checkbox3.caption -msgctxt "tform4.checkbox3.caption" -msgid "CheckBox3" -msgstr "CheckBox3" - -#: tform4.checkbox4.caption -msgid "CheckBox4" -msgstr "CheckBox4" - -#: tform4.label1.caption -msgctxt "TFORM4.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.label2.caption -msgctxt "TFORM4.LABEL2.CAPTION" -msgid "Label2" -msgstr "Label2" - -#: tform4.labelededit1.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "Name" -msgstr "Name" - -#: tform4.labelededit2.editlabel.caption -msgctxt "tform4.labelededit2.editlabel.caption" -msgid "NickName" -msgstr "NickName" - -#: tform4.labelededit3.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NickName" -msgstr "NickName" - -#: tform5.caption -msgid "Form5" -msgstr "Form5" - -#: tform5.label1.caption -msgid "Load" -msgstr "Load" - -#: tform5.label2.caption -msgid "v2.0 Beta 2" -msgstr "v2.0" - -#: tform6.button1.caption -msgid "OK" -msgstr "OK" - -#: tform6.button2.caption -msgid "Cancel" -msgstr "Cancel" - -#: tform6.button3.caption -msgid "Delete face" -msgstr "Delete face" - -#: tform6.caption -msgid "RPC\\EPC Small Face (RPCFacesSmall.xml)" -msgstr "RPC\\EPC Small Face (RPCFacesSmall.xml)" - -#: tform6.label1.caption -msgid "FaceIndex" -msgstr "FaceIndex" - -#: tform6.label3.caption -msgid "EyesX" -msgstr "EyesX" - -#: tform6.label4.caption -msgid "EyesY" -msgstr "EyesY" - -#: tform6.label5.caption -msgid "MouthX" -msgstr "MouthX" - -#: tform6.label6.caption -msgid "MouthY" -msgstr "MouthY" - -#: tform6.listview1.hint -msgctxt "TFORM6.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformbrakujacepliki.caption -msgctxt "TFORMBRAKUJACEPLIKI.CAPTION" -msgid "Info" -msgstr "Info" - -#: tformbrakujacepliki.label1.caption -msgid "Dodawanie nowych plików do projektu..." -msgstr "The addition of new files to the project..." - -#: tformcopy.buttonpanel1.okbutton.caption -msgctxt "TFORMCOPY.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "Kopiuj" -msgstr "Copy" - -#: tformcopy.caption -msgid "Kopiuj zawartosc" -msgstr "Copy content" - -#: tformcopy.label1.caption -msgid "Z" -msgstr "From" - -#: tformcopy.label2.caption -msgid "Do" -msgstr "To" - -#: tformemail.buttonpanel1.cancelbutton.caption -msgid "Wyjdź" -msgstr "Exit" - -#: tformemail.buttonpanel1.okbutton.caption -msgid "&Zapisz" -msgstr "&Save" - -#: tformemail.caption -msgctxt "TFORMEMAIL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformemail.listview1.hint -msgctxt "TFORMEMAIL.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformemail.menuitem1.caption -msgid "Kopiowanie z \"pliku1\" do \"pliku2\"" -msgstr "Copies from \"file1\" to \"file2\"" - -#: tformemail.toolbar3.caption -msgctxt "TFORMEMAIL.TOOLBAR3.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tformemail.toolbutton1.caption -msgid "ToolButton1" -msgstr "ToolButton1" - -#: tformemail.toolbutton11.caption -msgctxt "TFORMEMAIL.TOOLBUTTON11.CAPTION" -msgid "Narzędzia" -msgstr "Tools" - -#: tformemail.toolbutton2.caption -msgid "Dodaj" -msgstr "Add" - -#: tformemail.toolbutton3.caption -msgctxt "TFORMEMAIL.TOOLBUTTON3.CAPTION" -msgid "Usuń" -msgstr "Delete" - -#: tformlog.bitbtn1.caption -msgctxt "TFORMLOG.BITBTN1.CAPTION" -msgid "Zapisz" -msgstr "Save" - -#: tformlog.caption -msgctxt "TFORMLOG.CAPTION" -msgid "Logi" -msgstr "Logs" - -#: tformnew.buttonpanel1.okbutton.caption -msgctxt "TFORMNEW.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformnew.caption -msgctxt "TFORMNEW.CAPTION" -msgid "Projekt" -msgstr "Projekt" - -#: tformnew.checkbox1.caption -msgctxt "tformnew.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Pliki językowe" - -#: tformnew.checkbox2.caption -msgid "UB Files" -msgstr "UB Files" - -#: tformnew.label1.caption -msgctxt "tformnew.label1.caption" -msgid "" -"Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie mozliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: tformnew.label2.caption -msgctxt "tformnew.label2.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: tformnew.labelededit1.editlabel.caption -msgctxt "tformnew.labelededit1.editlabel.caption" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: tformnew.listview1.columns[0].caption -msgctxt "TFORMNEW.LISTVIEW1.COLUMNS[0].CAPTION" -msgid "Name" -msgstr "Name" - -#: tformnew.listview1.columns[1].caption -msgid "Dir" -msgstr "Dir" - -#: tformnew.listview1.columns[2].caption -msgid "UB" -msgstr "UB" - -#: tformnew.speedbutton1.caption -msgctxt "tformnew.speedbutton1.caption" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: tformnew.tabsheet1.caption -msgctxt "TFORMNEW.TABSHEET1.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformnew.tabsheet2.caption -msgid "Nowy projekt" -msgstr "New Project" - -#: tformopcje.buttonpanel1.closebutton.caption -msgid "&Close" -msgstr "&Close" - -#: tformopcje.buttonpanel1.okbutton.caption -msgid "&Ok" -msgstr "&Ok" - -#: tformopcje.caption -msgctxt "TFORMOPCJE.CAPTION" -msgid "Opcje programu" -msgstr "Settings" - -#: tformopcje.label1.caption -msgctxt "tformopcje.label1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.labelededit1.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "TableData" -msgstr "TableData" - -#: tformopcje.labelededit1.text -msgid "LabeledEdit1" -msgstr "LabeledEdit1" - -#: tformopcje.labelededit2.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT2.EDITLABEL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformopcje.labelededit2.text -msgid "LabeledEdit2" -msgstr "LabeledEdit2" - -#: tformopcje.labelededit3.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tformopcje.labelededit3.text -msgid "LabeledEdit3" -msgstr "LabeledEdit3" - -#: tformopcje.labelededit4.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT4.EDITLABEL.CAPTION" -msgid "Map" -msgstr "Map" - -#: tformopcje.labelededit4.text -msgid "LabeledEdit4" -msgstr "LabeledEdit4" - -#: tformopcje.labelededit5.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT5.EDITLABEL.CAPTION" -msgid "Sounds" -msgstr "Sounds" - -#: tformopcje.labelededit5.text -msgid "LabeledEdit5" -msgstr "LabeledEdit5" - -#: tformopcje.labelededit6.editlabel.caption -msgid "Items" -msgstr "Items" - -#: tformopcje.labelededit6.text -msgid "LabeledEdit6" -msgstr "LabeledEdit6" - -#: tformopcje.labelededit7.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT7.EDITLABEL.CAPTION" -msgid "Inventory" -msgstr "Inventory" - -#: tformopcje.labelededit7.text -msgid "LabeledEdit7" -msgstr "LabeledEdit7" - -#: tformopcje.panel1.caption -msgctxt "TFORMOPCJE.PANEL1.CAPTION" -msgid "Panel1" -msgstr "Panel1" - -#: tformopcje.tabsheet1.caption -msgctxt "tformopcje.tabsheet1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.tabsheet3.caption -msgctxt "tformopcje.tabsheet3.caption" -msgid "Katalogi" -msgstr "Folders" - -#: tformopcje.toolbar1.caption -msgctxt "TFORMOPCJE.TOOLBAR1.CAPTION" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tformopcje.toolbutton1.caption -msgid "Zapisz zmiany" -msgstr "Save changes" - -#: tformopcje.toolbutton2.caption -msgid "ToolButton2" -msgstr "ToolButton2" - -#: tformopcjeprojektu.buttonpanel1.okbutton.caption -msgctxt "TFORMOPCJEPROJEKTU.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformopcjeprojektu.caption -msgctxt "TFORMOPCJEPROJEKTU.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformopcjeprojektu.checkbox1.caption -msgctxt "TFORMOPCJEPROJEKTU.CHECKBOX1.CAPTION" -msgid "Używaj plików lokalizacyjnych" -msgstr "Use translational files" - -#: tformopcjeprojektu.label1.caption -msgctxt "TFORMOPCJEPROJEKTU.LABEL1.CAPTION" -msgid "Czytaj, zapisuj oraz edytuj pliki :" -msgstr "Allow save, load and edit file:" - -#: tformopcjeprojektu.label2.caption -#| msgid "" -#| "Jeżeli odznaczysz plik z edycji i nacisniesz przycisk \"Akceptuj\", to " -#| "cała zawartość odznaczonego pliku zostanie usunięta!Jeżeli odznaczysz " -#| "plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to cała zawartość " -#| "odznaczonego pliku zostanie usunięta!" -msgid "" -"Jeżeli odznaczysz plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to " -"cała zawartość odznaczonego pliku zostanie usunięta!" -msgstr "" -"If you honour the file(s) from the edition and you will press the button " -"\"Accept \", then the whole content of the file will be removed!" - -#: tformopcjeprojektu.tabsheet1.caption -msgid "Pliki XML" -msgstr "Files XML" - -#: tformopcjeprojektu.tabsheet2.caption -msgctxt "tformopcjeprojektu.tabsheet2.caption" -msgid "Pliki lokalizacyjne" -msgstr "Translational files" - -#: tinfoform.caption -msgctxt "TINFOFORM.CAPTION" -msgid "Info" -msgstr "Info" - -#: tinfoform.label1.caption -msgid "Merc Profiles Editor 2.0" -msgstr "Merc Profiles Editor 2.0" - -#: tinfoform.label2.caption -#| msgid "by Jazz 2010/2013" -msgid "by Jazz 2010/2014" -msgstr "by Jazz 2010/2014" - -#: tinfoform.label4.caption -msgid "sourceforge.net/users/jazzmb1" -msgstr "sourceforge.net/users/jazzmb1" - -#: topendir.buttonpanel1.okbutton.caption -msgid "&Importuj" -msgstr "&Import" - -#: topendir.caption -msgctxt "TOPENDIR.CAPTION" -msgid "Importuj pliki XML z katalogu" -msgstr "Open directory" - -#: topendir.checkbox1.caption -msgctxt "topendir.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Translational files" - -#: topendir.checkbox2.caption -msgid "Wczytaj pliki UB" -msgstr "Load UB files" - -#: topendir.checkbox3.caption -#| msgid "CheckBox3" -msgctxt "topendir.checkbox3.caption" -msgid "Używaj plików lokalizacyjnych items.xml i Cities.xml" -msgstr "Use files translational items.xml and Cities.xml." - -#: topendir.checkbox3.hint -msgid "" -"Zaznacz jeżeli chcesz używać plików lokalizacyjnych XYZ.Items.xml oraz XYZ." -"Cities.Xml. Opcja zadziała tylko jeżeli pliki istnieją." -msgstr "" -"Mark if you want to use files translational XYZ.Items.xml and XYZ.Cities." -"Xml. The option will work only if files they exist." - -#: topendir.checkgroup1.caption -msgctxt "topendir.checkgroup1.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: topendir.label1.caption -#| msgid "" -#| "Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych " -#| "plików będzie mozliwa tylko dla tej sesji." -msgctxt "TOPENDIR.LABEL1.CAPTION" -msgid "" -"Jeżeli nie chcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie możliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: topendir.labelededit1.editlabel.caption -msgctxt "TOPENDIR.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: topendir.menuitem1.caption -msgctxt "topendir.menuitem1.caption" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topendir.radiobutton1.caption -msgid "Katalog" -msgstr "Folder" - -#: topendir.radiobutton2.caption -msgctxt "topendir.radiobutton2.caption" -msgid "Katalogi" -msgstr "Folders" - -#: topendir.speedbutton1.caption -msgctxt "TOPENDIR.SPEEDBUTTON1.CAPTION" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: topendir.speedbutton2.hint -msgctxt "topendir.speedbutton2.hint" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topenprojectform.caption -msgctxt "TOPENPROJECTFORM.CAPTION" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tsaveform.buttonpanel1.okbutton.caption -msgid "&Eksportuj" -msgstr "&Exportuj" - -#: tsaveform.caption -msgctxt "TSAVEFORM.CAPTION" -msgid "Eksportuj do XML" -msgstr "Export to XML" - -#: tsaveform.label1.caption -msgid "Podaj katalog do zapisu" -msgstr "The folder to writes" diff --git a/Tools/Merc Profile Editor/languages/MPE.nl.po b/Tools/Merc Profile Editor/languages/MPE.nl.po deleted file mode 100644 index 2367deed9..000000000 --- a/Tools/Merc Profile Editor/languages/MPE.nl.po +++ /dev/null @@ -1,1390 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: mpe-en\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"X-Generator: Poedit 1.6.5\n" - -#: teditprofform.bitbtn1.caption -msgid "Zmień" -msgstr "Change" - -#: teditprofform.button1.caption -msgid "Więcej opcji" -msgstr "More options..." - -#: teditprofform.buttonpanel1.cancelbutton.caption -msgid "Anuluj" -msgstr "Cancel" - -#: teditprofform.buttonpanel1.closebutton.caption -msgid "Z&amknij" -msgstr "Close" - -#: teditprofform.buttonpanel1.helpbutton.caption -msgid "P&omoc" -msgstr "H&elp" - -#: teditprofform.buttonpanel1.okbutton.caption -msgid "&Change" -msgstr "&Change" - -#: teditprofform.caption -msgctxt "teditprofform.caption" -msgid "Edytuj" -msgstr "Edit" - -#: teditprofform.label1.caption -msgid "Gear" -msgstr "Gear" - -#: teditprofform.label2.caption -msgid "Uwaga! Imiona i ksywki są tu wyświetlane tylko dla angielskiej wersji." -msgstr "Names and nick are displayed only for the English version." - -#: teditprofform.listview1.columns[0].caption -msgid "Parametr" -msgstr "Parameter" - -#: teditprofform.listview1.columns[1].caption -msgid "Wartosc" -msgstr "Value" - -#: teditprofform.listview1.hint -msgctxt "teditprofform.listview1.hint" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: teditprofform.menuitem1.caption -msgid "Dodaj rekord" -msgstr "Add record" - -#: teditprofform.menuitem10.caption -msgctxt "TEDITPROFFORM.MENUITEM10.CAPTION" -msgid "-" -msgstr "-" - -#: teditprofform.menuitem2.caption -msgid "Usuń rekord" -msgstr "Delete record" - -#: teditprofform.menuitem3.caption -msgid "Edycja nazw" -msgstr "The edition of names" - -#: teditprofform.menuitem4.caption -msgid "Dodaj nowy parametr" -msgstr "Add the new parameter" - -#: teditprofform.menuitem9.caption -msgctxt "TEDITPROFFORM.MENUITEM9.CAPTION" -msgid "-" -msgstr "-" - -#: tedycjapliku.caption -msgid "Edycja\\Podgląd pliku" -msgstr "View\\Edit file" - -#: teksportform.caption -msgid "Eksportuj plik" -msgstr "Export file" - -#: teksportform.label1.caption -msgctxt "teksportform.label1.caption" -msgid "Wybierz plik" -msgstr "File" - -#: tform1.bitbtn1.caption -msgctxt "tform1.bitbtn1.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.bitbtn2.caption -msgid "Shop Inventory" -msgstr "Shop Inventory" - -#: tform1.caption -#| msgid "MPE 2.0 Beta 2" -msgid "MPE 2.0" -msgstr "MPE 2.0" - -#: tform1.checkbox1.caption -msgid "HiddenNames" -msgstr "HiddenNames" - -#: tform1.checkbox2.caption -msgid "Sounds Enabled" -msgstr "Sounds Enabled" - -#: tform1.checkbox3.caption -msgid "AIMAvailability" -msgstr "AIMAvailability" - -#: tform1.groupbox1.caption -msgid "Loading..." -msgstr "Loading..." - -#: tform1.label1.caption -msgid "Aim BIO" -msgstr "Aim BIO" - -#: tform1.label2.caption -msgid "Typ" -msgstr "Typ" - -#: tform1.label3.caption -msgid "Label3" -msgstr "Label3" - -#: tform1.label4.caption -msgid "Label4" -msgstr "Label4" - -#: tform1.label5.caption -msgid "Wait...." -msgstr "Wait...." - -#: tform1.label6.caption -msgctxt "tform1.label6.caption" -msgid "Name" -msgstr "Name" - -#: tform1.menuitem1.caption -msgid "Plik" -msgstr "File" - -#: tform1.menuitem10.caption -msgctxt "TFORM1.MENUITEM10.CAPTION" -msgid "O programie" -msgstr "About" - -#: tform1.menuitem11.caption -msgid "XML" -msgstr "XML" - -#: tform1.menuitem12.caption -msgid "CivGroupNames.xml" -msgstr "CivGroupNames.xml" - -#: tform1.menuitem13.caption -msgid "IMPPortraits.xml" -msgstr "IMPPortraits.xml" - -#: tform1.menuitem14.caption -msgid "OldAIMArchive.xml" -msgstr "OldAIMArchive.xml" - -#: tform1.menuitem15.caption -msgid "EmailSenderNameList.xml" -msgstr "EmailSenderNameList.xml" - -#: tform1.menuitem16.caption -msgid "MercAvailability.xml" -msgstr "MercAvailability.xml" - -#: tform1.menuitem17.caption -msgid "RPCFacesSmall.xml" -msgstr "RPCFacesSmall.xml" - -#: tform1.menuitem18.caption -msgid "EmailMercAvailable.xml" -msgstr "EmailMercAvailable.xml" - -#: tform1.menuitem19.caption -msgid "EmailMercLevelUp.xml" -msgstr "EmailMercLevelUp.xml" - -#: tform1.menuitem2.caption -msgctxt "tform1.menuitem2.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem20.caption -msgid "Vehicles Names (Vehicles.xml)" -msgstr "Vehicles Names (Vehicles.xml)" - -#: tform1.menuitem21.caption -msgctxt "tform1.menuitem21.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.menuitem22.caption -msgid "Eksportuj do.." -msgstr "Export to..." - -#: tform1.menuitem23.caption -msgctxt "TFORM1.MENUITEM23.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem24.caption -msgid "TableData.7z" -msgstr "TableData.7z" - -#: tform1.menuitem25.caption -msgctxt "TFORM1.MENUITEM25.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem26.caption -msgctxt "TFORM1.MENUITEM26.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.menuitem27.caption -msgctxt "tform1.menuitem27.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem28.caption -msgctxt "TFORM1.MENUITEM28.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem29.caption -msgctxt "tform1.menuitem29.caption" -msgid "-" -msgstr "-" - -#: tform1.menuitem3.caption -msgctxt "tform1.menuitem3.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.menuitem30.caption -msgctxt "TFORM1.MENUITEM30.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem31.caption -msgid "Indeks..." -msgstr "Index..." - -#: tform1.menuitem32.caption -msgid "Backgrounds.xml" -msgstr "Backgrounds.xml" - -#: tform1.menuitem33.caption -msgid "Merchants.xml" -msgstr "Merchants.xml" - -#: tform1.menuitem34.caption -msgctxt "tform1.menuitem34.caption" -msgid "Logi" -msgstr "Logs" - -#: tform1.menuitem35.caption -msgid "Ekportuj plik..." -msgstr "Export file..." - -#: tform1.menuitem36.caption -msgid "Importuj plik do projektu" -msgstr "Import file to project" - -#: tform1.menuitem37.caption -msgctxt "TFORM1.MENUITEM37.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem39.caption -msgctxt "TFORM1.MENUITEM39.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem4.caption -msgctxt "TFORM1.MENUITEM4.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem5.caption -msgctxt "tform1.menuitem5.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.menuitem6.caption -msgctxt "tform1.menuitem6.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs<" - -#: tform1.menuitem7.caption -msgctxt "tform1.menuitem7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.menuitem8.caption -msgid "New Item8" -msgstr "New Item8" - -#: tform1.menuitem9.caption -msgid "Pomoc" -msgstr "Help" - -#: tform1.openprojects.caption -msgctxt "tform1.openprojects.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.panel2.caption -msgid "Panel2" -msgstr "Panel2" - -#: tform1.panel3.caption -msgid "Panel3" -msgstr "Panel3" - -#: tform1.speedbutton1.caption -msgctxt "tform1.speedbutton1.caption" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton1.hint -msgctxt "TFORM1.SPEEDBUTTON1.HINT" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton10.caption -msgctxt "tform1.speedbutton10.caption" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton10.hint -msgctxt "TFORM1.SPEEDBUTTON10.HINT" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton11.caption -msgctxt "tform1.speedbutton11.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton11.hint -msgctxt "tform1.speedbutton11.hint" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton2.caption -msgid "?" -msgstr "?" - -#: tform1.speedbutton3.caption -msgctxt "tform1.speedbutton3.caption" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton3.hint -msgctxt "TFORM1.SPEEDBUTTON3.HINT" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton4.caption -msgctxt "tform1.speedbutton4.caption" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton4.hint -msgctxt "TFORM1.SPEEDBUTTON4.HINT" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton5.caption -msgctxt "tform1.speedbutton5.caption" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton5.hint -msgctxt "TFORM1.SPEEDBUTTON5.HINT" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton6.caption -msgid "Merc" -msgstr "Merc" - -#: tform1.speedbutton8.caption -msgctxt "tform1.speedbutton8.caption" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton8.hint -msgctxt "TFORM1.SPEEDBUTTON8.HINT" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton9.caption -msgctxt "tform1.speedbutton9.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.speedbutton9.hint -msgctxt "tform1.speedbutton9.hint" -msgid "Nazwy" -msgstr "Names" - -#: tform1.statusbar1.panels[0].text -msgid "Index" -msgstr "Index" - -#: tform1.tabsheet1.caption -msgctxt "tform1.tabsheet1.caption" -msgid "Narzędzia" -msgstr "Tools" - -#: tform1.tabsheet10.caption -msgid "Lookup" -msgstr "Lookup" - -#: tform1.tabsheet11.caption -msgctxt "tform1.tabsheet11.caption" -msgid "Map" -msgstr "Map" - -#: tform1.tabsheet12.caption -msgid "MapAction" -msgstr "MapAction" - -#: tform1.tabsheet13.caption -msgid "Multiplayer" -msgstr "Multiplayer" - -#: tform1.tabsheet14.caption -msgctxt "tform1.tabsheet14.caption" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.tabsheet15.caption -msgid "Profiles" -msgstr "Profiles" - -#: tform1.tabsheet16.caption -msgctxt "tform1.tabsheet16.caption" -msgid "Sounds" -msgstr "Sounds" - -#: tform1.tabsheet2.caption -msgctxt "tform1.tabsheet2.caption" -msgid "Edycja" -msgstr "Edit" - -#: tform1.tabsheet3.caption -msgid "XML1" -msgstr "XML1" - -#: tform1.tabsheet4.caption -msgctxt "tform1.tabsheet4.caption" -msgid "TableData" -msgstr "TableData" - -#: tform1.tabsheet5.caption -msgid "Army" -msgstr "Army" - -#: tform1.tabsheet6.caption -msgid "BriefingRoom" -msgstr "BriefingRoom" - -#: tform1.tabsheet7.caption -msgctxt "tform1.tabsheet7.caption" -msgid "Email" -msgstr "Email" - -#: tform1.tabsheet8.caption -msgctxt "tform1.tabsheet8.caption" -msgid "Inventory" -msgstr "Inventory" - -#: tform1.tabsheet9.caption -msgid "Layout" -msgstr "Layout" - -#: tform1.toolbar1.caption -msgctxt "tform1.toolbar1.caption" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tform1.toolbar3.caption -msgctxt "tform1.toolbar3.caption" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbar5.caption -msgctxt "TFORM1.TOOLBAR5.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbaremail.caption -msgid "ToolBarEmail" -msgstr "ToolBarEmail" - -#: tform1.toolbarnpcinventory.caption -msgid "ToolBar" -msgstr "ToolBar" - -#: tform1.toolbartabledata.caption -msgctxt "TFORM1.TOOLBARTABLEDATA.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbutton1.caption -msgctxt "tform1.toolbutton1.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton1.hint -msgctxt "tform1.toolbutton1.hint" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton10.caption -msgid "OldAIMArchive" -msgstr "OldAIMArchive" - -#: tform1.toolbutton11.caption -msgid "Wytnij" -msgstr "Cut" - -#: tform1.toolbutton12.caption -msgid "Wklej" -msgstr "Paste" - -#: tform1.toolbutton13.caption -msgctxt "tform1.toolbutton13.caption" -msgid "Kopiuj" -msgstr "Copy" - -#: tform1.toolbutton14.caption -msgctxt "tform1.toolbutton14.caption" -msgid "Usuń" -msgstr "Delete" - -#: tform1.toolbutton15.caption -msgid "MercAvailability" -msgstr "MercAvailability" - -#: tform1.toolbutton16.caption -msgctxt "tform1.toolbutton16.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton16.hint -msgctxt "TFORM1.TOOLBUTTON16.HINT" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton17.caption -msgid "ToolButton17" -msgstr "ToolButton17" - -#: tform1.toolbutton18.caption -msgctxt "tform1.toolbutton18.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.toolbutton19.caption -msgid "ToolButton19" -msgstr "ToolButton19" - -#: tform1.toolbutton2.caption -msgctxt "tform1.toolbutton2.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton2.hint -msgctxt "tform1.toolbutton2.hint" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton20.caption -msgid "ToolButton20" -msgstr "ToolButton20" - -#: tform1.toolbutton21.caption -msgctxt "tform1.toolbutton21.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.toolbutton22.caption -msgid "EmailSenderNameList" -msgstr "EmailSenderNameList" - -#: tform1.toolbutton23.caption -msgid "EmailMercAvailable" -msgstr "EmailMercAvailable" - -#: tform1.toolbutton24.caption -msgctxt "tform1.toolbutton24.caption" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton24.hint -msgctxt "TFORM1.TOOLBUTTON24.HINT" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton25.caption -msgctxt "tform1.toolbutton25.caption" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton25.hint -msgctxt "TFORM1.TOOLBUTTON25.HINT" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton26.caption -msgid "ToolButton26" -msgstr "ToolButton26" - -#: tform1.toolbutton27.caption -#| msgid "ToolButton27" -msgctxt "tform1.toolbutton27.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.toolbutton28.caption -#| msgid "ToolButton28" -msgctxt "tform1.toolbutton28.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.toolbutton29.caption -msgid "EmailMercLevelUp" -msgstr "EmailMercLevelUp" - -#: tform1.toolbutton3.caption -msgid "CivGroupNames" -msgstr "CivGroupNames" - -#: tform1.toolbutton30.caption -msgctxt "TFORM1.TOOLBUTTON30.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.toolbutton31.caption -msgid "Backgrounds" -msgstr "Backgrounds" - -#: tform1.toolbutton32.caption -msgid "CampaignStatsEvents" -msgstr "CampaignStatsEvents" - -#: tform1.toolbutton33.caption -msgid "Merchants" -msgstr "Merchants" - -#: tform1.toolbutton34.caption -msgid "LoadScreenHints" -msgstr "LoadScreenHints" - -#: tform1.toolbutton35.caption -msgid "EnemyNames" -msgstr "EnemyNames" - -#: tform1.toolbutton36.caption -msgid "EnemyRank" -msgstr "EnemyRank" - -#: tform1.toolbutton37.caption -msgid "FaceGear.xml" -msgstr "FaceGear.xml" - -#: tform1.toolbutton38.caption -msgid "SquadNames.xml" -msgstr "SquadNames.xml" - -#: tform1.toolbutton39.caption -msgctxt "tform1.toolbutton39.caption" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton39.hint -msgctxt "TFORM1.TOOLBUTTON39.HINT" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton4.caption -msgctxt "tform1.toolbutton4.caption" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton4.hint -msgctxt "TFORM1.TOOLBUTTON4.HINT" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton40.caption -msgctxt "tform1.toolbutton40.caption" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton40.hint -msgctxt "TFORM1.TOOLBUTTON40.HINT" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton41.caption -msgctxt "tform1.toolbutton41.caption" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton41.hint -msgctxt "TFORM1.TOOLBUTTON41.HINT" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton5.caption -msgctxt "tform1.toolbutton5.caption" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton5.hint -msgctxt "TFORM1.TOOLBUTTON5.HINT" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton6.caption -msgctxt "tform1.toolbutton6.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton6.hint -msgctxt "TFORM1.TOOLBUTTON6.HINT" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton7.caption -msgctxt "tform1.toolbutton7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton7.hint -msgctxt "tform1.toolbutton7.hint" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton8.caption -msgid "ToolButton8" -msgstr "ToolButton8" - -#: tform1.toolbutton9.caption -msgid "IMPPortraits" -msgstr "IMPPortraits" - -#: tform11.button1.caption -msgid "Add" -msgstr "Add" - -#: tform11.button2.caption -msgctxt "TFORM11.BUTTON2.CAPTION" -msgid "Exit" -msgstr "Exit" - -#: tform11.button3.caption -msgid "Delete" -msgstr "Delete" - -#: tform11.button4.caption -msgid "import" -msgstr "import" - -#: tform11.caption -msgid "IMP Portraits (IMPPortraits.xml)" -msgstr "IMP Portraits (IMPPortraits.xml)" - -#: tform15.button1.caption -msgid "Ok" -msgstr "Ok" - -#: tform15.caption -msgid "MERCAvailability.xml" -msgstr "MERCAvailability.xml" - -#: tform15.label89.caption -msgid "StartMercsAvailable" -msgstr "StartMercsAvailable" - -#: tform15.label90.caption -msgid "NewMercsAvailable" -msgstr "NewMercsAvailable" - -#: tform15.label91.caption -msgid "MoneyPaid" -msgstr "MoneyPaid" - -#: tform15.label92.caption -msgid "Day" -msgstr "Day" - -#: tform15.label93.caption -msgid "Drunk" -msgstr "Drunk" - -#: tform15.label94.caption -msgid "AlternateIndex" -msgstr "AlternateIndex" - -#: tform15.label95.caption -msgid "MERC Bio ID (MERCBIOS.EDT)" -msgstr "MERC Bio ID (MERCBIOS.EDT)" - -#: tform15.listview2.columns[0].caption -msgid "Profil ID" -msgstr "Profil ID" - -#: tform15.listview2.columns[1].caption -msgid "MERC ID" -msgstr "MERC ID" - -#: tform15.listview2.columns[2].caption -msgid "Nick" -msgstr "Nick" - -#: tform2.caption -msgctxt "TFORM2.CAPTION" -msgid "Edit" -msgstr "Edit" - -#: tform2.checkbox1.caption -msgid "CheckBox1" -msgstr "CheckBox1" - -#: tform2.combobox1.text -msgid "ComboBox1" -msgstr "ComboBox1" - -#: tform2.edit1.text -msgid "Edit1" -msgstr "Edit1" - -#: tform2.label1.caption -msgctxt "TFORM2.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.buttonpanel1.okbutton.caption -msgctxt "tform4.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tform4.caption -msgctxt "TFORM4.CAPTION" -msgid "Edycja" -msgstr "Edition" - -#: tform4.checkbox1.caption -msgid "Zmień i zapisz we wszytkich plikach lokalizacyjnych." -msgstr "Change and write down in all translational files." - -#: tform4.checkbox2.caption -msgid "CheckBox2" -msgstr "CheckBox2" - -#: tform4.checkbox3.caption -msgctxt "tform4.checkbox3.caption" -msgid "CheckBox3" -msgstr "CheckBox3" - -#: tform4.checkbox4.caption -msgid "CheckBox4" -msgstr "CheckBox4" - -#: tform4.label1.caption -msgctxt "TFORM4.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.label2.caption -msgctxt "TFORM4.LABEL2.CAPTION" -msgid "Label2" -msgstr "Label2" - -#: tform4.labelededit1.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "Name" -msgstr "Name" - -#: tform4.labelededit2.editlabel.caption -msgctxt "tform4.labelededit2.editlabel.caption" -msgid "NickName" -msgstr "NickName" - -#: tform4.labelededit3.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NickName" -msgstr "NickName" - -#: tform5.caption -msgid "Form5" -msgstr "Form5" - -#: tform5.label1.caption -msgid "Load" -msgstr "Load" - -#: tform5.label2.caption -msgid "v2.0 Beta 2" -msgstr "v2.0" - -#: tform6.button1.caption -msgid "OK" -msgstr "OK" - -#: tform6.button2.caption -msgid "Cancel" -msgstr "Cancel" - -#: tform6.button3.caption -msgid "Delete face" -msgstr "Delete face" - -#: tform6.caption -msgid "RPC\\EPC Small Face (RPCFacesSmall.xml)" -msgstr "RPC\\EPC Small Face (RPCFacesSmall.xml)" - -#: tform6.label1.caption -msgid "FaceIndex" -msgstr "FaceIndex" - -#: tform6.label3.caption -msgid "EyesX" -msgstr "EyesX" - -#: tform6.label4.caption -msgid "EyesY" -msgstr "EyesY" - -#: tform6.label5.caption -msgid "MouthX" -msgstr "MouthX" - -#: tform6.label6.caption -msgid "MouthY" -msgstr "MouthY" - -#: tform6.listview1.hint -msgctxt "TFORM6.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformbrakujacepliki.caption -msgctxt "TFORMBRAKUJACEPLIKI.CAPTION" -msgid "Info" -msgstr "Info" - -#: tformbrakujacepliki.label1.caption -msgid "Dodawanie nowych plików do projektu..." -msgstr "The addition of new files to the project..." - -#: tformcopy.buttonpanel1.okbutton.caption -msgctxt "TFORMCOPY.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "Kopiuj" -msgstr "Copy" - -#: tformcopy.caption -msgid "Kopiuj zawartosc" -msgstr "Copy content" - -#: tformcopy.label1.caption -msgid "Z" -msgstr "From" - -#: tformcopy.label2.caption -msgid "Do" -msgstr "To" - -#: tformemail.buttonpanel1.cancelbutton.caption -msgid "Wyjdź" -msgstr "Exit" - -#: tformemail.buttonpanel1.okbutton.caption -msgid "&Zapisz" -msgstr "&Save" - -#: tformemail.caption -msgctxt "TFORMEMAIL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformemail.listview1.hint -msgctxt "TFORMEMAIL.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformemail.menuitem1.caption -msgid "Kopiowanie z \"pliku1\" do \"pliku2\"" -msgstr "Copies from \"file1\" to \"file2\"" - -#: tformemail.toolbar3.caption -msgctxt "TFORMEMAIL.TOOLBAR3.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tformemail.toolbutton1.caption -msgid "ToolButton1" -msgstr "ToolButton1" - -#: tformemail.toolbutton11.caption -msgctxt "TFORMEMAIL.TOOLBUTTON11.CAPTION" -msgid "Narzędzia" -msgstr "Tools" - -#: tformemail.toolbutton2.caption -msgid "Dodaj" -msgstr "Add" - -#: tformemail.toolbutton3.caption -msgctxt "TFORMEMAIL.TOOLBUTTON3.CAPTION" -msgid "Usuń" -msgstr "Delete" - -#: tformlog.bitbtn1.caption -msgctxt "TFORMLOG.BITBTN1.CAPTION" -msgid "Zapisz" -msgstr "Save" - -#: tformlog.caption -msgctxt "TFORMLOG.CAPTION" -msgid "Logi" -msgstr "Logs" - -#: tformnew.buttonpanel1.okbutton.caption -msgctxt "TFORMNEW.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformnew.caption -msgctxt "TFORMNEW.CAPTION" -msgid "Projekt" -msgstr "Projekt" - -#: tformnew.checkbox1.caption -msgctxt "tformnew.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Pliki językowe" - -#: tformnew.checkbox2.caption -msgid "UB Files" -msgstr "UB Files" - -#: tformnew.label1.caption -msgctxt "tformnew.label1.caption" -msgid "" -"Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie mozliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: tformnew.label2.caption -msgctxt "tformnew.label2.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: tformnew.labelededit1.editlabel.caption -msgctxt "tformnew.labelededit1.editlabel.caption" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: tformnew.listview1.columns[0].caption -msgctxt "TFORMNEW.LISTVIEW1.COLUMNS[0].CAPTION" -msgid "Name" -msgstr "Name" - -#: tformnew.listview1.columns[1].caption -msgid "Dir" -msgstr "Dir" - -#: tformnew.listview1.columns[2].caption -msgid "UB" -msgstr "UB" - -#: tformnew.speedbutton1.caption -msgctxt "tformnew.speedbutton1.caption" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: tformnew.tabsheet1.caption -msgctxt "TFORMNEW.TABSHEET1.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformnew.tabsheet2.caption -msgid "Nowy projekt" -msgstr "New Project" - -#: tformopcje.buttonpanel1.closebutton.caption -msgid "&Close" -msgstr "&Close" - -#: tformopcje.buttonpanel1.okbutton.caption -msgid "&Ok" -msgstr "&Ok" - -#: tformopcje.caption -msgctxt "TFORMOPCJE.CAPTION" -msgid "Opcje programu" -msgstr "Settings" - -#: tformopcje.label1.caption -msgctxt "tformopcje.label1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.labelededit1.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "TableData" -msgstr "TableData" - -#: tformopcje.labelededit1.text -msgid "LabeledEdit1" -msgstr "LabeledEdit1" - -#: tformopcje.labelededit2.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT2.EDITLABEL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformopcje.labelededit2.text -msgid "LabeledEdit2" -msgstr "LabeledEdit2" - -#: tformopcje.labelededit3.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tformopcje.labelededit3.text -msgid "LabeledEdit3" -msgstr "LabeledEdit3" - -#: tformopcje.labelededit4.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT4.EDITLABEL.CAPTION" -msgid "Map" -msgstr "Map" - -#: tformopcje.labelededit4.text -msgid "LabeledEdit4" -msgstr "LabeledEdit4" - -#: tformopcje.labelededit5.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT5.EDITLABEL.CAPTION" -msgid "Sounds" -msgstr "Sounds" - -#: tformopcje.labelededit5.text -msgid "LabeledEdit5" -msgstr "LabeledEdit5" - -#: tformopcje.labelededit6.editlabel.caption -msgid "Items" -msgstr "Items" - -#: tformopcje.labelededit6.text -msgid "LabeledEdit6" -msgstr "LabeledEdit6" - -#: tformopcje.labelededit7.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT7.EDITLABEL.CAPTION" -msgid "Inventory" -msgstr "Inventory" - -#: tformopcje.labelededit7.text -msgid "LabeledEdit7" -msgstr "LabeledEdit7" - -#: tformopcje.panel1.caption -msgctxt "TFORMOPCJE.PANEL1.CAPTION" -msgid "Panel1" -msgstr "Panel1" - -#: tformopcje.tabsheet1.caption -msgctxt "tformopcje.tabsheet1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.tabsheet3.caption -msgctxt "tformopcje.tabsheet3.caption" -msgid "Katalogi" -msgstr "Folders" - -#: tformopcje.toolbar1.caption -msgctxt "TFORMOPCJE.TOOLBAR1.CAPTION" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tformopcje.toolbutton1.caption -msgid "Zapisz zmiany" -msgstr "Save changes" - -#: tformopcje.toolbutton2.caption -msgid "ToolButton2" -msgstr "ToolButton2" - -#: tformopcjeprojektu.buttonpanel1.okbutton.caption -msgctxt "TFORMOPCJEPROJEKTU.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformopcjeprojektu.caption -msgctxt "TFORMOPCJEPROJEKTU.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformopcjeprojektu.checkbox1.caption -msgctxt "TFORMOPCJEPROJEKTU.CHECKBOX1.CAPTION" -msgid "Używaj plików lokalizacyjnych" -msgstr "Use translational files" - -#: tformopcjeprojektu.label1.caption -msgctxt "TFORMOPCJEPROJEKTU.LABEL1.CAPTION" -msgid "Czytaj, zapisuj oraz edytuj pliki :" -msgstr "Allow save, load and edit file:" - -#: tformopcjeprojektu.label2.caption -#| msgid "" -#| "Jeżeli odznaczysz plik z edycji i nacisniesz przycisk \"Akceptuj\", to " -#| "cała zawartość odznaczonego pliku zostanie usunięta!Jeżeli odznaczysz " -#| "plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to cała zawartość " -#| "odznaczonego pliku zostanie usunięta!" -msgid "" -"Jeżeli odznaczysz plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to " -"cała zawartość odznaczonego pliku zostanie usunięta!" -msgstr "" -"If you honour the file(s) from the edition and you will press the button " -"\"Accept \", then the whole content of the file will be removed!" - -#: tformopcjeprojektu.tabsheet1.caption -msgid "Pliki XML" -msgstr "Files XML" - -#: tformopcjeprojektu.tabsheet2.caption -msgctxt "tformopcjeprojektu.tabsheet2.caption" -msgid "Pliki lokalizacyjne" -msgstr "Translational files" - -#: tinfoform.caption -msgctxt "TINFOFORM.CAPTION" -msgid "Info" -msgstr "Info" - -#: tinfoform.label1.caption -msgid "Merc Profiles Editor 2.0" -msgstr "Merc Profiles Editor 2.0" - -#: tinfoform.label2.caption -#| msgid "by Jazz 2010/2013" -msgid "by Jazz 2010/2014" -msgstr "by Jazz 2010/2014" - -#: tinfoform.label4.caption -msgid "sourceforge.net/users/jazzmb1" -msgstr "sourceforge.net/users/jazzmb1" - -#: topendir.buttonpanel1.okbutton.caption -msgid "&Importuj" -msgstr "&Import" - -#: topendir.caption -msgctxt "TOPENDIR.CAPTION" -msgid "Importuj pliki XML z katalogu" -msgstr "Open directory" - -#: topendir.checkbox1.caption -msgctxt "topendir.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Translational files" - -#: topendir.checkbox2.caption -msgid "Wczytaj pliki UB" -msgstr "Load UB files" - -#: topendir.checkbox3.caption -#| msgid "CheckBox3" -msgctxt "topendir.checkbox3.caption" -msgid "Używaj plików lokalizacyjnych items.xml i Cities.xml" -msgstr "Use files translational items.xml and Cities.xml." - -#: topendir.checkbox3.hint -msgid "" -"Zaznacz jeżeli chcesz używać plików lokalizacyjnych XYZ.Items.xml oraz XYZ." -"Cities.Xml. Opcja zadziała tylko jeżeli pliki istnieją." -msgstr "" -"Mark if you want to use files translational XYZ.Items.xml and XYZ.Cities." -"Xml. The option will work only if files they exist." - -#: topendir.checkgroup1.caption -msgctxt "topendir.checkgroup1.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: topendir.label1.caption -#| msgid "" -#| "Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych " -#| "plików będzie mozliwa tylko dla tej sesji." -msgctxt "TOPENDIR.LABEL1.CAPTION" -msgid "" -"Jeżeli nie chcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie możliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: topendir.labelededit1.editlabel.caption -msgctxt "TOPENDIR.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: topendir.menuitem1.caption -msgctxt "topendir.menuitem1.caption" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topendir.radiobutton1.caption -msgid "Katalog" -msgstr "Folder" - -#: topendir.radiobutton2.caption -msgctxt "topendir.radiobutton2.caption" -msgid "Katalogi" -msgstr "Folders" - -#: topendir.speedbutton1.caption -msgctxt "TOPENDIR.SPEEDBUTTON1.CAPTION" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: topendir.speedbutton2.hint -msgctxt "topendir.speedbutton2.hint" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topenprojectform.caption -msgctxt "TOPENPROJECTFORM.CAPTION" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tsaveform.buttonpanel1.okbutton.caption -msgid "&Eksportuj" -msgstr "&Exportuj" - -#: tsaveform.caption -msgctxt "TSAVEFORM.CAPTION" -msgid "Eksportuj do XML" -msgstr "Export to XML" - -#: tsaveform.label1.caption -msgid "Podaj katalog do zapisu" -msgstr "The folder to writes" diff --git a/Tools/Merc Profile Editor/languages/MPE.pl.po b/Tools/Merc Profile Editor/languages/MPE.pl.po deleted file mode 100644 index ceaa8ccdb..000000000 --- a/Tools/Merc Profile Editor/languages/MPE.pl.po +++ /dev/null @@ -1,1433 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: mpe2\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl\n" -"X-Generator: Poedit 1.6.5\n" - -#: teditprofform.bitbtn1.caption -msgid "Zmień" -msgstr "Zmień" - -#: teditprofform.button1.caption -#| msgid "More edit" -msgid "Więcej opcji" -msgstr "Więcej opcji" - -#: teditprofform.buttonpanel1.cancelbutton.caption -msgid "Anuluj" -msgstr "Anuluj" - -#: teditprofform.buttonpanel1.closebutton.caption -msgid "Z&amknij" -msgstr "Z&amknij" - -#: teditprofform.buttonpanel1.helpbutton.caption -msgid "P&omoc" -msgstr "P&omoc" - -#: teditprofform.buttonpanel1.okbutton.caption -msgid "&Change" -msgstr "&Change" - -#: teditprofform.caption -#| msgid "EditProfForm" -msgctxt "teditprofform.caption" -msgid "Edytuj" -msgstr "Edytuj" - -#: teditprofform.label1.caption -msgid "Gear" -msgstr "Gear" - -#: teditprofform.label2.caption -msgid "Uwaga! Imiona i ksywki są tu wyświetlane tylko dla angielskiej wersji." -msgstr "Uwaga! Imiona i ksywki są wyświetlane tylko dla angielskiej wersji." - -#: teditprofform.listview1.columns[0].caption -msgid "Parametr" -msgstr "Parametr" - -#: teditprofform.listview1.columns[1].caption -msgid "Wartosc" -msgstr "Wartosc" - -#: teditprofform.listview1.hint -msgctxt "teditprofform.listview1.hint" -msgid "Kliknij by edytować wartość." -msgstr "Kliknij by edytować wartość." - -#: teditprofform.menuitem1.caption -msgid "Dodaj rekord" -msgstr "Dodaj rekord" - -#: teditprofform.menuitem10.caption -msgctxt "TEDITPROFFORM.MENUITEM10.CAPTION" -msgid "-" -msgstr "-" - -#: teditprofform.menuitem2.caption -msgid "Usuń rekord" -msgstr "Usuń rekord" - -#: teditprofform.menuitem3.caption -msgid "Edycja nazw" -msgstr "Edycja nazw" - -#: teditprofform.menuitem4.caption -msgid "Dodaj nowy parametr" -msgstr "Dodaj nowy parametr" - -#: teditprofform.menuitem9.caption -msgctxt "TEDITPROFFORM.MENUITEM9.CAPTION" -msgid "-" -msgstr "-" - -#: tedycjapliku.caption -msgid "Edycja\\Podgląd pliku" -msgstr "Edycja\\Podgląd pliku" - -#: teksportform.caption -msgid "Eksportuj plik" -msgstr "Eksportuj plik" - -#: teksportform.label1.caption -#| msgid "Label1" -msgctxt "teksportform.label1.caption" -msgid "Wybierz plik" -msgstr "Wybierz plik" - -#: tform1.bitbtn1.caption -msgctxt "tform1.bitbtn1.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.bitbtn2.caption -msgid "Shop Inventory" -msgstr "Shop Inventory" - -#: tform1.caption -#| msgid "MPE 2.0 Beta 2" -msgid "MPE 2.0" -msgstr "MPE 2.0" - -#: tform1.checkbox1.caption -msgid "HiddenNames" -msgstr "HiddenNames" - -#: tform1.checkbox2.caption -msgid "Sounds Enabled" -msgstr "Sounds Enabled" - -#: tform1.checkbox3.caption -msgid "AIMAvailability" -msgstr "AIMAvailability" - -#: tform1.groupbox1.caption -msgid "Loading..." -msgstr "Loading..." - -#: tform1.label1.caption -msgid "Aim BIO" -msgstr "Aim BIO" - -#: tform1.label2.caption -msgid "Typ" -msgstr "Typ" - -#: tform1.label3.caption -msgid "Label3" -msgstr "Label3" - -#: tform1.label4.caption -msgid "Label4" -msgstr "Label4" - -#: tform1.label5.caption -msgid "Wait...." -msgstr "Wait...." - -#: tform1.label6.caption -msgctxt "tform1.label6.caption" -msgid "Name" -msgstr "Name" - -#: tform1.menuitem1.caption -#| msgid "File" -msgid "Plik" -msgstr "Plik" - -#: tform1.menuitem10.caption -#| msgid "Info" -msgctxt "TFORM1.MENUITEM10.CAPTION" -msgid "O programie" -msgstr "O programie" - -#: tform1.menuitem11.caption -msgid "XML" -msgstr "XML" - -#: tform1.menuitem12.caption -msgid "CivGroupNames.xml" -msgstr "CivGroupNames.xml" - -#: tform1.menuitem13.caption -msgid "IMPPortraits.xml" -msgstr "IMPPortraits.xml" - -#: tform1.menuitem14.caption -msgid "OldAIMArchive.xml" -msgstr "OldAIMArchive.xml" - -#: tform1.menuitem15.caption -msgid "EmailSenderNameList.xml" -msgstr "EmailSenderNameList.xml" - -#: tform1.menuitem16.caption -msgid "MercAvailability.xml" -msgstr "MercAvailability.xml" - -#: tform1.menuitem17.caption -msgid "RPCFacesSmall.xml" -msgstr "RPCFacesSmall.xml" - -#: tform1.menuitem18.caption -msgid "EmailMercAvailable.xml" -msgstr "EmailMercAvailable.xml" - -#: tform1.menuitem19.caption -msgid "EmailMercLevelUp.xml" -msgstr "EmailMercLevelUp.xml" - -#: tform1.menuitem2.caption -#| msgid "Edit" -msgctxt "tform1.menuitem2.caption" -msgid "Edytuj" -msgstr "Edytuj" - -#: tform1.menuitem20.caption -msgid "Vehicles Names (Vehicles.xml)" -msgstr "Vehicles Names (Vehicles.xml)" - -#: tform1.menuitem21.caption -#| msgid "New" -msgctxt "tform1.menuitem21.caption" -msgid "Nowy" -msgstr "Nowy" - -#: tform1.menuitem22.caption -msgid "Eksportuj do.." -msgstr "Eksportuj do.." - -#: tform1.menuitem23.caption -msgctxt "TFORM1.MENUITEM23.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem24.caption -msgid "TableData.7z" -msgstr "TableData.7z" - -#: tform1.menuitem25.caption -msgctxt "TFORM1.MENUITEM25.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem26.caption -msgctxt "TFORM1.MENUITEM26.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.menuitem27.caption -msgctxt "tform1.menuitem27.caption" -msgid "Edytuj" -msgstr "Edytuj" - -#: tform1.menuitem28.caption -msgctxt "TFORM1.MENUITEM28.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem29.caption -msgctxt "tform1.menuitem29.caption" -msgid "-" -msgstr "-" - -#: tform1.menuitem3.caption -#| msgid "Open Dir" -msgctxt "tform1.menuitem3.caption" -msgid "Importuj pliki XML" -msgstr "Importuj pliki XML" - -#: tform1.menuitem30.caption -msgctxt "TFORM1.MENUITEM30.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem31.caption -msgid "Indeks..." -msgstr "Indeks..." - -#: tform1.menuitem32.caption -msgid "Backgrounds.xml" -msgstr "Backgrounds.xml" - -#: tform1.menuitem33.caption -msgid "Merchants.xml" -msgstr "Merchants.xml" - -#: tform1.menuitem34.caption -msgctxt "tform1.menuitem34.caption" -msgid "Logi" -msgstr "Logi" - -#: tform1.menuitem35.caption -msgid "Ekportuj plik..." -msgstr "Ekportuj plik..." - -#: tform1.menuitem36.caption -msgid "Importuj plik do projektu" -msgstr "Importuj plik do projektu" - -#: tform1.menuitem37.caption -msgctxt "TFORM1.MENUITEM37.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem39.caption -msgctxt "TFORM1.MENUITEM39.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem4.caption -msgctxt "TFORM1.MENUITEM4.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem5.caption -#| msgid "Options" -msgctxt "tform1.menuitem5.caption" -msgid "Opcje programu" -msgstr "Opcje programu" - -#: tform1.menuitem6.caption -#| msgid "Save" -msgctxt "tform1.menuitem6.caption" -msgid "Eksportuj do XML" -msgstr "Eksportuj do XML" - -#: tform1.menuitem7.caption -#| msgid "Exit" -msgctxt "tform1.menuitem7.caption" -msgid "Wyjście" -msgstr "Wyjście" - -#: tform1.menuitem8.caption -msgid "New Item8" -msgstr "New Item8" - -#: tform1.menuitem9.caption -#| msgid "Help" -msgid "Pomoc" -msgstr "Pomoc" - -#: tform1.openprojects.caption -#| msgid "Open Project" -msgctxt "tform1.openprojects.caption" -msgid "Otwórz projekt" -msgstr "Otwórz projekt" - -#: tform1.panel2.caption -msgid "Panel2" -msgstr "Panel2" - -#: tform1.panel3.caption -msgid "Panel3" -msgstr "Panel3" - -#: tform1.speedbutton1.caption -msgctxt "tform1.speedbutton1.caption" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton1.hint -msgctxt "tform1.speedbutton1.hint" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton10.caption -msgctxt "tform1.speedbutton10.caption" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton10.hint -msgctxt "tform1.speedbutton10.hint" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton11.caption -#| msgid "VehiclesNames" -msgctxt "tform1.speedbutton11.caption" -msgid "Nazwy pojazdów" -msgstr "Nazwy pojazdów" - -#: tform1.speedbutton11.hint -msgctxt "tform1.speedbutton11.hint" -msgid "Nazwy pojazdów" -msgstr "VehiclesNames" - -#: tform1.speedbutton2.caption -msgid "?" -msgstr "?" - -#: tform1.speedbutton3.caption -msgctxt "tform1.speedbutton3.caption" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton3.hint -msgctxt "tform1.speedbutton3.hint" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton4.caption -msgctxt "tform1.speedbutton4.caption" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton4.hint -msgctxt "tform1.speedbutton4.hint" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton5.caption -msgctxt "tform1.speedbutton5.caption" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton5.hint -msgctxt "tform1.speedbutton5.hint" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton6.caption -msgid "Merc" -msgstr "Merc" - -#: tform1.speedbutton8.caption -msgctxt "tform1.speedbutton8.caption" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton8.hint -msgctxt "tform1.speedbutton8.hint" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton9.caption -#| msgid "MercNames" -msgctxt "tform1.speedbutton9.caption" -msgid "Nazwy" -msgstr "Nazwy" - -#: tform1.speedbutton9.hint -msgctxt "tform1.speedbutton9.hint" -msgid "Nazwy" -msgstr "MercNames" - -#: tform1.statusbar1.panels[0].text -msgid "Index" -msgstr "Index" - -#: tform1.tabsheet1.caption -msgctxt "tform1.tabsheet1.caption" -msgid "Narzędzia" -msgstr "Narzędzia" - -#: tform1.tabsheet10.caption -msgid "Lookup" -msgstr "Lookup" - -#: tform1.tabsheet11.caption -msgctxt "tform1.tabsheet11.caption" -msgid "Map" -msgstr "Map" - -#: tform1.tabsheet12.caption -msgid "MapAction" -msgstr "MapAction" - -#: tform1.tabsheet13.caption -msgid "Multiplayer" -msgstr "Multiplayer" - -#: tform1.tabsheet14.caption -msgctxt "tform1.tabsheet14.caption" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.tabsheet15.caption -msgid "Profiles" -msgstr "Profiles" - -#: tform1.tabsheet16.caption -msgctxt "tform1.tabsheet16.caption" -msgid "Sounds" -msgstr "Sounds" - -#: tform1.tabsheet2.caption -msgctxt "tform1.tabsheet2.caption" -msgid "Edycja" -msgstr "Edycja" - -#: tform1.tabsheet3.caption -msgid "XML1" -msgstr "XML1" - -#: tform1.tabsheet4.caption -msgctxt "tform1.tabsheet4.caption" -msgid "TableData" -msgstr "TableData" - -#: tform1.tabsheet5.caption -msgid "Army" -msgstr "Army" - -#: tform1.tabsheet6.caption -msgid "BriefingRoom" -msgstr "BriefingRoom" - -#: tform1.tabsheet7.caption -msgctxt "tform1.tabsheet7.caption" -msgid "Email" -msgstr "Email" - -#: tform1.tabsheet8.caption -msgctxt "tform1.tabsheet8.caption" -msgid "Inventory" -msgstr "Inventory" - -#: tform1.tabsheet9.caption -msgid "Layout" -msgstr "Layout" - -#: tform1.toolbar1.caption -msgctxt "tform1.toolbar1.caption" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tform1.toolbar3.caption -msgctxt "tform1.toolbar3.caption" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbar5.caption -msgctxt "TFORM1.TOOLBAR5.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbaremail.caption -msgid "ToolBarEmail" -msgstr "ToolBarEmail" - -#: tform1.toolbarnpcinventory.caption -msgid "ToolBar" -msgstr "ToolBar" - -#: tform1.toolbartabledata.caption -msgctxt "TFORM1.TOOLBARTABLEDATA.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbutton1.caption -#| msgid "Otwórz" -msgctxt "tform1.toolbutton1.caption" -msgid "Importuj pliki XML" -msgstr "Importuj pliki XML" - -#: tform1.toolbutton1.hint -msgctxt "tform1.toolbutton1.hint" -msgid "Importuj pliki XML" -msgstr "Otwórz" - -#: tform1.toolbutton10.caption -msgid "OldAIMArchive" -msgstr "OldAIMArchive" - -#: tform1.toolbutton11.caption -msgid "Wytnij" -msgstr "Wytnij" - -#: tform1.toolbutton12.caption -msgid "Wklej" -msgstr "Wklej" - -#: tform1.toolbutton13.caption -msgctxt "tform1.toolbutton13.caption" -msgid "Kopiuj" -msgstr "Kopiuj" - -#: tform1.toolbutton14.caption -msgctxt "tform1.toolbutton14.caption" -msgid "Usuń" -msgstr "Usuń" - -#: tform1.toolbutton15.caption -msgid "MercAvailability" -msgstr "MercAvailability" - -#: tform1.toolbutton16.caption -msgctxt "tform1.toolbutton16.caption" -msgid "Opcje programu" -msgstr "Opcje programu" - -#: tform1.toolbutton16.hint -msgctxt "tform1.toolbutton16.hint" -msgid "Opcje programu" -msgstr "Opcje programu" - -#: tform1.toolbutton17.caption -msgid "ToolButton17" -msgstr "ToolButton17" - -#: tform1.toolbutton18.caption -msgctxt "tform1.toolbutton18.caption" -msgid "Nowy" -msgstr "Nowy" - -#: tform1.toolbutton19.caption -msgid "ToolButton19" -msgstr "ToolButton19" - -#: tform1.toolbutton2.caption -#| msgid "Zapisz" -msgctxt "tform1.toolbutton2.caption" -msgid "Eksportuj do XML" -msgstr "Eksportuj do XML" - -#: tform1.toolbutton2.hint -msgctxt "tform1.toolbutton2.hint" -msgid "Eksportuj do XML" -msgstr "Save" - -#: tform1.toolbutton20.caption -msgid "ToolButton20" -msgstr "ToolButton20" - -#: tform1.toolbutton21.caption -msgctxt "tform1.toolbutton21.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.toolbutton22.caption -msgid "EmailSenderNameList" -msgstr "EmailSenderNameList" - -#: tform1.toolbutton23.caption -msgid "EmailMercAvailable" -msgstr "EmailMercAvailable" - -#: tform1.toolbutton24.caption -msgctxt "tform1.toolbutton24.caption" -msgid "Biblioteka" -msgstr "Biblioteka" - -#: tform1.toolbutton24.hint -msgctxt "tform1.toolbutton24.hint" -msgid "Biblioteka" -msgstr "Biblioteka" - -#: tform1.toolbutton25.caption -msgctxt "tform1.toolbutton25.caption" -msgid "Opcje projektu" -msgstr "Opcje projektu" - -#: tform1.toolbutton25.hint -msgctxt "tform1.toolbutton25.hint" -msgid "Opcje projektu" -msgstr "Opcje projektu" - -#: tform1.toolbutton26.caption -msgid "ToolButton26" -msgstr "ToolButton26" - -#: tform1.toolbutton27.caption -#, fuzzy -#| msgid "ToolButton27" -msgctxt "tform1.toolbutton27.caption" -msgid "Nazwy" -msgstr "Nazwy" - -#: tform1.toolbutton28.caption -#, fuzzy -#| msgid "ToolButton28" -msgctxt "tform1.toolbutton28.caption" -msgid "Nazwy pojazdów" -msgstr "Nazwy pojazdów" - -#: tform1.toolbutton29.caption -msgid "EmailMercLevelUp" -msgstr "EmailMercLevelUp" - -#: tform1.toolbutton3.caption -msgid "CivGroupNames" -msgstr "CivGroupNames" - -#: tform1.toolbutton30.caption -msgctxt "TFORM1.TOOLBUTTON30.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.toolbutton31.caption -msgid "Backgrounds" -msgstr "Backgrounds" - -#: tform1.toolbutton32.caption -msgid "CampaignStatsEvents" -msgstr "CampaignStatsEvents" - -#: tform1.toolbutton33.caption -msgid "Merchants" -msgstr "Merchants" - -#: tform1.toolbutton34.caption -msgid "LoadScreenHints" -msgstr "LoadScreenHints" - -#: tform1.toolbutton35.caption -msgid "EnemyNames" -msgstr "EnemyNames" - -#: tform1.toolbutton36.caption -msgid "EnemyRank" -msgstr "EnemyRank" - -#: tform1.toolbutton37.caption -msgid "FaceGear.xml" -msgstr "FaceGear.xml" - -#: tform1.toolbutton38.caption -msgid "SquadNames.xml" -msgstr "SquadNames.xml" - -#: tform1.toolbutton39.caption -msgctxt "tform1.toolbutton39.caption" -msgid "Podgląd pliku" -msgstr "Podgląd pliku" - -#: tform1.toolbutton39.hint -msgctxt "tform1.toolbutton39.hint" -msgid "Podgląd pliku" -msgstr "Podgląd pliku" - -#: tform1.toolbutton4.caption -msgctxt "tform1.toolbutton4.caption" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton4.hint -#| msgid "Info" -msgctxt "tform1.toolbutton4.hint" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton40.caption -msgctxt "tform1.toolbutton40.caption" -msgid "Importuj plik..." -msgstr "Importuj plik..." - -#: tform1.toolbutton40.hint -msgctxt "tform1.toolbutton40.hint" -msgid "Importuj plik..." -msgstr "Importuj plik..." - -#: tform1.toolbutton41.caption -msgctxt "tform1.toolbutton41.caption" -msgid "Eksportuj plik..." -msgstr "Eksportuj plik..." - -#: tform1.toolbutton41.hint -msgctxt "tform1.toolbutton41.hint" -msgid "Eksportuj plik..." -msgstr "Eksportuj plik..." - -#: tform1.toolbutton5.caption -msgctxt "tform1.toolbutton5.caption" -msgid "Kreator" -msgstr "Kreator" - -#: tform1.toolbutton5.hint -msgctxt "tform1.toolbutton5.hint" -msgid "Kreator" -msgstr "Kreator" - -#: tform1.toolbutton6.caption -msgctxt "tform1.toolbutton6.caption" -msgid "Otwórz projekt" -msgstr "Otwórz projekt" - -#: tform1.toolbutton6.hint -msgctxt "tform1.toolbutton6.hint" -msgid "Otwórz projekt" -msgstr "Otwórz projekt" - -#: tform1.toolbutton7.caption -#| msgid "Wyjscie" -msgctxt "tform1.toolbutton7.caption" -msgid "Wyjście" -msgstr "Wyjście" - -#: tform1.toolbutton7.hint -msgctxt "tform1.toolbutton7.hint" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton8.caption -msgid "ToolButton8" -msgstr "ToolButton8" - -#: tform1.toolbutton9.caption -msgid "IMPPortraits" -msgstr "IMPPortraits" - -#: tform11.button1.caption -msgid "Add" -msgstr "Add" - -#: tform11.button2.caption -msgctxt "TFORM11.BUTTON2.CAPTION" -msgid "Exit" -msgstr "Exit" - -#: tform11.button3.caption -msgid "Delete" -msgstr "Delete" - -#: tform11.button4.caption -msgid "import" -msgstr "import" - -#: tform11.caption -msgid "IMP Portraits (IMPPortraits.xml)" -msgstr "IMP Portraits (IMPPortraits.xml)" - -#: tform15.button1.caption -msgid "Ok" -msgstr "Ok" - -#: tform15.caption -msgid "MERCAvailability.xml" -msgstr "MERCAvailability.xml" - -#: tform15.label89.caption -msgid "StartMercsAvailable" -msgstr "StartMercsAvailable" - -#: tform15.label90.caption -msgid "NewMercsAvailable" -msgstr "NewMercsAvailable" - -#: tform15.label91.caption -msgid "MoneyPaid" -msgstr "MoneyPaid" - -#: tform15.label92.caption -msgid "Day" -msgstr "Day" - -#: tform15.label93.caption -msgid "Drunk" -msgstr "Drunk" - -#: tform15.label94.caption -msgid "AlternateIndex" -msgstr "AlternateIndex" - -#: tform15.label95.caption -msgid "MERC Bio ID (MERCBIOS.EDT)" -msgstr "MERC Bio ID (MERCBIOS.EDT)" - -#: tform15.listview2.columns[0].caption -msgid "Profil ID" -msgstr "Profil ID" - -#: tform15.listview2.columns[1].caption -msgid "MERC ID" -msgstr "MERC ID" - -#: tform15.listview2.columns[2].caption -msgid "Nick" -msgstr "Nick" - -#: tform2.caption -msgctxt "TFORM2.CAPTION" -msgid "Edit" -msgstr "Edit" - -#: tform2.checkbox1.caption -msgid "CheckBox1" -msgstr "CheckBox1" - -#: tform2.combobox1.text -msgid "ComboBox1" -msgstr "ComboBox1" - -#: tform2.edit1.text -msgid "Edit1" -msgstr "Edit1" - -#: tform2.label1.caption -msgctxt "TFORM2.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.buttonpanel1.okbutton.caption -msgctxt "tform4.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Akceptuj" - -#: tform4.caption -#| msgid "Name" -msgctxt "TFORM4.CAPTION" -msgid "Edycja" -msgstr "Edycja" - -#: tform4.checkbox1.caption -msgid "Zmień i zapisz we wszytkich plikach lokalizacyjnych." -msgstr "Zmień i zapisz we wszytkich plikach lokalizacyjnych." - -#: tform4.checkbox2.caption -msgid "CheckBox2" -msgstr "CheckBox2" - -#: tform4.checkbox3.caption -msgctxt "tform4.checkbox3.caption" -msgid "CheckBox3" -msgstr "CheckBox3" - -#: tform4.checkbox4.caption -msgid "CheckBox4" -msgstr "CheckBox4" - -#: tform4.label1.caption -msgctxt "TFORM4.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.label2.caption -msgctxt "TFORM4.LABEL2.CAPTION" -msgid "Label2" -msgstr "Label2" - -#: tform4.labelededit1.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "Name" -msgstr "Name" - -#: tform4.labelededit2.editlabel.caption -msgctxt "tform4.labelededit2.editlabel.caption" -msgid "NickName" -msgstr "NickName" - -#: tform4.labelededit3.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NickName" -msgstr "NickName" - -#: tform5.caption -msgid "Form5" -msgstr "Form5" - -#: tform5.label1.caption -msgid "Load" -msgstr "Load" - -#: tform5.label2.caption -msgid "v2.0 Beta 2" -msgstr "v2.0 Beta 2" - -#: tform6.button1.caption -msgid "OK" -msgstr "OK" - -#: tform6.button2.caption -msgid "Cancel" -msgstr "Cancel" - -#: tform6.button3.caption -msgid "Delete face" -msgstr "Delete face" - -#: tform6.caption -msgid "RPC\\EPC Small Face (RPCFacesSmall.xml)" -msgstr "RPC\\EPC Small Face (RPCFacesSmall.xml)" - -#: tform6.label1.caption -msgid "FaceIndex" -msgstr "FaceIndex" - -#: tform6.label3.caption -msgid "EyesX" -msgstr "EyesX" - -#: tform6.label4.caption -msgid "EyesY" -msgstr "EyesY" - -#: tform6.label5.caption -msgid "MouthX" -msgstr "MouthX" - -#: tform6.label6.caption -msgid "MouthY" -msgstr "MouthY" - -#: tform6.listview1.hint -msgctxt "TFORM6.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Kliknij by edytować wartość." - -#: tformbrakujacepliki.caption -msgctxt "TFORMBRAKUJACEPLIKI.CAPTION" -msgid "Info" -msgstr "Info" - -#: tformbrakujacepliki.label1.caption -msgid "Dodawanie nowych plików do projektu..." -msgstr "Dodawanie nowych plików do projektu..." - -#: tformcopy.buttonpanel1.okbutton.caption -msgctxt "TFORMCOPY.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "Kopiuj" -msgstr "Kopiuj" - -#: tformcopy.caption -msgid "Kopiuj zawartosc" -msgstr "Kopiuj zawartosc" - -#: tformcopy.label1.caption -msgid "Z" -msgstr "Z" - -#: tformcopy.label2.caption -msgid "Do" -msgstr "Do" - -#: tformemail.buttonpanel1.cancelbutton.caption -msgid "Wyjdź" -msgstr "Wyjdź" - -#: tformemail.buttonpanel1.okbutton.caption -msgid "&Zapisz" -msgstr "&Zapisz" - -#: tformemail.caption -msgctxt "TFORMEMAIL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformemail.listview1.hint -msgctxt "TFORMEMAIL.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Kliknij by edytować wartość." - -#: tformemail.menuitem1.caption -#| msgid "Kopiowanie imion" -msgid "Kopiowanie z \"pliku1\" do \"pliku2\"" -msgstr "Kopiowanie z \"pliku1\" do \"pliku2\"" - -#: tformemail.toolbar3.caption -msgctxt "TFORMEMAIL.TOOLBAR3.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tformemail.toolbutton1.caption -msgid "ToolButton1" -msgstr "ToolButton1" - -#: tformemail.toolbutton11.caption -msgctxt "TFORMEMAIL.TOOLBUTTON11.CAPTION" -msgid "Narzędzia" -msgstr "Narzędzia" - -#: tformemail.toolbutton2.caption -msgid "Dodaj" -msgstr "Dodaj" - -#: tformemail.toolbutton3.caption -msgctxt "TFORMEMAIL.TOOLBUTTON3.CAPTION" -msgid "Usuń" -msgstr "Usuń" - -#: tformlog.bitbtn1.caption -msgctxt "TFORMLOG.BITBTN1.CAPTION" -msgid "Zapisz" -msgstr "Zapisz" - -#: tformlog.caption -msgctxt "TFORMLOG.CAPTION" -msgid "Logi" -msgstr "Logi" - -#: tformnew.buttonpanel1.okbutton.caption -msgctxt "tformnew.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Akceptuj" - -#: tformnew.caption -#| msgid "Nowy" -msgctxt "TFORMNEW.CAPTION" -msgid "Projekt" -msgstr "Projekt" - -#: tformnew.checkbox1.caption -msgctxt "tformnew.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Pliki językowe" - -#: tformnew.checkbox2.caption -msgid "UB Files" -msgstr "UB Files" - -#: tformnew.label1.caption -msgctxt "tformnew.label1.caption" -msgid "" -"Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie mozliwa tylko dla tej sesji." -msgstr "" -"Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie mozliwa tylko dla tej sesji." - -#: tformnew.label2.caption -#| msgid "Label2" -msgctxt "tformnew.label2.caption" -msgid "Edytuj pliki" -msgstr "Edytuj pliki" - -#: tformnew.labelededit1.editlabel.caption -msgctxt "tformnew.labelededit1.editlabel.caption" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." - -#: tformnew.listview1.columns[0].caption -msgctxt "TFORMNEW.LISTVIEW1.COLUMNS[0].CAPTION" -msgid "Name" -msgstr "Name" - -#: tformnew.listview1.columns[1].caption -msgid "Dir" -msgstr "Dir" - -#: tformnew.listview1.columns[2].caption -msgid "UB" -msgstr "UB" - -#: tformnew.speedbutton1.caption -#| msgid "Select\\UnSelect all files" -msgctxt "tformnew.speedbutton1.caption" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Zaznacz\\odznacz wszystkie pliki" - -#: tformnew.tabsheet1.caption -#| msgid "Options" -msgctxt "TFORMNEW.TABSHEET1.CAPTION" -msgid "Opcje projektu" -msgstr "Opcje projektu" - -#: tformnew.tabsheet2.caption -#| msgid "New project" -msgid "Nowy projekt" -msgstr "Nowy projekt" - -#: tformopcje.buttonpanel1.closebutton.caption -msgid "&Close" -msgstr "&Close" - -#: tformopcje.buttonpanel1.okbutton.caption -msgid "&Ok" -msgstr "&Ok" - -#: tformopcje.caption -#| msgid "Options" -msgctxt "TFORMOPCJE.CAPTION" -msgid "Opcje programu" -msgstr "Opcje programu" - -#: tformopcje.label1.caption -msgctxt "tformopcje.label1.caption" -msgid "Język" -msgstr "Język" - -#: tformopcje.labelededit1.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "TableData" -msgstr "TableData" - -#: tformopcje.labelededit1.text -msgid "LabeledEdit1" -msgstr "LabeledEdit1" - -#: tformopcje.labelededit2.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT2.EDITLABEL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformopcje.labelededit2.text -msgid "LabeledEdit2" -msgstr "LabeledEdit2" - -#: tformopcje.labelededit3.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tformopcje.labelededit3.text -msgid "LabeledEdit3" -msgstr "LabeledEdit3" - -#: tformopcje.labelededit4.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT4.EDITLABEL.CAPTION" -msgid "Map" -msgstr "Map" - -#: tformopcje.labelededit4.text -msgid "LabeledEdit4" -msgstr "LabeledEdit4" - -#: tformopcje.labelededit5.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT5.EDITLABEL.CAPTION" -msgid "Sounds" -msgstr "Sounds" - -#: tformopcje.labelededit5.text -msgid "LabeledEdit5" -msgstr "LabeledEdit5" - -#: tformopcje.labelededit6.editlabel.caption -msgid "Items" -msgstr "Items" - -#: tformopcje.labelededit6.text -msgid "LabeledEdit6" -msgstr "LabeledEdit6" - -#: tformopcje.labelededit7.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT7.EDITLABEL.CAPTION" -msgid "Inventory" -msgstr "Inventory" - -#: tformopcje.labelededit7.text -msgid "LabeledEdit7" -msgstr "LabeledEdit7" - -#: tformopcje.panel1.caption -msgctxt "TFORMOPCJE.PANEL1.CAPTION" -msgid "Panel1" -msgstr "Panel1" - -#: tformopcje.tabsheet1.caption -#| msgid "Language" -msgctxt "tformopcje.tabsheet1.caption" -msgid "Język" -msgstr "Język" - -#: tformopcje.tabsheet3.caption -#| msgid "Directory" -msgctxt "tformopcje.tabsheet3.caption" -msgid "Katalogi" -msgstr "Katalogi" - -#: tformopcje.toolbar1.caption -msgctxt "TFORMOPCJE.TOOLBAR1.CAPTION" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tformopcje.toolbutton1.caption -msgid "Zapisz zmiany" -msgstr "Zapisz zmiany" - -#: tformopcje.toolbutton2.caption -msgid "ToolButton2" -msgstr "ToolButton2" - -#: tformopcjeprojektu.buttonpanel1.okbutton.caption -msgctxt "tformopcjeprojektu.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Akceptuj" - -#: tformopcjeprojektu.caption -msgctxt "TFORMOPCJEPROJEKTU.CAPTION" -msgid "Opcje projektu" -msgstr "Opcje projektu" - -#: tformopcjeprojektu.checkbox1.caption -#| msgid "Pliki lokalizacyjne" -msgctxt "TFORMOPCJEPROJEKTU.CHECKBOX1.CAPTION" -msgid "Używaj plików lokalizacyjnych" -msgstr "Używaj plików lokalizacyjnych" - -#: tformopcjeprojektu.label1.caption -#| msgid "Label1" -msgctxt "TFORMOPCJEPROJEKTU.LABEL1.CAPTION" -msgid "Czytaj, zapisuj oraz edytuj pliki :" -msgstr "Czytaj, zapisuj oraz edytuj pliki :" - -#: tformopcjeprojektu.label2.caption -#, fuzzy -#| msgid "" -#| "Jeżeli odznaczysz plik z edycji i nacisniesz przycisk \"Akceptuj\", to " -#| "cała zawartość odznaczonego pliku zostanie usunięta!Jeżeli odznaczysz " -#| "plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to cała zawartość " -#| "odznaczonego pliku zostanie usunięta!" -msgid "" -"Jeżeli odznaczysz plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to " -"cała zawartość odznaczonego pliku zostanie usunięta!" -msgstr "" -"Jeżeli odznaczysz plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to " -"cała zawartość odznaczonego pliku zostanie usunięta!" - -#: tformopcjeprojektu.tabsheet1.caption -msgid "Pliki XML" -msgstr "Pliki XML" - -#: tformopcjeprojektu.tabsheet2.caption -msgctxt "tformopcjeprojektu.tabsheet2.caption" -msgid "Pliki lokalizacyjne" -msgstr "Pliki lokalizacyjne" - -#: tinfoform.caption -msgctxt "TINFOFORM.CAPTION" -msgid "Info" -msgstr "Info" - -#: tinfoform.label1.caption -msgid "Merc Profiles Editor 2.0" -msgstr "Merc Profiles Editor 2.0" - -#: tinfoform.label2.caption -#| msgid "by Jazz 2010/2013" -msgid "by Jazz 2010/2014" -msgstr "by Jazz 2010/2014" - -#: tinfoform.label4.caption -msgid "sourceforge.net/users/jazzmb1" -msgstr "sourceforge.net/users/jazzmb1" - -#: topendir.buttonpanel1.okbutton.caption -msgid "&Importuj" -msgstr "&Importuj" - -#: topendir.caption -#| msgid "Open Dir" -msgctxt "TOPENDIR.CAPTION" -msgid "Importuj pliki XML z katalogu" -msgstr "Importuj pliki XML z katalogu" - -#: topendir.checkbox1.caption -#| msgid "Load lang files" -msgctxt "topendir.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Pliki językowe" - -#: topendir.checkbox2.caption -#| msgid "Load UB Files" -msgid "Wczytaj pliki UB" -msgstr "Wczytaj pliki UB" - -#: topendir.checkbox3.caption -#| msgid "CheckBox3" -msgctxt "topendir.checkbox3.caption" -msgid "Używaj plików lokalizacyjnych items.xml i Cities.xml" -msgstr "Używaj plików lokalizacyjnych items.xml i Cities.xml" - -#: topendir.checkbox3.hint -msgid "" -"Zaznacz jeżeli chcesz używać plików lokalizacyjnych XYZ.Items.xml oraz XYZ." -"Cities.Xml. Opcja zadziała tylko jeżeli pliki istnieją." -msgstr "" -"Zaznacz jeżeli chcesz używać plików lokalizacyjnych XYZ.Items.xml oraz XYZ." -"Cities.Xml. Opcja zadziała tylko jeżeli pliki istnieją." - -#: topendir.checkgroup1.caption -#| msgid "CheckGroup1" -msgctxt "topendir.checkgroup1.caption" -msgid "Edytuj pliki" -msgstr "Edytuj pliki" - -#: topendir.label1.caption -#| msgid "" -#| "Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych " -#| "plików będzie mozliwa tylko dla tej sesji." -msgctxt "TOPENDIR.LABEL1.CAPTION" -msgid "" -"Jeżeli nie chcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie możliwa tylko dla tej sesji." -msgstr "" -"Jeżeli nie chcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie możliwa tylko dla tej sesji." - -#: topendir.labelededit1.editlabel.caption -msgctxt "TOPENDIR.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." - -#: topendir.menuitem1.caption -#| msgid "Historia" -msgctxt "topendir.menuitem1.caption" -msgid "Ostatnio importowane" -msgstr "Ostatnio importowane" - -#: topendir.radiobutton1.caption -msgid "Katalog" -msgstr "Katalog" - -#: topendir.radiobutton2.caption -msgctxt "topendir.radiobutton2.caption" -msgid "Katalogi" -msgstr "Katalogi" - -#: topendir.speedbutton1.caption -#| msgid "Select\\UnSelect all files" -msgctxt "TOPENDIR.SPEEDBUTTON1.CAPTION" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Zaznacz\\odznacz wszystkie pliki" - -#: topendir.speedbutton2.hint -msgctxt "topendir.speedbutton2.hint" -msgid "Ostatnio importowane" -msgstr "Historia" - -#: topenprojectform.caption -#| msgid "Open Project" -msgctxt "TOPENPROJECTFORM.CAPTION" -msgid "Otwórz projekt" -msgstr "Otwórz projekt" - -#: tsaveform.buttonpanel1.okbutton.caption -msgid "&Eksportuj" -msgstr "&Eksportuj" - -#: tsaveform.caption -#| msgid "Save" -msgctxt "TSAVEFORM.CAPTION" -msgid "Eksportuj do XML" -msgstr "Eksportuj do XML" - -#: tsaveform.label1.caption -#| msgid "Katalog do zapisu" -msgid "Podaj katalog do zapisu" -msgstr "Podaj katalog do zapisu" diff --git a/Tools/Merc Profile Editor/languages/MPE.ru.po b/Tools/Merc Profile Editor/languages/MPE.ru.po deleted file mode 100644 index 2367deed9..000000000 --- a/Tools/Merc Profile Editor/languages/MPE.ru.po +++ /dev/null @@ -1,1390 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: mpe-en\n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en\n" -"X-Generator: Poedit 1.6.5\n" - -#: teditprofform.bitbtn1.caption -msgid "Zmień" -msgstr "Change" - -#: teditprofform.button1.caption -msgid "Więcej opcji" -msgstr "More options..." - -#: teditprofform.buttonpanel1.cancelbutton.caption -msgid "Anuluj" -msgstr "Cancel" - -#: teditprofform.buttonpanel1.closebutton.caption -msgid "Z&amknij" -msgstr "Close" - -#: teditprofform.buttonpanel1.helpbutton.caption -msgid "P&omoc" -msgstr "H&elp" - -#: teditprofform.buttonpanel1.okbutton.caption -msgid "&Change" -msgstr "&Change" - -#: teditprofform.caption -msgctxt "teditprofform.caption" -msgid "Edytuj" -msgstr "Edit" - -#: teditprofform.label1.caption -msgid "Gear" -msgstr "Gear" - -#: teditprofform.label2.caption -msgid "Uwaga! Imiona i ksywki są tu wyświetlane tylko dla angielskiej wersji." -msgstr "Names and nick are displayed only for the English version." - -#: teditprofform.listview1.columns[0].caption -msgid "Parametr" -msgstr "Parameter" - -#: teditprofform.listview1.columns[1].caption -msgid "Wartosc" -msgstr "Value" - -#: teditprofform.listview1.hint -msgctxt "teditprofform.listview1.hint" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: teditprofform.menuitem1.caption -msgid "Dodaj rekord" -msgstr "Add record" - -#: teditprofform.menuitem10.caption -msgctxt "TEDITPROFFORM.MENUITEM10.CAPTION" -msgid "-" -msgstr "-" - -#: teditprofform.menuitem2.caption -msgid "Usuń rekord" -msgstr "Delete record" - -#: teditprofform.menuitem3.caption -msgid "Edycja nazw" -msgstr "The edition of names" - -#: teditprofform.menuitem4.caption -msgid "Dodaj nowy parametr" -msgstr "Add the new parameter" - -#: teditprofform.menuitem9.caption -msgctxt "TEDITPROFFORM.MENUITEM9.CAPTION" -msgid "-" -msgstr "-" - -#: tedycjapliku.caption -msgid "Edycja\\Podgląd pliku" -msgstr "View\\Edit file" - -#: teksportform.caption -msgid "Eksportuj plik" -msgstr "Export file" - -#: teksportform.label1.caption -msgctxt "teksportform.label1.caption" -msgid "Wybierz plik" -msgstr "File" - -#: tform1.bitbtn1.caption -msgctxt "tform1.bitbtn1.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.bitbtn2.caption -msgid "Shop Inventory" -msgstr "Shop Inventory" - -#: tform1.caption -#| msgid "MPE 2.0 Beta 2" -msgid "MPE 2.0" -msgstr "MPE 2.0" - -#: tform1.checkbox1.caption -msgid "HiddenNames" -msgstr "HiddenNames" - -#: tform1.checkbox2.caption -msgid "Sounds Enabled" -msgstr "Sounds Enabled" - -#: tform1.checkbox3.caption -msgid "AIMAvailability" -msgstr "AIMAvailability" - -#: tform1.groupbox1.caption -msgid "Loading..." -msgstr "Loading..." - -#: tform1.label1.caption -msgid "Aim BIO" -msgstr "Aim BIO" - -#: tform1.label2.caption -msgid "Typ" -msgstr "Typ" - -#: tform1.label3.caption -msgid "Label3" -msgstr "Label3" - -#: tform1.label4.caption -msgid "Label4" -msgstr "Label4" - -#: tform1.label5.caption -msgid "Wait...." -msgstr "Wait...." - -#: tform1.label6.caption -msgctxt "tform1.label6.caption" -msgid "Name" -msgstr "Name" - -#: tform1.menuitem1.caption -msgid "Plik" -msgstr "File" - -#: tform1.menuitem10.caption -msgctxt "TFORM1.MENUITEM10.CAPTION" -msgid "O programie" -msgstr "About" - -#: tform1.menuitem11.caption -msgid "XML" -msgstr "XML" - -#: tform1.menuitem12.caption -msgid "CivGroupNames.xml" -msgstr "CivGroupNames.xml" - -#: tform1.menuitem13.caption -msgid "IMPPortraits.xml" -msgstr "IMPPortraits.xml" - -#: tform1.menuitem14.caption -msgid "OldAIMArchive.xml" -msgstr "OldAIMArchive.xml" - -#: tform1.menuitem15.caption -msgid "EmailSenderNameList.xml" -msgstr "EmailSenderNameList.xml" - -#: tform1.menuitem16.caption -msgid "MercAvailability.xml" -msgstr "MercAvailability.xml" - -#: tform1.menuitem17.caption -msgid "RPCFacesSmall.xml" -msgstr "RPCFacesSmall.xml" - -#: tform1.menuitem18.caption -msgid "EmailMercAvailable.xml" -msgstr "EmailMercAvailable.xml" - -#: tform1.menuitem19.caption -msgid "EmailMercLevelUp.xml" -msgstr "EmailMercLevelUp.xml" - -#: tform1.menuitem2.caption -msgctxt "tform1.menuitem2.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem20.caption -msgid "Vehicles Names (Vehicles.xml)" -msgstr "Vehicles Names (Vehicles.xml)" - -#: tform1.menuitem21.caption -msgctxt "tform1.menuitem21.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.menuitem22.caption -msgid "Eksportuj do.." -msgstr "Export to..." - -#: tform1.menuitem23.caption -msgctxt "TFORM1.MENUITEM23.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem24.caption -msgid "TableData.7z" -msgstr "TableData.7z" - -#: tform1.menuitem25.caption -msgctxt "TFORM1.MENUITEM25.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem26.caption -msgctxt "TFORM1.MENUITEM26.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.menuitem27.caption -msgctxt "tform1.menuitem27.caption" -msgid "Edytuj" -msgstr "Edit" - -#: tform1.menuitem28.caption -msgctxt "TFORM1.MENUITEM28.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem29.caption -msgctxt "tform1.menuitem29.caption" -msgid "-" -msgstr "-" - -#: tform1.menuitem3.caption -msgctxt "tform1.menuitem3.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.menuitem30.caption -msgctxt "TFORM1.MENUITEM30.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem31.caption -msgid "Indeks..." -msgstr "Index..." - -#: tform1.menuitem32.caption -msgid "Backgrounds.xml" -msgstr "Backgrounds.xml" - -#: tform1.menuitem33.caption -msgid "Merchants.xml" -msgstr "Merchants.xml" - -#: tform1.menuitem34.caption -msgctxt "tform1.menuitem34.caption" -msgid "Logi" -msgstr "Logs" - -#: tform1.menuitem35.caption -msgid "Ekportuj plik..." -msgstr "Export file..." - -#: tform1.menuitem36.caption -msgid "Importuj plik do projektu" -msgstr "Import file to project" - -#: tform1.menuitem37.caption -msgctxt "TFORM1.MENUITEM37.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem39.caption -msgctxt "TFORM1.MENUITEM39.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem4.caption -msgctxt "TFORM1.MENUITEM4.CAPTION" -msgid "-" -msgstr "-" - -#: tform1.menuitem5.caption -msgctxt "tform1.menuitem5.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.menuitem6.caption -msgctxt "tform1.menuitem6.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs<" - -#: tform1.menuitem7.caption -msgctxt "tform1.menuitem7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.menuitem8.caption -msgid "New Item8" -msgstr "New Item8" - -#: tform1.menuitem9.caption -msgid "Pomoc" -msgstr "Help" - -#: tform1.openprojects.caption -msgctxt "tform1.openprojects.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.panel2.caption -msgid "Panel2" -msgstr "Panel2" - -#: tform1.panel3.caption -msgid "Panel3" -msgstr "Panel3" - -#: tform1.speedbutton1.caption -msgctxt "tform1.speedbutton1.caption" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton1.hint -msgctxt "TFORM1.SPEEDBUTTON1.HINT" -msgid "MercProfiles" -msgstr "MercProfiles" - -#: tform1.speedbutton10.caption -msgctxt "tform1.speedbutton10.caption" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton10.hint -msgctxt "TFORM1.SPEEDBUTTON10.HINT" -msgid "RandomStats" -msgstr "RandomStats" - -#: tform1.speedbutton11.caption -msgctxt "tform1.speedbutton11.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton11.hint -msgctxt "tform1.speedbutton11.hint" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.speedbutton2.caption -msgid "?" -msgstr "?" - -#: tform1.speedbutton3.caption -msgctxt "tform1.speedbutton3.caption" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton3.hint -msgctxt "TFORM1.SPEEDBUTTON3.HINT" -msgid "MercOpinions" -msgstr "MercOpinions" - -#: tform1.speedbutton4.caption -msgctxt "tform1.speedbutton4.caption" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton4.hint -msgctxt "TFORM1.SPEEDBUTTON4.HINT" -msgid "MercStartingGear" -msgstr "MercStartingGear" - -#: tform1.speedbutton5.caption -msgctxt "tform1.speedbutton5.caption" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton5.hint -msgctxt "TFORM1.SPEEDBUTTON5.HINT" -msgid "MercQuote" -msgstr "MercQuote" - -#: tform1.speedbutton6.caption -msgid "Merc" -msgstr "Merc" - -#: tform1.speedbutton8.caption -msgctxt "tform1.speedbutton8.caption" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton8.hint -msgctxt "TFORM1.SPEEDBUTTON8.HINT" -msgid "Vehicles" -msgstr "Vehicles" - -#: tform1.speedbutton9.caption -msgctxt "tform1.speedbutton9.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.speedbutton9.hint -msgctxt "tform1.speedbutton9.hint" -msgid "Nazwy" -msgstr "Names" - -#: tform1.statusbar1.panels[0].text -msgid "Index" -msgstr "Index" - -#: tform1.tabsheet1.caption -msgctxt "tform1.tabsheet1.caption" -msgid "Narzędzia" -msgstr "Tools" - -#: tform1.tabsheet10.caption -msgid "Lookup" -msgstr "Lookup" - -#: tform1.tabsheet11.caption -msgctxt "tform1.tabsheet11.caption" -msgid "Map" -msgstr "Map" - -#: tform1.tabsheet12.caption -msgid "MapAction" -msgstr "MapAction" - -#: tform1.tabsheet13.caption -msgid "Multiplayer" -msgstr "Multiplayer" - -#: tform1.tabsheet14.caption -msgctxt "tform1.tabsheet14.caption" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.tabsheet15.caption -msgid "Profiles" -msgstr "Profiles" - -#: tform1.tabsheet16.caption -msgctxt "tform1.tabsheet16.caption" -msgid "Sounds" -msgstr "Sounds" - -#: tform1.tabsheet2.caption -msgctxt "tform1.tabsheet2.caption" -msgid "Edycja" -msgstr "Edit" - -#: tform1.tabsheet3.caption -msgid "XML1" -msgstr "XML1" - -#: tform1.tabsheet4.caption -msgctxt "tform1.tabsheet4.caption" -msgid "TableData" -msgstr "TableData" - -#: tform1.tabsheet5.caption -msgid "Army" -msgstr "Army" - -#: tform1.tabsheet6.caption -msgid "BriefingRoom" -msgstr "BriefingRoom" - -#: tform1.tabsheet7.caption -msgctxt "tform1.tabsheet7.caption" -msgid "Email" -msgstr "Email" - -#: tform1.tabsheet8.caption -msgctxt "tform1.tabsheet8.caption" -msgid "Inventory" -msgstr "Inventory" - -#: tform1.tabsheet9.caption -msgid "Layout" -msgstr "Layout" - -#: tform1.toolbar1.caption -msgctxt "tform1.toolbar1.caption" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tform1.toolbar3.caption -msgctxt "tform1.toolbar3.caption" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbar5.caption -msgctxt "TFORM1.TOOLBAR5.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbaremail.caption -msgid "ToolBarEmail" -msgstr "ToolBarEmail" - -#: tform1.toolbarnpcinventory.caption -msgid "ToolBar" -msgstr "ToolBar" - -#: tform1.toolbartabledata.caption -msgctxt "TFORM1.TOOLBARTABLEDATA.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tform1.toolbutton1.caption -msgctxt "tform1.toolbutton1.caption" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton1.hint -msgctxt "tform1.toolbutton1.hint" -msgid "Importuj pliki XML" -msgstr "Import XMLs" - -#: tform1.toolbutton10.caption -msgid "OldAIMArchive" -msgstr "OldAIMArchive" - -#: tform1.toolbutton11.caption -msgid "Wytnij" -msgstr "Cut" - -#: tform1.toolbutton12.caption -msgid "Wklej" -msgstr "Paste" - -#: tform1.toolbutton13.caption -msgctxt "tform1.toolbutton13.caption" -msgid "Kopiuj" -msgstr "Copy" - -#: tform1.toolbutton14.caption -msgctxt "tform1.toolbutton14.caption" -msgid "Usuń" -msgstr "Delete" - -#: tform1.toolbutton15.caption -msgid "MercAvailability" -msgstr "MercAvailability" - -#: tform1.toolbutton16.caption -msgctxt "tform1.toolbutton16.caption" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton16.hint -msgctxt "TFORM1.TOOLBUTTON16.HINT" -msgid "Opcje programu" -msgstr "Settings" - -#: tform1.toolbutton17.caption -msgid "ToolButton17" -msgstr "ToolButton17" - -#: tform1.toolbutton18.caption -msgctxt "tform1.toolbutton18.caption" -msgid "Nowy" -msgstr "New" - -#: tform1.toolbutton19.caption -msgid "ToolButton19" -msgstr "ToolButton19" - -#: tform1.toolbutton2.caption -msgctxt "tform1.toolbutton2.caption" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton2.hint -msgctxt "tform1.toolbutton2.hint" -msgid "Eksportuj do XML" -msgstr "Export to XMLs" - -#: tform1.toolbutton20.caption -msgid "ToolButton20" -msgstr "ToolButton20" - -#: tform1.toolbutton21.caption -msgctxt "tform1.toolbutton21.caption" -msgid "RPCFacesSmall" -msgstr "RPCFacesSmall" - -#: tform1.toolbutton22.caption -msgid "EmailSenderNameList" -msgstr "EmailSenderNameList" - -#: tform1.toolbutton23.caption -msgid "EmailMercAvailable" -msgstr "EmailMercAvailable" - -#: tform1.toolbutton24.caption -msgctxt "tform1.toolbutton24.caption" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton24.hint -msgctxt "TFORM1.TOOLBUTTON24.HINT" -msgid "Biblioteka" -msgstr "Library" - -#: tform1.toolbutton25.caption -msgctxt "tform1.toolbutton25.caption" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton25.hint -msgctxt "TFORM1.TOOLBUTTON25.HINT" -msgid "Opcje projektu" -msgstr "Project options" - -#: tform1.toolbutton26.caption -msgid "ToolButton26" -msgstr "ToolButton26" - -#: tform1.toolbutton27.caption -#| msgid "ToolButton27" -msgctxt "tform1.toolbutton27.caption" -msgid "Nazwy" -msgstr "Names" - -#: tform1.toolbutton28.caption -#| msgid "ToolButton28" -msgctxt "tform1.toolbutton28.caption" -msgid "Nazwy pojazdów" -msgstr "Vehicles Names" - -#: tform1.toolbutton29.caption -msgid "EmailMercLevelUp" -msgstr "EmailMercLevelUp" - -#: tform1.toolbutton3.caption -msgid "CivGroupNames" -msgstr "CivGroupNames" - -#: tform1.toolbutton30.caption -msgctxt "TFORM1.TOOLBUTTON30.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tform1.toolbutton31.caption -msgid "Backgrounds" -msgstr "Backgrounds" - -#: tform1.toolbutton32.caption -msgid "CampaignStatsEvents" -msgstr "CampaignStatsEvents" - -#: tform1.toolbutton33.caption -msgid "Merchants" -msgstr "Merchants" - -#: tform1.toolbutton34.caption -msgid "LoadScreenHints" -msgstr "LoadScreenHints" - -#: tform1.toolbutton35.caption -msgid "EnemyNames" -msgstr "EnemyNames" - -#: tform1.toolbutton36.caption -msgid "EnemyRank" -msgstr "EnemyRank" - -#: tform1.toolbutton37.caption -msgid "FaceGear.xml" -msgstr "FaceGear.xml" - -#: tform1.toolbutton38.caption -msgid "SquadNames.xml" -msgstr "SquadNames.xml" - -#: tform1.toolbutton39.caption -msgctxt "tform1.toolbutton39.caption" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton39.hint -msgctxt "TFORM1.TOOLBUTTON39.HINT" -msgid "Podgląd pliku" -msgstr "View file" - -#: tform1.toolbutton4.caption -msgctxt "tform1.toolbutton4.caption" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton4.hint -msgctxt "TFORM1.TOOLBUTTON4.HINT" -msgid "Info" -msgstr "Info" - -#: tform1.toolbutton40.caption -msgctxt "tform1.toolbutton40.caption" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton40.hint -msgctxt "TFORM1.TOOLBUTTON40.HINT" -msgid "Importuj plik..." -msgstr "Import file..." - -#: tform1.toolbutton41.caption -msgctxt "tform1.toolbutton41.caption" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton41.hint -msgctxt "TFORM1.TOOLBUTTON41.HINT" -msgid "Eksportuj plik..." -msgstr "Export file..." - -#: tform1.toolbutton5.caption -msgctxt "tform1.toolbutton5.caption" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton5.hint -msgctxt "TFORM1.TOOLBUTTON5.HINT" -msgid "Kreator" -msgstr "Wizard" - -#: tform1.toolbutton6.caption -msgctxt "tform1.toolbutton6.caption" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton6.hint -msgctxt "TFORM1.TOOLBUTTON6.HINT" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tform1.toolbutton7.caption -msgctxt "tform1.toolbutton7.caption" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton7.hint -msgctxt "tform1.toolbutton7.hint" -msgid "Wyjście" -msgstr "Exit" - -#: tform1.toolbutton8.caption -msgid "ToolButton8" -msgstr "ToolButton8" - -#: tform1.toolbutton9.caption -msgid "IMPPortraits" -msgstr "IMPPortraits" - -#: tform11.button1.caption -msgid "Add" -msgstr "Add" - -#: tform11.button2.caption -msgctxt "TFORM11.BUTTON2.CAPTION" -msgid "Exit" -msgstr "Exit" - -#: tform11.button3.caption -msgid "Delete" -msgstr "Delete" - -#: tform11.button4.caption -msgid "import" -msgstr "import" - -#: tform11.caption -msgid "IMP Portraits (IMPPortraits.xml)" -msgstr "IMP Portraits (IMPPortraits.xml)" - -#: tform15.button1.caption -msgid "Ok" -msgstr "Ok" - -#: tform15.caption -msgid "MERCAvailability.xml" -msgstr "MERCAvailability.xml" - -#: tform15.label89.caption -msgid "StartMercsAvailable" -msgstr "StartMercsAvailable" - -#: tform15.label90.caption -msgid "NewMercsAvailable" -msgstr "NewMercsAvailable" - -#: tform15.label91.caption -msgid "MoneyPaid" -msgstr "MoneyPaid" - -#: tform15.label92.caption -msgid "Day" -msgstr "Day" - -#: tform15.label93.caption -msgid "Drunk" -msgstr "Drunk" - -#: tform15.label94.caption -msgid "AlternateIndex" -msgstr "AlternateIndex" - -#: tform15.label95.caption -msgid "MERC Bio ID (MERCBIOS.EDT)" -msgstr "MERC Bio ID (MERCBIOS.EDT)" - -#: tform15.listview2.columns[0].caption -msgid "Profil ID" -msgstr "Profil ID" - -#: tform15.listview2.columns[1].caption -msgid "MERC ID" -msgstr "MERC ID" - -#: tform15.listview2.columns[2].caption -msgid "Nick" -msgstr "Nick" - -#: tform2.caption -msgctxt "TFORM2.CAPTION" -msgid "Edit" -msgstr "Edit" - -#: tform2.checkbox1.caption -msgid "CheckBox1" -msgstr "CheckBox1" - -#: tform2.combobox1.text -msgid "ComboBox1" -msgstr "ComboBox1" - -#: tform2.edit1.text -msgid "Edit1" -msgstr "Edit1" - -#: tform2.label1.caption -msgctxt "TFORM2.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.buttonpanel1.okbutton.caption -msgctxt "tform4.buttonpanel1.okbutton.caption" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tform4.caption -msgctxt "TFORM4.CAPTION" -msgid "Edycja" -msgstr "Edition" - -#: tform4.checkbox1.caption -msgid "Zmień i zapisz we wszytkich plikach lokalizacyjnych." -msgstr "Change and write down in all translational files." - -#: tform4.checkbox2.caption -msgid "CheckBox2" -msgstr "CheckBox2" - -#: tform4.checkbox3.caption -msgctxt "tform4.checkbox3.caption" -msgid "CheckBox3" -msgstr "CheckBox3" - -#: tform4.checkbox4.caption -msgid "CheckBox4" -msgstr "CheckBox4" - -#: tform4.label1.caption -msgctxt "TFORM4.LABEL1.CAPTION" -msgid "Label1" -msgstr "Label1" - -#: tform4.label2.caption -msgctxt "TFORM4.LABEL2.CAPTION" -msgid "Label2" -msgstr "Label2" - -#: tform4.labelededit1.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "Name" -msgstr "Name" - -#: tform4.labelededit2.editlabel.caption -msgctxt "tform4.labelededit2.editlabel.caption" -msgid "NickName" -msgstr "NickName" - -#: tform4.labelededit3.editlabel.caption -msgctxt "TFORM4.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NickName" -msgstr "NickName" - -#: tform5.caption -msgid "Form5" -msgstr "Form5" - -#: tform5.label1.caption -msgid "Load" -msgstr "Load" - -#: tform5.label2.caption -msgid "v2.0 Beta 2" -msgstr "v2.0" - -#: tform6.button1.caption -msgid "OK" -msgstr "OK" - -#: tform6.button2.caption -msgid "Cancel" -msgstr "Cancel" - -#: tform6.button3.caption -msgid "Delete face" -msgstr "Delete face" - -#: tform6.caption -msgid "RPC\\EPC Small Face (RPCFacesSmall.xml)" -msgstr "RPC\\EPC Small Face (RPCFacesSmall.xml)" - -#: tform6.label1.caption -msgid "FaceIndex" -msgstr "FaceIndex" - -#: tform6.label3.caption -msgid "EyesX" -msgstr "EyesX" - -#: tform6.label4.caption -msgid "EyesY" -msgstr "EyesY" - -#: tform6.label5.caption -msgid "MouthX" -msgstr "MouthX" - -#: tform6.label6.caption -msgid "MouthY" -msgstr "MouthY" - -#: tform6.listview1.hint -msgctxt "TFORM6.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformbrakujacepliki.caption -msgctxt "TFORMBRAKUJACEPLIKI.CAPTION" -msgid "Info" -msgstr "Info" - -#: tformbrakujacepliki.label1.caption -msgid "Dodawanie nowych plików do projektu..." -msgstr "The addition of new files to the project..." - -#: tformcopy.buttonpanel1.okbutton.caption -msgctxt "TFORMCOPY.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "Kopiuj" -msgstr "Copy" - -#: tformcopy.caption -msgid "Kopiuj zawartosc" -msgstr "Copy content" - -#: tformcopy.label1.caption -msgid "Z" -msgstr "From" - -#: tformcopy.label2.caption -msgid "Do" -msgstr "To" - -#: tformemail.buttonpanel1.cancelbutton.caption -msgid "Wyjdź" -msgstr "Exit" - -#: tformemail.buttonpanel1.okbutton.caption -msgid "&Zapisz" -msgstr "&Save" - -#: tformemail.caption -msgctxt "TFORMEMAIL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformemail.listview1.hint -msgctxt "TFORMEMAIL.LISTVIEW1.HINT" -msgid "Kliknij by edytować wartość." -msgstr "Click to edit the value." - -#: tformemail.menuitem1.caption -msgid "Kopiowanie z \"pliku1\" do \"pliku2\"" -msgstr "Copies from \"file1\" to \"file2\"" - -#: tformemail.toolbar3.caption -msgctxt "TFORMEMAIL.TOOLBAR3.CAPTION" -msgid "ToolBar2" -msgstr "ToolBar2" - -#: tformemail.toolbutton1.caption -msgid "ToolButton1" -msgstr "ToolButton1" - -#: tformemail.toolbutton11.caption -msgctxt "TFORMEMAIL.TOOLBUTTON11.CAPTION" -msgid "Narzędzia" -msgstr "Tools" - -#: tformemail.toolbutton2.caption -msgid "Dodaj" -msgstr "Add" - -#: tformemail.toolbutton3.caption -msgctxt "TFORMEMAIL.TOOLBUTTON3.CAPTION" -msgid "Usuń" -msgstr "Delete" - -#: tformlog.bitbtn1.caption -msgctxt "TFORMLOG.BITBTN1.CAPTION" -msgid "Zapisz" -msgstr "Save" - -#: tformlog.caption -msgctxt "TFORMLOG.CAPTION" -msgid "Logi" -msgstr "Logs" - -#: tformnew.buttonpanel1.okbutton.caption -msgctxt "TFORMNEW.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformnew.caption -msgctxt "TFORMNEW.CAPTION" -msgid "Projekt" -msgstr "Projekt" - -#: tformnew.checkbox1.caption -msgctxt "tformnew.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Pliki językowe" - -#: tformnew.checkbox2.caption -msgid "UB Files" -msgstr "UB Files" - -#: tformnew.label1.caption -msgctxt "tformnew.label1.caption" -msgid "" -"Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie mozliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: tformnew.label2.caption -msgctxt "tformnew.label2.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: tformnew.labelededit1.editlabel.caption -msgctxt "tformnew.labelededit1.editlabel.caption" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: tformnew.listview1.columns[0].caption -msgctxt "TFORMNEW.LISTVIEW1.COLUMNS[0].CAPTION" -msgid "Name" -msgstr "Name" - -#: tformnew.listview1.columns[1].caption -msgid "Dir" -msgstr "Dir" - -#: tformnew.listview1.columns[2].caption -msgid "UB" -msgstr "UB" - -#: tformnew.speedbutton1.caption -msgctxt "tformnew.speedbutton1.caption" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: tformnew.tabsheet1.caption -msgctxt "TFORMNEW.TABSHEET1.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformnew.tabsheet2.caption -msgid "Nowy projekt" -msgstr "New Project" - -#: tformopcje.buttonpanel1.closebutton.caption -msgid "&Close" -msgstr "&Close" - -#: tformopcje.buttonpanel1.okbutton.caption -msgid "&Ok" -msgstr "&Ok" - -#: tformopcje.caption -msgctxt "TFORMOPCJE.CAPTION" -msgid "Opcje programu" -msgstr "Settings" - -#: tformopcje.label1.caption -msgctxt "tformopcje.label1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.labelededit1.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "TableData" -msgstr "TableData" - -#: tformopcje.labelededit1.text -msgid "LabeledEdit1" -msgstr "LabeledEdit1" - -#: tformopcje.labelededit2.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT2.EDITLABEL.CAPTION" -msgid "Email" -msgstr "Email" - -#: tformopcje.labelededit2.text -msgid "LabeledEdit2" -msgstr "LabeledEdit2" - -#: tformopcje.labelededit3.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT3.EDITLABEL.CAPTION" -msgid "NPCInventory" -msgstr "NPCInventory" - -#: tformopcje.labelededit3.text -msgid "LabeledEdit3" -msgstr "LabeledEdit3" - -#: tformopcje.labelededit4.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT4.EDITLABEL.CAPTION" -msgid "Map" -msgstr "Map" - -#: tformopcje.labelededit4.text -msgid "LabeledEdit4" -msgstr "LabeledEdit4" - -#: tformopcje.labelededit5.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT5.EDITLABEL.CAPTION" -msgid "Sounds" -msgstr "Sounds" - -#: tformopcje.labelededit5.text -msgid "LabeledEdit5" -msgstr "LabeledEdit5" - -#: tformopcje.labelededit6.editlabel.caption -msgid "Items" -msgstr "Items" - -#: tformopcje.labelededit6.text -msgid "LabeledEdit6" -msgstr "LabeledEdit6" - -#: tformopcje.labelededit7.editlabel.caption -msgctxt "TFORMOPCJE.LABELEDEDIT7.EDITLABEL.CAPTION" -msgid "Inventory" -msgstr "Inventory" - -#: tformopcje.labelededit7.text -msgid "LabeledEdit7" -msgstr "LabeledEdit7" - -#: tformopcje.panel1.caption -msgctxt "TFORMOPCJE.PANEL1.CAPTION" -msgid "Panel1" -msgstr "Panel1" - -#: tformopcje.tabsheet1.caption -msgctxt "tformopcje.tabsheet1.caption" -msgid "Język" -msgstr "Language" - -#: tformopcje.tabsheet3.caption -msgctxt "tformopcje.tabsheet3.caption" -msgid "Katalogi" -msgstr "Folders" - -#: tformopcje.toolbar1.caption -msgctxt "TFORMOPCJE.TOOLBAR1.CAPTION" -msgid "ToolBar1" -msgstr "ToolBar1" - -#: tformopcje.toolbutton1.caption -msgid "Zapisz zmiany" -msgstr "Save changes" - -#: tformopcje.toolbutton2.caption -msgid "ToolButton2" -msgstr "ToolButton2" - -#: tformopcjeprojektu.buttonpanel1.okbutton.caption -msgctxt "TFORMOPCJEPROJEKTU.BUTTONPANEL1.OKBUTTON.CAPTION" -msgid "&Akceptuj" -msgstr "&Accept" - -#: tformopcjeprojektu.caption -msgctxt "TFORMOPCJEPROJEKTU.CAPTION" -msgid "Opcje projektu" -msgstr "Project options" - -#: tformopcjeprojektu.checkbox1.caption -msgctxt "TFORMOPCJEPROJEKTU.CHECKBOX1.CAPTION" -msgid "Używaj plików lokalizacyjnych" -msgstr "Use translational files" - -#: tformopcjeprojektu.label1.caption -msgctxt "TFORMOPCJEPROJEKTU.LABEL1.CAPTION" -msgid "Czytaj, zapisuj oraz edytuj pliki :" -msgstr "Allow save, load and edit file:" - -#: tformopcjeprojektu.label2.caption -#| msgid "" -#| "Jeżeli odznaczysz plik z edycji i nacisniesz przycisk \"Akceptuj\", to " -#| "cała zawartość odznaczonego pliku zostanie usunięta!Jeżeli odznaczysz " -#| "plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to cała zawartość " -#| "odznaczonego pliku zostanie usunięta!" -msgid "" -"Jeżeli odznaczysz plik(i) z edycji i naciśniesz przycisk \"Akceptuj\", to " -"cała zawartość odznaczonego pliku zostanie usunięta!" -msgstr "" -"If you honour the file(s) from the edition and you will press the button " -"\"Accept \", then the whole content of the file will be removed!" - -#: tformopcjeprojektu.tabsheet1.caption -msgid "Pliki XML" -msgstr "Files XML" - -#: tformopcjeprojektu.tabsheet2.caption -msgctxt "tformopcjeprojektu.tabsheet2.caption" -msgid "Pliki lokalizacyjne" -msgstr "Translational files" - -#: tinfoform.caption -msgctxt "TINFOFORM.CAPTION" -msgid "Info" -msgstr "Info" - -#: tinfoform.label1.caption -msgid "Merc Profiles Editor 2.0" -msgstr "Merc Profiles Editor 2.0" - -#: tinfoform.label2.caption -#| msgid "by Jazz 2010/2013" -msgid "by Jazz 2010/2014" -msgstr "by Jazz 2010/2014" - -#: tinfoform.label4.caption -msgid "sourceforge.net/users/jazzmb1" -msgstr "sourceforge.net/users/jazzmb1" - -#: topendir.buttonpanel1.okbutton.caption -msgid "&Importuj" -msgstr "&Import" - -#: topendir.caption -msgctxt "TOPENDIR.CAPTION" -msgid "Importuj pliki XML z katalogu" -msgstr "Open directory" - -#: topendir.checkbox1.caption -msgctxt "topendir.checkbox1.caption" -msgid "Pliki językowe" -msgstr "Translational files" - -#: topendir.checkbox2.caption -msgid "Wczytaj pliki UB" -msgstr "Load UB files" - -#: topendir.checkbox3.caption -#| msgid "CheckBox3" -msgctxt "topendir.checkbox3.caption" -msgid "Używaj plików lokalizacyjnych items.xml i Cities.xml" -msgstr "Use files translational items.xml and Cities.xml." - -#: topendir.checkbox3.hint -msgid "" -"Zaznacz jeżeli chcesz używać plików lokalizacyjnych XYZ.Items.xml oraz XYZ." -"Cities.Xml. Opcja zadziała tylko jeżeli pliki istnieją." -msgstr "" -"Mark if you want to use files translational XYZ.Items.xml and XYZ.Cities." -"Xml. The option will work only if files they exist." - -#: topendir.checkgroup1.caption -msgctxt "topendir.checkgroup1.caption" -msgid "Edytuj pliki" -msgstr "Edit files" - -#: topendir.label1.caption -#| msgid "" -#| "Jeżeli niechcesz zapisać projektu, zostaw to pole puste. Edycja tych " -#| "plików będzie mozliwa tylko dla tej sesji." -msgctxt "TOPENDIR.LABEL1.CAPTION" -msgid "" -"Jeżeli nie chcesz zapisać projektu, zostaw to pole puste. Edycja tych plików " -"będzie możliwa tylko dla tej sesji." -msgstr "" -"If you do not want to write down the project, leave this empty field. The " -"edition of these files will be possible only for this session." - -#: topendir.labelededit1.editlabel.caption -msgctxt "TOPENDIR.LABELEDEDIT1.EDITLABEL.CAPTION" -msgid "" -"Nazwa projektu. Jeżeli chcesz wrócić w przyszłości do edycji tych plików, " -"zapisz wszystko jako projekt." -msgstr "" -"The name of the project. If you want to come back in the future to the " -"edition of these files, write down all as the project." - -#: topendir.menuitem1.caption -msgctxt "topendir.menuitem1.caption" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topendir.radiobutton1.caption -msgid "Katalog" -msgstr "Folder" - -#: topendir.radiobutton2.caption -msgctxt "topendir.radiobutton2.caption" -msgid "Katalogi" -msgstr "Folders" - -#: topendir.speedbutton1.caption -msgctxt "TOPENDIR.SPEEDBUTTON1.CAPTION" -msgid "Zaznacz\\odznacz wszystkie pliki" -msgstr "Select\\UnSelect all files" - -#: topendir.speedbutton2.hint -msgctxt "topendir.speedbutton2.hint" -msgid "Ostatnio importowane" -msgstr "Imported recently" - -#: topenprojectform.caption -msgctxt "TOPENPROJECTFORM.CAPTION" -msgid "Otwórz projekt" -msgstr "Open project" - -#: tsaveform.buttonpanel1.okbutton.caption -msgid "&Eksportuj" -msgstr "&Exportuj" - -#: tsaveform.caption -msgctxt "TSAVEFORM.CAPTION" -msgid "Eksportuj do XML" -msgstr "Export to XML" - -#: tsaveform.label1.caption -msgid "Podaj katalog do zapisu" -msgstr "The folder to writes" diff --git a/Tools/Merc Profile Editor/languages/cn.xml b/Tools/Merc Profile Editor/languages/cn.xml deleted file mode 100644 index d9fe3b1f2..000000000 --- a/Tools/Merc Profile Editor/languages/cn.xml +++ /dev/null @@ -1,656 +0,0 @@ - - - - - - - Read - Read - The folder was created $NewProjects. Temporary files required by the editor are kept in the folder. Can the folder delete after finishing the project safely and the closing of the programme. - The language was not defined - Read... - Save... - Read... - Additional files - Files of translations - Required file - Create the file(s) - Files - OK - missing file - **NPCInventory** - One can not copy. Some of languages is not turned on in the options of the project. - One can not copy to the same places! - To close the current project and put new ? - To close the current project and import new files ? - Deleted ID - - - - Name - NickName - ShortName - LongName - Subject - Message - Bio - sItemIndex - ubOptimalNumber - - - - Export file - View\Edit file - - - - CivGroupNames.xml - - - - Change - - - - EmailSenderName.xml - - - - NPCInventory - - - - OldAIMArchive.xml - - - - EmailMercAvailable.xml - - - - EmailMercLevelUp.xml - - - - Vehicles Names - - - - MercProfiles Names - - - - None - GREENPANTS - BLACKPANTS - BEIGEPANTS - TANPANTS - JEANPANTS - BLUEPANTS - - - - - - - - None - YELLOWVEST - BLACKSHIRT - REDVEST - GREENVEST - JEANVEST - BLUEVEST - greyVEST - GYELLOWSHIRT - WHITEVEST - PURPLESHIRT - BLUEVEST - BROWNVEST - - - - - - - - None - PINKSKIN - TANSKIN - DARKSKIN - BLACKSKIN - - - - - - - - None - BROWNHEAD - BLACKHEAD - WHITEHEAD - BLONDEHEAD - REDHEAD - - - - - - - - None (not used) - AIM - MERC - RPC - NPC - Vehicle - IMP - - - - - - - - 男性 - 女性 - - - - - - - - Reg Male - Big Male - Stocky Male - Reg Female - Adt F Monster - Adt M Monster - Yng F Monster - Yng M Monster - 幼虫 - 异形幼体 - 异形皇后 - Fat Civilian - M Civilian - Miniskirt - F Civilian - Kid w/ Hat - Kid Civilian - 残废的人 - 奶牛 - 乌鸦 - 血猫 - 无装备的机器人 - 悍马 - NW 坦克 - NE 坦克 - Eldorado - 冰淇淋卡车 - 吉普车 - - - - - - - - None - BadAss - - - - - - - - 平常 - 友善 - 独行侠 - 乐观主义者 - 悲观主义者 - 有侵略性 - 傲慢自大 - 大人物 - 神憎鬼厌 - 胆小鬼 - - - - - - - - 普通 - 喜欢社交 - 独行侠 - 乐观 - 坚定自信 - 知识份子 - 野性 - 侵略性 - 镇定 - 无所畏惧 - 和平主义者 - 恶毒 - 爱炫耀 - - - - - - - - Normal - None - Devolve - - - - - - - - 没有技能 - 开锁 - 徒手格斗 - 电子 - 夜战 - 投掷 - 教学 - 重武器 - 自动武器 - 潜行 - 双手武器 - 偷窃 - 武术 - 刀技 - 狙击手 - 伪装 - - - - - - - - 没有技能 - 开锁 - 徒手格斗 - 电子 - 夜战 - 投掷 - 教学 - 重武器 - 自动武器 - 潜行 - 双手武器 - 偷窃 - 武术 - 刀技 - 狙击手 - 伪装 - - - - - - - - 没有技能 - 自动武器/机枪手 - 重武器/投弹手 - 射手/狙击手 - 猎手/游侠 - 枪手/大镖客 - 格斗家/武术家 - 谈判专家/小队长 - 技师/工程师 - 救护兵/医生 - 搏击术 - 近战 - 投掷 - 夜战 - 尾行 - 体能训练 - 肌肉男 - 爆破 - 教学 - 侦察 - - - - - - - - 没有技能 - 自动武器/机枪手 - 重武器/投弹手 - 射手/狙击手 - 猎手/游侠 - 枪手/大镖客 - 格斗家/武术家 - 谈判专家/小队长 - 技师/工程师 - 救护兵/医生 - 搏击术 - 近战 - 投掷 - 夜战 - 尾行 - 体能训练 - 肌肉男 - 爆破 - 教学 - 侦察 - - - - - - - - 没有技能 - 自动武器/机枪手 - 重武器/投弹手 - 射手/狙击手 - 猎手/游侠 - 枪手/大镖客 - 格斗家/武术家 - 谈判专家/小队长 - 技师/工程师 - 救护兵/医生 - 搏击术 - 近战 - 投掷 - 夜战 - 尾行 - 体能训练 - 肌肉男 - 爆破 - 教学 - 侦察 - - - - - - - - 身心健全 - 怕热 - 神经质 - 幽闭恐怖症 - 旱鸭子 - 怕虫 - 健忘 - 神经错乱 - - - - - - - - 0 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - - - - - - - - FOOT - CAR - TRUCK - TRACKED - AIR - - - - - - - - White - Black - Asian - Eskimo - Hispanic - - - - - - - - -1 - AMERICAN - ARAB - AUSTRALIAN - BRITISH - CANADIAN - CUBAN - DANISH - FRENCH - RUSSIAN - NIGERIAN - SWISS - JAMAICAN - POLISH - CHINESE - IRISH - SOUTH_AFRICAN - HUNGARIAN - SCOTTISH - ARULCAN - GERMAN - AFRICAN - ITALIAN - DUTCH - ROMANIAN - METAVIRAN - GREEK - ESTONIAN - VENEZUELAN - JAPANESE - TURKISH - INDIAN - MEXICAN - NORWEGIAN - SPANISH - BRASILIAN - FINNISH - IRANIAN - ISRAELI - BULGARIAN - SWEDISH - IRAQI - SYRIAN - BELGIAN - PORTOGUESE - - - - - - - - Average - Ugly - Homely - Attractive - Babe - - - - - - - - None - Some - Extreme - - - - - - - - Average - Slob - Snob - - - - - - - - None - Some - Very - - - - - - - - Not - Somewhat - Very - Genleman - - - - - - - - ARMS_DEALER_BUYS_SELLS - ARMS_DEALER_SELLS_ONLY - ARMS_DEALER_BUYS_ONLY - ARMS_DEALER_REPAIRS - - - - - - - - ARMS_DEALER_ONLY_USED_ITEMS - ARMS_DEALER_GIVES_CHANGE - ARMS_DEALER_ACCEPTS_GIFTS - ARMS_DEALER_SOME_USED_ITEMS - ARMS_DEALER_HAS_NO_INVENTORY - 402653184 - 2415919104 - - - 1342177280 - 268435456 - 536870912 - 1073741824 - 2147483648 - 402653184 - 2415919104 - - - - - - unused - back - front - gas mask - NVG - - - - - - - - FOOT - CAR - TRUCK - TRACKED - AIR - - - - - - - - None - Rebel - KingPin - Sanmona Arms - Angels - Beggars - Tourists - Alma Militia - Doctors - Couple1 - Hicks - Warden - Junkyard - Factory Kids - Queens - Joey, Martha - Devin - Hamous - Terry - Dynamo, Shank - - - - - - None - Omerta - Drassen - Alma - Grumm - Tixa - Cambria - San Mona - Estoni - Orta - Balime - Meduna - Chitzena - - - - - - no - yes - - - - - \ No newline at end of file diff --git a/Tools/Merc Profile Editor/languages/de.xml b/Tools/Merc Profile Editor/languages/de.xml deleted file mode 100644 index 039764e8c..000000000 --- a/Tools/Merc Profile Editor/languages/de.xml +++ /dev/null @@ -1,644 +0,0 @@ -????? - - - - - - Read - Read - The folder was created $NewProjects. Temporary files required by the editor are kept in the folder. Can the folder delete after finishing the project safely and the closing of the programme. - The language was not defined - Read... - Save... - Read... - Additional files - Files of translations - Required file - Create the file(s) - Files - OK - missing file - **NPCInventory** - One can not copy. Some of languages is not turned on in the options of the project. - One can not copy to the same places! - To close the current project and put new ? - To close the current project and import new files ? - Deleted ID - - - - Name - NickName - ShortName - LongName - Subject - Message - Bio - sItemIndex - ubOptimalNumber - - - - Export file - View\Edit file - - - - CivGroupNames.xml - - - - Change - - - - EmailSenderName.xml - - - - NPCInventory - - - - OldAIMArchive.xml - - - - EmailMercAvailable.xml - - - - EmailMercLevelUp.xml - - - - Vehicles Names - - - - MercProfiles Names - - - - None - GREENPANTS - BLACKPANTS - BEIGEPANTS - TANPANTS - JEANPANTS - BLUEPANTS - - - - - - - - None - YELLOWVEST - BLACKSHIRT - REDVEST - GREENVEST - JEANVEST - BLUEVEST - greyVEST - GYELLOWSHIRT - WHITEVEST - PURPLESHIRT - BLUEVEST - BROWNVEST - - - - - - - - None - PINKSKIN - TANSKIN - DARKSKIN - BLACKSKIN - - - - - - - - None - BROWNHEAD - BLACKHEAD - WHITEHEAD - BLONDEHEAD - REDHEAD - - - - - - - - None (not used) - AIM - MERC - RPC - NPC - Vehicle - IMP - - - - - - - - Male - Female - - - - - - - - Reg Male - Big Male - Stocky Male - Reg Female - Adt F Monster - Adt M Monster - Yng F Monster - Yng M Monster - Larvae - Infant - Queen Monster - Fat Civilian - M Civilian - Miniskirt - F Civilian - Kid w/ Hat - Kid Civilian - Cripple - Cow - Crow - Bloodcat - Unarmed Robot - Humvee - NW Tank - NE Tank - Eldorado - Icecream Truck - Jeep - - - - - - - - None - BadAss - - - - - - - - Normal - Friendly - Loner - Optimist - Pessimist - Aggressive - Arrogant - Big shot - Asshole - Coward - - - - - - - - Normal - Sociable - Loner - Optimist - Assertive - Intellectual - Primitive - Aggressive - Phlegmatic - Dauntless - Pacifist - Malicious - Showoff - - - - - - - - Normal - None - Devolve - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - None - Heat Intolerant - Nervous - Claustrophobic - Non Swimmer - Fear of Insects - Forgetful - Psycho - - - - - - - - 0 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - - - - - - - - White - Black - Asian - Eskimo - Hispanic - - - - - - - - -1 - AMERICAN - ARAB - AUSTRALIAN - BRITISH - CANADIAN - CUBAN - DANISH - FRENCH - RUSSIAN - NIGERIAN - SWISS - JAMAICAN - POLISH - CHINESE - IRISH - SOUTH_AFRICAN - HUNGARIAN - SCOTTISH - ARULCAN - GERMAN - AFRICAN - ITALIAN - DUTCH - ROMANIAN - METAVIRAN - GREEK - ESTONIAN - VENEZUELAN - JAPANESE - TURKISH - INDIAN - MEXICAN - NORWEGIAN - SPANISH - BRASILIAN - FINNISH - IRANIAN - ISRAELI - BULGARIAN - SWEDISH - IRAQI - SYRIAN - BELGIAN - PORTOGUESE - - - - - - - - Average - Ugly - Homely - Attractive - Babe - - - - - - - - None - Some - Extreme - - - - - - - - Average - Slob - Snob - - - - - - - - None - Some - Very - - - - - - - - Not - Somewhat - Very - Genleman - - - - - - - - ARMS_DEALER_BUYS_SELLS - ARMS_DEALER_SELLS_ONLY - ARMS_DEALER_BUYS_ONLY - ARMS_DEALER_REPAIRS - - - - - - - - ARMS_DEALER_ONLY_USED_ITEMS - ARMS_DEALER_GIVES_CHANGE - ARMS_DEALER_ACCEPTS_GIFTS - ARMS_DEALER_SOME_USED_ITEMS - ARMS_DEALER_HAS_NO_INVENTORY - 402653184 - 2415919104 - - - 1342177280 - 268435456 - 536870912 - 1073741824 - 2147483648 - 402653184 - 2415919104 - - - - - - unused - back - front - gas mask - NVG - - - - - - - - FOOT - CAR - TRUCK - TRACKED - AIR - - - - - - - - None - Rebel - KingPin - Sanmona Arms - Angels - Beggars - Tourists - Alma Militia - Doctors - Couple1 - Hicks - Warden - Junkyard - Factory Kids - Queens - Joey, Martha - Devin - Hamous - Terry - Dynamo, Shank - - - - - - None - Omerta - Drassen - Alma - Grumm - Tixa - Cambria - San Mona - Estoni - Orta - Balime - Meduna - Chitzena - - - - - - no - yes - - - - - \ No newline at end of file diff --git a/Tools/Merc Profile Editor/languages/en.xml b/Tools/Merc Profile Editor/languages/en.xml deleted file mode 100644 index 039764e8c..000000000 --- a/Tools/Merc Profile Editor/languages/en.xml +++ /dev/null @@ -1,644 +0,0 @@ -????? - - - - - - Read - Read - The folder was created $NewProjects. Temporary files required by the editor are kept in the folder. Can the folder delete after finishing the project safely and the closing of the programme. - The language was not defined - Read... - Save... - Read... - Additional files - Files of translations - Required file - Create the file(s) - Files - OK - missing file - **NPCInventory** - One can not copy. Some of languages is not turned on in the options of the project. - One can not copy to the same places! - To close the current project and put new ? - To close the current project and import new files ? - Deleted ID - - - - Name - NickName - ShortName - LongName - Subject - Message - Bio - sItemIndex - ubOptimalNumber - - - - Export file - View\Edit file - - - - CivGroupNames.xml - - - - Change - - - - EmailSenderName.xml - - - - NPCInventory - - - - OldAIMArchive.xml - - - - EmailMercAvailable.xml - - - - EmailMercLevelUp.xml - - - - Vehicles Names - - - - MercProfiles Names - - - - None - GREENPANTS - BLACKPANTS - BEIGEPANTS - TANPANTS - JEANPANTS - BLUEPANTS - - - - - - - - None - YELLOWVEST - BLACKSHIRT - REDVEST - GREENVEST - JEANVEST - BLUEVEST - greyVEST - GYELLOWSHIRT - WHITEVEST - PURPLESHIRT - BLUEVEST - BROWNVEST - - - - - - - - None - PINKSKIN - TANSKIN - DARKSKIN - BLACKSKIN - - - - - - - - None - BROWNHEAD - BLACKHEAD - WHITEHEAD - BLONDEHEAD - REDHEAD - - - - - - - - None (not used) - AIM - MERC - RPC - NPC - Vehicle - IMP - - - - - - - - Male - Female - - - - - - - - Reg Male - Big Male - Stocky Male - Reg Female - Adt F Monster - Adt M Monster - Yng F Monster - Yng M Monster - Larvae - Infant - Queen Monster - Fat Civilian - M Civilian - Miniskirt - F Civilian - Kid w/ Hat - Kid Civilian - Cripple - Cow - Crow - Bloodcat - Unarmed Robot - Humvee - NW Tank - NE Tank - Eldorado - Icecream Truck - Jeep - - - - - - - - None - BadAss - - - - - - - - Normal - Friendly - Loner - Optimist - Pessimist - Aggressive - Arrogant - Big shot - Asshole - Coward - - - - - - - - Normal - Sociable - Loner - Optimist - Assertive - Intellectual - Primitive - Aggressive - Phlegmatic - Dauntless - Pacifist - Malicious - Showoff - - - - - - - - Normal - None - Devolve - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - None - Heat Intolerant - Nervous - Claustrophobic - Non Swimmer - Fear of Insects - Forgetful - Psycho - - - - - - - - 0 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - - - - - - - - White - Black - Asian - Eskimo - Hispanic - - - - - - - - -1 - AMERICAN - ARAB - AUSTRALIAN - BRITISH - CANADIAN - CUBAN - DANISH - FRENCH - RUSSIAN - NIGERIAN - SWISS - JAMAICAN - POLISH - CHINESE - IRISH - SOUTH_AFRICAN - HUNGARIAN - SCOTTISH - ARULCAN - GERMAN - AFRICAN - ITALIAN - DUTCH - ROMANIAN - METAVIRAN - GREEK - ESTONIAN - VENEZUELAN - JAPANESE - TURKISH - INDIAN - MEXICAN - NORWEGIAN - SPANISH - BRASILIAN - FINNISH - IRANIAN - ISRAELI - BULGARIAN - SWEDISH - IRAQI - SYRIAN - BELGIAN - PORTOGUESE - - - - - - - - Average - Ugly - Homely - Attractive - Babe - - - - - - - - None - Some - Extreme - - - - - - - - Average - Slob - Snob - - - - - - - - None - Some - Very - - - - - - - - Not - Somewhat - Very - Genleman - - - - - - - - ARMS_DEALER_BUYS_SELLS - ARMS_DEALER_SELLS_ONLY - ARMS_DEALER_BUYS_ONLY - ARMS_DEALER_REPAIRS - - - - - - - - ARMS_DEALER_ONLY_USED_ITEMS - ARMS_DEALER_GIVES_CHANGE - ARMS_DEALER_ACCEPTS_GIFTS - ARMS_DEALER_SOME_USED_ITEMS - ARMS_DEALER_HAS_NO_INVENTORY - 402653184 - 2415919104 - - - 1342177280 - 268435456 - 536870912 - 1073741824 - 2147483648 - 402653184 - 2415919104 - - - - - - unused - back - front - gas mask - NVG - - - - - - - - FOOT - CAR - TRUCK - TRACKED - AIR - - - - - - - - None - Rebel - KingPin - Sanmona Arms - Angels - Beggars - Tourists - Alma Militia - Doctors - Couple1 - Hicks - Warden - Junkyard - Factory Kids - Queens - Joey, Martha - Devin - Hamous - Terry - Dynamo, Shank - - - - - - None - Omerta - Drassen - Alma - Grumm - Tixa - Cambria - San Mona - Estoni - Orta - Balime - Meduna - Chitzena - - - - - - no - yes - - - - - \ No newline at end of file diff --git a/Tools/Merc Profile Editor/languages/fr.xml b/Tools/Merc Profile Editor/languages/fr.xml deleted file mode 100644 index 039764e8c..000000000 --- a/Tools/Merc Profile Editor/languages/fr.xml +++ /dev/null @@ -1,644 +0,0 @@ -????? - - - - - - Read - Read - The folder was created $NewProjects. Temporary files required by the editor are kept in the folder. Can the folder delete after finishing the project safely and the closing of the programme. - The language was not defined - Read... - Save... - Read... - Additional files - Files of translations - Required file - Create the file(s) - Files - OK - missing file - **NPCInventory** - One can not copy. Some of languages is not turned on in the options of the project. - One can not copy to the same places! - To close the current project and put new ? - To close the current project and import new files ? - Deleted ID - - - - Name - NickName - ShortName - LongName - Subject - Message - Bio - sItemIndex - ubOptimalNumber - - - - Export file - View\Edit file - - - - CivGroupNames.xml - - - - Change - - - - EmailSenderName.xml - - - - NPCInventory - - - - OldAIMArchive.xml - - - - EmailMercAvailable.xml - - - - EmailMercLevelUp.xml - - - - Vehicles Names - - - - MercProfiles Names - - - - None - GREENPANTS - BLACKPANTS - BEIGEPANTS - TANPANTS - JEANPANTS - BLUEPANTS - - - - - - - - None - YELLOWVEST - BLACKSHIRT - REDVEST - GREENVEST - JEANVEST - BLUEVEST - greyVEST - GYELLOWSHIRT - WHITEVEST - PURPLESHIRT - BLUEVEST - BROWNVEST - - - - - - - - None - PINKSKIN - TANSKIN - DARKSKIN - BLACKSKIN - - - - - - - - None - BROWNHEAD - BLACKHEAD - WHITEHEAD - BLONDEHEAD - REDHEAD - - - - - - - - None (not used) - AIM - MERC - RPC - NPC - Vehicle - IMP - - - - - - - - Male - Female - - - - - - - - Reg Male - Big Male - Stocky Male - Reg Female - Adt F Monster - Adt M Monster - Yng F Monster - Yng M Monster - Larvae - Infant - Queen Monster - Fat Civilian - M Civilian - Miniskirt - F Civilian - Kid w/ Hat - Kid Civilian - Cripple - Cow - Crow - Bloodcat - Unarmed Robot - Humvee - NW Tank - NE Tank - Eldorado - Icecream Truck - Jeep - - - - - - - - None - BadAss - - - - - - - - Normal - Friendly - Loner - Optimist - Pessimist - Aggressive - Arrogant - Big shot - Asshole - Coward - - - - - - - - Normal - Sociable - Loner - Optimist - Assertive - Intellectual - Primitive - Aggressive - Phlegmatic - Dauntless - Pacifist - Malicious - Showoff - - - - - - - - Normal - None - Devolve - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - None - Heat Intolerant - Nervous - Claustrophobic - Non Swimmer - Fear of Insects - Forgetful - Psycho - - - - - - - - 0 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - - - - - - - - White - Black - Asian - Eskimo - Hispanic - - - - - - - - -1 - AMERICAN - ARAB - AUSTRALIAN - BRITISH - CANADIAN - CUBAN - DANISH - FRENCH - RUSSIAN - NIGERIAN - SWISS - JAMAICAN - POLISH - CHINESE - IRISH - SOUTH_AFRICAN - HUNGARIAN - SCOTTISH - ARULCAN - GERMAN - AFRICAN - ITALIAN - DUTCH - ROMANIAN - METAVIRAN - GREEK - ESTONIAN - VENEZUELAN - JAPANESE - TURKISH - INDIAN - MEXICAN - NORWEGIAN - SPANISH - BRASILIAN - FINNISH - IRANIAN - ISRAELI - BULGARIAN - SWEDISH - IRAQI - SYRIAN - BELGIAN - PORTOGUESE - - - - - - - - Average - Ugly - Homely - Attractive - Babe - - - - - - - - None - Some - Extreme - - - - - - - - Average - Slob - Snob - - - - - - - - None - Some - Very - - - - - - - - Not - Somewhat - Very - Genleman - - - - - - - - ARMS_DEALER_BUYS_SELLS - ARMS_DEALER_SELLS_ONLY - ARMS_DEALER_BUYS_ONLY - ARMS_DEALER_REPAIRS - - - - - - - - ARMS_DEALER_ONLY_USED_ITEMS - ARMS_DEALER_GIVES_CHANGE - ARMS_DEALER_ACCEPTS_GIFTS - ARMS_DEALER_SOME_USED_ITEMS - ARMS_DEALER_HAS_NO_INVENTORY - 402653184 - 2415919104 - - - 1342177280 - 268435456 - 536870912 - 1073741824 - 2147483648 - 402653184 - 2415919104 - - - - - - unused - back - front - gas mask - NVG - - - - - - - - FOOT - CAR - TRUCK - TRACKED - AIR - - - - - - - - None - Rebel - KingPin - Sanmona Arms - Angels - Beggars - Tourists - Alma Militia - Doctors - Couple1 - Hicks - Warden - Junkyard - Factory Kids - Queens - Joey, Martha - Devin - Hamous - Terry - Dynamo, Shank - - - - - - None - Omerta - Drassen - Alma - Grumm - Tixa - Cambria - San Mona - Estoni - Orta - Balime - Meduna - Chitzena - - - - - - no - yes - - - - - \ No newline at end of file diff --git a/Tools/Merc Profile Editor/languages/it.xml b/Tools/Merc Profile Editor/languages/it.xml deleted file mode 100644 index 039764e8c..000000000 --- a/Tools/Merc Profile Editor/languages/it.xml +++ /dev/null @@ -1,644 +0,0 @@ -????? - - - - - - Read - Read - The folder was created $NewProjects. Temporary files required by the editor are kept in the folder. Can the folder delete after finishing the project safely and the closing of the programme. - The language was not defined - Read... - Save... - Read... - Additional files - Files of translations - Required file - Create the file(s) - Files - OK - missing file - **NPCInventory** - One can not copy. Some of languages is not turned on in the options of the project. - One can not copy to the same places! - To close the current project and put new ? - To close the current project and import new files ? - Deleted ID - - - - Name - NickName - ShortName - LongName - Subject - Message - Bio - sItemIndex - ubOptimalNumber - - - - Export file - View\Edit file - - - - CivGroupNames.xml - - - - Change - - - - EmailSenderName.xml - - - - NPCInventory - - - - OldAIMArchive.xml - - - - EmailMercAvailable.xml - - - - EmailMercLevelUp.xml - - - - Vehicles Names - - - - MercProfiles Names - - - - None - GREENPANTS - BLACKPANTS - BEIGEPANTS - TANPANTS - JEANPANTS - BLUEPANTS - - - - - - - - None - YELLOWVEST - BLACKSHIRT - REDVEST - GREENVEST - JEANVEST - BLUEVEST - greyVEST - GYELLOWSHIRT - WHITEVEST - PURPLESHIRT - BLUEVEST - BROWNVEST - - - - - - - - None - PINKSKIN - TANSKIN - DARKSKIN - BLACKSKIN - - - - - - - - None - BROWNHEAD - BLACKHEAD - WHITEHEAD - BLONDEHEAD - REDHEAD - - - - - - - - None (not used) - AIM - MERC - RPC - NPC - Vehicle - IMP - - - - - - - - Male - Female - - - - - - - - Reg Male - Big Male - Stocky Male - Reg Female - Adt F Monster - Adt M Monster - Yng F Monster - Yng M Monster - Larvae - Infant - Queen Monster - Fat Civilian - M Civilian - Miniskirt - F Civilian - Kid w/ Hat - Kid Civilian - Cripple - Cow - Crow - Bloodcat - Unarmed Robot - Humvee - NW Tank - NE Tank - Eldorado - Icecream Truck - Jeep - - - - - - - - None - BadAss - - - - - - - - Normal - Friendly - Loner - Optimist - Pessimist - Aggressive - Arrogant - Big shot - Asshole - Coward - - - - - - - - Normal - Sociable - Loner - Optimist - Assertive - Intellectual - Primitive - Aggressive - Phlegmatic - Dauntless - Pacifist - Malicious - Showoff - - - - - - - - Normal - None - Devolve - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - None - Heat Intolerant - Nervous - Claustrophobic - Non Swimmer - Fear of Insects - Forgetful - Psycho - - - - - - - - 0 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - - - - - - - - White - Black - Asian - Eskimo - Hispanic - - - - - - - - -1 - AMERICAN - ARAB - AUSTRALIAN - BRITISH - CANADIAN - CUBAN - DANISH - FRENCH - RUSSIAN - NIGERIAN - SWISS - JAMAICAN - POLISH - CHINESE - IRISH - SOUTH_AFRICAN - HUNGARIAN - SCOTTISH - ARULCAN - GERMAN - AFRICAN - ITALIAN - DUTCH - ROMANIAN - METAVIRAN - GREEK - ESTONIAN - VENEZUELAN - JAPANESE - TURKISH - INDIAN - MEXICAN - NORWEGIAN - SPANISH - BRASILIAN - FINNISH - IRANIAN - ISRAELI - BULGARIAN - SWEDISH - IRAQI - SYRIAN - BELGIAN - PORTOGUESE - - - - - - - - Average - Ugly - Homely - Attractive - Babe - - - - - - - - None - Some - Extreme - - - - - - - - Average - Slob - Snob - - - - - - - - None - Some - Very - - - - - - - - Not - Somewhat - Very - Genleman - - - - - - - - ARMS_DEALER_BUYS_SELLS - ARMS_DEALER_SELLS_ONLY - ARMS_DEALER_BUYS_ONLY - ARMS_DEALER_REPAIRS - - - - - - - - ARMS_DEALER_ONLY_USED_ITEMS - ARMS_DEALER_GIVES_CHANGE - ARMS_DEALER_ACCEPTS_GIFTS - ARMS_DEALER_SOME_USED_ITEMS - ARMS_DEALER_HAS_NO_INVENTORY - 402653184 - 2415919104 - - - 1342177280 - 268435456 - 536870912 - 1073741824 - 2147483648 - 402653184 - 2415919104 - - - - - - unused - back - front - gas mask - NVG - - - - - - - - FOOT - CAR - TRUCK - TRACKED - AIR - - - - - - - - None - Rebel - KingPin - Sanmona Arms - Angels - Beggars - Tourists - Alma Militia - Doctors - Couple1 - Hicks - Warden - Junkyard - Factory Kids - Queens - Joey, Martha - Devin - Hamous - Terry - Dynamo, Shank - - - - - - None - Omerta - Drassen - Alma - Grumm - Tixa - Cambria - San Mona - Estoni - Orta - Balime - Meduna - Chitzena - - - - - - no - yes - - - - - \ No newline at end of file diff --git a/Tools/Merc Profile Editor/languages/nl.xml b/Tools/Merc Profile Editor/languages/nl.xml deleted file mode 100644 index 039764e8c..000000000 --- a/Tools/Merc Profile Editor/languages/nl.xml +++ /dev/null @@ -1,644 +0,0 @@ -????? - - - - - - Read - Read - The folder was created $NewProjects. Temporary files required by the editor are kept in the folder. Can the folder delete after finishing the project safely and the closing of the programme. - The language was not defined - Read... - Save... - Read... - Additional files - Files of translations - Required file - Create the file(s) - Files - OK - missing file - **NPCInventory** - One can not copy. Some of languages is not turned on in the options of the project. - One can not copy to the same places! - To close the current project and put new ? - To close the current project and import new files ? - Deleted ID - - - - Name - NickName - ShortName - LongName - Subject - Message - Bio - sItemIndex - ubOptimalNumber - - - - Export file - View\Edit file - - - - CivGroupNames.xml - - - - Change - - - - EmailSenderName.xml - - - - NPCInventory - - - - OldAIMArchive.xml - - - - EmailMercAvailable.xml - - - - EmailMercLevelUp.xml - - - - Vehicles Names - - - - MercProfiles Names - - - - None - GREENPANTS - BLACKPANTS - BEIGEPANTS - TANPANTS - JEANPANTS - BLUEPANTS - - - - - - - - None - YELLOWVEST - BLACKSHIRT - REDVEST - GREENVEST - JEANVEST - BLUEVEST - greyVEST - GYELLOWSHIRT - WHITEVEST - PURPLESHIRT - BLUEVEST - BROWNVEST - - - - - - - - None - PINKSKIN - TANSKIN - DARKSKIN - BLACKSKIN - - - - - - - - None - BROWNHEAD - BLACKHEAD - WHITEHEAD - BLONDEHEAD - REDHEAD - - - - - - - - None (not used) - AIM - MERC - RPC - NPC - Vehicle - IMP - - - - - - - - Male - Female - - - - - - - - Reg Male - Big Male - Stocky Male - Reg Female - Adt F Monster - Adt M Monster - Yng F Monster - Yng M Monster - Larvae - Infant - Queen Monster - Fat Civilian - M Civilian - Miniskirt - F Civilian - Kid w/ Hat - Kid Civilian - Cripple - Cow - Crow - Bloodcat - Unarmed Robot - Humvee - NW Tank - NE Tank - Eldorado - Icecream Truck - Jeep - - - - - - - - None - BadAss - - - - - - - - Normal - Friendly - Loner - Optimist - Pessimist - Aggressive - Arrogant - Big shot - Asshole - Coward - - - - - - - - Normal - Sociable - Loner - Optimist - Assertive - Intellectual - Primitive - Aggressive - Phlegmatic - Dauntless - Pacifist - Malicious - Showoff - - - - - - - - Normal - None - Devolve - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - None - Heat Intolerant - Nervous - Claustrophobic - Non Swimmer - Fear of Insects - Forgetful - Psycho - - - - - - - - 0 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - - - - - - - - White - Black - Asian - Eskimo - Hispanic - - - - - - - - -1 - AMERICAN - ARAB - AUSTRALIAN - BRITISH - CANADIAN - CUBAN - DANISH - FRENCH - RUSSIAN - NIGERIAN - SWISS - JAMAICAN - POLISH - CHINESE - IRISH - SOUTH_AFRICAN - HUNGARIAN - SCOTTISH - ARULCAN - GERMAN - AFRICAN - ITALIAN - DUTCH - ROMANIAN - METAVIRAN - GREEK - ESTONIAN - VENEZUELAN - JAPANESE - TURKISH - INDIAN - MEXICAN - NORWEGIAN - SPANISH - BRASILIAN - FINNISH - IRANIAN - ISRAELI - BULGARIAN - SWEDISH - IRAQI - SYRIAN - BELGIAN - PORTOGUESE - - - - - - - - Average - Ugly - Homely - Attractive - Babe - - - - - - - - None - Some - Extreme - - - - - - - - Average - Slob - Snob - - - - - - - - None - Some - Very - - - - - - - - Not - Somewhat - Very - Genleman - - - - - - - - ARMS_DEALER_BUYS_SELLS - ARMS_DEALER_SELLS_ONLY - ARMS_DEALER_BUYS_ONLY - ARMS_DEALER_REPAIRS - - - - - - - - ARMS_DEALER_ONLY_USED_ITEMS - ARMS_DEALER_GIVES_CHANGE - ARMS_DEALER_ACCEPTS_GIFTS - ARMS_DEALER_SOME_USED_ITEMS - ARMS_DEALER_HAS_NO_INVENTORY - 402653184 - 2415919104 - - - 1342177280 - 268435456 - 536870912 - 1073741824 - 2147483648 - 402653184 - 2415919104 - - - - - - unused - back - front - gas mask - NVG - - - - - - - - FOOT - CAR - TRUCK - TRACKED - AIR - - - - - - - - None - Rebel - KingPin - Sanmona Arms - Angels - Beggars - Tourists - Alma Militia - Doctors - Couple1 - Hicks - Warden - Junkyard - Factory Kids - Queens - Joey, Martha - Devin - Hamous - Terry - Dynamo, Shank - - - - - - None - Omerta - Drassen - Alma - Grumm - Tixa - Cambria - San Mona - Estoni - Orta - Balime - Meduna - Chitzena - - - - - - no - yes - - - - - \ No newline at end of file diff --git a/Tools/Merc Profile Editor/languages/pl.xml b/Tools/Merc Profile Editor/languages/pl.xml deleted file mode 100644 index 2c663fde1..000000000 --- a/Tools/Merc Profile Editor/languages/pl.xml +++ /dev/null @@ -1,644 +0,0 @@ -??????? - - - - - - Czytam - Czytam - Utworzono katalog : $NewProjects. W katalogu są przechowywane tymczasowe pliki wymagane przez edytor. Katalog można bezpiecznie usunąć po zakończeniu edycji projektu i zamknięciu programu. - Nie zdefiniowano języka - Czytam... - Zapisuje... - Czytam... - Dodatkowe pliki : - Pliki lokalizacyjne : - Wymagany plik : - Utwórz plik(i) : - Pliki : - OK - brak - **NPCInventory** - Nie można przekopiować. Któryś z języków nie jest włączony w opcjach projektu - Nie można przekopiować do tego samego miejsca! - Zamknąć aktualny projekt i ustawić nowy ? - Zamknąć aktualny projekt i zaimportować nowe pliki ? - Usunąć ID - - - - Name - NickName - ShortName - LongName - Subject - Message - Bio - sItemIndex - ubOptimalNumber - - - - Eksportuj plik - Podgląd\edycja pliku - - - - CivGroupNames.xml - - - - Zmień - - - - EmailSenderName.xml - - - - NPCInventory - - - - OldAIMArchive.xml - - - - EmailMercAvailable.xml - - - - EmailMercLevelUp.xml - - - - Vehicles Names - - - - MercProfiles Names - - - - None - GREENPANTS - BLACKPANTS - BEIGEPANTS - TANPANTS - JEANPANTS - BLUEPANTS - - - - - - - - None - YELLOWVEST - BLACKSHIRT - REDVEST - GREENVEST - JEANVEST - BLUEVEST - greyVEST - GYELLOWSHIRT - WHITEVEST - PURPLESHIRT - BLUEVEST - BROWNVEST - - - - - - - - None - PINKSKIN - TANSKIN - DARKSKIN - BLACKSKIN - - - - - - - - None - BROWNHEAD - BLACKHEAD - WHITEHEAD - BLONDEHEAD - REDHEAD - - - - - - - - Nic (nieużywane) - AIM - MERC - RPC - NPC - Pojazd - IMP - - - - - - - - Mężczyzna - Kobieta - - - - - - - - Reg Male - Big Male - Stocky Male - Reg Female - Adt F Monster - Adt M Monster - Yng F Monster - Yng M Monster - Larvae - Infant - Queen Monster - Fat Civilian - M Civilian - Miniskirt - F Civilian - Kid w/ Hat - Kid Civilian - Cripple - Cow - Crow - Bloodcat - Unarmed Robot - Humvee - NW Tank - NE Tank - Eldorado - Icecream Truck - Jeep - - - - - - - - None - BadAss - - - - - - - - Normal - Friendly - Loner - Optimist - Pessimist - Aggressive - Arrogant - Big shot - Asshole - Coward - - - - - - - - Normal - Sociable - Loner - Optimist - Assertive - Intellectual - Primitive - Aggressive - Phlegmatic - Dauntless - Pacifist - Malicious - Showoff - - - - - - - - Normal - None - Devolve - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - None - Heat Intolerant - Nervous - Claustrophobic - Non Swimmer - Fear of Insects - Forgetful - Psycho - - - - - - - - 0 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - - - - - - - - FOOT - CAR - TRUCK - TRACKED - AIR - - - - - - - - White - Black - Asian - Eskimo - Hispanic - - - - - - - - -1 - AMERICAN - ARAB - AUSTRALIAN - BRITISH - CANADIAN - CUBAN - DANISH - FRENCH - RUSSIAN - NIGERIAN - SWISS - JAMAICAN - POLISH - CHINESE - IRISH - SOUTH_AFRICAN - HUNGARIAN - SCOTTISH - ARULCAN - GERMAN - AFRICAN - ITALIAN - DUTCH - ROMANIAN - METAVIRAN - GREEK - ESTONIAN - VENEZUELAN - JAPANESE - TURKISH - INDIAN - MEXICAN - NORWEGIAN - SPANISH - BRASILIAN - FINNISH - IRANIAN - ISRAELI - BULGARIAN - SWEDISH - IRAQI - SYRIAN - BELGIAN - PORTOGUESE - - - - - - - - Average - Ugly - Homely - Attractive - Babe - - - - - - - - None - Some - Extreme - - - - - - - - Average - Slob - Snob - - - - - - - - None - Some - Very - - - - - - - - Not - Somewhat - Very - Genleman - - - - - - - - ARMS_DEALER_BUYS_SELLS - ARMS_DEALER_SELLS_ONLY - ARMS_DEALER_BUYS_ONLY - ARMS_DEALER_REPAIRS - - - - - - - - ARMS_DEALER_ONLY_USED_ITEMS - ARMS_DEALER_GIVES_CHANGE - ARMS_DEALER_ACCEPTS_GIFTS - ARMS_DEALER_SOME_USED_ITEMS - ARMS_DEALER_HAS_NO_INVENTORY - 402653184 - 2415919104 - - - 1342177280 - 268435456 - 536870912 - 1073741824 - 2147483648 - 402653184 - 2415919104 - - - - - - unused - back - front - gas mask - NVG - - - - - - - - None - Rebel - KingPin - Sanmona Arms - Angels - Beggars - Tourists - Alma Militia - Doctors - Couple1 - Hicks - Warden - Junkyard - Factory Kids - Queens - Joey, Martha - Devin - Hamous - Terry - Dynamo, Shank - - - - - - None - Omerta - Drassen - Alma - Grumm - Tixa - Cambria - San Mona - Estoni - Orta - Balime - Meduna - Chitzena - - - - - - nie - tak - - - - - \ No newline at end of file diff --git a/Tools/Merc Profile Editor/languages/readme.txt b/Tools/Merc Profile Editor/languages/readme.txt deleted file mode 100644 index cee01c45e..000000000 --- a/Tools/Merc Profile Editor/languages/readme.txt +++ /dev/null @@ -1 +0,0 @@ -Use translator editor Poedit -> http://poedit.net/ \ No newline at end of file diff --git a/Tools/Merc Profile Editor/languages/ru.xml b/Tools/Merc Profile Editor/languages/ru.xml deleted file mode 100644 index 039764e8c..000000000 --- a/Tools/Merc Profile Editor/languages/ru.xml +++ /dev/null @@ -1,644 +0,0 @@ -????? - - - - - - Read - Read - The folder was created $NewProjects. Temporary files required by the editor are kept in the folder. Can the folder delete after finishing the project safely and the closing of the programme. - The language was not defined - Read... - Save... - Read... - Additional files - Files of translations - Required file - Create the file(s) - Files - OK - missing file - **NPCInventory** - One can not copy. Some of languages is not turned on in the options of the project. - One can not copy to the same places! - To close the current project and put new ? - To close the current project and import new files ? - Deleted ID - - - - Name - NickName - ShortName - LongName - Subject - Message - Bio - sItemIndex - ubOptimalNumber - - - - Export file - View\Edit file - - - - CivGroupNames.xml - - - - Change - - - - EmailSenderName.xml - - - - NPCInventory - - - - OldAIMArchive.xml - - - - EmailMercAvailable.xml - - - - EmailMercLevelUp.xml - - - - Vehicles Names - - - - MercProfiles Names - - - - None - GREENPANTS - BLACKPANTS - BEIGEPANTS - TANPANTS - JEANPANTS - BLUEPANTS - - - - - - - - None - YELLOWVEST - BLACKSHIRT - REDVEST - GREENVEST - JEANVEST - BLUEVEST - greyVEST - GYELLOWSHIRT - WHITEVEST - PURPLESHIRT - BLUEVEST - BROWNVEST - - - - - - - - None - PINKSKIN - TANSKIN - DARKSKIN - BLACKSKIN - - - - - - - - None - BROWNHEAD - BLACKHEAD - WHITEHEAD - BLONDEHEAD - REDHEAD - - - - - - - - None (not used) - AIM - MERC - RPC - NPC - Vehicle - IMP - - - - - - - - Male - Female - - - - - - - - Reg Male - Big Male - Stocky Male - Reg Female - Adt F Monster - Adt M Monster - Yng F Monster - Yng M Monster - Larvae - Infant - Queen Monster - Fat Civilian - M Civilian - Miniskirt - F Civilian - Kid w/ Hat - Kid Civilian - Cripple - Cow - Crow - Bloodcat - Unarmed Robot - Humvee - NW Tank - NE Tank - Eldorado - Icecream Truck - Jeep - - - - - - - - None - BadAss - - - - - - - - Normal - Friendly - Loner - Optimist - Pessimist - Aggressive - Arrogant - Big shot - Asshole - Coward - - - - - - - - Normal - Sociable - Loner - Optimist - Assertive - Intellectual - Primitive - Aggressive - Phlegmatic - Dauntless - Pacifist - Malicious - Showoff - - - - - - - - Normal - None - Devolve - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Lock Picking - Hand to Hand - Electronics - Night Operations - Throwing - Teaching - Heavy Weapons - Auto Weapons - Stealthy - Ambidextrous - Thief - Martial Arts - Knifing - Sniper - Camouflage - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - No Skill - Auto Weapons/Machinegunner - Heavy Weapons/Bombardier - Marksman/Sniper - Hunter/Ranger - Gunslinger/Gunfighter - Hand-to-Hand/Martial Arts - Deputy/Squadleader - Technician/Engineer - Paramedic/Doctor - Ambidex - Melee - Throwing - Night Ops - Stealthy - Athletics - Bodybuilding - Demolitions - Teaching - Scouting - - - - - - - - None - Heat Intolerant - Nervous - Claustrophobic - Non Swimmer - Fear of Insects - Forgetful - Psycho - - - - - - - - 0 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - - - - - - - - White - Black - Asian - Eskimo - Hispanic - - - - - - - - -1 - AMERICAN - ARAB - AUSTRALIAN - BRITISH - CANADIAN - CUBAN - DANISH - FRENCH - RUSSIAN - NIGERIAN - SWISS - JAMAICAN - POLISH - CHINESE - IRISH - SOUTH_AFRICAN - HUNGARIAN - SCOTTISH - ARULCAN - GERMAN - AFRICAN - ITALIAN - DUTCH - ROMANIAN - METAVIRAN - GREEK - ESTONIAN - VENEZUELAN - JAPANESE - TURKISH - INDIAN - MEXICAN - NORWEGIAN - SPANISH - BRASILIAN - FINNISH - IRANIAN - ISRAELI - BULGARIAN - SWEDISH - IRAQI - SYRIAN - BELGIAN - PORTOGUESE - - - - - - - - Average - Ugly - Homely - Attractive - Babe - - - - - - - - None - Some - Extreme - - - - - - - - Average - Slob - Snob - - - - - - - - None - Some - Very - - - - - - - - Not - Somewhat - Very - Genleman - - - - - - - - ARMS_DEALER_BUYS_SELLS - ARMS_DEALER_SELLS_ONLY - ARMS_DEALER_BUYS_ONLY - ARMS_DEALER_REPAIRS - - - - - - - - ARMS_DEALER_ONLY_USED_ITEMS - ARMS_DEALER_GIVES_CHANGE - ARMS_DEALER_ACCEPTS_GIFTS - ARMS_DEALER_SOME_USED_ITEMS - ARMS_DEALER_HAS_NO_INVENTORY - 402653184 - 2415919104 - - - 1342177280 - 268435456 - 536870912 - 1073741824 - 2147483648 - 402653184 - 2415919104 - - - - - - unused - back - front - gas mask - NVG - - - - - - - - FOOT - CAR - TRUCK - TRACKED - AIR - - - - - - - - None - Rebel - KingPin - Sanmona Arms - Angels - Beggars - Tourists - Alma Militia - Doctors - Couple1 - Hicks - Warden - Junkyard - Factory Kids - Queens - Joey, Martha - Devin - Hamous - Terry - Dynamo, Shank - - - - - - None - Omerta - Drassen - Alma - Grumm - Tixa - Cambria - San Mona - Estoni - Orta - Balime - Meduna - Chitzena - - - - - - no - yes - - - - - \ No newline at end of file diff --git a/Tools/Merc Profile Editor/readme.txt b/Tools/Merc Profile Editor/readme.txt deleted file mode 100644 index 5aa82ba5f..000000000 --- a/Tools/Merc Profile Editor/readme.txt +++ /dev/null @@ -1,71 +0,0 @@ -Merc Profiles Editor 2.0 Beta 2 by Jazz - 2012-2014 - - -* Wersja Beta 2 - -Moliwoci : -- obsuga JA2 v1.13 oraz UB 1.13 -- Operacje na plikach xml : - -- TableData\MercProfiles.xml (odczyt, zapis, edycja, brak edycji imion) - -- TableData\MercAvailability.xml (odczyt, edycja) - -- TableData\MercOpinions.xml (odczyt, zapis, edycja) - -- TableData\MercQuote.xml (odczyt, zapis, edycja) - -- TableData\MercStartingGear.xml (odczyt, zapis, edycja) - -- TableData\AIMAvailability.xml (odczyt, zapis, edycja) - -- TableData\CivGroupNames.xml (odczyt, zapis) - -- TableData\Vehicles.xml (odczyt, zapis, edycja, brak edycji nazw) - -- TableData\IMPPortraits.xml (odczyt, zapis) - -- TableData\Email\EmailMercAvailable.xml (odczyt, zapis) - -- TableData\Email\EmailMercLevelUp.xml (odczyt, zapis) - -- TableData\RandomStats.xml (odczyt, zapis, edycja) - -- TableData\Email\EmailSenderNameList.xml (odczyt, zapis) - -- TableData\OldAIMArchive.xml (odczyt, zapis) - -- TableData\RPCFacesSmall.xml (brak obugi pliku) - -- TableData\SoundsProfiles.xml (odczyt, zapis, edycja) - -- TableData\HiddenNames.xml (odczyt, zapis, edycja) - -- TableData\NPCInventory\DevinInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\PerkoInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\TonyInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\FrankInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\MickeyInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\GabbyInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\ElginInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\JakeInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\FranzInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\HowardInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\SamInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\ArnieInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\FredoInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\KeithInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\HerveInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\PeterInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\AlbertoInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\CarloInventory.xml (odczyt, zapis) - -- TableData\NPCInventory\MannyInventory.xml (odczyt, zapis) -- zapis plikw lokalizacyjnych -- tworzenie nowego projektu - -********************************************************************************* - -Zmiany: - -* Wersja Beta 2 - - - naprawiono poruszanie si pomidzy rekordami w oknie "Edycja" - -Do zrobienia : - -- przyciski w gwnym oknie programu : kopiuj, wytnij, wklej, skasuj, biblioteka i kreator -- przyciski w oknie IMP : Add i Delete -- przeniesienie cz tekstw z kodu programu, do plikw lokalizacyjnych XML -- edycja imion -- edycja pliku IMPPortraits.xml -- edycja inwentarza sklepikarzy -- edycja wszystkich e-maili -- edycja nazw nadawcw e-maili -- edycja biografii starych najemnikw -- edycja nazw oraz pozostaych elementw grup -- edycji nazw oraz pozostaych elementw pojazdw -- edycja pliku TableData\RPCFacesSmall.xml -- edycja pliku TableData\Merchants.xml -- edycja plikw TableData\AdditionalDealer_1_Inventory.xml ... AdditionalDealer_20_Inventory.xml