Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_PT.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98f09fba14b182c000085dd4e94ddd6ef8730222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Ficheiros eliminados",
    "restored" : "Restaurado",
    "Restore" : "Restaurar",
    "Delete permanently" : "Eliminar permanentemente",
    "Error while removing file from trashbin" : "Erro ao remover arquivo da lixeira",
    "This operation is forbidden" : "Esta operação é proibida",
    "This directory is unavailable, please check the logs or contact the administrator" : "Esta pasta não está disponível, por favor, verifique os registos ou contacte o administrador",
    "No deleted files" : "Sem ficheiros eliminados",
    "You will be able to recover deleted files from here" : "Poderá recuperar ficheiros eliminados a partir daqui",
    "No entries found in this folder" : "Não foram encontradas entradas nesta pasta",
    "Select all" : "Selecionar tudo",
    "Name" : "Nome",
    "Actions" : "Ações",
    "Deleted" : "Eliminado",
    "Delete" : "Eliminar"
},
"nplurals=2; plural=(n != 1);");