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

gl.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf26936be0bbf7911e62a3216a2fb4b59718a624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Non foi posíbel eliminar %s permanente",
"Couldn't restore %s" => "Non foi posíbel restaurar %s",
"Deleted files" => "Ficheiros eliminados",
"Error" => "Erro",
"restored" => "restaurado",
"Nothing in here. Your trash bin is empty!" => "Aquí non hai nada. O cesto do lixo está baleiro!",
"Name" => "Nome",
"Restore" => "Restablecer",
"Deleted" => "Eliminado",
"Delete" => "Eliminar",
"Deleted Files" => "Ficheiros eliminados"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";