diff options
Diffstat (limited to 'locale/py/pw')
-rwxr-xr-x | locale/py/pw | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/locale/py/pw b/locale/py/pw new file mode 100755 index 00000000..61f3c244 --- /dev/null +++ b/locale/py/pw @@ -0,0 +1,13 @@ +$self{texts} = { + 'Continue' => 'Continuar', + 'Password' => 'Contraseña', + 'Session expired!' => '¡La sesión caducó!', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'continuar' => 'continue', +}; + +1; + |