Blame view
sources/apps/files_trashbin/l10n/pt_PT.php
501 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"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", |
|
6d9380f96
|
5 6 |
"Deleted files" => "Ficheiros eliminados", "Restore" => "Restaurar", |
|
31b7f2792
|
7 8 9 |
"Error" => "Erro", "restored" => "Restaurado", "Nothing in here. Your trash bin is empty!" => "Não hà ficheiros. O lixo está vazio!", |
|
03e52840d
|
10 |
"Name" => "Nome", |
|
31b7f2792
|
11 |
"Deleted" => "Apagado", |
|
6d9380f96
|
12 |
"Delete" => "Eliminar" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |