summaryrefslogtreecommitdiff
path: root/locale/co_utf/pw
diff options
context:
space:
mode:
Diffstat (limited to 'locale/co_utf/pw')
-rwxr-xr-xlocale/co_utf/pw15
1 files changed, 0 insertions, 15 deletions
diff --git a/locale/co_utf/pw b/locale/co_utf/pw
deleted file mode 100755
index b7af4f87..00000000
--- a/locale/co_utf/pw
+++ /dev/null
@@ -1,15 +0,0 @@
-$self{charset} = 'UTF-8';
-
-$self{texts} = {
- 'Continue' => 'Continuar',
- 'Password' => 'Contraseña',
- 'Session expired!' => '¡Sesión Expiró!',
-};
-
-$self{subs} = {
- 'getpassword' => 'getpassword',
- 'continuar' => 'continue',
-};
-
-1;
-