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/subscriptions_option/localization/nb_NO.inc | |
parent | 8df1e6bee58c5fcb118c7bd3828d334637731b13 (diff) |
Rename/remove invalid localization files from last launchpad import
Diffstat (limited to 'plugins/subscriptions_option/localization/nb_NO.inc')
-rw-r--r-- | plugins/subscriptions_option/localization/nb_NO.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/subscriptions_option/localization/nb_NO.inc b/plugins/subscriptions_option/localization/nb_NO.inc new file mode 100644 index 000000000..1024b1a8f --- /dev/null +++ b/plugins/subscriptions_option/localization/nb_NO.inc @@ -0,0 +1,18 @@ +<?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: Tobias V. Langhoff <spug@thespug.net> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Bruk IMAP-abonnementer'; + |