diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 19:58:06 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 19:58:06 +0100 |
commit | ee3e27dc09e7fc896d863f28d8d9b39b209cfebc (patch) | |
tree | c7eef6b9308e4e45fa5bcf11b15f72c8f9905cb9 /plugins/vcard_attachments/localization/nb_NO.inc | |
parent | 8df1e6bee58c5fcb118c7bd3828d334637731b13 (diff) |
Rename/remove invalid localization files from last launchpad import
Diffstat (limited to 'plugins/vcard_attachments/localization/nb_NO.inc')
-rw-r--r-- | plugins/vcard_attachments/localization/nb_NO.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/vcard_attachments/localization/nb_NO.inc b/plugins/vcard_attachments/localization/nb_NO.inc new file mode 100644 index 000000000..6568b7a12 --- /dev/null +++ b/plugins/vcard_attachments/localization/nb_NO.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'; + |