diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 00:47:12 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-24 00:47:12 +0000 |
commit | 78091904fc3f2a131e709f804ed4b3a0d5994d06 (patch) | |
tree | a355c847647717244c70bd83bc5600211361731e /locale/gr/pw | |
parent | 3eb31643657612ce3331124c0194c37956b4ce4d (diff) |
Convert Greek translation to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@272 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/gr/pw')
-rwxr-xr-x | locale/gr/pw | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/locale/gr/pw b/locale/gr/pw deleted file mode 100755 index 7d14c2cb..00000000 --- a/locale/gr/pw +++ /dev/null @@ -1,13 +0,0 @@ -$self{charset} = 'ISO-8859-7'; - -$self{texts} = { - 'Continue' => 'Συνέχεια', -}; - -$self{subs} = { - 'getpassword' => 'getpassword', - 'Συνέχεια' => 'continue', -}; - -1; - |