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

nl.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e510a15eba75fe34435289d2df5a0a81c69c501 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
OC.L10N.register(
    "nextant",
    {
    "Go to folder" : "Ga naar map",
    "never" : "nooit",
    "Nextant is not configured yet" : "Nextant is nog niet geconfigureerd",
    "Ping querying your Solr Server" : "Ping bevraagt je Solr Server",
    "Verifying Schema integrity" : "Verifiëren schema integriteit",
    "Test simple text extract query" : "Test enkelvoudige tekst uitvraagopvraag",
    "Test update document query" : "test bijwerken dopcumentopvraag",
    "Test search query" : "Test zoekopdracht",
    "Removing the test document" : "Verwijderen testdocument",
    "All test went fine. Saving your configuration" : "Alles ok. Bezig je configuratie op te slaan",
    "The format of the address is not correct" : "Het formaat van het adres is onjuist",
    "Apache Solr is up, running and responding to ping query" : "Apache Solr draait en reageert op de ping opvraag",
    "Apache Solr is not responding to ping query (Error #%1$s)" : "Apache Solr reageert niet op de ping opvraag (Fout #%1$s)",
    "Schema is fine" : "Schema is goed",
    "Were not able to verify/fix schema integrity (Error #%1$s)" : "We kunnen de schema integriteit niet verifiëren/herstellen (Fout #%1$s)",
    "Text successfully extracted" : "Tekst succesvol opgehaald",
    "Extract failed. Please check the configuration of your Solr server (Error #%1$s)" : "Ophalen mislukt. Verifieer de configuratie van je Solr server (fout #%1$s)",
    "Error Updating field - Can't find original document - (Error #%1$s)" : "Fout tijdens bijwerken veld - kan orihinele document niet vinden - (Fout #%1$s)",
    "Error during commit (Error #%1$s)" : "Fout bij verzenden (Fout #%1$s)",
    "Error during updating field (Error #%1$s)" : "Fout bij bijwerken veld (Fout #%1$s)",
    "Document successfully updated" : "Document succesvol bijgewerkt",
    "Found exactly what we were looking for" : "Exact gevonden wat we zochten",
    "We found something, but not what we were expecting." : "We vonden iets, maar niet precies wat we verwachtten.",
    "Cannot find any document" : "Kan geen document vinden",
    "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Zoeken mislukt. Verifieer de configuratie van je Solr server (fout #%1$s)",
    "Test document deleted" : "Test document verwijderd",
    "We could not delete our test document. Please check the configuration of your Solr server (Error #%1$s)" : "We konden het testdocument niet verwijderen. Verifieer de configuratie van je Solr server (fout #%1$s)",
    "Your configuration has been saved" : "Je configuratie is opgeslagen",
    "Configuration failed to be saved. Please reload this page." : "Configuratie werd niet opgeslagen. Herlaad deze pagina.",
    "Nextant" : "Nextant",
    "Nextant (Full-Text Search)" : "Nextant (volledige tekst zoekfunctie)",
    "Specify the address of your Solr, and the name of the core to use." : "Geef het adres van Solr op, alsmede de naam van de te gebruiken kern.",
    "If you do not have a Solr servlet running, you can find few guides on how to install one on the Wiki." : "Je hebt geen Soir server draaien,  een handleiding voor de installatie staat bij de wiki.",
    "You can also find there more information about this interface." : "Je kunt daar ook meer informatie over deze interface krijgen.",
    "Saving" : "Opslaan",
    "Settings" : "Instellingen",
    "Nextant Version :" : "Nextant versie :",
    "Address of your Solr Servlet :" : "Adres van je Solr Servlet :",
    "Core :" : "Kern :",
    "Timeout (in seconds) :" : "Time-out (in seconden) :",
    "Test and Save" : "Testen en opslaan",
    "Indexing Files" : "Indexeren bestanden",
    "Maximum File Size (Mb) :" : "Maximale bestandsgrootte (Mb):",
    "Edit your filters" : "Bewerk je filters",
    "Index Files Tree :" : "Index bestandenboom :",
    "Disable default search from Files" : "De standaard zoekfunctie voor bestanden uitzetten",
    "Index File Trash:" : "Indexbestand Prullenbak:",
    "Index Public Links :" : "Index publieke links :",
    "Index Federated Shares :" : "Indexeren gefedereerde Shares :",
    "Index External Storages :" : "Indexeren externe opslag :",
    "Index Encrypted Files :" : "Index versleutelde bestanden :",
    "Last index :" : "Laatste index :",
    "Indexing Bookmarks" : "bladwijzers indexeren",
    "The App Bookmarks is not installed/enabled." : "De app bladwijzers is niet ingeschakeld.",
    "The App Bookmarks is enabled, your bookmarks will be index." : "De app bladwijzers is ingeschakeld, je favoriete links worden bewaard.",
    "Checking" : "Aan het controleren",
    "Nextant Status" : "Nextant Status",
    "Resource Level :" : "Bron niveau :",
    "Higher performance" : "Hoogste prestatie",
    "High performance" : "Hogere prestatie",
    "Medium performance" : "Gemiddelde prestatie",
    "Low performance" : "Lage prestatie",
    "Lower performance" : "Laagste prestatie",
    "Live Index :" : "Live Index :",
    "Disabled" : "Uitgeschakeld",
    "Using Semaphore" : "Semaphore wordt gebruikt",
    "Using Database" : "Database wordt gebruikt",
    "Minimum Background Index delay :" : "Minimale achtergrond indexeringsvertraging :",
    "hours" : "uur",
    "Maximum Background Index delay :" : "Maximale achtergrond indexeringsvertraging :",
    "days" : "dagen",
    "Nextcloud Cron :" : "Nextcloud Cron :",
    "Number of documents :" : "Aantal documenten :",
    "Number of segments :" : "Aantal segmenten :",
    "we recommand doing the very first indexing of your files using the ./occ nextant:index command." : "We adviseren om bij de eerste indexering van de bestanden de ./occ nextant:index commando te gebruiken.",
    "However, you can force it to be started as a background process." : "Maar, je kunt ook forceren dat het als een achtergrondproces wordt gestart.",
    "Force first index as a cronjob" : "Eerste indexering als een cronjob forceren",
    "Force index" : "Indexering forceren",
    "Indexing is scheduled within the next few hours (cron)" : "Indexeren is gepland voor binnen de komende uren (cron)",
    "Indexing in progress" : "Indexering is gaande",
    "Type of files to extract" : "Bestand voor uittrekken intypen",
    "Text File (Text, Html, Subtitles, Source Code, ...)" : "Tekstbestand (Tekst, Html, ondertitels, broncode, ...)",
    "E-pub / PDF / rtf" : "E-pub / PDF / rtf",
    "Office Documents" : "Office documenten",
    "Image (Jpeg, Tiff)" : "Afbeelding (Jpeg, Tiff)",
    "Audio File (mp3, flac)" : "Audiobestand (mp3, flac)",
    "Extensions you wish to ignore (.java .xml)" : "Extensies die je wilt negeren (.java .xml)"
},
"nplurals=2; plural=(n != 1);");