mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Fixed robbing without weapon #14
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
Locales['br'] = {
|
||||
|
||||
['robbery_cancelled'] = 'O roubo será cancelado, você não ganhará nada!',
|
||||
['robbery_successful'] = 'O roubo foi um sucesso. Você ganhou ~g~$',
|
||||
['shop_robbery'] = 'Loja roubavel',
|
||||
@@ -20,5 +19,5 @@ Locales['br'] = {
|
||||
['min_police'] = 'there must be at least ~b~',
|
||||
['in_city'] = '~s~ policemen in town to rob.',
|
||||
['robbery_already'] = '~r~Um assalto já está em andamento.',
|
||||
|
||||
['no_threat'] = 'you do not pose a threat to the store',
|
||||
}
|
||||
|
||||
@@ -12,4 +12,5 @@ Locales['de'] = {
|
||||
['robbery_cancelled_at'] = '~r~Raub abgebrochen bei: ~b~%s~s~',
|
||||
['min_police'] = 'there must be at least ~b~%s cops~s~ in town to rob.',
|
||||
['robbery_already'] = '~r~Ein Raub ist bereits im gange.',
|
||||
['no_threat'] = 'you do not pose a threat to the store',
|
||||
}
|
||||
|
||||
@@ -12,4 +12,5 @@ Locales['en'] = {
|
||||
['robbery_cancelled_at'] = '~r~The robbery at ~b~%s~s~ has been cancelled!',
|
||||
['min_police'] = 'there must be at least ~b~%s cops~s~ in town to rob.',
|
||||
['robbery_already'] = '~r~A robbery is already in progress.',
|
||||
['no_threat'] = 'you do not pose a threat to the store',
|
||||
}
|
||||
|
||||
@@ -12,4 +12,5 @@ Locales['fr'] = {
|
||||
['robbery_cancelled_at'] = '~r~Braquage annulé à: ~b~%s~s~',
|
||||
['min_police'] = 'il faut minimum ~b~%s policiers~s~ en ville pour braquer.',
|
||||
['robbery_already'] = '~r~Un braquage est déjà en cours.',
|
||||
['no_threat'] = 'you do not pose a threat to the store',
|
||||
}
|
||||
|
||||
@@ -12,4 +12,5 @@ Locales['sv'] = {
|
||||
['robbery_cancelled_at'] = '~r~Rånet~s~ vid ~b~%s~s~ har avbrutits!',
|
||||
['min_police'] = 'det måste vara minst ~b~%s poliser~s~ inne för att du ska kunna ~o~råna butiker~s~.',
|
||||
['robbery_already'] = '~r~Ett rån pågår redan.',
|
||||
['no_threat'] = 'du kan inte hota utan ett vapen',
|
||||
}
|
||||
Reference in New Issue
Block a user