Move vehicle garage to seperate file, see desc for full change

This commit is contained in:
ElPumpo
2020-01-24 13:25:10 +01:00
parent 7037671420
commit 355c04bebb
14 changed files with 398 additions and 445 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ Locales['br'] = {
['armory_item'] = '$%s',
['armory_weapontitle'] = 'armory - Buy weapon',
['armory_componenttitle'] = 'armory - Weapon attatchments',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~r~$%s~s~',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~g~$%s~s~',
['armory_money'] = 'you cannot afford that weapon',
['armory_hascomponent'] = 'you have that attatchment equiped!',
['get_weapon_menu'] = 'armory - Withdraw Weapon',
@@ -43,8 +43,8 @@ Locales['br'] = {
['garage_storeditem'] = 'open garage',
['garage_storeitem'] = 'store vehicle in garage',
['garage_buyitem'] = 'vehicle shop',
['garage_notauthorized'] = 'you\'re not authorized to buy this kind of vehicles.',
['helicopter_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Helicopter Actions~s~.',
['helicopter_notauthorized'] = 'you\'re not authorized to buy helicopters.',
['shop_item'] = '$%s',
['vehicleshop_title'] = 'vehicle Shop',
['vehicleshop_confirm'] = 'do you want to buy this vehicle?',
+2 -2
View File
@@ -20,7 +20,7 @@ Locales['de'] = {
['armory_item'] = '$%s',
['armory_weapontitle'] = 'armory - Buy weapon',
['armory_componenttitle'] = 'armory - Weapon attatchments',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~r~$%s~s~',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~g~$%s~s~',
['armory_money'] = 'you cannot afford that weapon',
['armory_hascomponent'] = 'you have that attatchment equiped!',
['get_weapon_menu'] = 'armory - Withdraw Weapon',
@@ -43,8 +43,8 @@ Locales['de'] = {
['garage_storeditem'] = 'open garage',
['garage_storeitem'] = 'store vehicle in garage',
['garage_buyitem'] = 'vehicle shop',
['garage_notauthorized'] = 'you\'re not authorized to buy this kind of vehicles.',
['helicopter_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Helicopter Actions~s~.',
['helicopter_notauthorized'] = 'you\'re not authorized to buy helicopters.',
['shop_item'] = '$%s',
['vehicleshop_title'] = 'vehicle Shop',
['vehicleshop_confirm'] = 'do you want to buy this vehicle?',
+2 -2
View File
@@ -20,7 +20,7 @@ Locales['en'] = {
['armory_item'] = '$%s',
['armory_weapontitle'] = 'armory - Buy weapon',
['armory_componenttitle'] = 'armory - Weapon attatchments',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~r~$%s~s~',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~g~$%s~s~',
['armory_money'] = 'you cannot afford that weapon',
['armory_hascomponent'] = 'you have that attatchment equiped!',
['get_weapon_menu'] = 'armory - Withdraw Weapon',
@@ -43,8 +43,8 @@ Locales['en'] = {
['garage_storeditem'] = 'open garage',
['garage_storeitem'] = 'store vehicle in garage',
['garage_buyitem'] = 'vehicle shop',
['garage_notauthorized'] = 'you\'re not authorized to buy this kind of vehicles.',
['helicopter_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Helicopter Actions~s~.',
['helicopter_notauthorized'] = 'you\'re not authorized to buy helicopters.',
['shop_item'] = '$%s',
['vehicleshop_title'] = 'vehicle Shop',
['vehicleshop_confirm'] = 'do you want to buy this vehicle?',
+2 -2
View File
@@ -20,7 +20,7 @@ Locales['es'] = {
['armory_item'] = '$%s',
['armory_weapontitle'] = 'armory - Buy weapon',
['armory_componenttitle'] = 'armory - Weapon attatchments',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~r~$%s~s~',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~g~$%s~s~',
['armory_money'] = 'you cannot afford that weapon',
['armory_hascomponent'] = 'you have that attatchment equiped!',
['get_weapon_menu'] = 'armory - Withdraw Weapon',
@@ -43,8 +43,8 @@ Locales['es'] = {
['garage_storeditem'] = 'open garage',
['garage_storeitem'] = 'store vehicle in garage',
['garage_buyitem'] = 'vehicle shop',
['garage_notauthorized'] = 'you\'re not authorized to buy this kind of vehicles.',
['helicopter_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Helicopter Actions~s~.',
['helicopter_notauthorized'] = 'you\'re not authorized to buy helicopters.',
['shop_item'] = '$%s',
['vehicleshop_title'] = 'vehicle Shop',
['vehicleshop_confirm'] = 'do you want to buy this vehicle?',
+2 -2
View File
@@ -20,7 +20,7 @@ Locales['fi'] = {
['armory_item'] = '$%s',
['armory_weapontitle'] = 'armory - Buy weapon',
['armory_componenttitle'] = 'armory - Weapon attatchments',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~r~$%s~s~',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~g~$%s~s~',
['armory_money'] = 'you cannot afford that weapon',
['armory_hascomponent'] = 'you have that attatchment equiped!',
['get_weapon_menu'] = 'armory - Withdraw Weapon',
@@ -43,8 +43,8 @@ Locales['fi'] = {
['garage_storeditem'] = 'open garage',
['garage_storeitem'] = 'store vehicle in garage',
['garage_buyitem'] = 'vehicle shop',
['garage_notauthorized'] = 'you\'re not authorized to buy this kind of vehicles.',
['helicopter_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Helicopter Actions~s~.',
['helicopter_notauthorized'] = 'you\'re not authorized to buy helicopters.',
['shop_item'] = '$%s',
['vehicleshop_title'] = 'vehicle Shop',
['vehicleshop_confirm'] = 'do you want to buy this vehicle?',
+2 -2
View File
@@ -20,7 +20,7 @@ Locales['fr'] = {
['armory_item'] = '$%s',
['armory_weapontitle'] = 'armurerie - Acheter une arme',
['armory_componenttitle'] = 'armurerie - Accessoires d\'armes',
['armory_bought'] = 'vous achetez un ~y~%s~s~ pour ~r~$%s~s~',
['armory_bought'] = 'vous achetez un ~y~%s~s~ pour ~g~$%s~s~',
['armory_money'] = 'vous ne pouvez pas acheter cette arme',
['armory_hascomponent'] = 'vous avez cet accessoire équipé!',
['get_weapon_menu'] = 'armurerie - Retirer arme',
@@ -43,8 +43,8 @@ Locales['fr'] = {
['garage_storeditem'] = 'ouvrir le garage',
['garage_storeitem'] = 'ranger le véhicule',
['garage_buyitem'] = 'magasin véhicule',
['garage_notauthorized'] = 'you\'re not authorized to buy this kind of vehicles.',
['helicopter_prompt'] = 'appuyez sur ~INPUT_CONTEXT~ pour accéder aux ~y~Actions de l\'hélicoptère~s~.',
['helicopter_notauthorized'] = 'vous n\'êtes pas autorisé à acheter un hélicoptère.',
['shop_item'] = '$%s',
['vehicleshop_title'] = 'magasin véhicule',
['vehicleshop_confirm'] = 'voulez-vous acheter ce véhicule?',
+2 -2
View File
@@ -20,7 +20,7 @@ Locales['ko'] = {
['armory_item'] = '$%s',
['armory_weapontitle'] = '병기고 - 무기 구매',
['armory_componenttitle'] = '병기고 - 무기 부착물',
['armory_bought'] = '당신은 ~r~$%s~s~에 ~y~%s~s~를 구매했습니다',
['armory_bought'] = '당신은 ~g~$%s~s~에 ~y~%s~s~를 구매했습니다',
['armory_money'] = '당신은 이 무기를 살 수 없습니다',
['armory_hascomponent'] = '이 부착물이 장착되어 있습니다!',
['get_weapon_menu'] = '병기고 - 무기 빼다',
@@ -43,8 +43,8 @@ Locales['ko'] = {
['garage_storeditem'] = '차고 열기',
['garage_storeitem'] = '차량 정리',
['garage_buyitem'] = '차량 상점',
['garage_notauthorized'] = 'you\'re not authorized to buy this kind of vehicles.',
['helicopter_prompt'] = '~y~헬리콥터 동작~s~에 액세스하려면 ~INPUT_CONTEXT~를 누릅니다.',
['helicopter_notauthorized'] = '헬리콥터를 구매할 수 없습니다.',
['shop_item'] = '$%s',
['vehicleshop_title'] = '차량 판매점',
['vehicleshop_confirm'] = '이 차량을 사고 싶습니까?',
+2 -2
View File
@@ -20,7 +20,7 @@ Locales['pl'] = {
['armory_item'] = '$%s',
['armory_weapontitle'] = 'armory - Buy weapon',
['armory_componenttitle'] = 'armory - Weapon attatchments',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~r~$%s~s~',
['armory_bought'] = 'you bought an ~y~%s~s~ for ~g~$%s~s~',
['armory_money'] = 'you cannot afford that weapon',
['armory_hascomponent'] = 'you have that attatchment equiped!',
['get_weapon_menu'] = 'armory - Withdraw Weapon',
@@ -43,8 +43,8 @@ Locales['pl'] = {
['garage_storeditem'] = 'open garage',
['garage_storeitem'] = 'store vehicle in garage',
['garage_buyitem'] = 'vehicle shop',
['garage_notauthorized'] = 'you\'re not authorized to buy this kind of vehicles.',
['helicopter_prompt'] = 'press ~INPUT_CONTEXT~ to access the ~y~Helicopter Actions~s~.',
['helicopter_notauthorized'] = 'you\'re not authorized to buy helicopters.',
['shop_item'] = '$%s',
['vehicleshop_title'] = 'vehicle Shop',
['vehicleshop_confirm'] = 'do you want to buy this vehicle?',
+4 -4
View File
@@ -43,12 +43,12 @@ Locales['sv'] = {
['garage_storeditem'] = 'öppna garage',
['garage_storeitem'] = 'ställ in fordon',
['garage_buyitem'] = 'fordonshandel',
['helicopter_prompt'] = 'klicka på ~INPUT_CONTEXT~ för att komma åt ~y~garaget~s~.',
['helicopter_notauthorized'] = 'du har inte behörighet till att köpa en helikopter.',
['garage_notauthorized'] = 'du har inte tillgång till att köpa dessa fordon.',
['helicopter_prompt'] = 'tryck ~INPUT_CONTEXT~ för att komma åt ~y~helikoptergaraget~s~.',
['shop_item'] = '%s SEK',
['vehicleshop_title'] = 'fordonshandel',
['vehicleshop_confirm'] = 'vill du köpa detta fordon?',
['vehicleshop_bought'] = 'du köpte ~y~%s~s~ för ~r~$%s~s~',
['vehicleshop_bought'] = 'du köpte ~y~%s~s~ för ~g~%s SEK~s~',
['vehicleshop_money'] = 'du har inte råd med detta fordon',
['vehicleshop_awaiting_model'] = 'fordonet ~g~LADDAS NED OCH LADDAS IN~s~ var god vänta',
['confirm_no'] = 'nej',
@@ -76,7 +76,7 @@ Locales['sv'] = {
['unpaid_bills'] = 'se obetalda räkningar',
['license_check'] = 'se licenser',
['license_revoke'] = 'återkalla licenser',
['license_revoked'] = 'Ditt ~b~%s~s~ har blivit ~y~återkallat~s~!',
['license_revoked'] = 'ditt ~b~%s~s~ har blivit ~y~återkallat~s~!',
['licence_you_revoked'] = 'du återkallade ett ~b~%s~s~ som tillhörde ~y~%s~s~',
['no_players_nearby'] = 'det finns ingen i närheten',
['being_searched'] = 'du blir ~y~visiterad~s~ av ~b~Polisen~s~',