diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-08 15:07:47 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-08 15:07:47 -0500 |
commit | acf3941b4aa95bff9e80aa03e22dc064036e69cf (patch) | |
tree | fa00598349637eb125c8eb132f3dd74a2e3e9e6f /app/Locale/pt_BR | |
parent | 813b7c4c0036a73c3bb5ef31f98e83cce2630e9e (diff) |
Improve js and add native language support for datepicker and calendar
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index bd327f0b..368ce0e6 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -650,44 +650,6 @@ return array( 'Filter by column' => 'Filtrar por coluna', 'Filter by status' => 'Filtrar por status', 'Calendar' => 'Calendário', - 'Today' => 'Hoje', - 'Jan ' => 'Jan', - 'Feb' => 'Fev', - 'Mar' => 'Mar', - 'Apr' => 'Abr', - 'May' => 'Maio', - 'Jun' => 'Jun', - 'Jul' => 'Jul', - 'Aug' => 'Ago', - 'Sep' => 'Set', - 'Oct' => 'Out', - 'Nov' => 'Nov', - 'Dec' => 'Dez', - 'January' => 'Janeiro', - 'February' => 'Fevereiro', - 'March' => 'Março', - 'April' => 'Abril', - 'June' => 'Junho', - 'July' => 'Julho', - 'August' => 'Agosto', - 'September' => 'Setembro', - 'October' => 'Outubro', - 'November' => 'Novembro', - 'December' => 'Dezembro', - 'Sunday' => 'Domingo', - 'Monday' => 'Segunda', - 'Tuesday' => 'Terça', - 'Wednesday' => 'Quarta', - 'Thursday' => 'Quinta', - 'Friday' => 'Sexta', - 'Saturday' => 'Sábado', - 'Sun' => 'Dom', - 'Mon' => 'Seg', - 'Tue' => 'Ter', - 'Wed' => 'Qua', - 'Thu' => 'Qui', - 'Fri' => 'Sex', - 'Sat' => 'Sáb', 'Next' => 'Próximo', // '#%d' => '', 'Filter by color' => 'Filtrar por cor', |