diff options
Diffstat (limited to 'locale/gr/pw')
-rwxr-xr-x | locale/gr/pw | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/locale/gr/pw b/locale/gr/pw new file mode 100755 index 00000000..7d14c2cb --- /dev/null +++ b/locale/gr/pw @@ -0,0 +1,13 @@ +$self{charset} = 'ISO-8859-7'; + +$self{texts} = { + 'Continue' => 'Συνέχεια', +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'Συνέχεια' => 'continue', +}; + +1; + |