Commit Graph
59 Commits
Author SHA1 Message Date
João Pedro Correia 472e74c087 Update sv.lua 2020-11-16 19:29:14 +00:00
João Pedro Correia e6b46a25c7 Update pl.lua 2020-11-16 19:28:43 +00:00
João Pedro Correia 3b9328bfc4 Update fr.lua 2020-11-16 19:28:23 +00:00
João Pedro Correia dfe5089ae8 Update fi.lua 2020-11-16 19:27:59 +00:00
João Pedro Correia 8281d9155c Update en.lua 2020-11-16 19:27:20 +00:00
João Pedro Correia 8ea28a1b1c Update cs.lua 2020-11-16 19:26:58 +00:00
João Pedro Correia 2ccecac26f Update br.lua 2020-11-16 19:25:44 +00:00
Samuel ee6fa0db7c Merge pull request #273 from TehZombiJesus/patch-1
Updated French translation
2020-04-21 13:15:45 +02:00
SW1FT 25a0287e15 EN locale fixes 2020-04-21 08:24:48 +01:00
Kevin O'Byrne 61bd1cc3bf Update fr.lua 2020-04-19 03:49:04 -04:00
ElPumpo 2855a34038 Fixed paying rent with latest ESX accounts, added automatic removal if cannot afford 2020-03-31 12:28:57 +02:00
Oldarorn 6a0fcb42b9 Update fr.lua 2020-02-10 22:10:56 +01:00
rex2630 637fe9e80b Added czech locale (#236)
* Create cs.lua

* Update fxmanifest.lua
2020-02-08 14:54:17 +01:00
ElPumpo 14fbc69357 Major improvements, see desc
- Fixed selling same vehicle multiple times
- Fixed selling <no> vehicle
- Major security improvements
- Removed buying vehicle for society
- Code cleanup
- Fixed depopping vehicle not working (not respecting network owner)
2020-02-08 12:36:18 +01:00
maiconkkl 40e4a009f1 Correcting and improving translation 2020-01-05 23:09:13 -03:00
ElPumpoandAlex Garcio 967cde347e Fix spawned vehicles not unloading from memory, closes #142
Co-Authored-By: Alex Garcio <redalex@users.noreply.github.com>
2019-05-31 12:35:09 +02:00
ElPumpo 9fabb62be3 Await vehicle to load, resolves #80 2018-12-02 16:54:32 +01:00
ElPumpo 27439734fc Merge branch 'master' of https://github.com/ESX-Org/esx_vehicleshop 2018-12-02 14:26:06 +01:00
ElPumpo 2d4fa6dd73 Implemented check for car license, resolves #101 2018-12-02 14:24:35 +01:00
Dione Batista 859b178b42 Correct issue#81 when using br language 2018-12-01 23:10:16 -02:00
Cédric Lecomte 9f9fe62c6e Fix i18n FR (#104)
* Fix i18n FR

* Fix locales
- New locales available
- Don't start with uppercase
2018-11-28 20:06:52 +01:00
ElPumpo 6c570cee98 Added sold vehicles list 2018-11-25 15:54:19 +01:00
ElPumpo 592083b2ae Security improvement, resolves #36 2018-11-20 21:00:29 +01:00
ElPumpo 8e76143a7b Removed PV command, closes #97, closes #90, closes # 2018-11-20 11:48:53 +01:00
ElPumpo 11e58a247d Removed unused locale strings 2018-11-20 11:16:36 +01:00
ElPumpo feb0b05406 Proper string formatting, no more hardcoded $ signs 2018-11-20 11:02:16 +01:00
ElPumpo 3921a46d60 mysql-async v3.0.1 support 2018-09-24 17:34:19 +02:00
Samuel 6fade6b522 Merge pull request #52 from deviljin112/master
Polish Translation
2018-08-11 13:40:25 +02:00
ElPumpo 5711214fd1 Corrected swedish locales 2018-08-04 23:55:58 +02:00
deviljin112 31b99ac688 Update pl.lua 2018-07-29 11:41:03 +01:00
MajorMarcin d44fd9bc11 fix pl 2018-07-29 12:25:55 +02:00
ElPumpo 5bdb3e90ba Implemented selling back vehicle to provider, closes #51 2018-07-25 14:08:45 +02:00
ElPumpo 6a4ccf0cd7 Implemented plate generation from esx_migrate 2018-07-24 16:20:52 +02:00
ElPumpo 1f6cbe9d8d Fixed buying vehicles not changing vehicle, minor changes 2018-07-24 15:52:37 +02:00
ElPumpo f62fd2c75a Tab indent, further cleanup 2018-07-24 15:19:12 +02:00
deviljin112 bafce42446 Update pl.lua
lower case change
2018-07-23 17:48:56 +01:00
deviljin112 04d2535432 Polish Translation 2018-07-23 13:35:47 +01:00
AdrineX eee749586f fix 2018-06-12 23:00:32 +03:00
AdrineX 49afe50c0e Add Finnish lang... 2018-06-12 21:49:52 +03:00
ElPumpo 1b5c7405a5 Fixed paying rent (fixes #30), fixed #33 2018-05-04 18:08:03 +02:00
MHL1337 c604b848a0 Added Swedish translation 2018-04-14 10:38:25 +02:00
ElPumpo f6b01ed968 A lot of cleanup, see desc
- Improved i18n formatting
- All employees can buy vehicles
- Fixed exploit taking more than you can carry from the society
2018-04-10 21:28:15 +02:00
ElPumpo 78265594d2 Improved English translation, closes #18 2018-04-10 20:41:28 +02:00
Romain Lanz 29569ce133 fix(locales-en): typo in key name 2017-09-14 21:16:28 +02:00
Romain Lanz 64c99d111b chore(coding-style): update
- Adding the .editorconfig file
- Ensure there's a trailing comma
- Ensure there's a space before parameter when declaring a function
- Ensure there's no empty line before block declaration
- Ensure 2 spaces is used to indentate
2017-09-14 12:11:56 +02:00
Romain Lanz 5af5aac73f chore(locales-en): correct indentation 2017-09-13 23:17:34 +02:00
Romain Lanz 05dd5b5fc7 fix(locales): add comma
Closes https://github.com/FXServer-ESX/fxserver-esx_vehicleshop/issues/6
2017-09-13 23:15:42 +02:00
Romain Lanz 5a2a36ca44 fix(locales): rename br file and correct indentation 2017-09-13 23:13:30 +02:00
Don 0daf20143f Update en.lua 2017-09-13 01:51:39 -07:00
Jérémie N'gadi 9ea5df0faa Merge pull request #4 from CMDTelhada/patch-1
added br language
2017-09-13 09:53:50 +02:00