nextcloud/apps/files_trashbin/l10n/pt_PT.php

15 lines
499 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-11 03:04:49 +04:00
"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",
2013-04-09 04:14:02 +04:00
"Error" => "Erro",
2013-08-03 09:56:46 +04:00
"restored" => "Restaurado",
2013-04-16 04:17:30 +04:00
"Nothing in here. Your trash bin is empty!" => "Não hà ficheiros. O lixo está vazio!",
2013-10-11 06:30:58 +04:00
"Name" => "Nome",
2013-02-22 03:08:47 +04:00
"Restore" => "Restaurar",
2013-10-11 06:30:58 +04:00
"Deleted" => "Apagado",
2013-05-25 04:11:52 +04:00
"Delete" => "Eliminar",
2013-03-09 03:06:34 +04:00
"Deleted Files" => "Ficheiros Apagados"
2013-02-01 03:19:28 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";