diff options
Diffstat (limited to 'apps/storage_charts/l10n/en.php')
-rw-r--r-- | apps/storage_charts/l10n/en.php | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/apps/storage_charts/l10n/en.php b/apps/storage_charts/l10n/en.php new file mode 100644 index 00000000000..7676107aa31 --- /dev/null +++ b/apps/storage_charts/l10n/en.php @@ -0,0 +1,58 @@ +<?php + +/** +* ownCloud - DjazzLab Storage Charts plugin +* +* @author Xavier Beurois +* @copyright 2012 Xavier Beurois www.djazz-lab.net +* +* This library is free software; you can redistribute it and/or +* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE +* License as published by the Free Software Foundation; either +* version 3 of the License, or any later version. +* +* This library is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU AFFERO GENERAL PUBLIC LICENSE for more details. +* +* You should have received a copy of the GNU Lesser General Public +* License along with this library. If not, see <http://www.gnu.org/licenses/>. +* +* English texts +* +*/ + +$TRANSLATIONS = Array( + 'all users' => 'all users', + 'April' => 'April', + 'August' => 'August', + 'Average used space' => 'Average used space', + 'December' => 'December', + 'February' => 'February', + 'January' => 'January', + 'July' => 'July', + 'June' => 'June', + 'March' => 'March', + 'May' => 'May', + 'November' => 'November', + 'October' => 'October', + 'September' => 'September', + 'Monthly Used Space Evolution' => 'Monthly Used Space Evolution', + 'Last 7 days' => 'Last 7 days', + 'Daily Used Space Evolution' => 'Daily Used Space Evolution', + 'Current ratio free space / used space' => 'Current ratio free space / used space', + 'for' => 'for', + 'Free space' => 'Free space', + 'Drag\'N\'Drop on the chart title to re-order' => 'Drag\'N\'Drop on the chart title to re-order', + 'Gigabytes (GB)' => 'Gigabytes (GB)', + 'Kilobytes (KB)' => 'Kilobytes (KB)', + 'Megabytes (MB)' => 'Megabytes (MB)', + 'Terabytes (TB)' => 'Terabytes (TB)', + 'Used space' => 'Used space', + + // Personal settings + 'Save' => 'Save', + 'Save OK' => 'Save OK', + 'Uncheck charts you do not want to display' => 'Uncheck charts you do not want to display' +);
\ No newline at end of file |