Thomas Bruederli
2013-10-10 a01f3b959abd9720ec1b33624cbd31bee4838c2b
commit | author | age
aabeab 1 <?php
TB 2
3 /*
4  +-----------------------------------------------------------------------+
aed581 5  | plugins/archive/localization/<lang>.inc                                |
aabeab 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail Archive plugin             |
TB 8  | Copyright (C) 2013, The Roundcube Dev Team                            |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
aabeab 13  |                                                                       |
TB 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/
aabeab 17 */
TB 18 $labels['buttontext'] = 'Arkiver';
19 $labels['buttontitle'] = 'Arkiver meldinga';
20 $labels['archived'] = 'Arkivert';
aed581 21 $labels['archivedreload'] = 'Arkivering vellukka. Last inn sida på nytt for å sjå dei nye arkivmappene.';
TB 22 $labels['archiveerror'] = 'Nokre meldingar kunne ikkje arkiverast';
23 $labels['archivefolder'] = 'Arkiver';
24 $labels['settingstitle'] = 'Arkiv';
25 $labels['archivetype'] = 'Del arkiv etter';
26 $labels['archivetypeyear'] = 'År (f.eks. Arkiv/2012)';
27 $labels['archivetypemonth'] = 'Månad (f.eks. Arkiv/2012/06)';
28 $labels['archivetypefolder'] = 'Opprinneleg mappe';
413617 29 $labels['archivetypesender'] = 'Avsendar';
aed581 30 $labels['unkownsender'] = 'ukjent';
TB 31 ?>