| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | language/en/labels.inc | |
| | | | language/en_US/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | |
| | | $labels = array(); |
| | | |
| | | // login page |
| | | $labels['welcome'] = 'Welcome to Roundcube|Mail'; |
| | | $labels['welcome'] = 'Welcome to $product'; |
| | | $labels['username'] = 'Username'; |
| | | $labels['password'] = 'Password'; |
| | | $labels['server'] = 'Server'; |
| | |
| | | $labels['charset'] = 'Charset'; |
| | | $labels['returnreceipt'] = 'Return receipt'; |
| | | |
| | | $labels['checkspelling'] = 'Check spelling'; |
| | | $labels['resumeediting'] = 'Resume editing'; |
| | | $labels['revertto'] = 'Revert to'; |
| | | |
| | | $labels['attachments'] = 'Attachments'; |
| | | $labels['upload'] = 'Upload'; |
| | | $labels['close'] = 'Close'; |