diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-10 23:03:01 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-10 23:03:01 +0200 |
commit | a01f3b959abd9720ec1b33624cbd31bee4838c2b (patch) | |
tree | 1ad5812457031f386a335d2c7b13f1a646c4eb5d /plugins/archive/localization/hr_HR.inc | |
parent | e480ca00ba507ea1575bad7ffb824d8d72b666d4 (diff) | |
parent | 4136174517d426dcec74304ce004b4c845f075f5 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/archive/localization/hr_HR.inc')
-rw-r--r-- | plugins/archive/localization/hr_HR.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/archive/localization/hr_HR.inc b/plugins/archive/localization/hr_HR.inc index 86ef2a98f..2a99cb687 100644 --- a/plugins/archive/localization/hr_HR.inc +++ b/plugins/archive/localization/hr_HR.inc @@ -15,20 +15,8 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ */ - -$labels = array(); $labels['buttontext'] = 'Arhiva'; $labels['buttontitle'] = 'Arhiviraj poruku'; $labels['archived'] = 'UspjeĆĄno arhivirana'; -$labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; -$labels['archiveerror'] = 'Some messages could not be archived'; $labels['archivefolder'] = 'Arhiva'; -$labels['settingstitle'] = 'Archive'; -$labels['archivetype'] = 'Divide archive by'; -$labels['archivetypeyear'] = 'Year (e.g. Archive/2012)'; -$labels['archivetypemonth'] = 'Month (e.g. Archive/2012/06)'; -$labels['archivetypefolder'] = 'Original folder'; -$labels['archivetypesender'] = 'Sender email'; -$labels['unkownsender'] = 'unknown'; - ?> |