Blame view
sources/apps/files_trashbin/l10n/gl.php
503 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Couldn't delete %s permanently" => "Non foi posíbel eliminar %s permanente", "Couldn't restore %s" => "Non foi posíbel restaurar %s", |
|
31b7f2792
|
5 6 |
"Error" => "Erro", "restored" => "restaurado", |
|
03e52840d
|
7 |
"Nothing in here. Your trash bin is empty!" => "Aquí non hai nada. O cesto do lixo está baleiro!", |
|
31b7f2792
|
8 |
"Name" => "Nome", |
|
03e52840d
|
9 |
"Restore" => "Restablecer", |
|
31b7f2792
|
10 |
"Deleted" => "Eliminado", |
|
03e52840d
|
11 12 13 |
"Delete" => "Eliminar", "Deleted Files" => "Ficheiros eliminados" ); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |