diff -Nru fs-uae-launcher-2.8.2/debian/changelog fs-uae-launcher-2.8.3/debian/changelog --- fs-uae-launcher-2.8.2/debian/changelog 2012-04-23 21:49:01.000000000 +0000 +++ fs-uae-launcher-2.8.3/debian/changelog 2012-04-23 21:49:01.000000000 +0000 @@ -1,4 +1,4 @@ -fs-uae-launcher (2.8.2-0xenial) xenial; urgency=low +fs-uae-launcher (2.8.3-0xenial) xenial; urgency=low * Dummy changelog entry diff -Nru fs-uae-launcher-2.8.2/dist/macosx/Info.plist fs-uae-launcher-2.8.3/dist/macosx/Info.plist --- fs-uae-launcher-2.8.2/dist/macosx/Info.plist 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/dist/macosx/Info.plist 2017-01-08 19:45:32.000000000 +0000 @@ -19,11 +19,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.8.2 + 2.8.3 CFBundleSignature ???? CFBundleVersion - 2.8.2 + 2.8.3 LSHasLocalizedDisplayName LSMinimumSystemVersion diff -Nru fs-uae-launcher-2.8.2/dist/macosx/Makefile fs-uae-launcher-2.8.3/dist/macosx/Makefile --- fs-uae-launcher-2.8.2/dist/macosx/Makefile 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/dist/macosx/Makefile 2017-01-08 19:45:32.000000000 +0000 @@ -1,7 +1,7 @@ version = $(strip $(shell cat ../../VERSION)) arch = $(strip $(shell python3 ../arch.py)) -ver_os_arch = $(version)_macosx_$(arch) +ver_os_arch = $(version)_macos_$(arch) dname = fs-uae-launcher_$(ver_os_arch) app = $(dname)/"FS-UAE Launcher.app" macos = $(app)/Contents/MacOS/ diff -Nru fs-uae-launcher-2.8.2/fsbc/system.py fs-uae-launcher-2.8.3/fsbc/system.py --- fs-uae-launcher-2.8.2/fsbc/system.py 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsbc/system.py 2017-01-08 19:45:33.000000000 +0000 @@ -9,6 +9,6 @@ elif linux: platform = "linux" elif macosx: - platform = "macosx" + platform = "macos" else: platform = "unknown" diff -Nru fs-uae-launcher-2.8.2/fsgs/amiga/ValueConfigLoader.py fs-uae-launcher-2.8.3/fsgs/amiga/ValueConfigLoader.py --- fs-uae-launcher-2.8.2/fsgs/amiga/ValueConfigLoader.py 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/amiga/ValueConfigLoader.py 2017-01-08 19:45:32.000000000 +0000 @@ -54,7 +54,7 @@ cd_based = True self.options["joystick_port_1_mode"] = "cd32 gamepad" elif platform == "cdtv": - amiga_model = "cdtv" + amiga_model = "CDTV" cd_based = True else: raise Exception("unknown platform") diff -Nru fs-uae-launcher-2.8.2/fsgs/BaseDatabase.py fs-uae-launcher-2.8.3/fsgs/BaseDatabase.py --- fs-uae-launcher-2.8.2/fsgs/BaseDatabase.py 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/BaseDatabase.py 2017-01-08 19:45:32.000000000 +0000 @@ -118,8 +118,8 @@ if self.get_version() < version: raise Exception( - "BaseDatabase: Installed database schema is " - "newer. Have you started an old version?") + "The database has been created by a newer version of this " + "application. Have you started an older version?") if 0 < version < self.get_reset_version(): print(" -- resetting database -- ") self.connection.close() diff -Nru fs-uae-launcher-2.8.2/fsgs/input/device.py fs-uae-launcher-2.8.3/fsgs/input/device.py --- fs-uae-launcher-2.8.2/fsgs/input/device.py 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/input/device.py 2017-01-08 19:45:32.000000000 +0000 @@ -51,7 +51,7 @@ if windows: host_platform = "windows" elif macosx: - host_platform = "macosx" + host_platform = "macos" elif linux: host_platform = "linux" else: diff -Nru fs-uae-launcher-2.8.2/fsgs/input/inputdevice.py fs-uae-launcher-2.8.3/fsgs/input/inputdevice.py --- fs-uae-launcher-2.8.2/fsgs/input/inputdevice.py 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/input/inputdevice.py 2017-01-08 19:45:32.000000000 +0000 @@ -300,7 +300,7 @@ if windows: host_platform = "windows" elif macosx: - host_platform = "macosx" + host_platform = "macos" elif linux: host_platform = "linux" else: diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/0b040000000000003365000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/0b040000000000003365000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/0b040000000000003365000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/0b040000000000003365000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = SPEED-LINK Competition Pro -platform = macosx +platform = macos [device] make = Speed-Link diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/2_in_1_dt_12_4_1_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/2_in_1_dt_12_4_1_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/2_in_1_dt_12_4_1_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/2_in_1_dt_12_4_1_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,42 @@ +[fs-uae-controller] +name = 2 in 1 DT +platform = macos + +[device] +make = Thrustmaster +model = 2 in 1 DT +type = gamepad + +[sdl] +guid = 4f0400000000000020b3000000000000 +buttons = 12 +hats = 1 +axes = 4 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_left +axis_2_pos = rstick_right +axis_3_neg = rstick_up +axis_3_pos = rstick_down +button_0 = south_button +button_1 = west_button +button_10 = lstick_button +button_11 = rstick_button +button_2 = east_button +button_3 = north_button +button_4 = left_shoulder +button_5 = left_trigger +button_6 = right_shoulder +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/2_in_1_dt_12_4_1_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/2_in_1_dt_12_4_1_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/2_in_1_dt_12_4_1_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/2_in_1_dt_12_4_1_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -[fs-uae-controller] -name = 2 in 1 DT -platform = macosx - -[device] -make = Thrustmaster -model = 2 in 1 DT -type = gamepad - -[sdl] -guid = 4f0400000000000020b3000000000000 -buttons = 12 -hats = 1 -axes = 4 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_left -axis_2_pos = rstick_right -axis_3_neg = rstick_up -axis_3_pos = rstick_down -button_0 = south_button -button_1 = west_button -button_10 = lstick_button -button_11 = rstick_button -button_2 = east_button -button_3 = north_button -button_4 = left_shoulder -button_5 = left_trigger -button_6 = right_shoulder -button_7 = right_trigger -button_8 = select_button -button_9 = start_button -hat_0_down = dpad_down -hat_0_left = dpad_left -hat_0_right = dpad_right -hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/300f0000000000001201000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/300f0000000000001201000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/300f0000000000001201000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/300f0000000000001201000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Dual Analog Pad -platform = macosx +platform = macos [device] make = Saitek diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/4c050000000000006802000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/4c050000000000006802000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/4c050000000000006802000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/4c050000000000006802000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = PLAYSTATION(R)3 Controller -platform = macosx +platform = macos [device] make = Sony diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/4c05000000000000c405000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/4c05000000000000c405000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/4c05000000000000c405000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/4c05000000000000c405000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Wireless Controller -platform = macosx +platform = macos [device] make = Sony diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/4f0400000000000015b3000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/4f0400000000000015b3000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/4f0400000000000015b3000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/4f0400000000000015b3000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Thrustmaster dual analog 3.2 -platform = macosx +platform = macos [device] make = Thrustmaster diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/4f0400000000000020b3000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/4f0400000000000020b3000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/4f0400000000000020b3000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/4f0400000000000020b3000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = 2 in 1 DT -platform = macosx +platform = macos [device] make = Thrustmaster diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/5e040000000000008e02000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/5e040000000000008e02000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/5e040000000000008e02000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/5e040000000000008e02000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Xbox 360 Wired Controller -platform = macosx +platform = macos [device] make = Microsoft diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/6d0400000000000016c2000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/6d0400000000000016c2000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/6d0400000000000016c2000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/6d0400000000000016c2000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Logitech Dual Action -platform = macosx +platform = macos [device] make = Logitech diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/6d0400000000000018c2000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/6d0400000000000018c2000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/6d0400000000000018c2000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/6d0400000000000018c2000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Logitech Rumblepad 2 USB -platform = macosx +platform = macos [device] make = Logitech diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/6d0400000000000019c2000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/6d0400000000000019c2000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/6d0400000000000019c2000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/6d0400000000000019c2000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Logitech Cordless RumblePad 2 -platform = macosx +platform = macos [device] make = Logitech diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/6d040000000000001dc2000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/6d040000000000001dc2000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/6d040000000000001dc2000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/6d040000000000001dc2000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Xbox 360 Wired Controller -platform = macosx +platform = macos [device] make = Logitech diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/6d040000000000001ec2000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/6d040000000000001ec2000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/6d040000000000001ec2000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/6d040000000000001ec2000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Xbox 360 Wired Controller -platform = macosx +platform = macos [device] make = Logitech diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/6d040000000000001fc2000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/6d040000000000001fc2000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/6d040000000000001fc2000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/6d040000000000001fc2000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Xbox 360 Wired Controller -platform = macosx +platform = macos [device] make = Logitech diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/6d04000000000000d2ca000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/6d04000000000000d2ca000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/6d04000000000000d2ca000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/6d04000000000000d2ca000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = PS3/USB Cordless Gamepad -platform = macosx +platform = macos [device] make = Logitech diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/78696e70757401000000000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/78696e70757401000000000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/78696e70757401000000000000000000.fs-uae-controller 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/78696e70757401000000000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,42 @@ +[fs-uae-controller] +name = XInput Controller +platform = windows + +[device] +make = XInput +model = Controller +type = gamepad + +[sdl] +guid = 78696e70757401000000000000000000 +buttons = 11 +hats = 1 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_pos = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_2 = west_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = select_button +button_7 = start_button +button_8 = lstick_button +button_9 = rstick_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/8117000000000000990a000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/8117000000000000990a000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/8117000000000000990a000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/8117000000000000990a000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = Retro Joystick Adapter v2.0 -platform = macosx +platform = macos [device] make = Retronic diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/83050000000000006020000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/83050000000000006020000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/83050000000000006020000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/83050000000000006020000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = USB,2-axis 8-button gamepad -platform = macosx +platform = macos [device] make = iBuffalo diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/a3060000000000000901000000000000.fs-uae-controller fs-uae-launcher-2.8.3/fsgs/res/input/a3060000000000000901000000000000.fs-uae-controller --- fs-uae-launcher-2.8.2/fsgs/res/input/a3060000000000000901000000000000.fs-uae-controller 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/a3060000000000000901000000000000.fs-uae-controller 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ [fs-uae-controller] name = P880 -platform = macosx +platform = macos [device] make = Saitek diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/dual_analog_pad_12_4_1_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/dual_analog_pad_12_4_1_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/dual_analog_pad_12_4_1_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/dual_analog_pad_12_4_1_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,42 @@ +[fs-uae-controller] +name = Dual Analog Pad +platform = macos + +[device] +make = Saitek +model = P380 +type = gamepad + +[sdl] +guid = 300f0000000000001201000000000000 +buttons = 12 +hats = 1 +axes = 4 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_up +axis_2_pos = rstick_down +axis_3_neg = rstick_left +axis_3_pos = rstick_right +button_0 = west_button +button_1 = north_button +button_10 = lstick_button +button_11 = rstick_button +button_2 = south_button +button_3 = east_button +button_4 = left_shoulder +button_5 = left_trigger +button_6 = right_shoulder +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/dual_analog_pad_12_4_1_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/dual_analog_pad_12_4_1_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/dual_analog_pad_12_4_1_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/dual_analog_pad_12_4_1_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -[fs-uae-controller] -name = Dual Analog Pad -platform = macosx - -[device] -make = Saitek -model = P380 -type = gamepad - -[sdl] -guid = 300f0000000000001201000000000000 -buttons = 12 -hats = 1 -axes = 4 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_up -axis_2_pos = rstick_down -axis_3_neg = rstick_left -axis_3_pos = rstick_right -button_0 = west_button -button_1 = north_button -button_10 = lstick_button -button_11 = rstick_button -button_2 = south_button -button_3 = east_button -button_4 = left_shoulder -button_5 = left_trigger -button_6 = right_shoulder -button_7 = right_trigger -button_8 = select_button -button_9 = start_button -hat_0_down = dpad_down -hat_0_left = dpad_left -hat_0_right = dpad_right -hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/logitech_cordless_rumblepad_2_12_4_1_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/logitech_cordless_rumblepad_2_12_4_1_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/logitech_cordless_rumblepad_2_12_4_1_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/logitech_cordless_rumblepad_2_12_4_1_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,42 @@ +[fs-uae-controller] +name = Logitech Cordless RumblePad 2 +platform = macos + +[device] +make = Logitech +model = F710 +type = gamepad + +[sdl] +guid = 6d0400000000000019c2000000000000 +buttons = 12 +hats = 1 +axes = 4 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_left +axis_2_pos = rstick_right +axis_3_neg = rstick_up +axis_3_pos = rstick_down +button_0 = west_button +button_1 = south_button +button_10 = lstick_button +button_11 = rstick_button +button_2 = east_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = left_trigger +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/logitech_cordless_rumblepad_2_12_4_1_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/logitech_cordless_rumblepad_2_12_4_1_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/logitech_cordless_rumblepad_2_12_4_1_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/logitech_cordless_rumblepad_2_12_4_1_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -[fs-uae-controller] -name = Logitech Cordless RumblePad 2 -platform = macosx - -[device] -make = Logitech -model = F710 -type = gamepad - -[sdl] -guid = 6d0400000000000019c2000000000000 -buttons = 12 -hats = 1 -axes = 4 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_left -axis_2_pos = rstick_right -axis_3_neg = rstick_up -axis_3_pos = rstick_down -button_0 = west_button -button_1 = south_button -button_10 = lstick_button -button_11 = rstick_button -button_2 = east_button -button_3 = north_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = left_trigger -button_7 = right_trigger -button_8 = select_button -button_9 = start_button -hat_0_down = dpad_down -hat_0_left = dpad_left -hat_0_right = dpad_right -hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/logitech_dual_action_12_4_1_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/logitech_dual_action_12_4_1_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/logitech_dual_action_12_4_1_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/logitech_dual_action_12_4_1_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,42 @@ +[fs-uae-controller] +name = Logitech Dual Action +platform = macos + +[device] +make = Logitech +model = F310 +type = gamepad + +[sdl] +guid = 6d0400000000000016c2000000000000 +buttons = 12 +hats = 1 +axes = 4 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_left +axis_2_pos = rstick_right +axis_3_neg = rstick_up +axis_3_pos = rstick_down +button_0 = west_button +button_1 = south_button +button_10 = lstick_button +button_11 = rstick_button +button_2 = east_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = left_trigger +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/logitech_dual_action_12_4_1_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/logitech_dual_action_12_4_1_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/logitech_dual_action_12_4_1_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/logitech_dual_action_12_4_1_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -[fs-uae-controller] -name = Logitech Dual Action -platform = macosx - -[device] -make = Logitech -model = F310 -type = gamepad - -[sdl] -guid = 6d0400000000000016c2000000000000 -buttons = 12 -hats = 1 -axes = 4 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_left -axis_2_pos = rstick_right -axis_3_neg = rstick_up -axis_3_pos = rstick_down -button_0 = west_button -button_1 = south_button -button_10 = lstick_button -button_11 = rstick_button -button_2 = east_button -button_3 = north_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = left_trigger -button_7 = right_trigger -button_8 = select_button -button_9 = start_button -hat_0_down = dpad_down -hat_0_left = dpad_left -hat_0_right = dpad_right -hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/logitech_rumblepad_2_usb_12_4_1_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/logitech_rumblepad_2_usb_12_4_1_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/logitech_rumblepad_2_usb_12_4_1_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/logitech_rumblepad_2_usb_12_4_1_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,42 @@ +[fs-uae-controller] +name = Logitech Rumblepad 2 USB +platform = macos + +[device] +make = Logitech +model = F510 +type = gamepad + +[sdl] +guid = 6d0400000000000018c2000000000000 +buttons = 12 +hats = 1 +axes = 4 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_left +axis_2_pos = rstick_right +axis_3_neg = rstick_up +axis_3_pos = rstick_down +button_0 = west_button +button_1 = south_button +button_10 = lstick_button +button_11 = rstick_button +button_2 = east_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = left_trigger +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/logitech_rumblepad_2_usb_12_4_1_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/logitech_rumblepad_2_usb_12_4_1_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/logitech_rumblepad_2_usb_12_4_1_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/logitech_rumblepad_2_usb_12_4_1_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -[fs-uae-controller] -name = Logitech Rumblepad 2 USB -platform = macosx - -[device] -make = Logitech -model = F510 -type = gamepad - -[sdl] -guid = 6d0400000000000018c2000000000000 -buttons = 12 -hats = 1 -axes = 4 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_left -axis_2_pos = rstick_right -axis_3_neg = rstick_up -axis_3_pos = rstick_down -button_0 = west_button -button_1 = south_button -button_10 = lstick_button -button_11 = rstick_button -button_2 = east_button -button_3 = north_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = left_trigger -button_7 = right_trigger -button_8 = select_button -button_9 = start_button -hat_0_down = dpad_down -hat_0_left = dpad_left -hat_0_right = dpad_right -hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/manifest.txt fs-uae-launcher-2.8.3/fsgs/res/input/manifest.txt --- fs-uae-launcher-2.8.2/fsgs/res/input/manifest.txt 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/manifest.txt 2017-01-08 19:45:32.000000000 +0000 @@ -48,7 +48,7 @@ 03000000f0250000c383000010010000.fs-uae-controller 0b040000000000003365000000000000.fs-uae-controller 0b043365000000000000504944564944.fs-uae-controller -2_in_1_dt_12_4_1_0_macosx.conf +2_in_1_dt_12_4_1_0_macos.conf 2_in_1_dt_12_4_1_0_windows.conf 300f0000000000001201000000000000.fs-uae-controller 300f1201000000000000504944564944.fs-uae-controller @@ -78,6 +78,7 @@ 6d041ec2000000000000504944564944.fs-uae-controller 6d041fc2000000000000504944564944.fs-uae-controller 6d04d2ca000000000000504944564944.fs-uae-controller +78696e70757401000000000000000000.fs-uae-controller 8117000000000000990a000000000000.fs-uae-controller 8117990a000000000000504944564944.fs-uae-controller 83050000000000006020000000000000.fs-uae-controller @@ -102,7 +103,7 @@ default_keyboard.conf default_xarcade.ini default_xarcade_2.ini -dual_analog_pad_12_4_1_0_macosx.conf +dual_analog_pad_12_4_1_0_macos.conf dual_analog_pad_12_4_1_0_windows.conf f02521c1000000000000504944564944.fs-uae-controller f025c383000000000000504944564944.fs-uae-controller @@ -124,10 +125,10 @@ logitech/logitech_extreme_3d_pro.ini logitech/logitech_rumblepad_2.ini logitech/ps3_usb_cordless_gamepad.ini -logitech_cordless_rumblepad_2_12_4_1_0_macosx.conf +logitech_cordless_rumblepad_2_12_4_1_0_macos.conf logitech_cordless_rumblepad_2_12_4_1_0_windows.conf logitech_cordless_rumblepad_2_usb_12_4_1_0_windows.conf -logitech_dual_action_12_4_1_0_macosx.conf +logitech_dual_action_12_4_1_0_macos.conf logitech_dual_action_12_4_1_0_windows.conf logitech_dual_action_usb_12_4_1_0_windows.conf logitech_gamepad_f310_11_6_1_0_linux.conf @@ -135,7 +136,7 @@ logitech_gamepad_f710_11_6_1_0_linux.conf logitech_logitech_cordless_rumblepad_2_12_4_1_0_linux.conf logitech_r_precision_tm_gamepad_10_2_0_0_windows.conf -logitech_rumblepad_2_usb_12_4_1_0_macosx.conf +logitech_rumblepad_2_usb_12_4_1_0_macos.conf logitech_rumblepad_2_usb_12_4_1_0_windows.conf mad_catz/wired_xbox_360_controller_sfiv.ini microsoft/controller.ini @@ -154,13 +155,13 @@ mosic_speed_link_competition_pro_4_2_0_0_linux.conf mouse.conf other/retro_joystick_interface_v1_2.ini -p880_12_4_1_0_macosx.conf +p880_12_4_1_0_macos.conf p880_12_4_1_0_windows.conf -playstation_r_3_controller_19_4_0_0_macosx.conf +playstation_r_3_controller_19_4_0_0_macos.conf ps3_usb_cordless_gamepad_13_4_1_0_linux.conf -ps3_usb_cordless_gamepad_13_4_1_0_macosx.conf +ps3_usb_cordless_gamepad_13_4_1_0_macos.conf ps3_usb_cordless_gamepad_13_4_1_0_windows.conf -retro_joystick_adapter_v2_0_3_2_0_0_macosx.conf +retro_joystick_adapter_v2_0_3_2_0_0_macos.conf retro_joystick_adapter_v2_0_3_2_0_0_windows.conf retrolink/usb_gamepad_10_2_0_0_linux.ini retronicdesign_com_retro_joystick_adapter_v2_0_8_2_0_0_linux.conf @@ -174,7 +175,7 @@ sony/playstation_r_3_inputdevice.ini sony_computer_entertainment_wireless_controller_14_10_1_0_linux.conf sony_playstation_r_3_controller_19_27_0_0_linux.conf -speed_link_competition_pro_4_2_0_0_macosx.conf +speed_link_competition_pro_4_2_0_0_macos.conf speed_link_competition_pro_4_2_0_0_windows.conf speedlink_strike_2_gamepad_12_5_1_0_windows.conf speedlink_torid_12_4_1_0_linux.conf @@ -183,28 +184,29 @@ thrustmaster/t_mini_wireless.ini thrustmaster/top_gun_fox_2_pro.ini thrustmaster_2_in_1_dt_12_4_1_0_linux.conf -thrustmaster_dual_analog_3_2_12_4_1_0_macosx.conf +thrustmaster_dual_analog_3_2_12_4_1_0_macos.conf thrustmaster_dual_analog_3_2_12_4_1_0_windows.conf thrustmaster_thrustmaster_dual_analog_3_2_12_4_1_0_linux.conf universal_gamepad.conf universal_xarcade.ini unknown.conf usb_2_axis_8_button_gamepad_8_2_0_0_linux.conf -usb_2_axis_8_button_gamepad_8_2_0_0_macosx.conf +usb_2_axis_8_button_gamepad_8_2_0_0_macos.conf usb_2_axis_8_button_gamepad_8_2_0_0_windows.conf usb_gamepad_10_2_0_0_linux.conf -wireless_360_controller_15_6_0_0_macosx.conf -wireless_controller_14_6_1_0_macosx.conf +wireless_360_controller_15_6_0_0_macos.conf +wireless_controller_14_6_1_0_macos.conf wireless_controller_14_6_1_0_windows.conf wisegroup_ltd/mp_8866_dual_usb_joypad.ini wisegroup_ltd/tigergame_ps_ps2_game_controller_adapter.ini -x360controller_16_6_0_0_macosx.conf -xbox_360_wired_controller_15_6_0_0_macosx.conf +x360controller_16_6_0_0_macos.conf +xbox_360_wired_controller_15_6_0_0_macos.conf xbox_360_wireless_receiver_15_6_0_0_linux.conf xbox_360_wireless_receiver_15_6_1_0_linux.conf xbox_360_wireless_receiver_17_4_1_0_linux.conf -xbox_one_wired_controller_15_6_0_0_macosx.conf +xbox_one_wired_controller_15_6_0_0_macos.conf xeox_gamepad_sl_6556_bk_12_4_1_0_linux.conf xeox_gamepad_sl_6556_bk_12_4_1_0_windows.conf +xinput_controller_11_6_1_0_windows.conf xinput_controller_15_6_0_0_windows.conf zeemote/steelseries_free.ini diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/p880_12_4_1_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/p880_12_4_1_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/p880_12_4_1_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/p880_12_4_1_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,40 @@ +[fs-uae-controller] +name = P880 +platform = macos + +[device] +make = Saitek +model = P880 +type = gamepad + +[sdl] +guid = a3060000000000000901000000000000 +buttons = 12 +hats = 1 +axes = 4 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_up +axis_2_pos = rstick_down +axis_3_neg = rstick_left +axis_3_pos = rstick_right +button_0 = west_button +button_1 = north_button +button_2 = south_button +button_3 = east_button +button_4 = select_button +button_5 = start_button +button_6 = left_shoulder +button_7 = right_shoulder +button_8 = lstick_button +button_9 = rstick_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/p880_12_4_1_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/p880_12_4_1_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/p880_12_4_1_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/p880_12_4_1_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,40 +0,0 @@ -[fs-uae-controller] -name = P880 -platform = macosx - -[device] -make = Saitek -model = P880 -type = gamepad - -[sdl] -guid = a3060000000000000901000000000000 -buttons = 12 -hats = 1 -axes = 4 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_up -axis_2_pos = rstick_down -axis_3_neg = rstick_left -axis_3_pos = rstick_right -button_0 = west_button -button_1 = north_button -button_2 = south_button -button_3 = east_button -button_4 = select_button -button_5 = start_button -button_6 = left_shoulder -button_7 = right_shoulder -button_8 = lstick_button -button_9 = rstick_button -hat_0_down = dpad_down -hat_0_left = dpad_left -hat_0_right = dpad_right -hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/playstation_r_3_controller_19_4_0_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/playstation_r_3_controller_19_4_0_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/playstation_r_3_controller_19_4_0_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/playstation_r_3_controller_19_4_0_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = PLAYSTATION(R)3 Controller +platform = macos + +[device] +make = Sony +model = DualShock 3 +type = gamepad + +[sdl] +guid = 4c050000000000006802000000000000 +buttons = 19 +hats = 0 +axes = 4 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_left +axis_2_pos = rstick_right +axis_3_neg = rstick_up +axis_3_pos = rstick_down +button_0 = select_button +button_1 = lstick_button +button_10 = left_shoulder +button_11 = right_shoulder +button_12 = north_button +button_13 = east_button +button_14 = south_button +button_15 = west_button +button_16 = menu_button +button_2 = rstick_button +button_3 = start_button +button_4 = dpad_up +button_5 = dpad_right +button_6 = dpad_down +button_7 = dpad_left +button_8 = left_trigger +button_9 = right_trigger diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/playstation_r_3_controller_19_4_0_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/playstation_r_3_controller_19_4_0_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/playstation_r_3_controller_19_4_0_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/playstation_r_3_controller_19_4_0_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -[fs-uae-controller] -name = PLAYSTATION(R)3 Controller -platform = macosx - -[device] -make = Sony -model = DualShock 3 -type = gamepad - -[sdl] -guid = 4c050000000000006802000000000000 -buttons = 19 -hats = 0 -axes = 4 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_left -axis_2_pos = rstick_right -axis_3_neg = rstick_up -axis_3_pos = rstick_down -button_0 = select_button -button_1 = lstick_button -button_10 = left_shoulder -button_11 = right_shoulder -button_12 = north_button -button_13 = east_button -button_14 = south_button -button_15 = west_button -button_16 = menu_button -button_2 = rstick_button -button_3 = start_button -button_4 = dpad_up -button_5 = dpad_right -button_6 = dpad_down -button_7 = dpad_left -button_8 = left_trigger -button_9 = right_trigger diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/ps3_usb_cordless_gamepad_13_4_1_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/ps3_usb_cordless_gamepad_13_4_1_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/ps3_usb_cordless_gamepad_13_4_1_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/ps3_usb_cordless_gamepad_13_4_1_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = PS3/USB Cordless Gamepad +platform = macos + +[device] +make = Logitech +model = Cordless Precision +type = gamepad + +[sdl] +guid = 6d04000000000000d2ca000000000000 +buttons = 13 +hats = 1 +axes = 4 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_left +axis_2_pos = rstick_right +axis_3_neg = rstick_up +axis_3_pos = rstick_down +button_0 = west_button +button_1 = south_button +button_10 = lstick_button +button_11 = rstick_button +button_12 = menu_button +button_2 = east_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = left_trigger +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/ps3_usb_cordless_gamepad_13_4_1_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/ps3_usb_cordless_gamepad_13_4_1_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/ps3_usb_cordless_gamepad_13_4_1_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/ps3_usb_cordless_gamepad_13_4_1_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -[fs-uae-controller] -name = PS3/USB Cordless Gamepad -platform = macosx - -[device] -make = Logitech -model = Cordless Precision -type = gamepad - -[sdl] -guid = 6d04000000000000d2ca000000000000 -buttons = 13 -hats = 1 -axes = 4 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_left -axis_2_pos = rstick_right -axis_3_neg = rstick_up -axis_3_pos = rstick_down -button_0 = west_button -button_1 = south_button -button_10 = lstick_button -button_11 = rstick_button -button_12 = menu_button -button_2 = east_button -button_3 = north_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = left_trigger -button_7 = right_trigger -button_8 = select_button -button_9 = start_button -hat_0_down = dpad_down -hat_0_left = dpad_left -hat_0_right = dpad_right -hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/retro_joystick_adapter_v2_0_3_2_0_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/retro_joystick_adapter_v2_0_3_2_0_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/retro_joystick_adapter_v2_0_3_2_0_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/retro_joystick_adapter_v2_0_3_2_0_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,23 @@ +[fs-uae-controller] +name = Retro Joystick Adapter v2.0 +platform = macos + +[device] +make = Retronic +model = Joystick Adapter 2 +type = joystick + +[sdl] +guid = 8117000000000000990a000000000000 +buttons = 3 +hats = 0 +axes = 2 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = dpad_left +axis_0_pos = dpad_right +axis_1_neg = dpad_up +axis_1_pos = dpad_down +button_0 = south_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/retro_joystick_adapter_v2_0_3_2_0_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/retro_joystick_adapter_v2_0_3_2_0_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/retro_joystick_adapter_v2_0_3_2_0_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/retro_joystick_adapter_v2_0_3_2_0_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,23 +0,0 @@ -[fs-uae-controller] -name = Retro Joystick Adapter v2.0 -platform = macosx - -[device] -make = Retronic -model = Joystick Adapter 2 -type = joystick - -[sdl] -guid = 8117000000000000990a000000000000 -buttons = 3 -hats = 0 -axes = 2 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = dpad_left -axis_0_pos = dpad_right -axis_1_neg = dpad_up -axis_1_pos = dpad_down -button_0 = south_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/speed_link_competition_pro_4_2_0_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/speed_link_competition_pro_4_2_0_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/speed_link_competition_pro_4_2_0_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/speed_link_competition_pro_4_2_0_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,26 @@ +[fs-uae-controller] +name = SPEED-LINK Competition Pro +platform = macos + +[device] +make = Speed-Link +model = Competition Pro +type = joystick + +[sdl] +guid = 0b040000000000003365000000000000 +buttons = 4 +hats = 0 +axes = 2 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = dpad_left +axis_0_pos = dpad_right +axis_1_neg = dpad_up +axis_1_pos = dpad_down +button_0 = south_button +button_1 = west_button +button_2 = select_button +button_3 = start_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/speed_link_competition_pro_4_2_0_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/speed_link_competition_pro_4_2_0_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/speed_link_competition_pro_4_2_0_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/speed_link_competition_pro_4_2_0_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,26 +0,0 @@ -[fs-uae-controller] -name = SPEED-LINK Competition Pro -platform = macosx - -[device] -make = Speed-Link -model = Competition Pro -type = joystick - -[sdl] -guid = 0b040000000000003365000000000000 -buttons = 4 -hats = 0 -axes = 2 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = dpad_left -axis_0_pos = dpad_right -axis_1_neg = dpad_up -axis_1_pos = dpad_down -button_0 = south_button -button_1 = west_button -button_2 = select_button -button_3 = start_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/thrustmaster_dual_analog_3_2_12_4_1_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/thrustmaster_dual_analog_3_2_12_4_1_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/thrustmaster_dual_analog_3_2_12_4_1_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/thrustmaster_dual_analog_3_2_12_4_1_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,42 @@ +[fs-uae-controller] +name = Thrustmaster dual analog 3.2 +platform = macos + +[device] +make = Thrustmaster +model = Dual Analog 4 +type = gamepad + +[sdl] +guid = 4f0400000000000015b3000000000000 +buttons = 12 +hats = 1 +axes = 4 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_left +axis_2_pos = rstick_right +axis_3_neg = rstick_up +axis_3_pos = rstick_down +button_0 = south_button +button_1 = west_button +button_10 = lstick_button +button_11 = rstick_button +button_2 = east_button +button_3 = north_button +button_4 = left_shoulder +button_5 = left_trigger +button_6 = right_shoulder +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/thrustmaster_dual_analog_3_2_12_4_1_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/thrustmaster_dual_analog_3_2_12_4_1_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/thrustmaster_dual_analog_3_2_12_4_1_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/thrustmaster_dual_analog_3_2_12_4_1_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,42 +0,0 @@ -[fs-uae-controller] -name = Thrustmaster dual analog 3.2 -platform = macosx - -[device] -make = Thrustmaster -model = Dual Analog 4 -type = gamepad - -[sdl] -guid = 4f0400000000000015b3000000000000 -buttons = 12 -hats = 1 -axes = 4 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_left -axis_2_pos = rstick_right -axis_3_neg = rstick_up -axis_3_pos = rstick_down -button_0 = south_button -button_1 = west_button -button_10 = lstick_button -button_11 = rstick_button -button_2 = east_button -button_3 = north_button -button_4 = left_shoulder -button_5 = left_trigger -button_6 = right_shoulder -button_7 = right_trigger -button_8 = select_button -button_9 = start_button -hat_0_down = dpad_down -hat_0_left = dpad_left -hat_0_right = dpad_right -hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/usb_2_axis_8_button_gamepad_8_2_0_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/usb_2_axis_8_button_gamepad_8_2_0_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/usb_2_axis_8_button_gamepad_8_2_0_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/usb_2_axis_8_button_gamepad_8_2_0_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,30 @@ +[fs-uae-controller] +name = USB,2-axis 8-button gamepad +platform = macos + +[device] +make = iBuffalo +model = SNES Pad +type = gamepad + +[sdl] +guid = 83050000000000006020000000000000 +buttons = 8 +hats = 0 +axes = 2 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = dpad_left +axis_0_pos = dpad_right +axis_1_neg = dpad_up +axis_1_pos = dpad_down +button_0 = east_button +button_1 = south_button +button_2 = north_button +button_3 = west_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = select_button +button_7 = start_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/usb_2_axis_8_button_gamepad_8_2_0_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/usb_2_axis_8_button_gamepad_8_2_0_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/usb_2_axis_8_button_gamepad_8_2_0_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/usb_2_axis_8_button_gamepad_8_2_0_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -[fs-uae-controller] -name = USB,2-axis 8-button gamepad -platform = macosx - -[device] -make = iBuffalo -model = SNES Pad -type = gamepad - -[sdl] -guid = 83050000000000006020000000000000 -buttons = 8 -hats = 0 -axes = 2 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = dpad_left -axis_0_pos = dpad_right -axis_1_neg = dpad_up -axis_1_pos = dpad_down -button_0 = east_button -button_1 = south_button -button_2 = north_button -button_3 = west_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = select_button -button_7 = start_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/wireless_360_controller_15_6_0_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/wireless_360_controller_15_6_0_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/wireless_360_controller_15_6_0_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/wireless_360_controller_15_6_0_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Wireless 360 Controller +platform = macos + +[device] +make = Microsoft +model = Xbox 360 Pad +type = gamepad + +[sdl] +guid = 5e040000000000008e02000000000000 +buttons = 15 +hats = 0 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_pos = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = dpad_up +button_12 = dpad_down +button_13 = dpad_left +button_14 = dpad_right +button_2 = west_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = lstick_button +button_7 = rstick_button +button_8 = start_button +button_9 = select_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/wireless_360_controller_15_6_0_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/wireless_360_controller_15_6_0_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/wireless_360_controller_15_6_0_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/wireless_360_controller_15_6_0_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -[fs-uae-controller] -name = Wireless 360 Controller -platform = macosx - -[device] -make = Microsoft -model = Xbox 360 Pad -type = gamepad - -[sdl] -guid = 5e040000000000008e02000000000000 -buttons = 15 -hats = 0 -axes = 6 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_pos = left_trigger -axis_3_neg = rstick_left -axis_3_pos = rstick_right -axis_4_neg = rstick_up -axis_4_pos = rstick_down -axis_5_pos = right_trigger -button_0 = south_button -button_1 = east_button -button_10 = menu_button -button_11 = dpad_up -button_12 = dpad_down -button_13 = dpad_left -button_14 = dpad_right -button_2 = west_button -button_3 = north_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = lstick_button -button_7 = rstick_button -button_8 = start_button -button_9 = select_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/wireless_controller_14_6_1_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/wireless_controller_14_6_1_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/wireless_controller_14_6_1_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/wireless_controller_14_6_1_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Wireless Controller +platform = macos + +[device] +make = Sony +model = DualShock 4 +type = gamepad + +[sdl] +guid = 4c05000000000000c405000000000000 +buttons = 14 +hats = 1 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_neg = rstick_left +axis_2_pos = rstick_right +axis_5_neg = rstick_up +axis_5_pos = rstick_down +button_0 = west_button +button_1 = south_button +button_10 = lstick_button +button_11 = rstick_button +button_12 = menu_button +button_2 = east_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = left_trigger +button_7 = right_trigger +button_8 = select_button +button_9 = start_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/wireless_controller_14_6_1_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/wireless_controller_14_6_1_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/wireless_controller_14_6_1_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/wireless_controller_14_6_1_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -[fs-uae-controller] -name = Wireless Controller -platform = macosx - -[device] -make = Sony -model = DualShock 4 -type = gamepad - -[sdl] -guid = 4c05000000000000c405000000000000 -buttons = 14 -hats = 1 -axes = 6 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_neg = rstick_left -axis_2_pos = rstick_right -axis_5_neg = rstick_up -axis_5_pos = rstick_down -button_0 = west_button -button_1 = south_button -button_10 = lstick_button -button_11 = rstick_button -button_12 = menu_button -button_2 = east_button -button_3 = north_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = left_trigger -button_7 = right_trigger -button_8 = select_button -button_9 = start_button -hat_0_down = dpad_down -hat_0_left = dpad_left -hat_0_right = dpad_right -hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/x360controller_16_6_0_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/x360controller_16_6_0_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/x360controller_16_6_0_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/x360controller_16_6_0_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = X360Controller +platform = macos + +[device] +make = Microsoft +model = Xbox One Pad +type = gamepad + +[sdl] +guid = 5e040000000000008e02000000000000 +buttons = 16 +hats = 0 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_pos = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_11 = dpad_up +button_12 = dpad_down +button_13 = dpad_left +button_14 = dpad_right +button_15 = menu_button +button_2 = west_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = lstick_button +button_7 = rstick_button +button_8 = start_button +button_9 = select_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/x360controller_16_6_0_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/x360controller_16_6_0_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/x360controller_16_6_0_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/x360controller_16_6_0_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -[fs-uae-controller] -name = X360Controller -platform = macosx - -[device] -make = Microsoft -model = Xbox One Pad -type = gamepad - -[sdl] -guid = 5e040000000000008e02000000000000 -buttons = 16 -hats = 0 -axes = 6 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_pos = left_trigger -axis_3_neg = rstick_left -axis_3_pos = rstick_right -axis_4_neg = rstick_up -axis_4_pos = rstick_down -axis_5_pos = right_trigger -button_0 = south_button -button_1 = east_button -button_11 = dpad_up -button_12 = dpad_down -button_13 = dpad_left -button_14 = dpad_right -button_15 = menu_button -button_2 = west_button -button_3 = north_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = lstick_button -button_7 = rstick_button -button_8 = start_button -button_9 = select_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/xbox_360_wired_controller_15_6_0_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/xbox_360_wired_controller_15_6_0_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/xbox_360_wired_controller_15_6_0_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/xbox_360_wired_controller_15_6_0_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Xbox 360 Wired Controller +platform = macos + +[device] +make = Microsoft +model = Xbox 360 Pad +type = gamepad + +[sdl] +guid = 5e040000000000008e02000000000000 +buttons = 15 +hats = 0 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_pos = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = dpad_up +button_12 = dpad_down +button_13 = dpad_left +button_14 = dpad_right +button_2 = west_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = lstick_button +button_7 = rstick_button +button_8 = start_button +button_9 = select_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/xbox_360_wired_controller_15_6_0_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/xbox_360_wired_controller_15_6_0_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/xbox_360_wired_controller_15_6_0_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/xbox_360_wired_controller_15_6_0_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -[fs-uae-controller] -name = Xbox 360 Wired Controller -platform = macosx - -[device] -make = Microsoft -model = Xbox 360 Pad -type = gamepad - -[sdl] -guid = 5e040000000000008e02000000000000 -buttons = 15 -hats = 0 -axes = 6 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_pos = left_trigger -axis_3_neg = rstick_left -axis_3_pos = rstick_right -axis_4_neg = rstick_up -axis_4_pos = rstick_down -axis_5_pos = right_trigger -button_0 = south_button -button_1 = east_button -button_10 = menu_button -button_11 = dpad_up -button_12 = dpad_down -button_13 = dpad_left -button_14 = dpad_right -button_2 = west_button -button_3 = north_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = lstick_button -button_7 = rstick_button -button_8 = start_button -button_9 = select_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/xbox_one_wired_controller_15_6_0_0_macos.conf fs-uae-launcher-2.8.3/fsgs/res/input/xbox_one_wired_controller_15_6_0_0_macos.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/xbox_one_wired_controller_15_6_0_0_macos.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/xbox_one_wired_controller_15_6_0_0_macos.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,43 @@ +[fs-uae-controller] +name = Xbox One Wired Controller +platform = macos + +[device] +make = Microsoft +model = Xbox One Pad +type = gamepad + +[sdl] +guid = 5e040000000000008e02000000000000 +buttons = 15 +hats = 0 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_pos = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_10 = menu_button +button_11 = dpad_up +button_12 = dpad_down +button_13 = dpad_left +button_14 = dpad_right +button_2 = west_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = lstick_button +button_7 = rstick_button +button_8 = start_button +button_9 = select_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/xbox_one_wired_controller_15_6_0_0_macosx.conf fs-uae-launcher-2.8.3/fsgs/res/input/xbox_one_wired_controller_15_6_0_0_macosx.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/xbox_one_wired_controller_15_6_0_0_macosx.conf 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/xbox_one_wired_controller_15_6_0_0_macosx.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,43 +0,0 @@ -[fs-uae-controller] -name = Xbox One Wired Controller -platform = macosx - -[device] -make = Microsoft -model = Xbox One Pad -type = gamepad - -[sdl] -guid = 5e040000000000008e02000000000000 -buttons = 15 -hats = 0 -axes = 6 -balls = 0 - -[default] -include = universal_gamepad -axis_0_neg = lstick_left -axis_0_pos = lstick_right -axis_1_neg = lstick_up -axis_1_pos = lstick_down -axis_2_pos = left_trigger -axis_3_neg = rstick_left -axis_3_pos = rstick_right -axis_4_neg = rstick_up -axis_4_pos = rstick_down -axis_5_pos = right_trigger -button_0 = south_button -button_1 = east_button -button_10 = menu_button -button_11 = dpad_up -button_12 = dpad_down -button_13 = dpad_left -button_14 = dpad_right -button_2 = west_button -button_3 = north_button -button_4 = left_shoulder -button_5 = right_shoulder -button_6 = lstick_button -button_7 = rstick_button -button_8 = start_button -button_9 = select_button diff -Nru fs-uae-launcher-2.8.2/fsgs/res/input/xinput_controller_11_6_1_0_windows.conf fs-uae-launcher-2.8.3/fsgs/res/input/xinput_controller_11_6_1_0_windows.conf --- fs-uae-launcher-2.8.2/fsgs/res/input/xinput_controller_11_6_1_0_windows.conf 1970-01-01 00:00:00.000000000 +0000 +++ fs-uae-launcher-2.8.3/fsgs/res/input/xinput_controller_11_6_1_0_windows.conf 2017-01-08 19:45:32.000000000 +0000 @@ -0,0 +1,42 @@ +[fs-uae-controller] +name = XInput Controller +platform = windows + +[device] +make = XInput +model = Controller +type = gamepad + +[sdl] +guid = 78696e70757401000000000000000000 +buttons = 11 +hats = 1 +axes = 6 +balls = 0 + +[default] +include = universal_gamepad +axis_0_neg = lstick_left +axis_0_pos = lstick_right +axis_1_neg = lstick_up +axis_1_pos = lstick_down +axis_2_pos = left_trigger +axis_3_neg = rstick_left +axis_3_pos = rstick_right +axis_4_neg = rstick_up +axis_4_pos = rstick_down +axis_5_pos = right_trigger +button_0 = south_button +button_1 = east_button +button_2 = west_button +button_3 = north_button +button_4 = left_shoulder +button_5 = right_shoulder +button_6 = select_button +button_7 = start_button +button_8 = lstick_button +button_9 = rstick_button +hat_0_down = dpad_down +hat_0_left = dpad_left +hat_0_right = dpad_right +hat_0_up = dpad_up diff -Nru fs-uae-launcher-2.8.2/fs-uae-launcher fs-uae-launcher-2.8.3/fs-uae-launcher --- fs-uae-launcher-2.8.2/fs-uae-launcher 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/fs-uae-launcher 2017-01-08 19:45:33.000000000 +0000 @@ -62,8 +62,13 @@ # Dummy imports for cx_Freeze sys.exit(0) +# noinspection PyUnreachableCode,PyUnresolvedReferences,PyProtectedMember import pkg_resources._vendor.packaging.requirements +# noinspection PyUnreachableCode,PyUnresolvedReferences,PyProtectedMember import pkg_resources._vendor.packaging.specifiers +# noinspection PyUnreachableCode,PyUnresolvedReferences,PyProtectedMember import pkg_resources._vendor.packaging.version +# noinspection PyUnreachableCode,PyUnresolvedReferences,PyProtectedMember import pkg_resources._vendor.pyparsing +# noinspection PyUnreachableCode,PyUnresolvedReferences,PyProtectedMember import pkg_resources._vendor.six diff -Nru fs-uae-launcher-2.8.2/fs-uae-launcher.spec fs-uae-launcher-2.8.3/fs-uae-launcher.spec --- fs-uae-launcher-2.8.2/fs-uae-launcher.spec 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/fs-uae-launcher.spec 2017-01-08 19:45:32.000000000 +0000 @@ -1,6 +1,6 @@ %define name fs-uae-launcher -%define version 2.8.2 -%define unmangled_version 2.8.2 +%define version 2.8.3 +%define unmangled_version 2.8.3 %define release 1%{?dist} Summary: Graphical configuration frontend and launcher for FS-UAE Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/icon/fs-uae-launcher.icns and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/icon/fs-uae-launcher.icns differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/icon/fs-uae-launcher.ico and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/icon/fs-uae-launcher.ico differ diff -Nru fs-uae-launcher-2.8.2/launcher/apps/fs_uae_arcade.py fs-uae-launcher-2.8.3/launcher/apps/fs_uae_arcade.py --- fs-uae-launcher-2.8.2/launcher/apps/fs_uae_arcade.py 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/launcher/apps/fs_uae_arcade.py 2017-01-08 19:45:33.000000000 +0000 @@ -33,4 +33,6 @@ --window --monitor=left|right|middle-left|middle-right (Requires fullscreen) --platform= + +TODO: Add more documentation """ diff -Nru fs-uae-launcher-2.8.2/launcher/apps/fs_uae_launcher.py fs-uae-launcher-2.8.3/launcher/apps/fs_uae_launcher.py --- fs-uae-launcher-2.8.2/launcher/apps/fs_uae_launcher.py 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/launcher/apps/fs_uae_launcher.py 2017-01-08 19:45:33.000000000 +0000 @@ -1,15 +1,25 @@ +import sys from launcher.version import VERSION def app_main(): + if "--help" in sys.argv: + print(help_text) + return print("FS-UAE Launcher {0}".format(VERSION)) from launcher.fs_uae_launcher import FSUAELauncher application = FSUAELauncher() - - application.start() - application.run() - application.save_settings() + try: + application.start() + except Exception as e: + import fsui + fsui.show_error("An error occurred starting FS-UAE Launcher:\n\n" + + repr(e) + "\n\nFS-UAE Launcher cannot start " + "because of this.", "FS-UAE Launcher") + else: + application.run() + application.save_settings() # from fs_uae_launcher.netplay.IRC import IRC # IRC.stop() @@ -17,3 +27,13 @@ from fsbc.signal import Signal Signal("quit").notify() print("app_main done") + + +help_text = """\ +FS-UAE Launcher Help" + +Options: + --no-gui Do not show launch progress dialog + +TODO: Add more documentation +""" diff -Nru fs-uae-launcher-2.8.2/launcher/fs_uae_launcher.py fs-uae-launcher-2.8.3/launcher/fs_uae_launcher.py --- fs-uae-launcher-2.8.2/launcher/fs_uae_launcher.py 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/launcher/fs_uae_launcher.py 2017-01-08 19:45:33.000000000 +0000 @@ -158,6 +158,7 @@ print("preferred variant:", variant_uuid) fsgs.load_game_variant(variant_uuid) fsgs.config.add_from_argv() + LauncherConfig.post_load_values(fsgs.config) return cls.run_config_directly() @classmethod diff -Nru fs-uae-launcher-2.8.2/launcher/launcher_config.py fs-uae-launcher-2.8.3/launcher/launcher_config.py --- fs-uae-launcher-2.8.2/launcher/launcher_config.py 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/launcher/launcher_config.py 2017-01-08 19:45:33.000000000 +0000 @@ -549,21 +549,27 @@ value_config_loader.load_values(values) config = value_config_loader.get_config() cls.load(config) - config_name = config.get("__config_name", "") - + values["__config_name"] = config.get("__config_name") else: print("Warning: Non-Amiga game loaded") platform_handler = PlatformHandler.create(platform_id) loader = platform_handler.get_loader(fsgs) fsgs.config.load(loader.load_values(values)) - config_name = "{0} ({1})".format( - values.get("game_name"), values.get("platform_name")) + cls.post_load_values(values) + @classmethod + def post_load_values(cls, values): + print("POST_LOAD_VALUES") + if values.get("__config_name", ""): + print("__config_name was set") + config_name = values.get("__config_name", "") + else: + config_name = "{0} ({1})".format( + values.get("game_name"), + values.get("platform_name")) LauncherSettings.set("config_path", "") - if config_name: config_name = cls.create_fs_name(config_name) - LauncherSettings.set("config_name", config_name) LauncherSettings.set("config_xml_path", "") cls.set("__changed", "0") Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/launcher/res/128/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/launcher/res/128/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/launcher/res/16/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/launcher/res/16/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/launcher/res/16x16/fs-uae-arcade.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/launcher/res/16x16/fs-uae-arcade.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/launcher/res/16x16/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/launcher/res/16x16/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/launcher/res/256/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/launcher/res/256/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/launcher/res/32/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/launcher/res/32/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/launcher/res/48/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/launcher/res/48/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/launcher/res/64/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/launcher/res/64/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/launcher/res/database_url_16.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/launcher/res/database_url_16.png differ diff -Nru fs-uae-launcher-2.8.2/launcher/ui/launch.py fs-uae-launcher-2.8.3/launcher/ui/launch.py --- fs-uae-launcher-2.8.2/launcher/ui/launch.py 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/launcher/ui/launch.py 2017-01-08 19:45:33.000000000 +0000 @@ -1,3 +1,5 @@ +import sys + import fsui from fsbc.application import app from fsgs.runner import GameRunner @@ -233,6 +235,7 @@ def __init__(self, parent, title, task): print("LaunchDialog parent =", parent) self.has_parent = parent is not None + self.no_gui = "--no-gui" in sys.argv super().__init__(parent, title, maximizable=False) self.layout = fsui.VerticalLayout() @@ -310,14 +313,17 @@ LauncherConfig.set( "__progress", gettext("Running: Emulator")) else: - self.sub_title_label.set_text(progress) + if self.no_gui: + print("[PROGRESS]", progress) + else: + self.sub_title_label.set_text(progress) LauncherConfig.set( "__progress", "Preparing: {}".format(progress)) fsui.call_after(function) def show(self, *args, **kwargs): - if self.has_parent: + if self.has_parent or self.no_gui: # Hack to prevent it from being shown pass else: diff -Nru fs-uae-launcher-2.8.2/launcher/version.py fs-uae-launcher-2.8.3/launcher/version.py --- fs-uae-launcher-2.8.2/launcher/version.py 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/launcher/version.py 2017-01-08 19:45:33.000000000 +0000 @@ -1 +1 @@ -VERSION = "2.8.2" +VERSION = "2.8.3" diff -Nru fs-uae-launcher-2.8.2/Makefile fs-uae-launcher-2.8.3/Makefile --- fs-uae-launcher-2.8.2/Makefile 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/Makefile 2017-01-08 19:45:33.000000000 +0000 @@ -229,7 +229,7 @@ macosx-dist: distdir cd $(dist_dir)/dist/macosx && make - mv $(dist_dir)/fs-uae-launcher_*macosx* . + mv $(dist_dir)/fs-uae-launcher_*macos* . rm -Rf $(dist_dir) clean-dist: diff -Nru fs-uae-launcher-2.8.2/po/cs.po fs-uae-launcher-2.8.3/po/cs.po --- fs-uae-launcher-2.8.2/po/cs.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/cs.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-09-10 15:10-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Czech\n" "Language: cs_CZ\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Dodatečná konfigurace" +msgid "Additional Databases" +msgstr "" + msgid "Adult-Themed Games" msgstr "Hry pro dospělé" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Vlastní možnosti" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "Vlastní uae_ možnosti" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Povolit/zakázat používání databáze her pro Game Boy Advance" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Povolit/zakázat používání databáze her pro Nintendo (NES)" @@ -526,9 +538,12 @@ msgid "FS-UAE Arcade" msgstr "" -msgid "Fade-in Duration on Start" +msgid "FS-UAE Arcade" msgstr "" +msgid "Fade-in Duration on Start" +msgstr "Délka stmívání na startu" + msgid "Fast RAM" msgstr "Fast RAM" @@ -605,7 +620,7 @@ msgstr "Zapomenuté heslo?" msgid "Freezer Cartridge" -msgstr "" +msgstr "Cartridge" msgid "Full Frame" msgstr "Přesné snímkování" @@ -701,16 +716,16 @@ msgstr "Domů" msgid "Host Key BACKSLASH" -msgstr "" +msgstr "Klávesa znaku ZPĚTNÉ LOMÍTKO" msgid "Host Key EQUALS" -msgstr "" +msgstr "Klávesa znaku ROVNÁ SE" msgid "Host Key INSERT" -msgstr "" +msgstr "Klávesa znaku INSERT" msgid "Host Key LESS" -msgstr "" +msgstr "Klávesa znaku MENŠÍ" msgid "How to achieve perfectly smooth scrolling" msgstr "Jak docílit dokonale plynulého posuvu" @@ -738,7 +753,7 @@ msgstr "Import je dokončen" msgid "Include Save Disk" -msgstr "" +msgstr "Zahrnout Save Disk" msgid "Include built-in configurations" msgstr "Zahrnout vestavěná nastavení" @@ -756,7 +771,7 @@ msgstr "Specifikována špatná velikost" msgid "JIT Compiler" -msgstr "" +msgstr "Kompilátor JIT" msgid "JIT compiler with a PPC-only OS is not recommended" msgstr "" @@ -798,10 +813,10 @@ msgstr "Jazyk:" msgid "Launcher Font Size" -msgstr "" +msgstr "Velikost písma Launcheru" msgid "Launcher Theme" -msgstr "" +msgstr "Vzhled Launcheru" msgid "Launching FS-UAE" msgstr "Spouštím FS-UAE" @@ -825,7 +840,7 @@ msgstr "Nahrávání..." msgid "Log Autoscale Changes" -msgstr "" +msgstr "Logovat změny škálování" msgid "Log In" msgstr "Přihlásit se" @@ -837,28 +852,28 @@ msgstr "Přihlaste se k účtu OAGD.net" msgid "Log Input Events" -msgstr "" +msgstr "Logovat události vstupu" msgid "Log Out" msgstr "Odhlásit" msgid "Log Out from Your OAGD.net Account" -msgstr "" +msgstr "Odhlášení od účtu OAGD.net" msgid "Log database query plans" -msgstr "" +msgstr "Logovat plány dotazů databáze" msgid "Logging" msgstr "Logování" msgid "Logging in will enable the online game database and more" -msgstr "" +msgstr "Přihlášení vám umožní online herní databázi a další" msgid "Low" msgstr "Nízko" msgid "Low latency video sync" -msgstr "" +msgstr "Video synchronizace s nízkou latencí" msgid "MB" msgstr "MB" @@ -950,7 +965,7 @@ msgstr "Přezdívka:" msgid "No Amiga Device" -msgstr "" +msgstr "Žádné zařízení Amiga" msgid "No Device" msgstr "Žádné zařízení" @@ -959,7 +974,7 @@ msgstr "Žádné hostitelské zařízení" msgid "No Last Played" -msgstr "" +msgstr "Žádné poslední přehrané" msgid "No Protection" msgstr "Žádná ochrana" @@ -976,11 +991,14 @@ msgid "Not logged in" msgstr "Nepřihlášen" -msgid "OAGD.net Locker Uploader" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." msgstr "" +msgid "OAGD.net Locker Uploader" +msgstr "OAGD.net Locker Uploader" + msgid "OAGD.net Locker is not enabled for your user. It may be available only to a few select beta users." -msgstr "" +msgstr "OAGD.net Locker není povolen pro uživatele. Může být k dispozici pouze několika vybraným beta testerům." msgid "OAGD.net upload task completed successfully" msgstr "" @@ -999,7 +1017,7 @@ msgstr "" msgid "Options for WHDLoad support in FS-UAE Launcher" -msgstr "" +msgstr "Možnosti podpory WHDLoad ve FS-SAE Launcheru" msgid "Other Device" msgstr "Ostatní zařízení" @@ -1018,7 +1036,7 @@ msgstr "Platforma" msgid "Please open the following web page and download the game from there:" -msgstr "" +msgstr "Otevřete následující internetovou stránku a hru stáhněte zde:" msgid "Please wait..." msgstr "Čekejte prosím…" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Odmítnout" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "Relativní cesty" @@ -1183,13 +1204,13 @@ msgstr "Vybrat cílový adresář" msgid "Select First Letter" -msgstr "" +msgstr "Vyberte první písmeno" msgid "Select Keyword" msgstr "Vybrat klíčové slovo" msgid "Select List" -msgstr "" +msgstr "Vyberte seznam" msgid "Select Multiple CD-ROMs" msgstr "Vybrat několik CD-ROM mechanik" @@ -1223,7 +1244,7 @@ msgstr "Zobrazit rámeček a dekorace okna" msgid "Shuffle" -msgstr "" +msgstr "Náhodně" msgid "Size:" msgstr "Velikost:" @@ -1241,7 +1262,7 @@ msgstr "" msgid "Standard" -msgstr "" +msgstr "Výchozí" msgid "Start" msgstr "Spustit" @@ -1250,13 +1271,13 @@ msgstr "Spouštění her v režimu celé obrazovky" msgid "Start with full keyboard emulation" -msgstr "" +msgstr "Začít s úplnou emulací klávesnice" msgid "Starting scan" msgstr "Spouštím prohledávání" msgid "Stereo Separation" -msgstr "" +msgstr "Oddělení stereo zvuku" msgid "Stop" msgstr "Zastavit" @@ -1271,7 +1292,7 @@ msgstr "Synchronizace" msgid "Synchronize FS-UAE with your display for smooth video" -msgstr "" +msgstr "Synchronizovat FS-UAE s displejem pro plynulé video" msgid "Synchronizing game database..." msgstr "Synchronizace herní databáze..." @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Použít RDB obrazy disků pro velikost >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "Používá se náhrada Kickstart ROM" @@ -1413,13 +1437,13 @@ msgstr "WHDLoad parametry" msgid "WHDLoad splash delay" -msgstr "" +msgstr "WHDLoad úvodní zpoždění" msgid "Warning" msgstr "Varování" msgid "Warning: No ROM files were found!" -msgstr "" +msgstr "Varování: Nebyly nalezeny žádné soubory ROM!" msgid "Web Links" msgstr "Webové odkazy" diff -Nru fs-uae-launcher-2.8.2/po/da.po fs-uae-launcher-2.8.3/po/da.po --- fs-uae-launcher-2.8.2/po/da.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/da.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-09-10 15:10-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Danish\n" "Language: da_DK\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Yderligere konfiguration" +msgid "Additional Databases" +msgstr "" + msgid "Adult-Themed Games" msgstr "Voksenspil" @@ -250,7 +253,7 @@ msgstr "Vælg type" msgid "Choose what folders you want to scan for Amiga files" -msgstr "Vælg hvilke mapper, du vil scanne for Amiga-filer" +msgstr "Vælg hvilke mapper, du vil skanne for Amiga-filer" msgid "Cleaning up..." msgstr "Rydder op..." @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Tilpassede indstillinger" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "Tilpassede uae_-indstillinger" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Aktiver/deaktiver brugen af Game Boy Advance-database" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Aktiver/deaktiver brugen af Nintendo (NES) database" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "Fade-in varighed på Start" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Ikke logget på." +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "OAGD.net locker uploader" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Afvis" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "Relative stier" @@ -1138,46 +1159,46 @@ msgstr "Skalerings indstillinger" msgid "Scan" -msgstr "Scan" +msgstr "Skan" msgid "Scan Downloads" -msgstr "Scan hentede filer" +msgstr "Skan hentede filer" msgid "Scan complete" -msgstr "Scanning komplet" +msgstr "Skanning komplet" msgid "Scan error" -msgstr "Scannings fejl" +msgstr "Skannings fejl" msgid "Scan for Kickstarts, Files and Configurations" -msgstr "Scan for kickstarter, filer og konfigurationer" +msgstr "Skan for kickstarter, filer og konfigurationer" msgid "Scanning .fs-uae files..." -msgstr "Scanner .fs-uae filer..." +msgstr "Skanner .fs-uae filer..." msgid "Scanning configurations" -msgstr "Scannings konfigurationer" +msgstr "Skannings konfigurationer" msgid "Scanning files" -msgstr "Scanner filer" +msgstr "Skanner filer" #, python-brace-format msgid "Scanning files ({count} scanned)" -msgstr "Scanner filer ({count} scannet)" +msgstr "Skanner filer ({count} skannet)" msgid "Scanning game database entries..." -msgstr "Scanner spil database poster" +msgstr "Skanner spil database poster..." #, python-brace-format msgid "Scanning game variants ({count} scanned)" -msgstr "Scanner spil varianter ({count} scannet)" +msgstr "Skanner spil varianter ({count} skannet)" msgid "Scanning games" -msgstr "Scanner spil" +msgstr "Skanner spil" #, python-brace-format msgid "Scanning games ({count} scanned)" -msgstr "Scanner spil ({count} scannet)" +msgstr "Skanner spil ({count} skannet)" msgid "Select Destination Directory" msgstr "Vælg destinations biblioteket" @@ -1253,7 +1274,7 @@ msgstr "Starte med fuld tastatur emulering" msgid "Starting scan" -msgstr "Starter scanning" +msgstr "Starter skanning" msgid "Stereo Separation" msgstr "Stereo adskildelse" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Brug RDB disk images for størrelser >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "Brug af Kickstart ROM udskiftning" diff -Nru fs-uae-launcher-2.8.2/po/de.po fs-uae-launcher-2.8.3/po/de.po --- fs-uae-launcher-2.8.2/po/de.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/de.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-31 10:05-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: German\n" "Language: de_DE\n" @@ -57,7 +57,7 @@ msgstr "Beschleunigerkarte" msgid "Accelerator RAM" -msgstr "Beschleuniger-RAM" +msgstr "Turbokarten-RAM" msgid "Accept" msgstr "Akzeptieren" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Zusätzliche Konfiguration" +msgid "Additional Databases" +msgstr "Weitere Datenbanken" + msgid "Adult-Themed Games" msgstr "Spiele für Erwachsene" @@ -156,10 +159,10 @@ msgstr "Auto-Download" msgid "Auto-Fire is Off" -msgstr "Dauerfeuer ist AUS" +msgstr "Dauerfeuer ist ausgeschaltet" msgid "Auto-Fire is On" -msgstr "Dauerfeuer ist AN" +msgstr "Dauerfeuer ist eingeschaltet" msgid "Automatic" msgstr "Automatisch" @@ -171,7 +174,7 @@ msgstr "Verfügbare Kickstart-Versionen" msgid "Available and Auto-Downloadable Games" -msgstr "Verfügbare und automatisch-herunterladbare Spiele" +msgstr "Verfügbare und automatisch herunterladbare Spiele" msgid "Available and Downloadable Games" msgstr "Verfügbare und herunterladbare Spiele" @@ -183,7 +186,7 @@ msgstr "Beste Variante" msgid "Blizzard SCSI Kit" -msgstr "Blizzard SCSI Kit" +msgstr "Blizzard SCSI-Kit" msgid "Browse" msgstr "Öffnen" @@ -229,13 +232,13 @@ msgstr "Berechne Prüfsumme für Datei..." msgid "Chip RAM" -msgstr "Chip RAM" +msgstr "Chip-RAM" msgid "Choose CD-ROM Image" msgstr "CD-Abbild auswählen" msgid "Choose Extended ROM" -msgstr "Erweiterten ROM auswählen" +msgstr "Erweitertes ROM auswählen" msgid "Choose Floppy Image" msgstr "Diskettenabbild auswählen" @@ -244,13 +247,13 @@ msgstr "Festplatte auswählen" msgid "Choose Kickstart ROM" -msgstr "Kickstart ROM auswählen" +msgstr "Kickstart-ROM auswählen" msgid "Choose Type" msgstr "Typ auswählen" msgid "Choose what folders you want to scan for Amiga files" -msgstr "Wählen Sie Verzeichnisse zum Scannen nach Amiga-Dateien aus" +msgstr "Wählen Sie die Verzeichnisse aus, die nach Amiga-Dateien durchsucht werden sollen" msgid "Cleaning up..." msgstr "Räume auf …" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Benutzerdef. Optionen" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "Eigenes Startverzeichnis für automatische WHDLoad-Unterstützung" + msgid "Custom uae_ Options" msgstr "Benutzerdef. uae_Optionen" @@ -430,7 +436,7 @@ msgstr "Spiel herunterladen" msgid "Download Game Manually" -msgstr "Manueller Spiele Download" +msgstr "Manueller Spiele-Download" #, python-brace-format msgid "Download failed (attempt {0}) - retrying in {0} seconds" @@ -464,43 +470,49 @@ msgstr "Experimentelle Net-Play-Oberfläche aktivieren (erfordert Neustart)" msgid "Enable online database support (requires restart)" -msgstr "Online Datenbank Unterstützung aktivieren (Neustart erforderlich)" +msgstr "Unterstützung für Online-Datenbank aktivieren (Neustart erforderlich)" msgid "Enable/disable use of OAGD.net locker" msgstr "Aktiviere/deaktiviere die Nutzung von OAGD.net-Locker" msgid "Enable/disable use of the Amstrad CPC game database" -msgstr "Verwendung der Amstrad CPC Spiele-Datenbank aktivieren/deaktivieren" +msgstr "Verwendung der Amstrad CPC-Spiele-Datenbank aktivieren/deaktivieren" msgid "Enable/disable use of the Arcade game database" -msgstr "Verwendung der Arcade Spiele-Datenbank aktivieren/deaktivieren" +msgstr "Verwendung der Arcade-Spiele-Datenbank aktivieren/deaktivieren" msgid "Enable/disable use of the Atari ST game database" -msgstr "Verwendung der Atari ST Spiele-Datenbank aktivieren/deaktivieren" +msgstr "Verwendung der Atari ST-Spiele-Datenbank aktivieren/deaktivieren" msgid "Enable/disable use of the Commodore 64 (C64) database" -msgstr "Verwendung der Commodore 64 (C64) Spiele-Datenbank aktivieren/deaktivieren" +msgstr "Verwendung der Commodore 64 (C64)-Spiele-Datenbank aktivieren/deaktivieren" msgid "Enable/disable use of the DOS game database" -msgstr "Verwendung der DOS Spiele-Datenbank aktivieren/deaktivieren" +msgstr "Verwendung der DOS-Spiele-Datenbank aktivieren/deaktivieren" msgid "Enable/disable use of the Game Boy Advance database" -msgstr "Verwendung der Game Boy Advance Spiele-Datenbank aktivieren/deaktivieren" +msgstr "Verwendung der Game Boy Advance-Spiele-Datenbank aktivieren/deaktivieren" + +msgid "Enable/disable use of the Game Boy Color database" +msgstr "Game-Boy-Color-Datenbank aktivieren/deaktivieren" + +msgid "Enable/disable use of the Game Boy database" +msgstr "Game-Boy-Datenbank aktivieren/deaktivieren" msgid "Enable/disable use of the Nintendo (NES) database" -msgstr "Verwendung der Nintendo (NES) Spiele-Datenbank aktivieren/deaktivieren" +msgstr "Verwendung der Nintendo (NES)-Spiele-Datenbank aktivieren/deaktivieren" msgid "Enable/disable use of the Super Nintendo database" -msgstr "Verwendung der Super Nintendo Spiele-Datenbank aktivieren/deaktivieren" +msgstr "Verwendung der Super Nintendo-Spiele-Datenbank aktivieren/deaktivieren" msgid "Enabled" msgstr "Aktiviert" msgid "Enabling the following option will synchronize the emulation to the display when the emulation refresh rate matches the screen refresh rate." -msgstr "Bei Aktivierung folgender Option werden Emulation und Bildschirm synchron gehalten wenn deren Bildwiederholfrequenzen passen." +msgstr "Bei Aktivierung folgender Option werden Emulation und Bildschirm synchron gehalten, wenn deren Bildwiederholfrequenzen identisch sind." msgid "Enabling the following option will synchronize the emulation to the display when the emulation refresh rate matches thescreen refresh rate." -msgstr "Bei Aktivierung folgender Option werden Emulation und Bildschirm synchron gehalten wenn deren Bildwiederholfrequenzen passen." +msgstr "Bei Aktivierung folgender Option werden Emulation und Bildschirm synchron gehalten, wenn deren Bildwiederholfrequenzen idntisch sind." msgid "Error moving file into place" msgstr "Fehler beim Verschieben der Datei" @@ -526,11 +538,14 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "FS-UAE Arcade" + msgid "Fade-in Duration on Start" msgstr "Einblendzeit beim Starten" msgid "Fast RAM" -msgstr "Fast RAM" +msgstr "Fast-RAM" msgid "Favorites" msgstr "Favoriten" @@ -544,7 +559,7 @@ msgstr "Hole Spielbewertungen ({0})" msgid "Fetching locker data..." -msgstr "Rufe Locker Daten ab..." +msgstr "Rufe Locker-Daten ab..." msgid "Fetching synchronization information..." msgstr "Rufe Synchronisationsinformationen ab..." @@ -572,7 +587,7 @@ msgstr "Filter" msgid "Finding files eligible for OAGD.net Locker" -msgstr "Suche für OAGD.net Locker berechtigte Dateien" +msgstr "Suche für OAGD.net-Locker berechtigte Dateien" msgid "First rendered line (NTSC)" msgstr "Zuerst gerenderte Zeile (NTSC)" @@ -605,7 +620,7 @@ msgstr "Passwort vergessen?" msgid "Freezer Cartridge" -msgstr "Freezer-Cartridge" +msgstr "Freezer-Modul" msgid "Full Frame" msgstr "Voller Frame" @@ -635,16 +650,16 @@ msgstr "Spiele-Datenbank Einstellungen" msgid "Game database authentication" -msgstr "Spiele-Datenbank Authentifizierung" +msgstr "Spiele-Datenbank-Authentifizierung" msgid "Game database email" -msgstr "Spiele-Datenbank email" +msgstr "E-Mail für Spiele-Datenbank" msgid "Game database password" -msgstr "Spiele-Datenbank Passwort" +msgstr "Passwort für Spiele-Datenbank" msgid "Game database user name" -msgstr "Spiele-Datenbank Benutzername" +msgstr "Benutzername für Spiele-Datenbank" msgid "Gamepad" msgstr "Gamepad" @@ -659,10 +674,10 @@ msgstr "Eingabe nach Klick einfangen" msgid "Grab Input on FS-UAE Startup" -msgstr "Eingabe nach FS-UAE-Start einfangen" +msgstr "Eingabe nach Start von FS-UAE einfangen" msgid "Grab keyboard when input is grabbed" -msgstr "Ebenfalls Tastatur einfangen wenn Eingabe eingefangen wird" +msgstr "Ebenfalls Tastatur einfangen, wenn Eingabe eingefangen wird" msgid "Graphics Card" msgstr "Grafikkarte" @@ -720,13 +735,13 @@ #, python-brace-format msgid "If you own Amiga Forever, select the drive/folder and click \"{0}\"" -msgstr "Zum Import von Amiga Forever Pfad angeben und klicken \"{0}\"" +msgstr "Zum Import von Amiga Forever Pfad angeben und \"{0}\" klicken" msgid "Import" msgstr "Importieren" msgid "Import From Amiga Forever CD/DVD" -msgstr "Von der Amiga Forever CD/DVD importieren" +msgstr "Von der Amiga Forever-CD/DVD importieren" msgid "Import Kickstarts" msgstr "Importiere Kickstarts" @@ -786,7 +801,7 @@ msgstr "Stichwort" msgid "Kickstart ROM" -msgstr "Kickstart ROM" +msgstr "Kickstart-ROM" msgid "Kickstart import task started" msgstr "Kickstart-Importprozess gestartet" @@ -825,7 +840,7 @@ msgstr "Lade..." msgid "Log Autoscale Changes" -msgstr "Autoscale Änderungen protokollieren" +msgstr "Autoscale-Änderungen protokollieren" msgid "Log In" msgstr "Einloggen" @@ -843,7 +858,7 @@ msgstr "Ausloggen" msgid "Log Out from Your OAGD.net Account" -msgstr "Aus Ihrem OAGD.net Konto ausloggen" +msgstr "Aus Ihrem OAGD.net-Konto ausloggen" msgid "Log database query plans" msgstr "Datenbank-Auswertung loggen" @@ -976,14 +991,17 @@ msgid "Not logged in" msgstr "Nicht eingeloggt" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "Hinweis: Die Unterstützung weiterer Spieledatenbanken ist eine experimentelle Funktion und noch nicht so ausgereift wie Amiga/CDTV/CD32. Des Weiteren sind zusätzliche Plugins zum Spielen nötig." + msgid "OAGD.net Locker Uploader" -msgstr "OAGD.net Locker Uploader" +msgstr "OAGD.net-Locker hochladen" msgid "OAGD.net Locker is not enabled for your user. It may be available only to a few select beta users." -msgstr "OAGD.net Locker ist nicht für Ihren Benutzer aktiviert. Es ist möglicherweise nur für wenige ausgewählte Beta Nutzer verfügbar." +msgstr "OAGD.net-Locker ist nicht für Ihren Benutzer aktiviert. Es ist möglicherweise nur für wenige ausgewählte Beta-Nutzer verfügbar." msgid "OAGD.net upload task completed successfully" -msgstr "OAGD.net Upload erfolgreich abgeschlossen" +msgstr "OAGD.net-Upload erfolgreich abgeschlossen" msgid "Off" msgstr "Aus" @@ -992,7 +1010,7 @@ msgstr "Ein" msgid "OpenGL Settings" -msgstr "OpenGL Einstellungen" +msgstr "OpenGL-Einstellungen" #, python-brace-format msgid "Option {name} is overridden by current configuration" @@ -1033,7 +1051,7 @@ msgstr "Bevorzugtes Gerät für den sekundären Joystick:" msgid "Preparing WHDLoad..." -msgstr "Vorbereitung von WHDLoad …" +msgstr "WHDLoad wird vorbereitet …" msgid "Preparing floppy images..." msgstr "Bereite Diskettenabbilder vor …" @@ -1042,13 +1060,13 @@ msgstr "Bereite Festplatten vor …" msgid "Preparing kickstart ROMs..." -msgstr "Vorbereitung der Kickstart-ROMs …" +msgstr "Kickstart-ROMs werden vorbereitet …" msgid "Preparing..." -msgstr "Vorbereitung …" +msgstr "Wird vorbereitet …" msgid "Purging old entries..." -msgstr "Säubere alte Einträge" +msgstr "Entferne alte Einträge..." msgid "Quit" msgstr "Beenden" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Ablehnen" +msgid "Relative Temporary Directories" +msgstr "Relative Temp-Verzeichnisse" + msgid "Relative paths" msgstr "Relativer Pfad" @@ -1129,7 +1150,7 @@ msgstr "Speichere in Verzeichnis:" msgid "Saving changes..." -msgstr "Sichere Änderungen..." +msgstr "Änderungen werden gespeichert..." msgid "Scaling" msgstr "Skalierung" @@ -1229,7 +1250,7 @@ msgstr "Größe:" msgid "Slow RAM" -msgstr "Slow RAM" +msgstr "Slow-RAM" msgid "Sound Card" msgstr "Soundkarte" @@ -1280,7 +1301,7 @@ msgstr "Synchronisiere persönliche Bewertungen …" msgid "Synchronizing with the display can in some cases cause increased stuttering and low frame rates (esp. in some Linux desktop environments with compositing enabled)." -msgstr "Synchronisation mit dem Bildschirm kann in einigen Fällen Ursache für ein Holpern der Emulation und niedrige Bildraten sein (insbs. in einigen Linux-Desktop-Umgebungen mit aktiviertem Compositing)." +msgstr "Synchronisation mit dem Bildschirm kann in einigen Fällen Ursache für erhöhtes Stottern und niedrige Bildraten sein (v.a. in einigen Linux-Desktop-Umgebungen mit aktiviertem Compositing)." msgid "System" msgstr "System" @@ -1360,10 +1381,10 @@ msgstr "Hochladen" msgid "Upload Files to OAGD.net Locker" -msgstr "Dateien in OAGD.net Locker hochladen" +msgstr "Dateien in OAGD.net-Locker hochladen" msgid "Upload recognized Amiga files to your OAGD.net locker" -msgstr "Erkannte Amiga-Dateien in OAGD.net Locker hochladen" +msgstr "Erkannte Amiga-Dateien in OAGD.net-Locker hochladen" #, python-brace-format msgid "Uploading {name}" @@ -1373,8 +1394,11 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Nutze RDB-Images für Größe >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "Direkte Tastatureingaben benutzen (Windows)" + msgid "Using Kickstart ROM Replacement" -msgstr "Verwende Kickstart ROM Ersatz" +msgstr "Verwende Ersatz für Kickstart-ROM" msgid "Using Kickstart ROM replacement" msgstr "Ersatz-Kickstart-ROM wird verwendet" @@ -1431,7 +1455,7 @@ msgstr "Video-Synchronisierung aktivieren wenn möglich" msgid "When checked, include a save disk in FS-UAE's floppy swap list" -msgstr "Eine Savedisk zur Floppy-Liste hinzufügen" +msgstr "Eine Savedisk zur Disketten-Liste hinzufügen" msgid "While logged out you will not get database updates" msgstr "Während Sie ausgeloggt sind, bekommen sie keine Datenbank-Aktualisierungen." @@ -1452,7 +1476,7 @@ msgstr "Amiga-Anzeige strecken" msgid "Zorro III Fast Memory" -msgstr "Zorro III Fast Memory" +msgstr "Zorro III-Fast-Memory" #, python-brace-format msgid "{amiga_model} with < 2 MB chip memory" diff -Nru fs-uae-launcher-2.8.2/po/el.po fs-uae-launcher-2.8.3/po/el.po --- fs-uae-launcher-2.8.2/po/el.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/el.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-09-10 15:11-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Επιπλέον Ρυθμίσεις" +msgid "Additional Databases" +msgstr "" + msgid "Adult-Themed Games" msgstr "Παιχνίδια με θέμα για Ενήλικους" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Προσαρμοσμένες Επιλογές" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "Προσαρμοσμένη uae_ Επιλογές" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Ενεργοποίηση/απενεργοποίηση χρήσης βάσης δεδομένων Game Boy Advance" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Ενεργοποίηση/απενεργοποίηση χρήσης βάσης δεδομένων της Nintendo (NES)" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "FS-UAE Arcade" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "Fade-in Διάρκεια κατά την Έναρξη" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Δεν έχετε συνδεθεί" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "Μεταφορτωτής ερμαριού OAGD.net" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Απόρριψη" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "Διαδρομές σχετικών αρχέιων" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Χρησιμοποιήστε εικόνες δισκετών RDB για μέγεθος > = {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "Χρήση Αναπληρωματικού Kickstart ROM" diff -Nru fs-uae-launcher-2.8.2/po/eo.po fs-uae-launcher-2.8.3/po/eo.po --- fs-uae-launcher-2.8.2/po/eo.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/eo.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-09-10 15:11-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Esperanto\n" "Language: eo_UY\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Kroma agordo" +msgid "Additional Databases" +msgstr "" + msgid "Adult-Themed Games" msgstr "Adoltaj ludoj" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Laŭmendaj agordoj" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "Laŭmendaj uae_ agordoj" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Ŝalti/malŝalti la uzon del Game Boy Advance luddatumbazon" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Ŝalti/malŝalti la uzon del Nintendo (NES) luddatumbazon" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Ne estas ensaluta" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Malakcepti" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "Relativaj dosierindikoj" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "" diff -Nru fs-uae-launcher-2.8.2/po/es.po fs-uae-launcher-2.8.3/po/es.po --- fs-uae-launcher-2.8.2/po/es.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/es.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-09-10 15:11-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-31 10:05-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Configuración Adicional" +msgid "Additional Databases" +msgstr "Bases de datos adicionales" + msgid "Adult-Themed Games" msgstr "Juegos con contenido adulto" @@ -220,7 +223,7 @@ msgstr "No se encuentra archivo necesario ROM: {name}" msgid "Change fullscreen mode (desktop, fullscreen, window)" -msgstr "" +msgstr "Cambiar a modo de pantalla completa (escritorio, pantalla completa, ventana)" msgid "Checksumming" msgstr "Comprobando " @@ -280,11 +283,11 @@ msgstr "Configuración" msgid "Config Options in Settings" -msgstr "" +msgstr "Opciones de ajustes en configuración" #, python-brace-format msgid "Config in Settings: {name}" -msgstr "" +msgstr "Ajustes en configuración: {name}" msgid "Configs" msgstr "Configuración" @@ -357,9 +360,12 @@ msgid "Custom Options" msgstr "Opciones personalizadas" -msgid "Custom uae_ Options" +msgid "Custom boot directory for automatic WHDLoad support" msgstr "" +msgid "Custom uae_ Options" +msgstr "Opciones uae_ Personalizadas" + msgid "Database Games" msgstr "Base de datos juegos" @@ -391,7 +397,7 @@ msgstr "Dependiendo de tu SO o driver OpenGL, sincronizar puede usar mucha CPU (esp. En Linux).Puedes experimentar con diferentes métodos de sincronía para mejorar el rendimiento." msgid "Depending on your OS and OpenGL drivers, video synchronization can use needlessly much CPU (esp. applies to Linux). You can experiment with different sync methods to improve performance." -msgstr "" +msgstr "Dependiendo de tu SO o driver OpenGL, sincronizar puede usar mucha CPU (esp. En Linux). Puedes experimentar con diferentes métodos de sincronía para mejorar el rendimiento." msgid "Deprecated: uaegfx_card" msgstr "Obsoleto: uaegfx_card" @@ -400,7 +406,7 @@ msgstr "ID dispositivo usado con OAGD.net autentificación" msgid "Did not find required Kickstart or ROM for {}. Wanted one of these files: {}" -msgstr "" +msgstr "No se encontró Kickstart o ROM necesario para {}. Busca uno de estos archivos: {}" msgid "Digital Joystick" msgstr "Joystick Digital" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Habilita/deshabilita uso base de datos Game Boy Advance" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Habilita/deshabilita uso base de datos Nintendo (NES)" @@ -500,7 +512,7 @@ msgstr "Habilitar la siguiente opción sincroniza emulación pantalla cuando frecuencia de actualización de emulación coincide con tasa refresco pantalla." msgid "Enabling the following option will synchronize the emulation to the display when the emulation refresh rate matches thescreen refresh rate." -msgstr "" +msgstr "Habilitar la siguiente opción sincroniza emulación pantalla cuando frecuencia de actualización de emulación coincide con tasa refresco pantalla." msgid "Error moving file into place" msgstr "Error moviendo fichero " @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "Duración fade-in Inicio" @@ -599,13 +614,13 @@ msgstr "Disqueteras" msgid "Flush log after each log line" -msgstr "" +msgstr "Actualizar log después de cada línea del log" msgid "Forgot your password?" msgstr "Olvidaste tu contraseña?" msgid "Freezer Cartridge" -msgstr "" +msgstr "Congelar Cartucho" msgid "Full Frame" msgstr "Frame Completos" @@ -692,7 +707,7 @@ msgstr "Hardware" msgid "Hardware Dongle" -msgstr "" +msgstr "Hardware Dongle" msgid "High" msgstr "Alto" @@ -738,7 +753,7 @@ msgstr "Tarea Importación Terminada" msgid "Include Save Disk" -msgstr "" +msgstr "Insertar disco de guardado" msgid "Include built-in configurations" msgstr "Incluir configuraciones Integradas" @@ -759,7 +774,7 @@ msgstr "Compilador JIT" msgid "JIT compiler with a PPC-only OS is not recommended" -msgstr "" +msgstr "No recomendado el compilador JIT con un SO sólo para PPC" msgid "Joystick & Mouse Port" msgstr "Puerto Joystick y Ratón" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "No logado :" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "OAGD.net taquilla Uploader" @@ -1060,7 +1078,7 @@ msgstr "ROM y RAM" msgid "Rate Variant" -msgstr "" +msgstr "Puntúa Variante" #, python-brace-format msgid "Re-trying in {0} seconds..." @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Descartar" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "Rutas relativas" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Usar imágenes disco RDB para tamaño >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "Usando Reemplazo Kickstart ROM" @@ -1431,7 +1455,7 @@ msgstr "Cuando marcada, habilitar sincronización vídeo siempre que sea posible" msgid "When checked, include a save disk in FS-UAE's floppy swap list" -msgstr "" +msgstr "Cuando marcada, insertar un disco de guardado en fs-uae cambiar diskette" msgid "While logged out you will not get database updates" msgstr "Mientras no esté logado no obtendrás actualizaciones de base de datos" diff -Nru fs-uae-launcher-2.8.2/po/fi.po fs-uae-launcher-2.8.3/po/fi.po --- fs-uae-launcher-2.8.2/po/fi.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/fi.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-31 10:05-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Finnish\n" "Language: fi_FI\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Lisäasetukset" +msgid "Additional Databases" +msgstr "Muut tietokannat" + msgid "Adult-Themed Games" msgstr "Aikuisviihde aiheiset pelit" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Mukautetut valinnat" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "Mukautettu käynnistyshakemisto automaattista WHDLoad tukea varten" + msgid "Custom uae_ Options" msgstr "Mukautetut uae_valinnat" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Game Boy Advance pelitietokanta käytössä / pois käytöstä" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "Game Boy Color pelitietokanta käytössä/pois käytöstä" + +msgid "Enable/disable use of the Game Boy database" +msgstr "Game Boy pelitietokanta käytössä/pois käytöstä" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Nintendo (NES) tietokanta käytössä / pois käytöstä" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "FS-UAE Arcade" +msgid "FS-UAE Arcade" +msgstr "FS-UAE Arcade" + msgid "Fade-in Duration on Start" msgstr "Sisäänhäivytyksen kesto käynnistyksessä" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Ei kirjattuna sisään" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "Huomio: Muiden pelitietokantojen tuki on kokeellinen ominaisuus eikä se tarjoa samantasoista hiottua kokemusta kuten Amiga/CDTV/CD32. Näiden pelien pelaaminen vaatii erillisiä liitännäisiä." + msgid "OAGD.net Locker Uploader" msgstr "OAGD.net tallelokeroon lähetys" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Torju" +msgid "Relative Temporary Directories" +msgstr "Suhteelliset väliaikaiskansiot" + msgid "Relative paths" msgstr "Suhteelliset polut" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Käytä RDB-levykuvia jos koko >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "Käytä suodattamatonta näppäimistösyöttötapaa (Windows)" + msgid "Using Kickstart ROM Replacement" msgstr "Käyttää Kickstart Rom:n korvaajaa" diff -Nru fs-uae-launcher-2.8.2/po/fr.po fs-uae-launcher-2.8.3/po/fr.po --- fs-uae-launcher-2.8.2/po/fr.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/fr.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-31 10:05-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Configuration Supplémentaire" +msgid "Additional Databases" +msgstr "Bases de données supplémentaires" + msgid "Adult-Themed Games" msgstr "Jeux pour Adultes" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Options personnalisées" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "Répertoire de démarrage personnalisée pour la prise en charge automatique de WHDLoad" + msgid "Custom uae_ Options" msgstr "Options uae_ personnalisées" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Activer/désactiver l'utilisation de la base de données de la Game Boy Advance" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "Activer/désactiver l’utilisation de la base de données de la Game Boy Color" + +msgid "Enable/disable use of the Game Boy database" +msgstr "Activer/désactiver l’utilisation de la base de données de la Game Boy" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Activer/désactiver l'utilisation de la base de données de Nintendo (NES)" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "FS-UAE Arcade" +msgid "FS-UAE Arcade" +msgstr "FS-UAE Arcade" + msgid "Fade-in Duration on Start" msgstr "Durée du fondu au démarrage" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Non connecté" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "Remarque : La prise en charge pour les bases de jeu supplémentaires est une fonctionnalité expérimentale et ne fournit pas le même niveau de maturité comme Amiga/CDTV/CD32. En outre, des plugins supplémentaires sont nécessaires pour jouer aux jeux." + msgid "OAGD.net Locker Uploader" msgstr "Envoyeur OAGD.net Locker" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Ejecter" +msgid "Relative Temporary Directories" +msgstr "Répertoires temporaires relatifs" + msgid "Relative paths" msgstr "Chemins d'accès relatifs" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Utiliser des images de disque RDB pour la taille >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "Utilisez les entrées brutes du clavier (Windows)" + msgid "Using Kickstart ROM Replacement" msgstr "Utilisation de la ROM Kickstart de Remplacement" diff -Nru fs-uae-launcher-2.8.2/po/hu.po fs-uae-launcher-2.8.3/po/hu.po --- fs-uae-launcher-2.8.2/po/hu.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/hu.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-09-10 15:11-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-31 10:05-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Hungarian\n" "Language: hu_HU\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "" +msgid "Additional Databases" +msgstr "" + msgid "Adult-Themed Games" msgstr "" @@ -356,6 +359,9 @@ msgid "Custom Options" msgstr "" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "" @@ -486,6 +492,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "" @@ -525,6 +537,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "" @@ -975,6 +990,9 @@ msgid "Not logged in" msgstr "" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "" @@ -1074,6 +1092,9 @@ msgid "Reject" msgstr "" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "" @@ -1372,6 +1393,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "" diff -Nru fs-uae-launcher-2.8.2/po/it.po fs-uae-launcher-2.8.3/po/it.po --- fs-uae-launcher-2.8.2/po/it.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/it.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-31 10:05-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Configurazione aggiuntiva" +msgid "Additional Databases" +msgstr "Databases addizionale" + msgid "Adult-Themed Games" msgstr "Giochi per adulti" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Opzioni personalizzate" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "Directory di avvio personalizzata per il supporto automatico dei WHDLoad" + msgid "Custom uae_ Options" msgstr "Opzioni personalizzate UAE" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Attiva/disattiva l'uso del database dei giochi Game Boy Advance" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "Attiva/disattiva l'uso del database Game Boy Color" + +msgid "Enable/disable use of the Game Boy database" +msgstr "Attiva/disattiva l'uso del database Game Boy" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Attiva/disattiva l'uso del database dei giochi Nintendo (NES)" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "FS-UAE Arcade" + msgid "Fade-in Duration on Start" msgstr "Durata della transizione all'avvio" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Non loggato" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "Nota: Il supporto per i database dei giochi aggiuntivi è una funzione sperimentale e non fornisce lo stesso livello di maturità come quello Amiga/CDTV/CD32. Inoltre, dei plugin aggiuntivi sono necessari per giocare con i giochi." + msgid "OAGD.net Locker Uploader" msgstr "Caricatore Armadietto OAGD.net" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Rifiuta" +msgid "Relative Temporary Directories" +msgstr "Directory temporanee relative" + msgid "Relative paths" msgstr "Percorsi relativi" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Utilizzare le immagini disco RDB per dimensione >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "Utilizza il raw input da tastiera (Windows)" + msgid "Using Kickstart ROM Replacement" msgstr "Utilizzare la sostituzione della Kickstart" diff -Nru fs-uae-launcher-2.8.2/po/nb.po fs-uae-launcher-2.8.3/po/nb.po --- fs-uae-launcher-2.8.2/po/nb.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/nb.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Norwegian Bokmal\n" "Language: nb_NO\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Ytterligere konfigurasjon" +msgid "Additional Databases" +msgstr "" + msgid "Adult-Themed Games" msgstr "Spill med voksent innhold" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Egendefinerte innstillinger" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "Egendefinerte uae_-innstillinger" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Aktiverer/deaktiverer bruk av Game Boy Advance-databasen" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Aktiverer/deaktiverer bruk av Nintendo-databasen" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "FS-UAE Arcade" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "Fade-in varighet ved oppstart" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Ikke logget inn" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "OAGD.net Locker - Opplaster" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Avvis" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "Relative filbaner" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Bruk RDB diskfiler for størrelse >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "Bruker Kickstart ROM-erstatning" diff -Nru fs-uae-launcher-2.8.2/po/nl.po fs-uae-launcher-2.8.3/po/nl.po --- fs-uae-launcher-2.8.2/po/nl.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/nl.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-31 10:05-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -54,10 +54,10 @@ msgstr "Over {name}" msgid "Accelerator Board" -msgstr "" +msgstr "Versneller kaart" msgid "Accelerator RAM" -msgstr "" +msgstr "Versneller RAM" msgid "Accept" msgstr "Accepteren" @@ -75,14 +75,17 @@ msgstr "Bestanden toevoegen aan lijst" msgid "Add Multiple CD-ROMs at Once" -msgstr "" +msgstr "Meerdere CD-ROM's tegelijk toevoegen" msgid "Add Multiple Floppies at Once" -msgstr "" +msgstr "Meerdere diskettes tegelijk toevoegen" msgid "Additional Configuration" msgstr "Additionele configuratie" +msgid "Additional Databases" +msgstr "Aanvullende databanken" + msgid "Adult-Themed Games" msgstr "18+ Spelen" @@ -126,7 +129,7 @@ msgstr "Er is een fout opgetreden" msgid "Arcade Fullscreen" -msgstr "" +msgstr "Arcade volledig scherm" msgid "Audio" msgstr "Geluid" @@ -150,10 +153,10 @@ msgstr "Automatisch + Kader" msgid "Auto - {}" -msgstr "" +msgstr "Automatisch - {}" msgid "Auto-Download" -msgstr "" +msgstr "Automatische download" msgid "Auto-Fire is Off" msgstr "Automatisch vuren staat Aan" @@ -171,19 +174,19 @@ msgstr "Beschikbare Kickstart versies" msgid "Available and Auto-Downloadable Games" -msgstr "" +msgstr "Beschikbare- en Auto-downloadbare Games" msgid "Available and Downloadable Games" -msgstr "" +msgstr "Beschikbare- en downloadbare Games" msgid "Bad Variant" -msgstr "" +msgstr "Slechte variant" msgid "Best Variant" -msgstr "" +msgstr "Beste variant" msgid "Blizzard SCSI Kit" -msgstr "" +msgstr "Blizzard SCSI-Kit" msgid "Browse" msgstr "Bladeren" @@ -198,7 +201,7 @@ msgstr "CD-ROM station" msgid "CD-ROM Drive Count" -msgstr "" +msgstr "Aantal CD-ROM apparaten" msgid "CD-ROM Drives" msgstr "CD-ROM stations" @@ -217,10 +220,10 @@ #, python-brace-format msgid "Cannot find required ROM file: {name}" -msgstr "" +msgstr "Kan benodigd ROM bestand: {name} niet vinden" msgid "Change fullscreen mode (desktop, fullscreen, window)" -msgstr "" +msgstr "Volledig scherm modus wijzigen (bureaublad, volledig scherm, venster)" msgid "Checksumming" msgstr "Checksum bepalen" @@ -250,7 +253,7 @@ msgstr "Kies Type" msgid "Choose what folders you want to scan for Amiga files" -msgstr "" +msgstr "Kies welke mappen u wilt scannen voor Amiga bestanden" msgid "Cleaning up..." msgstr "Opschonen..." @@ -265,26 +268,26 @@ msgstr "Klik 'Scan' knop om scan te starten" msgid "Click to import Kickstart ROMs" -msgstr "" +msgstr "Klik om Kickstart ROM's te importeren" msgid "Close" msgstr "Sluiten" msgid "Committing data..." -msgstr "" +msgstr "Bezig met opslaan..." msgid "Committing locker data..." -msgstr "" +msgstr "Locker gegevens vastleggen..." msgid "Config" msgstr "Configureer" msgid "Config Options in Settings" -msgstr "" +msgstr "Configuratie-opties in Instellingen" #, python-brace-format msgid "Config in Settings: {name}" -msgstr "" +msgstr "Configuratie in Instellingen: {name}" msgid "Configs" msgstr "Configuraties" @@ -296,7 +299,7 @@ msgstr "Configuratie" msgid "Configuration Browser" -msgstr "" +msgstr "Configuratie overzicht" msgid "Configurations" msgstr "Configuraties" @@ -306,7 +309,7 @@ #, python-brace-format msgid "Configure {device_name}" -msgstr "" +msgstr "{device_name} configureren" msgid "Connect" msgstr "Verbinden" @@ -345,20 +348,23 @@ msgstr "Aangepaste configuratie" msgid "Custom IRC Server" -msgstr "" +msgstr "Aangepaste IRC server" msgid "Custom Joystick Port" msgstr "Joystickpoort Aanpassingen" #, python-brace-format msgid "Custom Option: {name}" -msgstr "" +msgstr "Aangepaste optie: {name}" msgid "Custom Options" -msgstr "" +msgstr "Aangepaste opties" + +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "Aangepaste opstart directory voor automatische WHDLoad ondersteuning" msgid "Custom uae_ Options" -msgstr "" +msgstr "Aangepaste uae_ opties" msgid "Database Games" msgstr "Spellen database" @@ -372,7 +378,7 @@ #, python-brace-format msgid "Default - {0}" -msgstr "" +msgstr "Standaard - {0}" msgid "Defragment Databases" msgstr "Databases defragmenteren" @@ -385,28 +391,28 @@ msgstr "{name} defragmenteren" msgid "Delayed CD-ROM Insert" -msgstr "" +msgstr "Vertraagd CD-ROM invoegen" msgid "Depending on your OS and OpenGL drivers, synchronizing can use needlessly much CPU (esp. applies to Linux). You can experiment with different sync methods to improve performance." -msgstr "" +msgstr "Afhankelijk van uw OS en OpenGL-stuurprogramma's, synchroniseren kunt onnodig veel CPU (in het bijzonder geldt voor Linux). U kunt experimenteren met verschillende sync methoden om prestaties te verbeteren." msgid "Depending on your OS and OpenGL drivers, video synchronization can use needlessly much CPU (esp. applies to Linux). You can experiment with different sync methods to improve performance." -msgstr "" +msgstr "Afhankelijk van uw OS en OpenGL-stuurprogramma's, video synchronisatie kan onnodig veel CPU gebruiken (in het bijzonder bij Linux). U kunt experimenteren met verschillende sync methoden om prestaties te verbeteren." msgid "Deprecated: uaegfx_card" -msgstr "" +msgstr "Verouderd: uaegfx_card" msgid "Device ID used with OAGD.net authentication" -msgstr "" +msgstr "Apparaat-ID gebruikt met OAGD.net-verificatie" msgid "Did not find required Kickstart or ROM for {}. Wanted one of these files: {}" -msgstr "" +msgstr "Kan vereist Kickstart of ROM voor {} niet vinden. Gezochte bestanden: {}" msgid "Digital Joystick" msgstr "Digitale Joystick" msgid "Directory for WHDLoad.key file (if you have it):" -msgstr "" +msgstr "Map voor het WHDLoad.key bestand (als je die hebt):" msgid "Disabled" msgstr "Uitgeschakeld" @@ -438,7 +444,7 @@ #, python-brace-format msgid "Download failed (attempt {0}) - retrying in {1} seconds" -msgstr "" +msgstr "Downloaden mislukt (poging {0}) - opnieuw proberen in {1} seconden" #, python-brace-format msgid "Download to the following directory, and then click '{0}':" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "" @@ -521,11 +533,14 @@ msgstr "Expirimentele functies" msgid "Extended ROM" -msgstr "" +msgstr "Uitgebreid ROM" msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "FS-UAE Arcade" + msgid "Fade-in Duration on Start" msgstr "" @@ -533,7 +548,7 @@ msgstr "Fast RAM" msgid "Favorites" -msgstr "" +msgstr "Favorieten" #, python-brace-format msgid "Fetching database entries ({0})" @@ -620,10 +635,10 @@ msgstr "" msgid "Fullscreen Mode" -msgstr "" +msgstr "Volledig scherm" msgid "Fullscreen Window" -msgstr "" +msgstr "Volledig scherm" msgid "Game Database" msgstr "Spel Database" @@ -647,13 +662,13 @@ msgstr "Spel database gebruikersnaam" msgid "Gamepad" -msgstr "" +msgstr "Gamepad" msgid "Games" msgstr "Games" msgid "Good Variant" -msgstr "" +msgstr "Goede variant" msgid "Grab Input on Click" msgstr "" @@ -695,7 +710,7 @@ msgstr "" msgid "High" -msgstr "" +msgstr "Hoog" msgid "Home" msgstr "Beginscherm" @@ -876,7 +891,7 @@ msgstr "Onderhoud" msgid "Make:" -msgstr "" +msgstr "Merk:" msgid "Media Swap List" msgstr "" @@ -901,7 +916,7 @@ msgstr "" msgid "Model:" -msgstr "" +msgstr "Model:" msgid "Monitor to display FS-UAE on (fullscreen)" msgstr "" @@ -932,7 +947,7 @@ msgstr "N.v.t." msgid "Net Play" -msgstr "" +msgstr "Netwerk spel" msgid "Net Play Settings" msgstr "" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Niet aangemeld" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "" diff -Nru fs-uae-launcher-2.8.2/po/pl.po fs-uae-launcher-2.8.3/po/pl.po --- fs-uae-launcher-2.8.2/po/pl.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/pl.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -69,7 +69,7 @@ msgstr "Dodaj" msgid "Add Directory to Search Path" -msgstr "Dodaj katalog do ścieżki wyszukiwania" +msgstr "Dodaj folder do ścieżki wyszukiwania" msgid "Add Files to List" msgstr "Dodaj pliki do listy" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Dodatkowa konfiguracja" +msgid "Additional Databases" +msgstr "Dodatkowe bazy danych" + msgid "Adult-Themed Games" msgstr "Gry dla dorosłych" @@ -192,7 +195,7 @@ msgstr "Wybierz plik" msgid "Browse for Folder" -msgstr "Wybierz katalog" +msgstr "Wybierz folder" msgid "CD-ROM Drive" msgstr "Napęd CD-ROM" @@ -250,7 +253,7 @@ msgstr "Wybierz typ" msgid "Choose what folders you want to scan for Amiga files" -msgstr "Wybierz katalogi, które chcesz skanować pod kątem plików Amigi" +msgstr "Wybierz foldery, które chcesz skanować pod kątem plików Amigi" msgid "Cleaning up..." msgstr "Sprzątanie..." @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Opcje niestandardowe" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "Własny folder boot, dla automatycznej obsługi WHDLoad" + msgid "Custom uae_ Options" msgstr "Niestandardowe opcje uae_" @@ -406,7 +412,7 @@ msgstr "Joystick cyfrowy" msgid "Directory for WHDLoad.key file (if you have it):" -msgstr "Katalog dla pliku WHDLoad.key (jeśli taki masz):" +msgstr "Folder dla pliku WHDLoad.key (jeśli taki masz):" msgid "Disabled" msgstr "Wyłącz" @@ -442,7 +448,7 @@ #, python-brace-format msgid "Download to the following directory, and then click '{0}':" -msgstr "Pobierz do następującego katalogu i kliknij '{0}':" +msgstr "Pobierz do następującego folderu i kliknij '{0}':" #, python-brace-format msgid "Downloading {0}..." @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Włącz/wyłącz użycie bazy danych Game Boy Advance" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "Włącz/wyłącz użycie bazy danych Game Boy Color" + +msgid "Enable/disable use of the Game Boy database" +msgstr "Włącz/wyłącz użycie bazy danych Game Boy" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Włącz/Wyłącz korzystanie z bazy danych Nintendo (NES)" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "FS-UAE Arcade" +msgid "FS-UAE Arcade" +msgstr "FS-UAE Arcade" + msgid "Fade-in Duration on Start" msgstr "Czas rozjaśniania obrazu przy starcie" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Niezalogowany" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "Uwaga: Wsparcie dla dodatkowych baz danych, jest funkcją eksperymentalną i nie zapewnia tego samego poziomu dojrzałości jak bazy Amiga/CDTV/CD32. Potrzebne są również dodatkowe wtyczki, aby grać w odpowiednie gry." + msgid "OAGD.net Locker Uploader" msgstr "Uploader schowka OAGD.net" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Odrzuć" +msgid "Relative Temporary Directories" +msgstr "Względne foldery tymczasowe" + msgid "Relative paths" msgstr "Ścieżki względne" @@ -1082,7 +1103,7 @@ msgstr "Odciążaj CPU gospodarza przy użyciu najszybszego trybu CPU" msgid "Remove Directory from Search Path" -msgstr "Usuń katalog ze ścieżki wyszukiwania" +msgstr "Usuń folder ze ścieżki wyszukiwania" msgid "Remove Selected Files" msgstr "Usuń wybrane pliki" @@ -1126,7 +1147,7 @@ msgstr "Zapisz dysk" msgid "Save to directory:" -msgstr "Zapisz do katalogu:" +msgstr "Zapisz do folderu:" msgid "Saving changes..." msgstr "Zapisywanie zmian..." @@ -1180,7 +1201,7 @@ msgstr "Skanowanie gier ({count} ukończono)" msgid "Select Destination Directory" -msgstr "Wybierz katalog docelowy" +msgstr "Wybierz folder docelowy" msgid "Select First Letter" msgstr "Wybierz pierwszą literę" @@ -1201,7 +1222,7 @@ msgstr "Wybierz platformę" msgid "Select Source Directory" -msgstr "Wybierz katalog źródłowy" +msgstr "Wybierz folder źródłowy" msgid "Select Year" msgstr "Wybierz rok" @@ -1235,7 +1256,7 @@ msgstr "Karta dźwiękowa" msgid "Specified directory does not exist" -msgstr "Podany katalog nie istnieje" +msgstr "Podany folder nie istnieje" msgid "Specify global options and settings which does not have UI controls" msgstr "Określ opcje globalne i ustawienia, których nie posiada interfejs użytkownika" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Użyj obrazów dysków RDB dla rozmiaru >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "Użyj wejścia raw klawiatury (Windows)" + msgid "Using Kickstart ROM Replacement" msgstr "Użycie zamiennika Kickstart ROM" diff -Nru fs-uae-launcher-2.8.2/po/pt_BR.po fs-uae-launcher-2.8.3/po/pt_BR.po --- fs-uae-launcher-2.8.2/po/pt_BR.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/pt_BR.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "" +msgid "Additional Databases" +msgstr "" + msgid "Adult-Themed Games" msgstr "" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "" diff -Nru fs-uae-launcher-2.8.2/po/pt.po fs-uae-launcher-2.8.3/po/pt.po --- fs-uae-launcher-2.8.2/po/pt.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/pt.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Portuguese\n" "Language: pt_PT\n" @@ -17,13 +17,13 @@ "X-Crowdin-File: fs-uae-launcher.pot\n" msgid "16-bit" -msgstr "" +msgstr "16-bit" msgid "32-bit BGRA" -msgstr "" +msgstr "32-bit BGRA" msgid "32-bit RGBA" -msgstr "" +msgstr "32-bit RGBA" msgid "640x400 + Border" msgstr "640x400 + Margem" @@ -35,38 +35,38 @@ msgstr "640x512 + Margem" msgid "ADF - Extended Floppy Disk Image (MFM Encoded)" -msgstr "" +msgstr "ADF - Imagem de Disco Estendida (Codificado MFM)" msgid "ADF - Standard Floppy Disk Image" msgstr "ADF - Formato Standard de Disquete" msgid "ADF Creator" -msgstr "" +msgstr "Criador ADF" msgid "ADF Disk Image Creator" -msgstr "" +msgstr "Criador de Imagem de Disco ADF" msgid "About" -msgstr "" +msgstr "Sobre" #, python-brace-format msgid "About {name}" msgstr "Acerca " msgid "Accelerator Board" -msgstr "" +msgstr "Placa Aceleradora" msgid "Accelerator RAM" -msgstr "" +msgstr "Acelerador RAM" msgid "Accept" -msgstr "" +msgstr "Aceitar" msgid "Accuracy:" -msgstr "" +msgstr "Precisão:" msgid "Add" -msgstr "" +msgstr "Adicionar" msgid "Add Directory to Search Path" msgstr "Adicionar pasta para ao caminho da procura" @@ -81,31 +81,34 @@ msgstr "Adicionar Várias Disquetes de Uma Vez" msgid "Additional Configuration" +msgstr "Configuração Adicional" + +msgid "Additional Databases" msgstr "" msgid "Adult-Themed Games" -msgstr "" +msgstr "Jogos com Temática para Adultos" msgid "Advanced" -msgstr "" +msgstr "Avançado" msgid "Advanced Audio Options" -msgstr "" +msgstr "Opções de Áudio Avançadas" msgid "Advanced Settings" -msgstr "" +msgstr "Definições Avançadas" msgid "Advanced Video" -msgstr "" +msgstr "Video Avançado" msgid "Advanced Video Settings" -msgstr "" +msgstr "Definições de Video Avançadas" msgid "All" -msgstr "" +msgstr "Tudo" msgid "All Games" -msgstr "" +msgstr "Todos os Jogos" msgid "Amiga Forever Import" msgstr "Importação de Amiga Forever" @@ -114,46 +117,46 @@ msgstr "A Acção de Importar Amiga Forever Começou " msgid "Amiga Joystick" -msgstr "" +msgstr "Joystick Amiga" msgid "Amiga Model" msgstr "Modelo do Amiga" msgid "Amiga Mouse" -msgstr "" +msgstr "Rato Amiga" msgid "An Error Occurred" -msgstr "" +msgstr "Ocorreu Um Erro" msgid "Arcade Fullscreen" -msgstr "" +msgstr "Ecrã Inteiro Arcade" msgid "Audio" -msgstr "" +msgstr "Áudio" msgid "Audio Settings" msgstr "Opções de Som" msgid "Audio buffer target size (bytes)" -msgstr "" +msgstr "Tamanho (bytes) alvo do buffer de áudio" msgid "Audio buffer target size (ms)" -msgstr "" +msgstr "Tamanho (ms) alvo do buffer de áudio" msgid "Audio output frequency" -msgstr "" +msgstr "Frequência de saída áudio" msgid "Auto" -msgstr "" +msgstr "Automático" msgid "Auto + Border" msgstr "Auto + Margem" msgid "Auto - {}" -msgstr "" +msgstr "Automático - {}" msgid "Auto-Download" -msgstr "" +msgstr "Auto-Transferir" msgid "Auto-Fire is Off" msgstr "Auto-Fire está desligado" @@ -162,28 +165,28 @@ msgstr "Auto-Fire está ligado" msgid "Automatic" -msgstr "" +msgstr "Automático" msgid "Available Games" -msgstr "" +msgstr "Jogos Disponíveis" msgid "Available Kickstart Versions" msgstr "Versões do Kickstart Disponiveis" msgid "Available and Auto-Downloadable Games" -msgstr "" +msgstr "Jogos Disponíveis e Auto-Transferíveis" msgid "Available and Downloadable Games" -msgstr "" +msgstr "Jogos Disponíveis e Transferíveis" msgid "Bad Variant" -msgstr "" +msgstr "Variante Má" msgid "Best Variant" -msgstr "" +msgstr "Melhor Variante" msgid "Blizzard SCSI Kit" -msgstr "" +msgstr "Kit Blizzard SCSI" msgid "Browse" msgstr "Procurar" @@ -198,38 +201,38 @@ msgstr "Leitor de CD-ROM" msgid "CD-ROM Drive Count" -msgstr "" +msgstr "Contagem de Drives CD-ROM" msgid "CD-ROM Drives" msgstr "Leitores de CD-ROM" msgid "CD-ROMs" -msgstr "" +msgstr "CD-ROMs" msgid "CD32 Pad" msgstr "CD32 Joypad" msgid "CPU" -msgstr "" +msgstr "CPU" msgid "Cancel" msgstr "Cancelar" #, python-brace-format msgid "Cannot find required ROM file: {name}" -msgstr "" +msgstr "Não é possível encontrar o ficheiro ROM necessário: {name}" msgid "Change fullscreen mode (desktop, fullscreen, window)" -msgstr "" +msgstr "Alterar modo de ecrã inteiro (ambiente de trabalho, ecrã inteiro, janela)" msgid "Checksumming" -msgstr "" +msgstr "A verificar checksum" msgid "Checksumming file..." -msgstr "" +msgstr "A verificar checksum do ficheiro..." msgid "Chip RAM" -msgstr "" +msgstr "Chip RAM" msgid "Choose CD-ROM Image" msgstr "Escolha uma Imagem de CD-ROM" @@ -247,10 +250,10 @@ msgstr "Escolher uma ROM Kickstart" msgid "Choose Type" -msgstr "" +msgstr "Escolher Tipo" msgid "Choose what folders you want to scan for Amiga files" -msgstr "" +msgstr "Escolha quais as pastas que quer para procurar por ficheiros Amiga" msgid "Cleaning up..." msgstr "Limpando..." @@ -265,7 +268,7 @@ msgstr "Clica no butão 'Procurar' para começar" msgid "Click to import Kickstart ROMs" -msgstr "" +msgstr "Clique para importar ROMs Kickstart" msgid "Close" msgstr "Fechar" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Usar RDB de imagens de disco para tamanho >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "" diff -Nru fs-uae-launcher-2.8.2/po/sr.po fs-uae-launcher-2.8.3/po/sr.po --- fs-uae-launcher-2.8.2/po/sr.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/sr.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Serbian (Latin)\n" "Language: sr_CS\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "" +msgid "Additional Databases" +msgstr "" + msgid "Adult-Themed Games" msgstr "" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Niste prijavljeni" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "Otpremanje u OAGD.net ormarić" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Odbaci" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "Koristiti RDB sliku diska za veličinu >= {0}" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "" diff -Nru fs-uae-launcher-2.8.2/po/sv.po fs-uae-launcher-2.8.3/po/sv.po --- fs-uae-launcher-2.8.2/po/sv.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/sv.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-11 12:01-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "" +msgid "Additional Databases" +msgstr "" + msgid "Adult-Themed Games" msgstr "" @@ -356,6 +359,9 @@ msgid "Custom Options" msgstr "" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "" + msgid "Custom uae_ Options" msgstr "" @@ -486,6 +492,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "" + +msgid "Enable/disable use of the Game Boy database" +msgstr "" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "" @@ -525,6 +537,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "" + msgid "Fade-in Duration on Start" msgstr "" @@ -975,6 +990,9 @@ msgid "Not logged in" msgstr "" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "" + msgid "OAGD.net Locker Uploader" msgstr "" @@ -1074,6 +1092,9 @@ msgid "Reject" msgstr "" +msgid "Relative Temporary Directories" +msgstr "" + msgid "Relative paths" msgstr "" @@ -1372,6 +1393,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr "" +msgid "Use keyboard raw input (Windows)" +msgstr "" + msgid "Using Kickstart ROM Replacement" msgstr "" diff -Nru fs-uae-launcher-2.8.2/po/tr.po fs-uae-launcher-2.8.3/po/tr.po --- fs-uae-launcher-2.8.2/po/tr.po 2016-12-11 12:28:18.000000000 +0000 +++ fs-uae-launcher-2.8.3/po/tr.po 2017-01-08 19:45:33.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: fs-uae\n" "Report-Msgid-Bugs-To: frode@fs-uae.net\n" -"POT-Creation-Date: 2016-05-03 22:34+0200\n" -"PO-Revision-Date: 2016-05-14 05:19-0400\n" +"POT-Creation-Date: 2016-12-11 15:16+0100\n" +"PO-Revision-Date: 2016-12-31 10:05-0500\n" "Last-Translator: FrodeSolheim \n" "Language-Team: Turkish\n" "Language: tr_TR\n" @@ -83,6 +83,9 @@ msgid "Additional Configuration" msgstr "Ek Konfigürasyon" +msgid "Additional Databases" +msgstr "Ek veritabanları" + msgid "Adult-Themed Games" msgstr "Yetişkin Temalı Oyunlar" @@ -357,6 +360,9 @@ msgid "Custom Options" msgstr "Özel Ayarlar" +msgid "Custom boot directory for automatic WHDLoad support" +msgstr "Otomatik WHDLoad desteği için özel yükleme dizini" + msgid "Custom uae_ Options" msgstr "Özel uae_ Ayarları" @@ -487,6 +493,12 @@ msgid "Enable/disable use of the Game Boy Advance database" msgstr "Game Boy Advance veritabanı kullanımını etkinleştir/devre dışı bırak" +msgid "Enable/disable use of the Game Boy Color database" +msgstr "Game Boy Color veritabanı kullanımını etkinleştir/devre dışı bırak" + +msgid "Enable/disable use of the Game Boy database" +msgstr "Game Boy veritabanı kullanımını etkinleştir/devre dışı bırak" + msgid "Enable/disable use of the Nintendo (NES) database" msgstr "Nintendo (NES) veritabanı kullanımını etkinleştir/devre dışı bırak" @@ -526,6 +538,9 @@ msgid "FS-UAE Arcade" msgstr "" +msgid "FS-UAE Arcade" +msgstr "FS-UAE Arcade" + msgid "Fade-in Duration on Start" msgstr "Başlangıçtaki Fade-in Süresi" @@ -976,6 +991,9 @@ msgid "Not logged in" msgstr "Giriş yapılmadı" +msgid "Note: Support for additional game databases is an experimental feature and does not provide the same level of maturity as Amiga/CDTV/CD32. Also, additional plugins are needed to play the games." +msgstr "Not: Ek oyun veritabanları desteği deneysel bir özelliktir ve Amiga/CDTV/CD32 kadar gelişmiş değildir. Ayrıca oyunları oynamak için ek eklentiler gerekebilir." + msgid "OAGD.net Locker Uploader" msgstr "OAGD.net Dolap Yükleyicisi" @@ -1075,6 +1093,9 @@ msgid "Reject" msgstr "Reddet" +msgid "Relative Temporary Directories" +msgstr "Göreceli Geçici Dizinler" + msgid "Relative paths" msgstr "İlgili yollar" @@ -1373,6 +1394,9 @@ msgid "Use RDB disk images for size >= {0}" msgstr ">= {0} boyutu için RDB disk imajları kullan" +msgid "Use keyboard raw input (Windows)" +msgstr "Klavye ham girişi (Windows) kullan" + msgid "Using Kickstart ROM Replacement" msgstr "Kickstart ROM Yedeği Kullanılıyor" diff -Nru fs-uae-launcher-2.8.2/setup.py fs-uae-launcher-2.8.3/setup.py --- fs-uae-launcher-2.8.2/setup.py 2016-12-11 12:28:17.000000000 +0000 +++ fs-uae-launcher-2.8.3/setup.py 2017-01-08 19:45:32.000000000 +0000 @@ -20,7 +20,7 @@ name = "fs-uae-launcher" py_name = "fs_uae_launcher" tar_name = "fs-uae-launcher" -version = "2.8.2" +version = "2.8.3" author = "Frode Solheim" author_email = "frode@fs-uae.net" package_map = { @@ -126,7 +126,7 @@ else: setup_kwargs["executables"] = [Executable(s) for s in scripts] - setup_kwargs["version"] = "2.8.2" + setup_kwargs["version"] = "2.8.3" build_exe_options = { "includes": [ # "ctypes", @@ -176,7 +176,7 @@ if sys.platform == "darwin": setup_kwargs["name"] = title - setup_kwargs["version"] = "2.8.2" + setup_kwargs["version"] = "2.8.3" else: setup_kwargs["scripts"] = scripts Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/share/icons/hicolor/128x128/apps/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/share/icons/hicolor/128x128/apps/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/share/icons/hicolor/22x22/apps/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/share/icons/hicolor/22x22/apps/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/share/icons/hicolor/24x24/apps/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/share/icons/hicolor/24x24/apps/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/share/icons/hicolor/256x256/apps/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/share/icons/hicolor/256x256/apps/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/share/icons/hicolor/32x32/apps/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/share/icons/hicolor/32x32/apps/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/share/icons/hicolor/48x48/apps/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/share/icons/hicolor/48x48/apps/fs-uae-launcher.png differ Binary files /tmp/tmp0QnfWo/koZsnF7GvD/fs-uae-launcher-2.8.2/share/icons/hicolor/64x64/apps/fs-uae-launcher.png and /tmp/tmp0QnfWo/qBgP_71Eyo/fs-uae-launcher-2.8.3/share/icons/hicolor/64x64/apps/fs-uae-launcher.png differ diff -Nru fs-uae-launcher-2.8.2/VERSION fs-uae-launcher-2.8.3/VERSION --- fs-uae-launcher-2.8.2/VERSION 2016-12-11 12:28:19.000000000 +0000 +++ fs-uae-launcher-2.8.3/VERSION 2017-01-08 19:45:33.000000000 +0000 @@ -1 +1 @@ -2.8.2 +2.8.3