summaryrefslogtreecommitdiff
path: root/program/localization/nb_NO/labels.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-09-01 13:56:19 +0000
committerthomascube <thomas@roundcube.net>2006-09-01 13:56:19 +0000
commit5cd296dfb81988fbfb1aba5fecdc865bbe548a46 (patch)
treebda20123d6edf701390edab84c42eeb49ecce9ed /program/localization/nb_NO/labels.inc
parent8cb245c2787fbcb7786349bfbc2379a51c73f8e6 (diff)
Updated Norwegian (bokmal) localization
Diffstat (limited to 'program/localization/nb_NO/labels.inc')
-rw-r--r--program/localization/nb_NO/labels.inc30
1 files changed, 26 insertions, 4 deletions
diff --git a/program/localization/nb_NO/labels.inc b/program/localization/nb_NO/labels.inc
index 3c9883e59..027f10b0f 100644
--- a/program/localization/nb_NO/labels.inc
+++ b/program/localization/nb_NO/labels.inc
@@ -9,12 +9,11 @@
| All rights reserved. |
| |
+-----------------------------------------------------------------------+
- | Author: Thomas Bruederli <roundcube@gmail.com> |
- +-----------------------------------------------------------------------+
- | Norwegian translation: Olav Elstad <olav@elstad.org> |
+ | Author: Olav Elstad <olav@elstad.org> |
+-----------------------------------------------------------------------+
-
+ $Id$
+
*/
$labels = array();
@@ -197,4 +196,27 @@ $labels['ldappublicsearchfield'] = 'Søk på';
$labels['ldappublicsearchform'] = 'Søk etter en kontakt';
$labels['ldappublicsearch'] = 'Søk';
+$labels['welcome'] = 'Velkommen til $product';
+
+$labels['unknown'] = 'ukjent';
+$labels['unlimited'] = 'ubegrenset';
+$labels['dstactive'] = 'Sommertid';
+
+$labels['previouspage'] = 'Vis forrige sett';
+$labels['nextpage'] = 'Vis neste sett';
+
+$labels['returnreceipt'] = 'Be om kvittering';
+
+$labels['checkmail'] = 'Sjekk for nye beskjeder';
+$labels['checkspelling'] = 'Stavekontroll';
+$labels['resumeediting'] = 'Fortsett redigering';
+$labels['revertto'] = 'Tilbake til';
+
+$labels['savemessage'] = 'Lagre kladd';
+$labels['rename'] = 'Døkp om';
+$labels['renamefolder'] = 'Døkp om mappe';
+
+# i use an additional description field - this might be used somewhere else
+$labels['description'] = 'Beskrivelse';
+
?>