diff options
author | Paulo Carmino <contato@paulocarmino.com> | 2015-07-30 14:51:33 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-30 14:51:33 +0200 |
commit | 8ab6e08b627efa216ca668750b34e45faf88cf25 (patch) | |
tree | a789dfddb9775efd0439b24706e81e3761bb6d54 /lib/plugins/extension/lang | |
parent | b29fadcabc9ae3b1a1c246dfa6caefd0ad0bab9c (diff) | |
download | rpg-8ab6e08b627efa216ca668750b34e45faf88cf25.tar.gz rpg-8ab6e08b627efa216ca668750b34e45faf88cf25.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/extension/lang')
-rw-r--r-- | lib/plugins/extension/lang/pt/lang.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/plugins/extension/lang/pt/lang.php b/lib/plugins/extension/lang/pt/lang.php index e8c8a7d55..1a36b4ede 100644 --- a/lib/plugins/extension/lang/pt/lang.php +++ b/lib/plugins/extension/lang/pt/lang.php @@ -2,9 +2,10 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Guido Salatino <guidorafael23@gmail.com> * @author Romulo Pereira <romuloccomp@gmail.com> + * @author Paulo Carmino <contato@paulocarmino.com> */ $lang['menu'] = 'Gerenciador de Extensões'; $lang['tab_plugins'] = 'Plugins Instalados'; @@ -26,6 +27,7 @@ $lang['btn_disable'] = 'Desabilitar'; $lang['btn_install'] = 'Instalar'; $lang['btn_reinstall'] = 'Reinstalar'; $lang['js']['reallydel'] = 'Confirma a desinstalação desta extensão?'; +$lang['js']['display_viewoptions'] = 'Ver Opções:'; $lang['search_for'] = 'Pesquisar Extensão:'; $lang['search'] = 'Pesquisar'; $lang['extensionby'] = '<strong>%s</strong> by %s'; |