| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/se/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Fredrik Nygren <f.nygren@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['nosubject'] = '(inget ämne)'; |
| | | $labels['showimages'] = 'Visa bilder'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = 'Visa namn'; |
| | | $labels['firstname'] = 'Förnamn'; |
| | |
| | | $labels['ldappublicsearchfield'] = 'Sök på'; |
| | | $labels['ldappublicsearchform'] = 'Sök kontakt'; |
| | | $labels['ldappublicsearch'] = 'Sök'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Inställningar för'; |
| | |
| | | $labels['sortdesc'] = 'Sortera fallande'; |
| | | |
| | | $labels['description'] = 'Beskrivning'; |
| | | ?> |
| | | |
| | | ?> |