diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-20 16:28:02 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-20 16:28:02 +0100 |
commit | 67cb017b0cdda3c2dcc7d9434fdbaca5f4ead938 (patch) | |
tree | c98ca68022b83a73bc34d913d274ed9e7243960f /plugins/archive/localization/nb_NB.inc | |
parent | 1ef4033b8d6aa2ec8559f6aea5f35c9044e033e4 (diff) |
Extend archive plugin with user-configurable options to move messages into subfolders according to their date, sender or originating folder
Diffstat (limited to 'plugins/archive/localization/nb_NB.inc')
-rw-r--r-- | plugins/archive/localization/nb_NB.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/archive/localization/nb_NB.inc b/plugins/archive/localization/nb_NB.inc deleted file mode 100644 index 46e49aba0..000000000 --- a/plugins/archive/localization/nb_NB.inc +++ /dev/null @@ -1,21 +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: Tobias V. Langhoff <spug@thespug.net> | - +-----------------------------------------------------------------------+ -*/ - -$labels = array(); -$labels['buttontext'] = 'Arkiv'; -$labels['archivefolder'] = 'Arkiv'; -$labels['buttontitle'] = 'Arkiver meldingen'; -$labels['archived'] = 'Arkivert'; - |