diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-25 12:30:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-25 12:30:21 +0000 |
commit | 45ca64b2504f3646cdff261aa7c31d89df209c46 (patch) | |
tree | 3059500e349ff6d276cc7a929edca4cd20ad0a2c /applications/luci-ntpc/luasrc/i18n/ntpc.pt_br.lua | |
parent | 73f382fcda4d1b7d5347e14936e199cb48d4c77e (diff) |
* luci/i18n/portuguese_brazilian: add fixes and translations for ddns, qos, firewall and ntp client
Diffstat (limited to 'applications/luci-ntpc/luasrc/i18n/ntpc.pt_br.lua')
-rw-r--r-- | applications/luci-ntpc/luasrc/i18n/ntpc.pt_br.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.pt_br.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.pt_br.lua new file mode 100644 index 0000000000..be3ce5b702 --- /dev/null +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.pt_br.lua @@ -0,0 +1,9 @@ +ntpc = 'Sincronização de Horário' +ntpc_desc = 'Sincroniza a hora do sistema' +ntpc_timeserver = 'Servidor de Hora' +ntpc_interval = 'Intervalo de Atualização (em s)' +ntpc_count = 'Quantas vezes irá atualizar' +ntpc_count_desc = 'vazio = infinito' +ntpc_drift = 'Ajuste do Relógio' +ntpc_drift_freq = 'Frequência do Offset' +ntpc_current = 'Hora atual do sistema' |