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

hu_HU.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60f3ebad8569938d6120dd16fc964affe1a2cb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Nem sikerült %s végleges törlése",
"Couldn't restore %s" => "Nem sikerült %s visszaállítása",
"Deleted files" => "Törölt fájlok",
"Restore" => "Visszaállítás",
"Error" => "Hiba",
"restored" => "visszaállítva",
"Nothing in here. Your trash bin is empty!" => "Itt nincs semmi. Az Ön szemetes mappája üres!",
"Name" => "Név",
"Deleted" => "Törölve",
"Delete" => "Törlés"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";