diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:01:32 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:01:32 +0200 |
commit | fa3a6193155d4f1cc9f0714fe49685679f681c64 (patch) | |
tree | bfec58576e9c1c67c699844fee2db033916fc9c8 /plugins/acl/localization/nb_NB.inc | |
parent | 05c4edf34bcff89fcae80389e890fa07271f5275 (diff) |
Imported recent launchpad translations
Diffstat (limited to 'plugins/acl/localization/nb_NB.inc')
-rw-r--r-- | plugins/acl/localization/nb_NB.inc | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/plugins/acl/localization/nb_NB.inc b/plugins/acl/localization/nb_NB.inc new file mode 100644 index 000000000..7b660b737 --- /dev/null +++ b/plugins/acl/localization/nb_NB.inc @@ -0,0 +1,40 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/nb_NB/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Peter Grindem <peter@grindem.no> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['sharing'] = 'Deling'; +$labels['myrights'] = 'Tilgangsrettigheter'; +$labels['username'] = 'Bruker:'; +$labels['advanced'] = 'Avansert modus'; +$labels['newuser'] = 'Legg til oppføring'; +$labels['anyone'] = 'Alle brukere (alle)'; +$labels['anonymous'] = 'Gjester (anononyme)'; +$labels['identifier'] = 'Identifikator'; +$labels['acll'] = 'Oppslag'; +$labels['shortacll'] = 'Oppslag'; +$labels['aclr'] = 'Les meldinger'; +$labels['acli'] = 'Lim inn'; +$labels['aclp'] = 'Post'; +$labels['shortaclp'] = 'Post'; +$labels['aclc'] = 'Opprett undermapper'; +$labels['aclk'] = 'Opprett undermapper'; +$labels['acld'] = 'Slett meldinger'; +$labels['aclt'] = 'Slett meldinger'; +$labels['acle'] = 'Slett fullstendig'; +$labels['shortacle'] = 'Slett fullstendig'; +$labels['aclx'] = 'Slett mappe'; +$labels['acla'] = 'Administrer'; +$labels['shortacla'] = 'Administrer'; + |