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

it.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 905384b82bb96c72d99ca6cc01c82dbe1bb130fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Impossibile eliminare %s definitivamente",
"Couldn't restore %s" => "Impossibile ripristinare %s",
"Deleted files" => "File eliminati",
"Restore" => "Ripristina",
"Error" => "Errore",
"restored" => "ripristinati",
"Nothing in here. Your trash bin is empty!" => "Qui non c'è niente. Il tuo cestino è vuoto.",
"Name" => "Nome",
"Deleted" => "Eliminati",
"Delete" => "Elimina"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";