mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Replaced hardcoded phone label with i18n string
This commit is contained in:
@@ -45,4 +45,5 @@ Locales['br'] = {
|
||||
['have_deposited'] = 'você depositou ~y~x%s~s~ ~b~%s~s~',
|
||||
['player_cannot_hold'] = 'você não tem espaço suficiente em seu inventário!',
|
||||
['blip_taxi'] = 'taxi',
|
||||
['phone_taxi'] = 'taxi',
|
||||
}
|
||||
@@ -45,4 +45,5 @@ Locales['de'] = {
|
||||
['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
|
||||
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
|
||||
['blip_taxi'] = 'taxi',
|
||||
['phone_taxi'] = 'taxi',
|
||||
}
|
||||
@@ -45,4 +45,5 @@ Locales['en'] = {
|
||||
['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
|
||||
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
|
||||
['blip_taxi'] = 'taxi',
|
||||
['phone_taxi'] = 'taxi',
|
||||
}
|
||||
@@ -45,4 +45,5 @@ Locales['fi'] = {
|
||||
['have_deposited'] = 'sinä talletit ~y~x%s~s~ ~b~%s~s~',
|
||||
['player_cannot_hold'] = 'sinulla ~r~ei ole~s~ enempää ~y~vapaata tilaa~s~ repussasi!',
|
||||
['blip_taxi'] = 'taxi',
|
||||
['phone_taxi'] = 'taxi',
|
||||
}
|
||||
@@ -45,4 +45,5 @@ Locales['fr'] = {
|
||||
['have_deposited'] = 'vous avez déposé ~y~x%s~s~ ~b~%s~s~',
|
||||
['player_cannot_hold'] = 'vous n\'avez pas assez ~y~de place~s~ dans votre inventaire!',
|
||||
['blip_taxi'] = 'taxi',
|
||||
['phone_taxi'] = 'taxi',
|
||||
}
|
||||
@@ -45,4 +45,5 @@ Locales['pl'] = {
|
||||
['have_deposited'] = 'deponujesz ~y~x%s~s~ ~b~%s~s~',
|
||||
['player_cannot_hold'] = '~r~Nie~s~ masz wystarczająco ~y~wolnego miejsca~s~ w swoim ekwipunku!',
|
||||
['blip_taxi'] = 'taxi',
|
||||
['phone_taxi'] = 'taxi',
|
||||
}
|
||||
@@ -45,4 +45,5 @@ Locales['sv'] = {
|
||||
['have_deposited'] = 'du har lagrat ~y~x%s~s~ ~b~%s~s~',
|
||||
['player_cannot_hold'] = 'du har ~r~inte~s~ tillräckligt med ~y~utrymme~s~ för att hålla det!',
|
||||
['blip_taxi'] = 'taxifirman',
|
||||
['phone_taxi'] = 'taxi',
|
||||
}
|
||||
Reference in New Issue
Block a user