diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-20 11:34:16 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-20 11:34:16 -0500 |
commit | 83832522867d06241441c04d2b3237200db57224 (patch) | |
tree | 040601fdece9b49d5eefbe43b62d76785dc674b3 /app/Locale/pt_PT | |
parent | c8c1242c26a11dc2abc7126829d76430612e7107 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/pt_PT')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index cecae5fe..6dac8190 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1138,4 +1138,18 @@ return array( 'Uploaded by %s' => 'Enviado por %s', 'Filename' => 'Nome do ficheiro', 'Size' => 'Tamanho', + // 'Column created successfully.' => '', + // 'Another column with the same name exists in the project' => '', + // 'Default filters' => '', + // 'Your board doesn\'t have any column!' => '', + // 'Change column position' => '', + // 'Switch to the project overview' => '', + // 'User filters' => '', + // 'Category filters' => '', + // 'Upload a file' => '', + // 'There is no attachment at the moment.' => '', + // 'View file' => '', + // 'Last activity' => '', + // 'Change subtask position' => '', + // 'This value must be greater than %d' => '', ); |