diff options
Diffstat (limited to 'webmail/plugins/vcard_attachments/localization/nb_NB.inc')
| -rw-r--r-- | webmail/plugins/vcard_attachments/localization/nb_NB.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/webmail/plugins/vcard_attachments/localization/nb_NB.inc b/webmail/plugins/vcard_attachments/localization/nb_NB.inc new file mode 100644 index 0000000..6568b7a --- /dev/null +++ b/webmail/plugins/vcard_attachments/localization/nb_NB.inc @@ -0,0 +1,20 @@ +<?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: Runar Furenes <Unknown> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ + +$labels = array(); +$labels['addvcardmsg'] = 'Legg til vCard i adresseboken'; +$labels['vcardsavefailed'] = 'Ikke i stand til å lagre vCard'; + |
