diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-07-03 13:20:22 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-07-03 13:20:22 -0400 |
commit | 7209b1ea7c8a174f616355a55238aa12c9c86246 (patch) | |
tree | e4312e4a0755aa9c10228465fbd20cb44dedd454 /app/Locale/pt_PT/translations.php | |
parent | 8da8f1d86d323f5843defdd36f2a1b144919a3fc (diff) |
Sync locales
Diffstat (limited to 'app/Locale/pt_PT/translations.php')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 2fd6c49b..d9ea27be 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1215,4 +1215,5 @@ return array( 'Do you really want to remove this tag: "%s"?' => 'Tem a certeza que pretende remover esta etiqueta: "%s"?', 'Global tags' => 'Etiquetas globais', 'There is no global tag at the moment.' => 'De momento não existe nenhuma etiqueta global.', + // 'This field cannot be empty' => '', ); |