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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/hu.js')
-rw-r--r--apps/files_trashbin/l10n/hu.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/hu.js b/apps/files_trashbin/l10n/hu.js
new file mode 100644
index 00000000000..ead62e57b7c
--- /dev/null
+++ b/apps/files_trashbin/l10n/hu.js
@@ -0,0 +1,21 @@
+OC.L10N.register(
+ "files_trashbin",
+ {
+ "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",
+ "Delete" : "Törlés",
+ "Delete permanently" : "Végleges törlés",
+ "Error" : "Hiba",
+ "This operation is forbidden" : "Tiltott művelet",
+ "This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem elérhető, kérem nézze meg a naplófájlokat vagy keresse az adminisztrátort",
+ "restored" : "visszaállítva",
+ "No deleted files" : "Nincs törölt fájl",
+ "You will be able to recover deleted files from here" : "Innen vissza tudja állítani a törölt fáljait.",
+ "No entries found in this folder" : "Nincsenek bejegyzések ebben a mappában",
+ "Select all" : "Összes kijelölése",
+ "Name" : "Név",
+ "Deleted" : "Törölve"
+},
+"nplurals=2; plural=(n != 1);");