Replaced hardcoded phone label with i18n string

This commit is contained in:
ElPumpo
2018-11-28 21:41:17 +01:00
parent 07a0403a89
commit 194d100c5a
8 changed files with 9 additions and 2 deletions
+1
View File
@@ -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',
}
+1
View File
@@ -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',
}
+1
View File
@@ -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',
}
+1
View File
@@ -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',
}
+1
View File
@@ -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',
}
+1
View File
@@ -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',
}
+1
View File
@@ -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',
}