diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:48:46 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:48:46 +0100 |
commit | aabeab1e4e08ffba5d709aa71de1182dfeb698d1 (patch) | |
tree | e7b5b5fd688e3f721e7849a92a8eaecea76c1467 /plugins/acl/localization/nb_NB.inc | |
parent | 4f5f2acd1649592569d13c88c7c946d4861834e0 (diff) |
Updated localizations from launchpad
Diffstat (limited to 'plugins/acl/localization/nb_NB.inc')
-rw-r--r-- | plugins/acl/localization/nb_NB.inc | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/plugins/acl/localization/nb_NB.inc b/plugins/acl/localization/nb_NB.inc deleted file mode 100644 index d7b401b22..000000000 --- a/plugins/acl/localization/nb_NB.inc +++ /dev/null @@ -1,57 +0,0 @@ -<?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: Martin Bore | - +-----------------------------------------------------------------------+ -*/ - -$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'; -$labels['aclread'] = 'Les'; -$labels['shortaclr'] = 'Les'; -$labels['shortaclread'] = 'Les'; -$labels['aclwrite'] = 'Skriv'; -$labels['shortaclw'] = 'Skriv'; -$labels['shortaclwrite'] = 'Skriv'; -$labels['acldelete'] = 'Slett'; -$labels['shortacld'] = 'Slett'; -$labels['shortaclt'] = 'Slett'; -$labels['shortacldelete'] = 'Slett'; -$labels['shortacls'] = 'Behold'; -$labels['shortacli'] = 'Sett inn'; -$labels['shortaclc'] = 'Opprett'; -$labels['shortaclk'] = 'Opprett'; -$labels['longacldelete'] = 'Meldingen kan slettes'; -$labels['deleting'] = 'Sletter tilgangsrettigheter'; -$labels['saving'] = 'Lagrer tilgangsrettigheter'; - |