| | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2011, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | | | See the README file for a full license statement. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | |
| | | $labels['priority'] = 'Priority'; |
| | | $labels['organization'] = 'Organization'; |
| | | $labels['readstatus'] = 'Read status'; |
| | | $labels['listoptions'] = 'List options...'; |
| | | |
| | | $labels['mailboxlist'] = 'Folders'; |
| | | $labels['messagesfromto'] = 'Messages $from to $to of $count'; |
| | |
| | | $labels['originalmessage'] = 'Original Message'; |
| | | |
| | | $labels['editidents'] = 'Edit identities'; |
| | | $labels['spellcheck'] = 'Spell'; |
| | | $labels['checkspelling'] = 'Check spelling'; |
| | | $labels['resumeediting'] = 'Resume editing'; |
| | | $labels['revertto'] = 'Revert to'; |
| | | |
| | | $labels['attach'] = 'Attach'; |
| | | $labels['attachments'] = 'Attachments'; |
| | | $labels['upload'] = 'Upload'; |
| | | $labels['uploadprogress'] = '$percent ($current from $total)'; |
| | |
| | | $labels['showimages'] = 'Display images'; |
| | | $labels['alwaysshow'] = 'Always show images from $sender'; |
| | | $labels['isdraft'] = 'This is a draft message.'; |
| | | $labels['andnmore'] = '$nr more...'; |
| | | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = 'Plain text'; |
| | |
| | | $labels['namesuffix'] = 'Suffix'; |
| | | $labels['nickname'] = 'Nickname'; |
| | | $labels['jobtitle'] = 'Job Title'; |
| | | $labels['organization'] = 'Company'; |
| | | $labels['department'] = 'Department'; |
| | | $labels['gender'] = 'Gender'; |
| | | $labels['maidenname'] = 'Maiden Name'; |
| | |
| | | $labels['rename'] = 'Rename'; |
| | | $labels['addphoto'] = 'Add'; |
| | | $labels['replacephoto'] = 'Replace'; |
| | | $labels['uploadphoto'] = 'Upload photo'; |
| | | |
| | | $labels['newcontact'] = 'Create new contact card'; |
| | | $labels['deletecontact'] = 'Delete selected contacts'; |
| | |
| | | $labels['newcontactgroup'] = 'Create new contact group'; |
| | | $labels['grouprename'] = 'Rename group'; |
| | | $labels['groupdelete'] = 'Delete group'; |
| | | $labels['groupremoveselected'] = 'Remove selected contacts from group'; |
| | | |
| | | $labels['previouspage'] = 'Show previous page'; |
| | | $labels['firstpage'] = 'Show first page'; |
| | |
| | | $labels['done'] = 'Done'; |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Settings for'; |
| | | $labels['settingsfor'] = 'Settings for'; |
| | | $labels['about'] = 'About'; |
| | | $labels['preferences'] = 'Preferences'; |
| | | $labels['userpreferences'] = 'User preferences'; |
| | | $labels['editpreferences'] = 'Edit user preferences'; |
| | | $labels['preferences'] = 'Preferences'; |
| | | $labels['userpreferences'] = 'User preferences'; |
| | | $labels['editpreferences'] = 'Edit user preferences'; |
| | | |
| | | $labels['identities'] = 'Identities'; |
| | | $labels['manageidentities'] = 'Manage identities for this account'; |
| | | $labels['newidentity'] = 'New identity'; |
| | | $labels['identities'] = 'Identities'; |
| | | $labels['manageidentities'] = 'Manage identities for this account'; |
| | | $labels['newidentity'] = 'New identity'; |
| | | |
| | | $labels['newitem'] = 'New item'; |
| | | $labels['edititem'] = 'Edit item'; |
| | | $labels['newitem'] = 'New item'; |
| | | $labels['edititem'] = 'Edit item'; |
| | | |
| | | $labels['preferhtml'] = 'Display HTML'; |
| | | $labels['defaultcharset'] = 'Default Character Set'; |
| | |
| | | $labels['flagfordeletion'] = 'Flag the message for deletion instead of delete'; |
| | | $labels['skipdeleted'] = 'Do not show deleted messages'; |
| | | $labels['deletealways'] = 'If moving messages to Trash fails, delete them'; |
| | | $labels['deletejunk'] = 'Directly delete messages in Junk'; |
| | | $labels['showremoteimages'] = 'Display remote inline images'; |
| | | $labels['fromknownsenders'] = 'from known senders'; |
| | | $labels['always'] = 'always'; |
| | |
| | | $labels['displaynext'] = 'After message delete/move display the next message'; |
| | | $labels['defaultfont'] = 'Default font of HTML message'; |
| | | $labels['mainoptions'] = 'Main Options'; |
| | | $labels['browseroptions'] = 'Browser Options'; |
| | | $labels['section'] = 'Section'; |
| | | $labels['maintenance'] = 'Maintenance'; |
| | | $labels['newmessage'] = 'New Message'; |
| | |
| | | $labels['replysamefolder'] = 'Place replies in the folder of the message being replied to'; |
| | | $labels['defaultaddressbook'] = 'Add new contacts to the selected addressbook'; |
| | | $labels['autocompletesingle'] = 'Skip alternative email addresses in autocompletion'; |
| | | $labels['listnamedisplay'] = 'List contacts as'; |
| | | $labels['spellcheckbeforesend'] = 'Check spelling before sending a message'; |
| | | $labels['spellcheckoptions'] = 'Spellcheck Options'; |
| | | $labels['spellcheckignoresyms'] = 'Ignore words with symbols'; |
| | | $labels['spellcheckignorenums'] = 'Ignore words with numbers'; |
| | | $labels['spellcheckignorecaps'] = 'Ignore words with all letters capitalized'; |
| | | $labels['addtodict'] = 'Add to dictionary'; |
| | | $labels['mailtoprotohandler'] = 'Register protocol handler for mailto: links'; |
| | | $labels['forwardmode'] = 'Messages forwarding'; |
| | | $labels['inline'] = 'inline'; |
| | | $labels['asattachment'] = 'as attachment'; |
| | | |
| | | $labels['folder'] = 'Folder'; |
| | | $labels['folders'] = 'Folders'; |