diff options
Diffstat (limited to 'plugins/archive/localization/et_EE.inc')
-rw-r--r-- | plugins/archive/localization/et_EE.inc | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/plugins/archive/localization/et_EE.inc b/plugins/archive/localization/et_EE.inc index e3968d755..53e9b2504 100644 --- a/plugins/archive/localization/et_EE.inc +++ b/plugins/archive/localization/et_EE.inc @@ -1,8 +1,21 @@ <?php +/* + +-----------------------------------------------------------------------+ + | localization/et_EE/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ + $labels = array(); +$labels['buttontext'] = 'Arhiveeri'; +$labels['archivefolder'] = 'Arhiveeri'; $labels['buttontitle'] = 'Arhiveeri see kiri'; $labels['archived'] = 'Edukalt arhiveeritud'; -$labels['archivefolder'] = 'Arhiveeri'; -?> |