diff options
Diffstat (limited to 'apps/files_trashbin/l10n/pt_PT.php')
-rw-r--r-- | apps/files_trashbin/l10n/pt_PT.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/pt_PT.php b/apps/files_trashbin/l10n/pt_PT.php index 044d324c5ab..15213892d2a 100644 --- a/apps/files_trashbin/l10n/pt_PT.php +++ b/apps/files_trashbin/l10n/pt_PT.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Couldn't delete %s permanently" => "Não foi possível eliminar %s de forma permanente", "Couldn't restore %s" => "Não foi possível restaurar %s", "perform restore operation" => "executar a operação de restauro", @@ -17,3 +18,4 @@ "Delete" => "Eliminar", "Deleted Files" => "Ficheiros Apagados" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |