From 3b95e24fbb12f71cd411db397ce2b0aee0dfc54f Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 28 Nov 2013 20:06:55 +0100 Subject: Updated localizations from Transifex --- plugins/archive/localization/en_CA.inc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plugins/archive/localization/en_CA.inc (limited to 'plugins/archive/localization/en_CA.inc') diff --git a/plugins/archive/localization/en_CA.inc b/plugins/archive/localization/en_CA.inc new file mode 100644 index 000000000..58cb7f439 --- /dev/null +++ b/plugins/archive/localization/en_CA.inc @@ -0,0 +1,31 @@ +.inc | + | | + | Localization file of the Roundcube Webmail Archive plugin | + | Copyright (C) 2013, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/ +*/ +$labels['buttontext'] = 'Archive'; +$labels['buttontitle'] = 'Archive this message'; +$labels['archived'] = 'Successfully archived'; +$labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; +$labels['archiveerror'] = 'Some messages could not be archived'; +$labels['archivefolder'] = 'Archive'; +$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'; +?> -- cgit v1.2.3