diff options
Diffstat (limited to 'locale/tr/pw')
-rwxr-xr-x | locale/tr/pw | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/tr/pw b/locale/tr/pw new file mode 100755 index 00000000..326452fd --- /dev/null +++ b/locale/tr/pw @@ -0,0 +1,14 @@ +$self{charset} = 'ISO-8859-9'; + +$self{texts} = { + 'Continue' => 'Devam', + 'Password' => 'Þifre', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'devam' => 'continue', +}; + +1; + |