diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-29 16:08:08 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-29 16:08:08 +1200 |
commit | 1e0f0b2d38f15f3bac670319f52c2925cdaecc3c (patch) | |
tree | 628e2fe0afd867f81c8360e443b453bf08f0f8f8 /web/l10n/pt.js | |
parent | c534819d12b984e845f41a95efa3f0ef7b6ebbe6 (diff) | |
download | trackermap-server-1e0f0b2d38f15f3bac670319f52c2925cdaecc3c.tar.gz trackermap-server-1e0f0b2d38f15f3bac670319f52c2925cdaecc3c.tar.bz2 trackermap-server-1e0f0b2d38f15f3bac670319f52c2925cdaecc3c.zip |
Rename some commands
Diffstat (limited to 'web/l10n/pt.js')
-rw-r--r-- | web/l10n/pt.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/l10n/pt.js b/web/l10n/pt.js index a862165a9..ed1350f6e 100644 --- a/web/l10n/pt.js +++ b/web/l10n/pt.js @@ -76,11 +76,11 @@ var strings = { command_title: 'Comando', command_send: 'Enviar', - command_type: 'Tipo' , - command_position_stop: 'Parar Posição' , - command_position_fix: 'Posição Tempo' , - command_engine_stop: 'Bloqueio Veículo' , - command_engine_resume: 'Desbloqueio Veículo' , - command_frequency: 'Frequência' , + command_type: 'Tipo', + command_position_periodic: 'Posição Tempo', + command_position_stop: 'Parar Posição', + command_engine_stop: 'Bloqueio Veículo', + command_engine_resume: 'Desbloqueio Veículo', + command_frequency: 'Frequência', command_unit: 'Unidade' }; |