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

hu_HU.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df65dac750cf8b83f16d8fa2004d5db5143e958c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Invalid file path supplied." => "Helytelen elérési utat adott meg.",
"Cannot save file as it has been modified since opening" => "Nem tudom a fáljt menteni, mert időközben a tartalma megváltozott.",
"Insufficient permissions" => "Nincs jogosultsága hozzá",
"File path not supplied" => "Fálj elérést nem adta meg",
"File mtime not supplied" => "File módosítási idő nincs megadva",
"Save" => "Mentés",
"Search" => "Keresés",
"Next" => "Következő",
"Clear" => "Törlés",
"Saving..." => "Mentés...",
"An error occurred!" => "Hiba történt!",
"There are unsaved changes in the text editor" => "Mentetlen változtatások vannak a szövegszerkesztőben",
"There were unsaved changes, click here to go back" => "Bizonyos módosítások nem lettek elmentve, kattintson ide a visszatéréshez!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";