summaryrefslogtreecommitdiff
path: root/locale/py/pw
diff options
context:
space:
mode:
Diffstat (limited to 'locale/py/pw')
-rwxr-xr-xlocale/py/pw13
1 files changed, 0 insertions, 13 deletions
diff --git a/locale/py/pw b/locale/py/pw
deleted file mode 100755
index 61f3c244..00000000
--- a/locale/py/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;
-