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