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

hu.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a9add7dab13dfd7181fbf7061e4a2592628f780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
OC.L10N.register(
    "files_texteditor",
    {
    "Saving …" : "Mentés…",
    "saved!" : "mentve!",
    "failed!" : "sikertelen!",
    "Saved" : "Elmentve",
    "There was a problem saving your changes. Click to resume editing." : "Hiba történt a módosítások mentésekor. Szerkesztés folytatásához kattints ide.",
    "Edit in plain text editor" : "Szerkesztés jegyzettömbben",
    "An error occurred!" : "Hiba történt!",
    "Edit" : "Szerkesztés",
    "Mixed" : "Kevert",
    "Preview" : "Előnézet",
    "New text file" : "Új szöveges fájl",
    "New text file.txt" : "Új szöveges fájl.txt",
    "You can not open a folder." : "Ezt a mappát nem lehet megnyitni.",
    "This file is too big to be opened. Please download the file instead." : "Ez a fájl túl nagy a megnyitáshoz. Kérjük, helyette töltsd le a fájlt.",
    "Cannot read the file." : "A fájl nem olvasható.",
    "Invalid file path supplied." : "Helytelen elérési utat adott meg.",
    "The file is locked." : "A fájl zárolva van.",
    "An internal server error occurred." : "Belső szerverhiba történt.",
    "You can not write to a folder." : "Mappába nem lehet írni.",
    "Cannot save file as it has been modified since opening." : "Nem lehet a fájlt elmenteni, mert a tartalma időközben megváltozott.",
    "Could not write to file." : "Nem lehet írni a fájlt.",
    "Insufficient permissions." : "Nincs elegendő jogosultság.",
    "File path not supplied." : "Nem adta meg a fájl útvonalát.",
    "File mtime not supplied." : "File módosítási idő nincs megadva.",
    "Share not found" : "Megosztás nem található",
    "You are not authorized to open this share" : "Nincs jogosultságod megnyitni a megosztást",
    "You can not open a folder" : "Nem nyithatod meg a mappát",
    "Invalid range request" : "Érvénytelen tartomány kérés",
    "Plain text editor" : "Jegyzettőmb",
    "Open, save and edit text files" : "Megnyithat, elmenthet és szerkeszthet szövegfájlokat.",
    "This application enables Nextcloud users to open, save and edit text files in the web browser. If enabled, an entry called \"Text file\" in the \"New\" button menu at the top of the web browser appears. When clicked, a new text file opens in the browser and the file can be saved into the current Nextcloud directory. Further, when a text file is clicked in the web browser, it will be opened and editable. If the privileges allow, a user can also edit shared files and save these changes back into the web browser.\nMore information is available in the text editor documentation." : "Ez az alkalmazás lehetővé teszi, hogy a Nextcloud szövegfájlokat nyisson meg, szerkesszen és mentsen a böngészőben. Ha be van kapcsolva, akkor egy „Szöveges fájl” pont jelenik meg az „Új” gomb lehetőségei között, ami az oldal tetején jelenik meg. Rákattintva egy új szövegfájl nyílik meg a böngészőben, amit az aktuális Nextcloud mappába lehet menteni. Ezen kívül a böngészőben szövegfájlra kattintva az megnyílik, és szerkeszthető lesz. Ha a jogosultságok lehetővé teszik, a felhasználó megosztott fájlokat is szerkeszthet, és elmentheti a változásokat a böngészőben.\nTovábbi információ érhető el a jegyzettömb  dokumentációjában.",
    "Saving…" : "Mentés…",
    "You can not write to a folder" : "Nem írhatsz egy mappába",
    "Cannot save file as it has been modified since opening" : "Nem lehet a fájlt elmenteni, mert a tartalma időközben 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"
},
"nplurals=2; plural=(n != 1);");