Skip to content

Commit

Permalink
Merge branch 'esx-framework:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jun 22, 2023
2 parents d8679e1 + 6469b82 commit 816cde2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ game 'gta5'
lua54 'yes'

description 'ESX hud'
version '1.2.0'
version '1.3.0'

shared_scripts {
'@es_extended/imports.lua',
Expand Down
10 changes: 5 additions & 5 deletions locales/sr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Locales["sr"] = {
toggleHud = 'Upalite/Ugasite HUD',
indicatorLeft = 'Levi migavac',
indicatorRight = 'Desni migavac',
toggleEngine = 'Motor upaljen/ugasen',
toggleEngine = 'Motor upaljen/ugašen',
speedChanged = 'Brzina promenjena, nova brzina: ',
resource_not_built = 'Resurs nije napravljen, preuzmite release verziju resursa!',
settingsSaveSuccess = "Trenutna podesavanja uspesno sacuvana",
settingsResetSuccess = "Podesavanja uspesno resetovana",
settingsSaveSuccess = "Trenutna podešavanja uspešno sačuvana",
settingsResetSuccess = "Podešavanja uspešno resetovana",
currentVersion = "Poslednja verzija: ",
yourVersion = "Vasa verzija: ",
yourVersion = "Vaša verzija: ",
latestVersion = "Vi koristite poslednju verziju!",
needUpdateResource = "Morate preuzeti najnoviju verziju. Trenutno koristite staru verziju.",
errorGetCurrentVersion = "Doslo je do greske prilikom provere trenutne verzije resursa!"
errorGetCurrentVersion = "Došlo je do greške prilikom provere trenutne verzije resursa!"
}

0 comments on commit 816cde2

Please sign in to comment.