diff options
Diffstat (limited to 'locale/pt/pw')
-rwxr-xr-x | locale/pt/pw | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/locale/pt/pw b/locale/pt/pw new file mode 100755 index 00000000..32c8a6be --- /dev/null +++ b/locale/pt/pw @@ -0,0 +1,12 @@ +$self{texts} = { + 'Continue' => 'Continuar', + 'Password' => 'Password', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'continuar' => 'continue', +}; + +1; + |