server/apps/files_trashbin/l10n/pt_PT.php

15 lines
501 B
PHP
Raw Normal View History

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