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

hu.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d47a1b48d311e0843ee6f6032bcf1b6091e42a2f (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
OC.L10N.register(
    "richdocuments",
    {
    "Saving..." : "Mentés...",
    "Download this revision" : "Jelen verzió letöltése",
    "Restore this revision" : "Jelen verzió visszaállítása",
    "Latest revision" : "Legújabb verzió",
    "More versions..." : "További változatok...",
    "Just now" : "Épp most",
    "Failed to revert the document to older version" : "Nem sikerült visszaállítani a dokumentumot a korábbi verzióra",
    "Save" : "Mentés",
    "Loading documents..." : "Dokumentumok betöltése...",
    "Edit" : "Szerkesztés",
    "Could not create file" : "Az állomány nem hozható létre",
    "New Document.odt" : "Új dokumentum.odt",
    "New Spreadsheet.ods" : "Új munkafüzet.ods",
    "New Presentation.odp" : "Új bemutató.odp",
    "New Document.docx" : "Új dokumentum.docx",
    "New Spreadsheet.xlsx" : "Új munkafüzet.xlsx",
    "New Presentation.pptx" : "Új bemutató.pptx",
    "Can't create document" : "A dokumentum nem hozható létre",
    "Saved" : "Elmentve!",
    "Saved with error: Collabora Online should use the same protocol as the server installation." : "Mentve hibával: a Collabora Online-t ugyanazon protokollon kellene használni, mint a telepített szervert.",
    "Collabora Online" : "Collabora Online",
    "Collabora Online server" : "Collabora Online kiszolgáló",
    "URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "A Collabora Online kiszolgáló URL-je (és portja), amely WOPI-ügyfélként lehetővé teszi a szerkesztés funkciót.",
    "Apply" : "Alkalmaz",
    "Use OOXML by default for new files" : "OOXML használata alapértelmezettként az új fájlokhoz",
    "Wrong password. Please retry." : "Hibás jelszó. Próbálkozzon újra!",
    "Password" : "Jelszó",
    "OK" : "OK",
    "Guest %s" : "Vendég: %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Ez a link vagy lejárt vagy sohasem létezett. Kérdezze meg azt, aki megosztotta Önnel ezt a linket."
},
"nplurals=2; plural=(n != 1);");