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

eu.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3e5e3c313f92f2406f3dc533a55e3ad00f6093b (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(
    "files_texteditor",
    {
    "Saving …" : "Gordetzen ...",
    "Saved!" : "Gordeta!",
    "Failed!" : "Huts egin du!",
    "Saved" : "Gordeta",
    "There was a problem saving your changes. Click to resume editing." : "Aldaketak gordetzean arazo bat izan da. Egin klik edizioarekin jarraitzeko",
    "Edit in plain text editor" : "Editatu testu hutseko editorean",
    "An error occurred!" : "Errore bat gertatu da!",
    "Edit" : "Editatu",
    "Mixed" : "Nahasia",
    "Preview" : "Aurrebista",
    "New text file" : "Testu-fitxategi berria",
    "New text file.txt" : "Testu-fitxategi berria.txt",
    "You cannot open a folder" : "Ezin duzu karpeta bat ireki",
    "This file is too big to be opened. Please download the file instead." : "Fitxategia handiegia da irekitzeko. Deskargatu fitxategia.",
    "Cannot read the file." : "Ezin da fitxategia irakurri.",
    "Invalid file path supplied." : "Fitxategiaren bide baliogabea eman da.",
    "The file is locked." : "Fitxategia blokeatuta dago.",
    "An internal server error occurred." : "Zerbitzariaren barne-errore bat gertatu da.",
    "You cannot write to a folder." : "Ezin duzu karpetetan idatzi.",
    "Cannot save file as it has been modified since opening." : "Ezin da fitxategia gorde, aldatu egin baita ireki denetik.",
    "Could not write to file." : "Ezin izan da fitxategian idatzi.",
    "Insufficient permissions." : "Ez duzu nahikoa baimenik.",
    "File path not supplied." : "Ez da fitxategiaren biderik eman.",
    "File mtime not supplied." : "Ez fitxategiaren mtime-rik eman.",
    "Share not found" : "Partekatzea ez da aurkitu",
    "You are not authorized to open this share" : "Ez duzu partekatze hau irekitzeko baimenik",
    "Invalid range request" : "Barruti eskaera baliogabea",
    "Plain text editor" : "Testu arrunteko editorea",
    "Open, save and edit text files" : "Ireki, gorde eta editatu testu-fitxategiak",
    "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." : "Aplikazio honek aukera ematen dio Nextcloudi web nabigatzailean testu-fitxategiak ireki, gorde eta editatzeko. Gaituz gero, \"Testu fitxategia\" izeneko sarrera berri bat agertuko da web nabigatzaileko goiko menuko \"Berria\" botoian. Klik egitean, testu-fitxategi berri bat irekiko da nabigatzailean. Fitxategi hori Nextcloudeko uneko direktorioan gorde daiteke. Horretaz gain, web nabigatzailean testu-fitxategi batean klik egitean, ireki eta editatzeko aukera ematen du. Baimena badu, erabiltzaile batek partekatutako fitxategiak ere editatu ditzake web nabigatzailean eta egindako aldaketak gorde.\nInformazio gehiago aurkitu daiteke testu-editorearen dokumentazioan."
},
"nplurals=2; plural=(n != 1);");