#!/usr/bin/perl

# oMail-webmail Unified Language File
# ---------------------------
# [] -  

# started by : 
# last update by : 
#             on : 
#
# $Id: template.lang,v 1.18 2001/04/30 13:03:15 swix Exp $
# $Source: /cvsroot/omail/webmail/lang/template.lang,v $

sub getstrings() {
  
  my %TXT=
    (
     
     charset => "iso-8859-1",

     # MAIN

     userid => "",
     passwd => "",
     login => "",
     clear => "",

     # LOGIN

     err_uid_illegal_char => "",
     sorry_wrong_pw => "",

     # LOGOUT 

     err_session_invalid => "",

     # DIPLAY HEADERS
     
     inbox_title => "",     # in table title
     of => "",         # 
     bytes => "",
     messages => "",  # -> 123 _OF_ 345 _MESSAGES_
     mbox_size => "",
     new => "",         # if only one new mail 
     news => "",        # if more than one
     no_new_mail => "",

     compose => "",
     userconfig => "",
     addressbook => "",
     refresh => "",
     logout => "",
     page => "",
     find => "",
     js_confirm_delete => "",

     delete => "",
     check_all => "",
     nr => "",
     status => "",
     date => "",
     sender => "",
     recipient => "",
     subject => "",
     size => "",

     read => "",    # will be added if the subject is very small

     INBOX => "",
     SENT => "",
     TRASH => "",
     SAVED => "",

	welcome_back => "",
	lastlogin => "",
	lastlogin_from => "",
	lastlogin_on => "",
	days_ago_before => "",
	days_ago_after => "",

     # READ MESSAGE
     maildisplay_title => "",  # window title
     message_nr => "",
     inbox => "",
     reply => "",
     replyall=> "",
     forward => "",
     delete => "",

     flag => "",
     unflag => "",
     normal_headers => "",
     all_headers => "",
      
     from => "",
     replyto => "",
     to => "",
     cc => "",

     attachment => "",
     type => "",
     filename => "",
     encoding => "",
     download => "",
  
     err_message_gone => "",

     # COMPOSE MESSAGE
     compose_title => "",
     bcc => "",
     send => "",
     cancel => "",
     move => "Move",
      add => "",

     # VERIFYSESSION   
     err_session_expired => "",

     # CHECKMAILID
     not_file_owner => "",

     
     # CONFIG EDIT
     
     action_has_illegal_chars => "",  
     default_sort => "",
     config_title => "",
     editing_config_for_user => "",
     realname => "",
     language => "",
     quote_style => "",
     signature => "",
     header => "",
     body => "",
     xxx_char_or_less => "",
     save => "",
	back_to_mailbox => "",
	multi_email_info => "",
     display_html_attach => "",

     sort_date => "",
     sort_date_rev => "",
     sort_sender => "",
     sort_sender_rev => "",
     sort_size => "",
     sort_size_rev => "",
     sort_subject => "",
     sort_subject_rev => "",
     sort_status => "",
     sort_status_rev => "",

     minutes => "",
     seconds => "",
     messages => "",
     autorefresh => "",
     numberofheaders => "",
     sessiontimeout => "",

     send_cc_to => "",
     from_conf => "",
     yes => "",
     no => "",
     save_username_in_cookies => "",
     empty_trash_on_logout => "",
     save_outgoing_mail => "",

     # EDITADDRESSES 
	
	edit_addr_title => "",
     name => "",
     email_addresses => "",
     action => "",
     add_modifiy => "",
	import => "",
	delete_addr => "",
     click_to_edit => "",
	click_to_mail => "",
	edit => "",
	grabaddr => "",
	import_selected_addr => "",

     # SAVEPREFS
     
     pref_saved => "",
     continue => "",
     
     # ADDRESS BOOK
     
     mail_to => "",

     id => "",
     title => "",
     firstname => "",
     lastname => "",
     emailhome => "",  
     emailwork => "",
     phonehome => "",
     phonehomemobile => "",
     phonework => "",
     phoneworkmobile => "",
     faxhome => "",
     faxwork => "",
     homepagehome => "",
     homepagework => "",
     addressline1 => "",
     addressline2 => "",
     addressline3 => "",
     zipcode => "",
     city => "",
     state => "",
     country => "",
     birthdateday => "",
     birthdatemonth => "",
     birthdateyear => "",
     category => "", 
     notes => "",
     custom1 => "",  
     custom2 => "",
     custom3 => "",  
     custom4 => "",
     custom5 => "",
     displayname  => "",
     nickname  => "",
     organisation  => "",
     departement  => "",
     function => "",
     icq => "",
     aim => "",
     msn => "",
     irc => "",


	# for future use

     variable => "",
     fixed => "",
     email_display_font_type => "",
     hours => "",
     view => "",
     var5 => "",
     var6 => "",
     var7 => "",
     var8 => "",
     var9 => "",
     
     # end - don't change
     msg_loaded => "1"
    );
  return %TXT;
}
 
 
1; # keep at the end of file, needed to load the config file with "require"

