diff options
Diffstat (limited to 'app/Locale/pt_BR/translations.php')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index f155b045..e5dfcb25 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -647,5 +647,54 @@ return array( 'Application default' => 'Aplicação padrão', 'Language:' => 'Idioma', 'Timezone:' => 'Fuso horário', + // 'All columns' => '', + // 'Calendar for "%s"' => '', + // 'Filter by column' => '', + // 'Filter by status' => '', + // 'Calendar' => '', + // 'Today' => '', + // 'Jan ' => '', + // 'Feb' => '', + // 'Mar' => '', + // 'Apr' => '', + // 'May' => '', + // 'Jun' => '', + // 'Jul' => '', + // 'Aug' => '', + // 'Sep' => '', + // 'Oct' => '', + // 'Nov' => '', + // 'Dec' => '', + // 'January' => '', + // 'February' => '', + // 'March' => '', + // 'April' => '', + // 'June' => '', + // 'July' => '', + // 'August' => '', + // 'September' => '', + // 'October' => '', + // 'November' => '', + // 'December' => '', + // 'Sunday' => '', + // 'Monday' => '', + // 'Tuesday' => '', + // 'Wednesday' => '', + // 'Thursday' => '', + // 'Friday' => '', + // 'Saturday' => '', + // 'Sun' => '', + // 'Mon' => '', + // 'Tue' => '', + // 'Wed' => '', + // 'Thu' => '', + // 'Fri' => '', + // 'Sat' => '', 'Next' => 'Próximo', + // '#%d' => '', + // 'Filter by color' => '', + // 'Filter by swimlane' => '', + // 'All swimlanes' => '', + // 'All colors' => '', + // 'All status' => '', ); |