diff options
Diffstat (limited to 'apps/storage_charts/l10n/pt_BR.php')
-rw-r--r-- | apps/storage_charts/l10n/pt_BR.php | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/apps/storage_charts/l10n/pt_BR.php b/apps/storage_charts/l10n/pt_BR.php new file mode 100644 index 00000000000..823e19a6edd --- /dev/null +++ b/apps/storage_charts/l10n/pt_BR.php @@ -0,0 +1,59 @@ +<?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/>. +* +* Portuguese texts +* 26/May/2012 - Translated by Tiago Soares (tbsoares@gmail.com) +* +*/ + +$TRANSLATIONS = Array( + 'all users' => 'Todos os usuários', + 'April' => 'Abril', + 'August' => 'Agosto', + 'Average used space' => 'Média de espaço utilizado', + 'December' => 'Dezembro', + 'February' => 'Fevereiro', + 'January' => 'Janeiro', + 'July' => 'Julho', + 'June' => 'Junho', + 'March' => 'Março', + 'May' => 'Maio', + 'November' => 'Novembro', + 'October' => 'Outubro', + 'September' => 'Setembro', + 'Monthly Used Space Evolution' => 'Evolução mensal do espaço utilizado', + 'Last 7 days' => 'Últimos 7 dias', + 'Daily Used Space Evolution' => 'Evolução diária do espaço utilizado', + 'Current ratio free space / used space' => 'Proporção atual entre espaço livre / espaço utilizado', + 'for' => 'para', + 'Free space' => 'Espaço livre', + 'Drag\'N\'Drop on the chart title to re-order' => 'Arraste e solte no título do gráfico para reordenar', + 'Gigabytes (GB)' => 'Gigabytes (GB)', + 'Kilobytes (KB)' => 'Kilobytes (KB)', + 'Megabytes (MB)' => 'Megabytes (MB)', + 'Terabytes (TB)' => 'Terabytes (TB)', + 'Used space' => 'Espaço utlizado', + + // Personal settings + 'Save' => 'Salvar', + 'Save OK' => 'Salvo', + 'Uncheck charts you do not want to display' => 'Desmarque os gráficos que não deseja exibir' +); |