diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-25 17:08:18 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-07-25 17:08:18 -0400 |
commit | 30b58f56771aa54304069d40a62070c06f5308fc (patch) | |
tree | e0bb2bba21c561f96d27bb9cfc09d714aa21d332 /apps/storage_charts/l10n/en.php | |
parent | 4d17ed2f71c8cbb0d34c039aa7953b2427ce5c78 (diff) | |
parent | f25ccaff59c135d7f1f22196bf266916ef131b35 (diff) | |
download | nextcloud-server-30b58f56771aa54304069d40a62070c06f5308fc.tar.gz nextcloud-server-30b58f56771aa54304069d40a62070c06f5308fc.zip |
Merge branch 'master' into share_api
Conflicts:
apps/calendar/js/loader.js
apps/contacts/index.php
apps/contacts/js/loader.js
apps/files/js/files.js
apps/files_sharing/sharedstorage.php
lib/filesystemview.php
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 |