diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:48:46 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-12-26 18:48:46 +0100 |
commit | aabeab1e4e08ffba5d709aa71de1182dfeb698d1 (patch) | |
tree | e7b5b5fd688e3f721e7849a92a8eaecea76c1467 /plugins/help/localization | |
parent | 4f5f2acd1649592569d13c88c7c946d4861834e0 (diff) |
Updated localizations from launchpad
Diffstat (limited to 'plugins/help/localization')
-rw-r--r-- | plugins/help/localization/ber.inc | 17 | ||||
-rw-r--r-- | plugins/help/localization/br.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/id_ID.inc | 20 | ||||
-rw-r--r-- | plugins/help/localization/nb_NO.inc (renamed from plugins/help/localization/nb_NB.inc) | 0 | ||||
-rw-r--r-- | plugins/help/localization/nn_NO.inc | 20 |
5 files changed, 77 insertions, 0 deletions
diff --git a/plugins/help/localization/ber.inc b/plugins/help/localization/ber.inc new file mode 100644 index 000000000..12fe4442e --- /dev/null +++ b/plugins/help/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/help/localization/br.inc b/plugins/help/localization/br.inc new file mode 100644 index 000000000..81826578e --- /dev/null +++ b/plugins/help/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['help'] = 'Skoazell'; +$labels['about'] = 'Diwar-benn'; +$labels['license'] = 'Lañvaz'; + diff --git a/plugins/help/localization/id_ID.inc b/plugins/help/localization/id_ID.inc new file mode 100644 index 000000000..9066c0982 --- /dev/null +++ b/plugins/help/localization/id_ID.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/id_ID/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Lazlo | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['help'] = 'Panduan'; +$labels['about'] = 'Tentang'; +$labels['license'] = 'Lisensi'; + diff --git a/plugins/help/localization/nb_NB.inc b/plugins/help/localization/nb_NO.inc index 34881d61d..34881d61d 100644 --- a/plugins/help/localization/nb_NB.inc +++ b/plugins/help/localization/nb_NO.inc diff --git a/plugins/help/localization/nn_NO.inc b/plugins/help/localization/nn_NO.inc new file mode 100644 index 000000000..223df0de3 --- /dev/null +++ b/plugins/help/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: Åsmund Skjæveland <aasmunds@ulrik.uio.no> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['help'] = 'Hjelp'; +$labels['about'] = 'Om'; +$labels['license'] = 'Lisens'; + |