diff options
Diffstat (limited to 'plugins/markasjunk')
-rw-r--r-- | plugins/markasjunk/localization/ber.inc | 17 | ||||
-rw-r--r-- | plugins/markasjunk/localization/br.inc | 20 | ||||
-rw-r--r-- | plugins/markasjunk/localization/nb_NO.inc (renamed from plugins/markasjunk/localization/nb_NB.inc) | 0 | ||||
-rw-r--r-- | plugins/markasjunk/localization/nn_NO.inc | 20 |
4 files changed, 57 insertions, 0 deletions
diff --git a/plugins/markasjunk/localization/ber.inc b/plugins/markasjunk/localization/ber.inc new file mode 100644 index 000000000..12fe4442e --- /dev/null +++ b/plugins/markasjunk/localization/ber.inc @@ -0,0 +1,17 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization//labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: FULL NAME <EMAIL@ADDRESS> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); + diff --git a/plugins/markasjunk/localization/br.inc b/plugins/markasjunk/localization/br.inc new file mode 100644 index 000000000..b66806cff --- /dev/null +++ b/plugins/markasjunk/localization/br.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/br/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Denis | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['buttontext'] = 'Lastez'; +$labels['buttontitle'] = 'Merkañ evel lastez'; +$labels['reportedasjunk'] = 'Danevellet evel lastez gant berzh'; + diff --git a/plugins/markasjunk/localization/nb_NB.inc b/plugins/markasjunk/localization/nb_NO.inc index 7dce36cb8..7dce36cb8 100644 --- a/plugins/markasjunk/localization/nb_NB.inc +++ b/plugins/markasjunk/localization/nb_NO.inc diff --git a/plugins/markasjunk/localization/nn_NO.inc b/plugins/markasjunk/localization/nn_NO.inc new file mode 100644 index 000000000..c236474ac --- /dev/null +++ b/plugins/markasjunk/localization/nn_NO.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/nn_NN/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Fredrik Larsen <fredrik.h.larsen@gmail.com> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['buttontext'] = 'Useriøs e-post'; +$labels['buttontitle'] = 'Marker som useriøs e-post'; +$labels['reportedasjunk'] = 'Rapportering av useriøs e-post var vellykka'; + |