diff options
Diffstat (limited to 'apps/files/l10n/pt_PT.js')
-rw-r--r-- | apps/files/l10n/pt_PT.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js index 60c00bbc9ff..703ffba839f 100644 --- a/apps/files/l10n/pt_PT.js +++ b/apps/files/l10n/pt_PT.js @@ -138,25 +138,26 @@ OC.L10N.register( "Upload (max. %s)" : "Envio (máx. %s)", "Accept" : "Aceitar", "in %s" : "em %s", + "Select all" : "Selecionar todos", "Change" : "Mudar", "Transfer" : "Transfere", "Unknown error" : "Erro desconhecido", + "No files in here" : "Nenhuns ficheiros aqui", + "Go back" : "Voltar", "Show hidden files" : "Mostrar ficheiros ocultos", "Additional settings" : "Definições adicionais", "WebDAV" : "WebDAV", "Copy to clipboard" : "Copiar para área de transferência", "Cancel" : "Cancelar", "Create" : "Criar", + "Delete permanently" : "Eliminar permanentemente", "Templates" : "Modelos", - "No files in here" : "Nenhuns ficheiros aqui", "Upload some content or sync with your devices!" : "Envie algum conteúdo ou sincronize com os seus dispositivos!", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", - "Select all" : "Selecionar todos", "Upload too large" : "Envio muito grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Os ficheiros que está a tentar enviar excedem o tamanho máximo para os envios de ficheiro neste servidor.", "No favorites yet" : "Sem favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e pastas que marcou como favoritos serão mostrados aqui", - "Deleted files" : "Ficheiros eliminados", "Shares" : "Partilhas", "Shared with others" : "Partilhado com terceiros", "Shared with you" : "Partilhado consigo ", @@ -171,6 +172,7 @@ OC.L10N.register( "Unlimited" : "Ilimitado", "%s used" : "%s utilizado", "%1$s of %2$s used" : "Usado %1$s de %2$s", - "Settings" : "Configurações" + "Settings" : "Configurações", + "Deleted files" : "Ficheiros eliminados" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |