package openwebmail::el;

# Greek translation, charset: iso-8859-7
# by Dimitris 'sehh' Michelinakis

%lang_folders =
   (
   INBOX => '',
   'saved-messages' => '',
   'sent-mail'      => '',
   'saved-drafts'   => '',
   'mail-trash'     => '',
   DELETE => '----'
   );

%lang_sortlabels =
   (
   status      => ' (  )',
   date        => ' (  )',
   date_rev    => ' (  )',
   sender      => ' (  )',
   sender_rev  => ' (  )',
   subject     => ' (  )',
   subject_rev => ' (  )',
   size        => ' (  )',
   size_rev    => ' (  )'
   );

%lang_onofflabels =
   (
   auto => 'Auto switched',
   on   => 'On',
   off  => 'Off',
   );

%lang_prioritylabels =
   (
   normal      => '',
   urgent      => '',
   'non-urgent'=> ' '
   );

%lang_msgformatlabels =
   (
   auto => 'Auto selected',
   text	=> 'Text',
   html => 'HTML',
   both => 'HTML and Text'
   );

%lang_withoriglabels =
   (
   at_beginning => ' ',
   at_end      => ' ',
   none        => ''
   );

%lang_receiptlabels =
   (
   ask => '',
   yes => '',
   no  => ''
   );

%lang_disableemblinklabels =
   (
   none    => 'None',
   cgionly => 'CGI only',
   all     => 'All embedded URLs'
   );

%lang_ctrlpositionlabels =
   (
   top => 'At top',
   bottom => 'At bottom'
   );

%lang_sendpositionlabels =
   (
   before => 'Before mail edit area',
   after => 'After mail edit area',
   both  => 'Before and after mail edit area'
   );

%lang_abookbuttonpositionlabels = 
   (
   before => 'Before addressbook entries',
   after  => 'After addressbook entries',
   both   => 'Before and after addressbook entries'
   );

%lang_timelabels =
   (
      3 => '3 ',
      5 => '5 ',
     10 => '10 ',
     20 => '20 ',
     30 => '30 ',
     60 => '60 ',
    120 => '2 ',
    180 => '3 ',
    360 => '6 ',
    720 => '12 ',
   1440 => '24 '
   );

%lang_advsearchlabels =
   (
   contains    => '',
   notcontains => ' ',
   is          => '',
   isnot       => ' ',
   startswith  => ' ',
   endswith    => ' ',
   regexp      => '  regexp',
   );

%lang_sizes =
   (
   mb   => 'MB',	# mega bytes
   kb   => 'KB',	# kilo bytes
   byte => 'Byte'
   );

%lang_calendar = 
   (
   yearview  => ' , ',
   monthview => ' , ',
   weekview  => ' , ',
   dayview   => ' , ',
   listview  => 'Listview'
   );

%lang_month =
   (
   1  => '',
   2  => '',
   3  => '',
   4  => '',
   5  => '',
   6  => '',
   7  => '',
   8  => '',
   9  => '',
   10 => '',
   11 => '',
   12 => ''
   );

%lang_wday =
   (
   0 => '',
   1 => '',
   2 => '',
   3 => '',
   4 => '',
   5 => '',
   6 => ''
   );

%lang_wday_abbrev =
   (
   week => '/',
   0 => '',
   1 => '',
   2 => '',
   3 => '',
   4 => '',
   5 => '',
   6 => ''
   );

%lang_order =
   (
   1 => '1',
   2 => '2',
   3 => '3',
   4 => '4',
   5 => ''
   );

%lang_wdbutton =
   (
   refresh  => 'Refresh',
   preview  => 'Preview',
   edit     => 'Edit',
   listarchive=> 'List',
   decompress=>'Decompress',
   extract  => 'Extract',
   chdir    => 'ChDir',
   mkdir    => 'MkDir',
   newfile  => 'NewFile',
   delete   => 'Delete',
   copy     => 'Copy',
   move     => 'Move',
   gzip     => 'gzCompress',
   mkzip    => 'MkZip',
   mktgz    => 'MkTgz',
   mkthumbnail  => 'MkThumb',
   download => 'Download',
   upload   => 'Upload',
   );   

%lang_text =
   (
   loading    => 'Loading, please wait',
   help       => 'Help',
   login      => '',
   clear      => '',
   point      => '',
   pixel      => '',
   changepwd  => ' ',
   viewhistory=> '',
   of         => '',
   messages   => '',
   unread     => '',
   nomessages => ' ',
   inmessages => 'Incoming msgs',
   composenew => ' ',
   refresh    => '',
   userprefs  => '',
   addressbook=> ' ',
   folders    => '',
   emptytrash => ' ',
   totrash    => '',
   forever    => ' ',
   delatlogout=> 'Delete at Logout',
   userdef    => '   ',
   logout     => '',
   page       => '',
   msgcopyconf=> '\'  (-) (-);\'',
   copy       => '',
   msgmoveconf=> '\'  (-) (-);\'',
   move       => '',
   markasread => '  ',
   markasunread => '  ',
   dateformat => ' ',
   date       => '',
   recipient  => '',
   sender     => '',
   subject    => '',
   thread     => '',
   size       => '',
   backto     => ' ',
   reply      => '',
   replyall   => '  ',
   forward    => '',
   forwardasatt=>'  ',
   forwardasorig=>'Forward as original',
   printfriendly=> ' ',
   msgformat  => 'MsgFormat',
   from       => '',
   replyto    => '-',
   to         => '',
   cc         => 'CC',
   bcc        => 'BCC',
   simplehead => 'Simple headers',
   allhead    => 'All headers',
   simpleattmode => ' ',
   allattmode    => '  ',
   attachment => '',
   type       => '',
   filename   => '',
   encoding   => 'Encoding',
   description=> '',
   download   => 'Download',
   charset    => 'Charset',
   samecharset=> 'The same as composing charset',
   thisispartialmsg => ' ',
   msgrebuild => ' ',
   editdraft  => ' ',
   savedraft  => ' ',
   send       => '',
   about      => '',
   close      => '',
   cancel     => '',
   ok         => 'Ok',
   continue   => '',
   loginagain => '',
   exit       => '',
   yourname   => ' ',
   save       => '',
   add        => '',
   folderrenprop => '\'Please enter the new name for this folder\'',
   rename     => '',
   folderdelconf => '\'Are you sure you want to delete this folder and all its contents?\'',
   markread   => '/',
   foldermarkreadconf => '\'Are you going to mark read on all messages in this folder?\'',
   chkindex   => ' Index',
   folderchkindexconf => '\'Are you going to check the index of this folder?\'',
   reindex    => 'ReIndex',
   folderreindexconf => '\'Are you sure you want to reindex this folder?\'',
   total      => ' ',
   edit       => 'Edit',
   delete     => '',
   reserve    => '',
   clearadd   => '   ',
   importadd  => ' ',
   exportadd  => ' ',
   import     => '',
   addmod     => '/',
   modify     => '',
   abooktitle => ' ',
   abook      => ' ',
   name       => '',
   email      => 'Email',
   note       => '',
   max        => 'Maximum',
   group      => '',
   quotausage => 'Quota usage',
   quotalimit => 'Quota limit',
   quotahit   => '  ',
   tzmap      => '    ',
   testsound  => 'Test sound',
   editfroms  => '  email ',
   pop3book   => ' POP3',
   retr_pop3s => ' POP3 ',
   filterbook => '  ',
   include    => '',
   exclude    => '',
   smtprelay  => 'SMTP Relay',
   header     => '',
   body       => '',
   attfilename=> '/',
   all        => '',
   enable     => '',
   disable    => '',
   filtered   => '',
   blockrelay => ' SMTP Relay',
   blockemail => ' email',
   read       => '',
   yourmsg    => ' ',
   delivered  => '',
   wasreadon1 => ' ',
   wasreadon2 => '.',
   globaladdressbook => '  ',
   globalfilterrule => '  ',
   readonly   => 'ReadOnly',
   textcontent=> '/',
   search     => '',
   advsearch  => '  ',
   folder     => '',
   nofoldersel=> '    ',
   showall    => ' ',
   spellcheck => ' ',
   checkagain => '',
   finishchecking => '',
   editpdict  => 'Edit Personal Dictionary',
   addtodict  => 'Add to Dictionary',
   manuallyfix=> ' ',
   editstat   => 'Edit Stationery',
   savestat   => 'Save Stationery',
   clearstat  => 'Clear All Stationery',
   statreply  => '-- Stationery for Reply --',
   calendar   => '',
   allday     => 'All day',
   am         => '',
   pm         => '',
   calfmt_year          => ' @@@YEAR@@@',
   calfmt_yearmonth     => '@@@MONTH_STR@@@ @@@YEAR@@@',
   calfmt_yearmonthday  => '@@@DAY@@@ @@@MONTH_STR@@@ @@@YEAR@@@',
   calfmt_yearmonthdaywday => '@@@WEEKDAY_STR@@@ @@@DAY@@@, @@@MONTH_STR@@@ @@@YEAR@@@',
   calfmt_hourminampm => '@@@HOURMIN@@@ @@@AMPM@@@',
   autosel    => 'Auto selected',
   none       => '',
   moreitems  => ' ',
   multieditconf => 'This item was added for multiple dates.\\nEditing it will change the item for all dates.\\nContinue with Edit?',
   multidelconf  => 'This item was added for multiple dates.\\nDeleting it will delete the item for all dates.\\nContinue with Delete?',
   caldelconf => 'Are you sure you want to delete this item?',
   noitemforthisday => '   ',
   thisday_only          => ' ',
   the_wday_of_thismonth => ' @@@ORDER@@@ @@@WDAY@@@  ',
   every_wday_thismonth  => ' @@@WDAY@@@  ',
   thismonth_only           => 'This month only',
   every_oddmonth_thisyear  => 'Every odd month this year',
   every_evenmonth_thisyear => 'Every even month this year',
   every_month_thisyear     => 'Every month this year',
   webdisk      => 'WebDisk',
   sshterm      => 'SSH Terminal',
   dir          => 'Dir',
   dirs         => 'Dirs',
   file         => 'File',
   files        => 'Files',
   program      => 'Program',
   dest_of_chdir  => 'the destined directory',
   name_of_newdir => 'the directory name to create',
   name_of_newfile=> 'the filename to create',
   dest_of_thecopy=> 'the destined directory or file of the copy',
   dest_of_themove=> 'the destined directory or file of the move',
   dest_of_thezip=> 'the destined filename of the new zip',
   dest_of_thetgz=> 'the destined filename of the new tgz',
   homedir      => 'Homedir',
   showthumbnail    => 'Thumbnails',
   showhidden   => 'Show hidden files',
   lastmodified => 'Last modified time',
   perm         => 'Perm',
   permission   => 'Access Permission',
   noitemfound  => 'No item found',
   savefile     => 'Savefile',
   succeeded    => 'succeeded',
   failed       => 'failed',
   savefile_towd=> 'Save file to WebDisk',
   saveatt_towd => 'Save attachment to WebDisk',
   addatt_fromwd=> 'Add attachment from WebDisk',
   vdomain_usermgr    => 'Virtual Domain User Management',
   vdomain_createuser => 'Create User',
   vdomain_changeuser => 'Change User',
   vdomain_deleteuser => 'Delete User',
   set_passwd         => 'Set Password',
   reset_passwd       => 'Reset Password',
   email_alias        => 'E-MAIL Alias'
   );

%lang_err =
   (
   has_illegal_chars => 'has illegal characters!',
   couldnt_open      => 'Couldn\'t open',
   couldnt_locksh    => 'Couldn\'t get read lock on',
   couldnt_lock      => 'Couldn\'t get write lock on',
   couldnt_seek      => 'Couldn\'t seek to the beginning of',
   couldnt_close     => 'Couldn\'t close',
   couldnt_updatedb  => 'Couldn\'t update index db ',
   disallowed_pop3   => 'Disallowed POP3 server',
   disallowed_client => 'You are not allowed to connect from this client',
   disallowed_receiverdomain => 'You are not allowed to send message to this email address',
   norootlogin       => 'Sorry, root login is disabled for security\'s sake.',
   shouldnt_move_here=> 'You shouldn\'t be trying to move messages here!',
   destination_folder=> 'Destination folder',
   doesnt_exist      => 'doesn\'t exist!',
   foldername_long   => 'Folder name cannot be more than 16 characters!',
   folder_with_name  => 'A folder with the name',
   already_exists    => 'already exists!',
   cant_create_folder=> 'Can\'t create folder!',
   under_indexing    => 'is still under indexing, please try later',
   abook_invalid     => 'Sorry, this file doesn\'t appear to be an address book exported from Microsoft Outlook Express 5 in CSV format.  Make sure that when viewing it in a text editor, the first line starts out "Name,E-mail Address", then go',
   back              => 'back',
   tryagain          => 'and try again.',
   abook_toobig      => 'Sorry, this would exceed the size limit for your address book.  Please go',
   cant_create_dir   => 'Can\'t create your user directory!',
   att_overlimit     => 'Sorry, your attachments exceed the attachment size limit, which is',
   inv_msg_op        => 'Invalid operation for message',
   sess_cookieerr    => 'Your request didn\'t contain the proper sessionid cookie -- access denied!',
   sess_iperr        => 'Your request didn\'t come from the same ip of this session -- access denied!',
   no_endpart        => 'End part not found',
   part_missing      => 'Some part was missing',
   rebuild_fmterr    => 'New message format error',
   rebuild_sizeerr   => 'New message size mismatch',
   user_not_exist    => 'user does not exist',
   func_notsupported => 'function not supported',
   auth_syserr       => 'authentication system error',
   param_fmterr      => 'parameter format error',
   pwd_incorrect     => 'Password incorrect',
   pwd_confirmmismatch=>'New password confirm mismatch',
   pwd_tooshort      => 'Password too short (minimum length @@@PASSWDMINLEN@@@)',
   pwd_toosimple     => 'Password too simple (both alphabet and digit are required)',
   network_server_error => 'network server error',
   sendmail_error    => 'Sorry, there was a problem sending your message.  Please click your browser\'s Back button, check your message, and try again.',
   at_char_not_allowed => 'The @ character is not allowed in this field.  Press browser back button and try again',
   badnum_in_days => 'bad number in consecutive days field',
   access_denied     => 'Access denied',
   couldnt_chdirto   => 'Couldn\'t chdir to',
   isnt_a_dir        => 'is not a directory',
   edit_notfordir    => 'You can\'t edit a directory',
   onefileonly       => 'Only one file is allowed for this operation',
   no_file_todownload=> 'No file is specified for download',
   upload_overlimit  => 'Upload file size is over the limit',
   decomp_notsupported=>'Decompression support is not available for this file.',
   webdisk_readonly  => 'Sorry, your webdisk is read only.',
   quota_syserr      => 'Quota system error',
   quotahit_alert    => 'Sorry, you\'ve hit your quota limit. Please delete some messages from mail folders or some files from the webdisk to free disk space.',
   quotahit_delmail  => 'Warning, since the quota limit(@@@QUOTALIMIT@@@) were hit, oldest messages in folders have been removed automatcially',
   quotahit_delfile  => 'Warning, since the quota limit(@@@QUOTALIMIT@@@) were hit, some files in the webdisk have been removed automatcially',
   spool_overlimit   => 'Sorry, your INBOX has exceeded the spool limit(@@@SPOOLLIMIT@@@). Please move some messages from INBOX to other folders.',
   vdomain_toomanyuser  => 'Sorry, the user count of this domain has reached its maximum limit',
   vdomain_toomanyalias => 'Sorry, the E-MAIL alias count of this user has reached its maximum limit',
   vdomain_userrequired => 'A user name is required'
   );

1;
