Implemented impounding vehicles (beta), endless i18n fixes, tab indents

This commit is contained in:
ElPumpo
2018-05-02 18:34:30 +02:00
parent 505bb978db
commit e14c2a5957
9 changed files with 462 additions and 384 deletions
+21 -14
View File
@@ -5,11 +5,13 @@ Locales['es'] = {
['police_wear'] = 'Ropa CNP',
['sheriff_wear'] = 'Ropa Oficial',
['lieutenant_wear'] = 'Ropa Teniente',
['commandant_wear'] = 'Ropa Secreta',
['statepd_wear'] = 'Ropa Guardia Civil',
['specops_wear'] = 'Ropa GEO',
['gilet_wear'] = 'orange reflective jacket',
['bullet_wear'] = 'bulletproof vest',
['no_outfit'] = 'there\'s no uniform that fits you!',
['open_cloackroom'] = 'Presionar ~INPUT_CONTEXT~ para abrir la taquilla',
-- Armory
['remove_object'] = 'take object',
['deposit_object'] = 'deposit object',
['get_weapon'] = 'Coger arma',
['put_weapon'] = 'Depositar arma',
['buy_weapons'] = 'Comprar armas',
@@ -33,12 +35,27 @@ Locales['es'] = {
['put_in_vehicle'] = 'Meter en el vehículo',
['out_the_vehicle'] = 'Sacar del vehículo',
['fine'] = 'Multa',
['license_check'] = 'manage license',
['license_revoke'] = 'revoke license',
['license_revoked'] = 'your ~b~%s~s~ has been ~y~revoked~s~!',
['licence_you_revoked'] = 'you revoked a ~b~%s~s~ which belonged to ~y~%s~s~',
['no_players_nearby'] = 'No hay jugadores cerca',
-- Vehicle interaction
['vehicle_info'] = 'Información del vehículo',
['pick_lock'] = 'Forzar coche',
['vehicle_unlocked'] = 'Vehículo desbloqueado~s~',
['no_vehicles_nearby'] = 'No hay vehículos cerca',
['impound'] = 'impound vehicle',
['impound_prompt'] = 'press ~INPUT_CONTEXT~ to cancel the ~y~impound~s~',
['impound_canceled'] = 'you canceled the impound',
['impound_canceled_moved'] = 'the impound has been canceled because the vehicle moved',
['impound_successful'] = 'you have impounded the vehicle',
['search_database'] = 'vehicle information',
['search_database_title'] = 'vehicle information - search with registration number',
['search_database_error_invalid'] = 'that is ~r~not~s~ a ~y~valid~s~ registration number',
['search_database_error_not_found'] = 'that ~y~registration number~s~ is ~r~not~s~ registered to an vehicle!',
['search_database_found'] = 'the vehicle is ~y~registered~s~ to ~b~%s~s~',
-- Traffic interaction
['traffic_interaction'] = 'Rutas de interacción',
['cone'] = 'Cono',
['barrier'] = 'Barrera',
@@ -94,14 +111,4 @@ Locales['es'] = {
['you_have_confweapon'] = 'Has confiscado ~y~x1 ',
['confweapon'] = '~s~ Te han confiscado ~y~x1 ',
['alert_police'] = 'Alerta policia',
-- Authorized Vehicles
['policebike'] = 'Bicicleta Policía',
['focuscnp'] = 'Vehículo patrulla 1',
['tiguancnp'] = 'Vehículo patrulla 2',
['police3'] = 'Vehículo patrulla 3',
['police4'] = 'Vehículo Secreta',
['policeb'] = 'Moto',
['policet'] = 'Furgón policial',
['polmav'] = 'Helicóptero de la policía',
['buzzard2'] = 'Helicóptero de mando',
}