Swedish locale, locale improvements, you can only store taxis

This commit is contained in:
ElPumpo
2018-08-12 18:04:07 +02:00
parent b1f9aedd2f
commit 0c00f1c6ea
10 changed files with 208 additions and 213 deletions
+5 -11
View File
@@ -1,14 +1,8 @@
Locales['fr'] = {
['taking_service'] = 'prise de service : ',
['spawn_veh'] = 'sortir véhicule',
['remove_comp_money'] = 'retirer argent société',
['deposit_money'] = 'déposer argent',
['launder_money'] = 'blanchir argent',
['full_service'] = 'service complet : ',
['withdraw_amount'] = 'montant du retrait',
['amount_invalid'] = 'montant invalide',
['deposit_amount'] = 'montant du dépôt',
['launder_amount'] = 'montant à blanchir',
['press_to_open'] = 'appuyez sur ~INPUT_CONTEXT~ pour accéder au menu',
['billing'] = 'facuration',
['invoice_amount'] = 'montant de la facture',
@@ -25,8 +19,8 @@ Locales['fr'] = {
['only_taxi'] = 'vous ne pouvez ranger que les taxi',
['must_in_taxi'] = 'vous devez être dans un taxi pour commencer la mission',
['must_in_vehicle'] = 'vous devez être dans un véhicule pour commencer la mission',
['have_earned'] = 'vous avez gagné ~g~$',
['comp_earned'] = 'votre société a gagné ~g~$',
['have_earned'] = 'vous avez gagné ~g~$%s~s~',
['comp_earned'] = '- Votre société a gagné ~g~$%s~s~\n- Vous avez gagné ~g~$%s~s~',
['deposit_stock'] = 'Déposer Stock',
['take_stock'] = 'Prendre Stock',
['boss_actions'] = 'action Patron',
@@ -35,7 +29,7 @@ Locales['fr'] = {
['quantity_invalid'] = 'Quantité invalide',
['inventory'] = 'Inventaire',
['taxi_client'] = 'client Taxi',
['have_withdrawn'] = 'Vous avez retiré x',
['added'] = 'Vous avez ajouté x',
['player_cannot_hold'] = 'you do ~r~not~w~ have enough ~y~free space~w~ in your inventory!',
['have_withdrawn'] = 'vous avez pris ~y~x%s~s~ ~b~%s~s~',
['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!',
}