diff options
Diffstat (limited to 'locale/ct/pw')
-rwxr-xr-x | locale/ct/pw | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/locale/ct/pw b/locale/ct/pw new file mode 100755 index 00000000..53cb9140 --- /dev/null +++ b/locale/ct/pw @@ -0,0 +1,12 @@ +$self{texts} = { + 'Continue' => 'Continuar', + 'Password' => 'Contrasenya', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'continuar' => 'continue', +}; + +1; + |