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