messages.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026
  1. {
  2. "extensionDescription": {
  3. "message": "Sla een complete website op in één HTML-bestand",
  4. "description": "Description of the extension."
  5. },
  6. "commandSaveSelectedTabs": {
  7. "message": "Sla de geselecteerde tabbladen of hun geselecteerde inhoud op",
  8. "description": "Command (Ctrl+Shift+Y): 'Save the selected tabs or their selected contents'"
  9. },
  10. "commandSaveAllTabs": {
  11. "message": "Sla alle tabbladen op",
  12. "description": "Command (Ctrl+Shift+U): 'Save all tabs'"
  13. },
  14. "menuSavePage": {
  15. "message": "Sla pagina op met SingleFile",
  16. "description": "Menu entry: 'Save page with SingleFile'"
  17. },
  18. "menuSaveSelectedLinks": {
  19. "message": "Sla geselecteerde links op",
  20. "description": "Menu entry: 'Save selected links'"
  21. },
  22. "menuEditPage": {
  23. "message": "Annoteer de pagina...",
  24. "description": "Menu entry: 'Annotate the page...'"
  25. },
  26. "menuEditAndSavePage": {
  27. "message": "Annoteer en sla de pagina op...",
  28. "description": "Menu entry: 'Annotate and save the page...'"
  29. },
  30. "menuSaveWithProfile": {
  31. "message": "Sla pagina op met profiel",
  32. "description": "Menu entry: 'Save with profile'"
  33. },
  34. "menuViewPendingSaves": {
  35. "message": "Bekijk lopende opslagen...",
  36. "description": "Menu entry: 'View pending saves...'"
  37. },
  38. "menuSelectProfile": {
  39. "message": "Selecteer het standaardprofiel",
  40. "description": "Menu entry: 'Select the default profile'"
  41. },
  42. "menuUpdateRule": {
  43. "message": "Selecteer het profiel van de huidige regel",
  44. "description": "Menu entry: 'Select the profile of the current rule'"
  45. },
  46. "menuCreateDomainRule": {
  47. "message": "Selecteer het profiel van het huidige domein",
  48. "description": "Menu entry: 'Select the profile of the current domain'"
  49. },
  50. "menuSaveSelection": {
  51. "message": "Sla selectie op",
  52. "description": "Menu entry: 'Save selection'"
  53. },
  54. "menuSaveFrame": {
  55. "message": "Sla frame op",
  56. "description": "Menu entry: 'Save frame'"
  57. },
  58. "menuSaveTabs": {
  59. "message": "Sla tabbladen op",
  60. "description": "Menu entry (SingleFile button only): 'Save tabs'"
  61. },
  62. "menuSaveSelectedTabs": {
  63. "message": "Sla geselecteerde tabbladen op",
  64. "description": "Menu entry: 'Save selected tabs'"
  65. },
  66. "menuSaveUnpinnedTabs": {
  67. "message": "Sla niet vastgezette tabbladen op",
  68. "description": "Menu entry: 'Save unpinned tabs'"
  69. },
  70. "menuSaveAllTabs": {
  71. "message": "Sla alle tabbladen op",
  72. "description": "Menu entry: 'Save all tabs'"
  73. },
  74. "menuBatchSaveUrls": {
  75. "message": "URL's in batches opslaan...",
  76. "description": "Menu entry: 'Batch save URLs...'"
  77. },
  78. "menuAutoSave": {
  79. "message": "Automatisch opslaan",
  80. "description": "Menu entry: 'Auto-save'"
  81. },
  82. "menuAutoSaveDisabled": {
  83. "message": "Uitgeschakeld",
  84. "description": "Menu entry: 'Auto-save' > Disabled'"
  85. },
  86. "menuAutoSaveTab": {
  87. "message": "Sla dit tabblad automatisch op",
  88. "description": "Menu entry: 'Auto-save' > Auto-save this tab'"
  89. },
  90. "menuAutoSaveUnpinnedTabs": {
  91. "message": "Sla niet vastgezette tabbladen automatisch op",
  92. "description": "Menu entry: 'Auto-save' > Auto-save unpinned tabs'"
  93. },
  94. "menuAutoSaveAllTabs": {
  95. "message": "Sla alle tabbladen automatisch op",
  96. "description": "Menu entry: 'Auto-save' > Auto-save all tabs'"
  97. },
  98. "buttonDefaultTooltip": {
  99. "message": "Sla pagina op met SingleFile",
  100. "description": "Button title: 'Save page with SingleFile'"
  101. },
  102. "buttonBlockedBadge": {
  103. "message": "🚫",
  104. "description": "Button badge when the page is blocked: '🚫'"
  105. },
  106. "buttonBlockedTooltip": {
  107. "message": "Deze pagina kan niet worden opgeslagen met SingleFile",
  108. "description": "Button title: 'This page cannot be saved with SingleFile'"
  109. },
  110. "buttonInitializingTooltip": {
  111. "message": "SingleFile initialiseren",
  112. "description": "Button title during initialization: 'Initializing SingleFile (x/2)'"
  113. },
  114. "buttonInitializingBadge": {
  115. "message": "•••",
  116. "description": "Badge label during initialization: '•••'"
  117. },
  118. "buttonSaveProgressTooltip": {
  119. "message": "Opslagvoortgang: ",
  120. "description": "Button title during save: 'Save progress: xx%'"
  121. },
  122. "buttonUploadProgressTooltip": {
  123. "message": "Uploadvoortgang: ",
  124. "description": "Button title during save: 'Upload progress: xx%'"
  125. },
  126. "buttonOKBadge": {
  127. "message": "OK",
  128. "description": "Badge label: 'OK'"
  129. },
  130. "buttonErrorBadge": {
  131. "message": "ERR",
  132. "description": "Badge label for unexpected errors"
  133. },
  134. "buttonAutoSaveActiveTooltip": {
  135. "message": "Automatisch opslaan actief",
  136. "description": "Button title: 'Auto-save active'"
  137. },
  138. "buttonAutoSaveActiveBadge": {
  139. "message": "[A]",
  140. "description": "Badge label when auto-save is active"
  141. },
  142. "optionsTitle": {
  143. "message": "Opties",
  144. "description": "Options page title"
  145. },
  146. "optionsUserInterfaceSubTitle": {
  147. "message": "Gebruikersinterface",
  148. "description": "Options sub-title: 'User interface'"
  149. },
  150. "optionAddMenuEntry": {
  151. "message": "voeg een item toe aan het contextmenu van de webpagina",
  152. "description": "Options page label: 'add entry in the context menu of the webpage'"
  153. },
  154. "optionDisplayShadow": {
  155. "message": "plaats een schaduw over de pagina tijdens het verwerken",
  156. "description": "Options page label: 'overlay a shadow on the page during processing'"
  157. },
  158. "optionDisplayInfobar": {
  159. "message": "toon een infobalk bij het bekijken van een opgeslagen pagina",
  160. "description": "Options page label: 'display an infobar when viewing a saved page'"
  161. },
  162. "optionInfobarTemplate": {
  163. "message": "sjabloon van de infobalkinhoud",
  164. "description": "Options page label: 'template of the infobar content'"
  165. },
  166. "optionBlockMixedContent": {
  167. "message": "blokkeer gemengde inhoud",
  168. "description": "Options page label: 'block mixed content'"
  169. },
  170. "optionSaveOriginalURLs": {
  171. "message": "sla originele URL's van ingesloten bronnen op",
  172. "description": "Options page label: 'save original URLs of embedded resources'"
  173. },
  174. "optionIncludeInfobar": {
  175. "message": "neem de infobalk op in de opgeslagen pagina",
  176. "description": "Options page label: 'include the infobar in the saved page'"
  177. },
  178. "optionOpenInfobar": {
  179. "message": "infobalk openhouden",
  180. "description": "Options page label: 'keep infobar open'"
  181. },
  182. "optionRemoveInfobarSavedDate": {
  183. "message": "sla de opgeslagen datum niet op",
  184. "description": "Options page label: 'do not include the saved date'"
  185. },
  186. "optionConfirmInfobar": {
  187. "message": "open een promptvenster om de inhoud van de infobalk te bewerken",
  188. "description": "Options page label: 'open a prompt dialog to edit the infobar content'"
  189. },
  190. "optionAutoClose": {
  191. "message": "sluit het tabblad automatisch na het opslaan van de pagina",
  192. "description": "Options page label: 'auto-close the tab after the page is saved'"
  193. },
  194. "optionsFileNameSubTitle": {
  195. "message": "Bestandsnaam",
  196. "description": "Options sub-title: 'File name'"
  197. },
  198. "optionFilenameTemplate": {
  199. "message": "sjabloon",
  200. "description": "Options page label: 'template'"
  201. },
  202. "optionFilenameMaxLength": {
  203. "message": "maximale lengte",
  204. "description": "Options page label: 'max length'"
  205. },
  206. "optionFilenameMaxLengthBytesUnit": {
  207. "message": "bytes",
  208. "description": "Options page label: 'bytes'"
  209. },
  210. "optionFilenameMaxLengthCharsUnit": {
  211. "message": "tekens",
  212. "description": "Options page label: 'characters'"
  213. },
  214. "optionFilenameReplacementCharacter": {
  215. "message": "vervangend teken",
  216. "description": "Options page label: 'replacement character'"
  217. },
  218. "optionReplaceEmojisInFilename": {
  219. "message": "vervang emoji's door tekst",
  220. "description": "Options page label: 'replace emojis with text'"
  221. },
  222. "optionSaveFilenameTemplateData": {
  223. "message": "sla de bestandsnaamsjabloongegevens op in de pagina",
  224. "description": "Options page label: 'save the filename template data into the page'"
  225. },
  226. "optionConfirmFilename": {
  227. "message": "open het \"Opslaan als\"-venster om de bestandsnaam te bevestigen",
  228. "description": "Options page label: 'open the \"Save as\" dialog to confirm the file name'"
  229. },
  230. "optionFilenameConflictAction": {
  231. "message": "gebruik een unieke bestandsnaam",
  232. "description": "Options page label: 'filename conflict resolution'"
  233. },
  234. "optionFilenameConflictActionUniquify": {
  235. "message": "gebruik een unieke naam",
  236. "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
  237. },
  238. "optionFilenameConflictActionOverwrite": {
  239. "message": "overschrijf het bestaande bestand",
  240. "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
  241. },
  242. "optionFilenameConflictActionPrompt": {
  243. "message": "dialoogvenster voor het invoeren van een bestandsnaam",
  244. "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
  245. },
  246. "optionFilenameConflictActionSkip": {
  247. "message": "sla dubbele bestanden over",
  248. "description": "Value for 'filename conflict resolution' option: 'skip duplicate files'"
  249. },
  250. "optionsHTMLContentSubTitle": {
  251. "message": "HTML-inhoud",
  252. "description": "Options sub-title: 'HTML content'"
  253. },
  254. "optionCompressHTML": {
  255. "message": "comprimeer HTML-inhoud",
  256. "description": "Options page label: 'compress HTML content'"
  257. },
  258. "optionRemoveFrames": {
  259. "message": "verwijder frames",
  260. "description": "Options page label: 'remove frames'"
  261. },
  262. "optionRemoveHiddenElements": {
  263. "message": "verwijder verborgen elementen",
  264. "description": "Options page label: 'remove hidden elements'"
  265. },
  266. "optionsFileFormatSubTitle": {
  267. "message": "Bestandsformaat",
  268. "description": "Options sub-title: 'File format'"
  269. },
  270. "optionFileFormat": {
  271. "message": "formaat",
  272. "description": "Options page label: 'format'"
  273. },
  274. "optionFileFormatSelectHTML": {
  275. "message": "HTML",
  276. "description": "Options page label: 'HTML'"
  277. },
  278. "optionFileFormatSelectSelfExtractingUniversal": {
  279. "message": "zelfuitpakkend ZIP (universeel)",
  280. "description": "Options page label: 'self-extracting ZIP (universal)'"
  281. },
  282. "optionFileFormatSelectSelfExtracting": {
  283. "message": "zelfuitpakkend ZIP",
  284. "description": "Options page label: 'self-extracting ZIP'"
  285. },
  286. "optionFileFormatSelectZIP": {
  287. "message": "ZIP",
  288. "description": "Options page label: 'ZIP'"
  289. },
  290. "optionPassword": {
  291. "message": "wachtwoord",
  292. "description": "Options page label: 'password'"
  293. },
  294. "optionCreateRootDirectory": {
  295. "message": "maak een hoofdmap",
  296. "description": "Options page label: 'create a root directory'"
  297. },
  298. "optionPreventAppendedData": {
  299. "message": "voeg geen gegevens toe na de ZIP-gegevens",
  300. "description": "Options page label: 'do not append data after the ZIP data'"
  301. },
  302. "optionInsertTextBody": {
  303. "message": "maak tekst doorzoekbaar",
  304. "description": "Options page label: 'make text searchable'"
  305. },
  306. "optionInsertEmbeddedImage": {
  307. "message": "insluiten afbeelding",
  308. "description": "Options page label: 'embed image'"
  309. },
  310. "optionInsertEmbeddedScreenshotImage": {
  311. "message": "schermafbeelding",
  312. "description": "Options page label: 'page screenshot'"
  313. },
  314. "optionInsertEmbeddedCustomImage": {
  315. "message": "aangepaste afbeelding",
  316. "description": "Options page label: 'custom image'"
  317. },
  318. "optionsInfobarSubTitle": {
  319. "message": "Infobalk",
  320. "description": "Options sub-title: 'Infobar'"
  321. },
  322. "optionsImagesSubTitle": {
  323. "message": "Afbeeldingen",
  324. "description": "Options sub-title: 'Images'"
  325. },
  326. "optionGroupDuplicateImages": {
  327. "message": "dubbele afbeeldingen samenvoegen",
  328. "description": "Options page label: 'group duplicate images together'"
  329. },
  330. "optionLoadDeferredImages": {
  331. "message": "uitgestelde afbeeldingen opslaan",
  332. "description": "Options page label: 'save deferred images'"
  333. },
  334. "optionLoadDeferredImagesMaxIdleTime": {
  335. "message": "maximale wachttijd (ms)",
  336. "description": "Options page label: 'maximum idle time (ms)'"
  337. },
  338. "optionLoadDeferredImagesKeepZoomLevel": {
  339. "message": "zoom uit op de pagina",
  340. "description": "Options page label: 'zoom out the page'"
  341. },
  342. "optionLoadDeferredImagesDispatchScrollEvent": {
  343. "message": "verzend \"scroll\"-gebeurtenis",
  344. "description": "Options page label: 'dispatch \"scroll\" event'"
  345. },
  346. "optionLoadDeferredImagesBeforeFrames": {
  347. "message": "laad uitgestelde frames",
  348. "description": "Options page label: 'load deferred frames'"
  349. },
  350. "optionRemoveAlternativeImages": {
  351. "message": "verwijder afbeeldingen voor alternatieve schermresoluties",
  352. "description": "Options page label: 'remove images for alternative screen resolutions'"
  353. },
  354. "optionsFontsSubTitle": {
  355. "message": "Lettertypen",
  356. "description": "Options sub-title: 'Fonts'"
  357. },
  358. "optionRemoveUnusedFonts": {
  359. "message": "verwijder ongebruikte lettertypen",
  360. "description": "Options page label: 'remove unused fonts'"
  361. },
  362. "optionRemoveAlternativeFonts": {
  363. "message": "verwijder alternatieve lettertypen",
  364. "description": "Options page label: 'remove alternative fonts'"
  365. },
  366. "optionsStylesheetsSubTitle": {
  367. "message": "Stijlbladen",
  368. "description": "Options sub-title: 'Stylesheets'"
  369. },
  370. "optionCompressCSS": {
  371. "message": "CSS-inhoud comprimeren",
  372. "description": "Options page label: 'compress CSS content'"
  373. },
  374. "optionMoveStylesInHead": {
  375. "message": "verplaats de stijlen die zich buiten het head-element bevinden",
  376. "description": "Options page label: 'move in the head element the styles found outside of it'"
  377. },
  378. "optionRemoveUnusedStyles": {
  379. "message": "verwijder ongebruikte stijlen",
  380. "description": "Options page label: 'remove unused styles'"
  381. },
  382. "optionRemoveAlternativeMedias": {
  383. "message": "verwijder stijlbladen voor alternatieve apparaten",
  384. "description": "Options page label: 'remove stylesheets for alternative devices to screens'"
  385. },
  386. "optionsNetworkSubTitle": {
  387. "message": "Netwerk",
  388. "description": "Options sub-title: 'Network'"
  389. },
  390. "optionsBlockedResources": {
  391. "message": "geblokkeerde bronnen",
  392. "description": "Options page label: 'blocked resources'"
  393. },
  394. "optionsAcceptHeaders": {
  395. "message": "\"Accept\"-koptekst",
  396. "description": "Options page label: '\"Accept\" header'"
  397. },
  398. "optionResourceScript": {
  399. "message": "scripts",
  400. "description": "Options page label: 'scripts'"
  401. },
  402. "optionResourceVideo": {
  403. "message": "video's",
  404. "description": "Options page label: 'videos'"
  405. },
  406. "optionResourceAudio": {
  407. "message": "audio's",
  408. "description": "Options page label: 'audios'"
  409. },
  410. "optionResourceDocument": {
  411. "message": "documenten",
  412. "description": "Options page label: 'documents'"
  413. },
  414. "optionResourceFont": {
  415. "message": "lettertypen",
  416. "description": "Options page label: 'fonts'"
  417. },
  418. "optionResourceStylesheet": {
  419. "message": "stijlbladen",
  420. "description": "Options page label: 'stylesheets'"
  421. },
  422. "optionResourceImage": {
  423. "message": "afbeeldingen",
  424. "description": "Options page label: 'images'"
  425. },
  426. "optionsDestinationSubTitle": {
  427. "message": "Bestemming",
  428. "description": "Options sub-title: 'Destination'"
  429. },
  430. "optionsBookmarkSubTitle": {
  431. "message": "Bladwijzers",
  432. "description": "Options sub-title: 'Bookmarks'"
  433. },
  434. "optionsAutoSaveSubTitle": {
  435. "message": "Automatisch opslaan",
  436. "description": "Options sub-title: 'Auto-save'"
  437. },
  438. "optionsAutoSettingsSubTitle": {
  439. "message": "Regels voor automatische configuratie",
  440. "description": "Options sub-title: 'Auto-settings rules'"
  441. },
  442. "optionsDeleteDisplayedRulesConfirm": {
  443. "message": "Bevestig het verwijderen van alle weergegeven regels",
  444. "description": "Popup text 'Confirm the deletion of all displayed rules'"
  445. },
  446. "optionsDeleteRulesTooltip": {
  447. "message": "Verwijder alle weergegeven regels",
  448. "description": "Popup text 'Delete all displayed rules'"
  449. },
  450. "optionsAutoSettingsUrl": {
  451. "message": "URL",
  452. "description": "Options label in the Auto-settings rules: 'URL'"
  453. },
  454. "optionsAutoSettingsUrlPlaceholder": {
  455. "message": "Typ een volledige of gedeeltelijke URL (bijv. voorbeeld.com)",
  456. "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
  457. },
  458. "optionsAutoSettingsProfile": {
  459. "message": "Profiel",
  460. "description": "Options label in the Auto-settings rules: 'Profile'"
  461. },
  462. "optionsAutoSettingsAutoSaveProfile": {
  463. "message": "Profiel automatisch opslaan",
  464. "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
  465. },
  466. "optionsAutoSettingsShowAllProfiles": {
  467. "message": "toon alle profielen",
  468. "description": "Options label in the Auto-settings rules: 'display all profiles'"
  469. },
  470. "optionsAutoSettingsShowAutoSaveProfile": {
  471. "message": "toon 'profiel automatisch opslaan' kolom",
  472. "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
  473. },
  474. "optionsUpdateRuleTooltip": {
  475. "message": "Regel bijwerken",
  476. "description": "Popup text 'Update the rule' in the options page"
  477. },
  478. "optionsDeleteRuleTooltip": {
  479. "message": "Regel verwijderen",
  480. "description": "Popup text 'Delete the rule' in the options page"
  481. },
  482. "optionsAddRuleTooltip": {
  483. "message": "Regel toevoegen",
  484. "description": "Popup text 'Add the rule' in the options page"
  485. },
  486. "optionsValidateChangesTooltip": {
  487. "message": "Wijzigingen bevestigen",
  488. "description": "Popup text 'Validate changes' in the options page"
  489. },
  490. "optionsDeleteRuleConfirm": {
  491. "message": "Bevestig de verwijdering van de geselecteerde regel",
  492. "description": "Popup text 'Confirm the deletion of the selected rule' in the options page"
  493. },
  494. "optionAutoSaveLoadOrUnload": {
  495. "message": "automatisch opslaan na het laden van de pagina of bij het verlaten van de pagina",
  496. "description": "auto-save after page load or on page unload"
  497. },
  498. "optionAutoSaveLoad": {
  499. "message": "automatisch opslaan na het laden van de pagina",
  500. "description": "Options page label: 'auto-save after page load'"
  501. },
  502. "optionAutoSaveUnload": {
  503. "message": "automatisch opslaan bij het verlaten van de pagina",
  504. "description": "Options page label: 'auto-save on page unload'"
  505. },
  506. "optionAutoSaveDiscard": {
  507. "message": "automatisch opslaan bij het sluiten van het tabblad",
  508. "description": "Options page label: 'auto-save on tab discard'"
  509. },
  510. "optionAutoSaveRemove": {
  511. "message": "automatisch opslaan bij het verwijderen van het tabblad",
  512. "description": "Options page label: 'auto-save on tab removal'"
  513. },
  514. "optionAutoSaveDelay": {
  515. "message": "wachttijd voor automatisch opslaan na het laden van de pagina (s)",
  516. "description": "Options page label: 'auto-save waiting delay after page load (s)'"
  517. },
  518. "optionAutoSaveRepeat": {
  519. "message": "periodiek automatisch opslaan",
  520. "description": "Options page label: 'auto-save periodically'"
  521. },
  522. "optionAutoSaveRepeatDelay": {
  523. "message": "periode (s.)",
  524. "description": "Options page label: 'period (s)'"
  525. },
  526. "optionAutoSaveExternalSave": {
  527. "message": "pagina opslaan met SingleFile Companion",
  528. "description": "Options page label: 'save the page with SingleFile Companion'"
  529. },
  530. "optionsEditorSubTitle": {
  531. "message": "Annotatie-editor",
  532. "description": "Options sub-title: 'Annotation editor'"
  533. },
  534. "optionOpenEditor": {
  535. "message": "pagina annoteren voor opslaan",
  536. "description": "Options page label: 'annotate the page before saving'"
  537. },
  538. "optionOpenSavedPage": {
  539. "message": "opgeslagen pagina's openen in een nieuw tabblad",
  540. "description": "Options page label: 'open saved pages in a new tab'"
  541. },
  542. "optionAutoOpenEditor": {
  543. "message": "open pagina's opgeslagen met SingleFile in de annotatie-editor",
  544. "description": "Options page label: 'open pages saved with SingleFile in the annotation editor'"
  545. },
  546. "optionDefaultEditorMode": {
  547. "message": "standaardmodus",
  548. "description": "Options page label: 'default mode'"
  549. },
  550. "optionDefaultEditorModeNormal": {
  551. "message": "normaal",
  552. "description": "Options page label: 'default mode > normal'"
  553. },
  554. "optionDefaultEditorModeEdit": {
  555. "message": "bewerk de pagina",
  556. "description": "Options page label: 'default mode > edit the page'"
  557. },
  558. "optionDefaultEditorModeFormat": {
  559. "message": "formatteer de pagina",
  560. "description": "Options page label: 'default mode > format the page'"
  561. },
  562. "optionDefaultEditorModeCut": {
  563. "message": "verwijder elementen",
  564. "description": "Options page label: 'default mode > remove elements'"
  565. },
  566. "optionDefaultEditorModeCutExternal": {
  567. "message": "verwijder externe elementen",
  568. "description": "Options page label: 'default mode > remove external elements'"
  569. },
  570. "optionApplySystemTheme": {
  571. "message": "pas systeemthema toe bij formatteren van pagina",
  572. "description": "Title of the button 'apply the system theme when formatting a page'"
  573. },
  574. "optionWarnUnsavedPage": {
  575. "message": "waarschuwen bij verlaten van pagina met niet-opgeslagen wijzigingen",
  576. "description": "Title of the button 'warn if leaving page with unsaved changes'"
  577. },
  578. "optionDisplayInfobarInEditor": {
  579. "message": "toon infobalk",
  580. "description": "Title of the button 'display the infobar'"
  581. },
  582. "optionsMiscSubTitle": {
  583. "message": "Diversen",
  584. "description": "Options sub-title: 'Misc.'"
  585. },
  586. "optionBackgroundSave": {
  587. "message": "sla pagina's op in de achtergrond",
  588. "description": "Options page label: 'save pages in background'"
  589. },
  590. "optionDisplayStats": {
  591. "message": "toon statistieken in console na verwerking",
  592. "description": "Options page label: 'display stats in the console after processing'"
  593. },
  594. "optionSetMaxResourceSize": {
  595. "message": "stel maximale grootte in",
  596. "description": "Options page label: 'set maximum size'"
  597. },
  598. "optionMaxResourceSize": {
  599. "message": "maximale grootte (MB)",
  600. "description": "Options page label: 'maximum size (MB)'"
  601. },
  602. "optionSetMaxResourceDelay": {
  603. "message": "stel maximale downloadtijd in",
  604. "description": "Options page label: 'set maximum download time'"
  605. },
  606. "optionMaxResourceDelay": {
  607. "message": "maximale downloadtijd (s)",
  608. "description": "Options page label: 'maximum download time (s)'"
  609. },
  610. "optionPassReferrerOnError": {
  611. "message": "stuur \"Referer\"-header na een cross-origin verzoekfout",
  612. "description": "Options page label: 'pass \"Referer\" header after a cross-origin request error'"
  613. },
  614. "optionSaveRawPage": {
  615. "message": "Originele pagina opslaan",
  616. "description": "Options page label: 'save raw page'"
  617. },
  618. "optionInsertMetaCSP": {
  619. "message": "inhoudsbeveiligingsbeleid instellen",
  620. "description": "Options page label: 'set content security policy'"
  621. },
  622. "optionSaveToClipboard": {
  623. "message": "kopieer naar klembord",
  624. "description": "Options page label: 'copy to clipboard'"
  625. },
  626. "optionSaveToFilesystem": {
  627. "message": "opslaan in bestandssysteem",
  628. "description": "Options page label: 'save to filesystem'"
  629. },
  630. "optionSharePage": {
  631. "message": "deel pagina",
  632. "description": "Options page label: 'share page'"
  633. },
  634. "optionAddProof": {
  635. "message": "voeg bewijs van bestaan toe",
  636. "description": "Options page label: 'add proof of existence'"
  637. },
  638. "optionsAddProofConfirm": {
  639. "message": "Bevestig dat je SingleFile toestaat een SHA256-hash van elke pagina die je opslaat naar de Woleet API te sturen. Meer informatie vind je op de helppagina of door op het vraagteken naast de optie te klikken.",
  640. "description": "Popup text displayed wen enabling the option 'add proof of existence'"
  641. },
  642. "optionWoleetKey": {
  643. "message": "toegangstoken",
  644. "description": "Options page label: 'access token'"
  645. },
  646. "optionSaveToGDrive": {
  647. "message": "upload naar Google Drive",
  648. "description": "Options page label: 'upload to Google Drive'"
  649. },
  650. "optionSaveToDropbox": {
  651. "message": "upload naar Dropbox",
  652. "description": "Options page label: 'upload to Dropbox'"
  653. },
  654. "optionSaveToGitHub": {
  655. "message": "upload naar GitHub",
  656. "description": "Options page label: 'upload to GitHub'"
  657. },
  658. "optionGitHubToken": {
  659. "message": "toegangstoken",
  660. "description": "Options page label: 'access token'"
  661. },
  662. "optionGitHubUser": {
  663. "message": "gebruikersnaam",
  664. "description": "Options page label: 'user name'"
  665. },
  666. "optionGitHubRepository": {
  667. "message": "naam van de repository",
  668. "description": "Options page label: 'repository name'"
  669. },
  670. "optionGitHubBranch": {
  671. "message": "naam van de branch",
  672. "description": "Options page label: 'branch name'"
  673. },
  674. "optionSaveToS3": {
  675. "message": "upload naar Amazon S3",
  676. "description": "Options page label: 'upload to Amazon S3'"
  677. },
  678. "optionS3Domain": {
  679. "message": "domein",
  680. "description": "Options page label: 'domain'"
  681. },
  682. "optionS3Region": {
  683. "message": "regio",
  684. "description": "Options page label: 'region'"
  685. },
  686. "optionS3Bucket": {
  687. "message": "bucketnaam",
  688. "description": "Options page label: 'bucket name'"
  689. },
  690. "optionS3AccessKey": {
  691. "message": "toegangssleutel",
  692. "description": "Options page label: 'access key'"
  693. },
  694. "optionS3SecretKey": {
  695. "message": "geheime sleutel",
  696. "description": "Options page label: 'secret key'"
  697. },
  698. "optionSaveWithWebDAV": {
  699. "message": "upload naar een WebDAV-server",
  700. "description": "Options page label: 'upload to a WebDAV server'"
  701. },
  702. "optionWebDAVURL": {
  703. "message": "URL",
  704. "description": "Options page label: 'URL'"
  705. },
  706. "optionWebDAVUser": {
  707. "message": "gebruikers-ID",
  708. "description": "Options page label: 'user identifier'"
  709. },
  710. "optionWebDAVPassword": {
  711. "message": "wachtwoord",
  712. "description": "Options page label: 'password'"
  713. },
  714. "optionSaveWithCompanion": {
  715. "message": "opslaan met SingleFile Companion",
  716. "description": "Options page label: 'save with SingleFile Companion'"
  717. },
  718. "optionSaveCreatedBookmarks": {
  719. "message": "bewaar de pagina van een nieuw gemaakte bladwijzer",
  720. "description": "Options page label: 'save the page of a newly created bookmark'"
  721. },
  722. "optionReplaceBookmarkURL": {
  723. "message": "koppel nieuwe bladwijzer aan opgeslagen pagina",
  724. "description": "Options page label: 'link the new bookmark to the saved page'"
  725. },
  726. "optionAllowedBookmarkFolders": {
  727. "message": "toegestane mappen",
  728. "description": "Options page label: 'allowed folders'"
  729. },
  730. "optionIgnoredBookmarkFolders": {
  731. "message": "genegeerde mappen",
  732. "description": "Options page label: 'ignored folders'"
  733. },
  734. "optionsHelpLink": {
  735. "message": "help",
  736. "description": "Options help link"
  737. },
  738. "optionSynchronize": {
  739. "message": "synchroniseer opties",
  740. "description": "Options label: 'synchronize options'"
  741. },
  742. "optionsResetButton": {
  743. "message": "Reset",
  744. "description": "Options button: 'Reset'"
  745. },
  746. "optionsResetTooltip": {
  747. "message": "Reset alle opties naar standaardwaarden",
  748. "description": "Options 'Reset' button tooltip"
  749. },
  750. "optionsResetConfirm": {
  751. "message": "Bevestig reset van alle opties of het huidige profiel",
  752. "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
  753. },
  754. "optionsResetAllButton": {
  755. "message": "Reset alle opties",
  756. "description": "Options confirm button: 'Reset all options'"
  757. },
  758. "optionsResetCurrentButton": {
  759. "message": "Reset huidig profiel",
  760. "description": "Options confirm button: 'Reset current profile'"
  761. },
  762. "optionsOKButton": {
  763. "message": "OK",
  764. "description": "Options confirm button: 'OK'"
  765. },
  766. "optionsCancelButton": {
  767. "message": "Annuleer",
  768. "description": "Options confirm button: 'Cancel'"
  769. },
  770. "optionsExportButton": {
  771. "message": "Exporteer",
  772. "description": "Options button: 'Export'"
  773. },
  774. "optionsImportButton": {
  775. "message": "Importeer",
  776. "description": "Options button: 'Import'"
  777. },
  778. "logPanelDeferredImages": {
  779. "message": "Geplaatste afbeeldingen",
  780. "description": "Label 'Deferred images' in the log panel"
  781. },
  782. "logPanelFrameContents": {
  783. "message": "Inhoud van frames",
  784. "description": "Label 'Frame contents' in the log panel"
  785. },
  786. "logPanelEmbeddedImage": {
  787. "message": "Ingebedde afbeelding",
  788. "description": "Label 'Embedded image' in the log panel"
  789. },
  790. "logPanelStep": {
  791. "message": "Stap",
  792. "description": "Label 'Step' (for 'Step x / 4') in the log panel"
  793. },
  794. "logPanelWidth": {
  795. "message": "147",
  796. "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
  797. },
  798. "topPanelError": {
  799. "message": "SingleFile fout: ",
  800. "description": "Label 'SingleFile error: ' in the top panel when displaying an error message"
  801. },
  802. "topPanelEmbeddedImageButton": {
  803. "message": "Afbeelding openen...",
  804. "description": "Top panel button 'Open image...' when embedding an image"
  805. },
  806. "topPanelSharePageButton": {
  807. "message": "Pagina delen...",
  808. "description": "Top panel button 'Share page...' when sharing a page"
  809. },
  810. "topPanelShareSelectionButton": {
  811. "message": "Selectie delen...",
  812. "description": "Top panel button 'Share selection...' when sharing selected content"
  813. },
  814. "profileDefaultSettings": {
  815. "message": "Standaardinstellingen",
  816. "description": "Label 'Default settings' of the default settings in the options page"
  817. },
  818. "profileDisabled": {
  819. "message": "Uitgeschakeld",
  820. "description": "Label 'Disabled' of the disabled profile name in the options page"
  821. },
  822. "profileAddButtonTooltip": {
  823. "message": "Nieuw profiel toevoegen",
  824. "description": "Tooltip 'Add a new profile' in the options page"
  825. },
  826. "profileRenameButtonTooltip": {
  827. "message": "Profiel hernoemen",
  828. "description": "Tooltip 'Rename the profile' in the options page"
  829. },
  830. "profileDeleteButtonTooltip": {
  831. "message": "Profiel verwijderen",
  832. "description": "Tooltip 'Delete the profile' in the options page"
  833. },
  834. "profileAddPrompt": {
  835. "message": "Voer een naam in voor dit nieuwe profiel",
  836. "description": "Popup text 'Enter a name for this new profile' in the options page"
  837. },
  838. "profileDeleteConfirm": {
  839. "message": "Bevestig de verwijdering van het geselecteerde profiel",
  840. "description": "Popup text 'Confirm the deletion of the selected profile' in the options page"
  841. },
  842. "profileRenamePrompt": {
  843. "message": "Voer een nieuwe naam in voor het geselecteerde profiel",
  844. "description": "Popup text 'Enter a new name for the selected profile' in the options page"
  845. },
  846. "editorAddYellowNote": {
  847. "message": "Gele notitie toevoegen",
  848. "description": "Title of the button 'Add a yellow note' in the editor"
  849. },
  850. "editorAddPinkNote": {
  851. "message": "Roze notitie toevoegen",
  852. "description": "Title of the button 'Add a pink note' in the editor"
  853. },
  854. "editorAddBlueNote": {
  855. "message": "Blauwe notitie toevoegen",
  856. "description": "Title of the button 'Add a blue note' in the editor"
  857. },
  858. "editorAddGreenNote": {
  859. "message": "Groene notitie toevoegen",
  860. "description": "Title of the button 'Add a green note' in the editor"
  861. },
  862. "editorHighlightYellow": {
  863. "message": "Markeer geselecteerde tekst in geel",
  864. "description": "Title of the button 'Highlight selected text in yellow' in the editor"
  865. },
  866. "editorHighlightPink": {
  867. "message": "Markeer geselecteerde tekst in roze",
  868. "description": "Title of the button 'Highlight selected text in pink' in the editor"
  869. },
  870. "editorHighlightBlue": {
  871. "message": "Markeer geselecteerde tekst in blauw",
  872. "description": "Title of the button 'Highlight selected text in blue' in the editor"
  873. },
  874. "editorHighlightGreen": {
  875. "message": "Markeer geselecteerde tekst in groen",
  876. "description": "Title of the button 'Highlight selected text in green' in the editor"
  877. },
  878. "editorToggleNotes": {
  879. "message": "Notities weergeven/verbergen",
  880. "description": "Title of the button 'Display/hide notes' in the editor"
  881. },
  882. "editorToggleHighlights": {
  883. "message": "Gemarkeerde tekst weergeven/verbergen",
  884. "description": "Title of the button 'Display/hide the highlighted text' in the editor"
  885. },
  886. "editorRemoveHighlight": {
  887. "message": "Verwijder de geselecteerde markering",
  888. "description": "Title of the button 'Remove the selected highlighted text' in the editor"
  889. },
  890. "editorEditPage": {
  891. "message": "In-/uitschakelen alleen-lezen modus",
  892. "description": "Title of the button 'Enable/disable read-only' in the editor"
  893. },
  894. "editorFormatPage": {
  895. "message": "Pagina formatteren voor betere leesbaarheid",
  896. "description": "Title of the button 'Format the page for better readability' in the editor"
  897. },
  898. "editorCutInnerPage": {
  899. "message": "In-/uitschakelen verwijderen van interne elementen",
  900. "description": "Title of the button 'Enable/disable removing of internal elements' in the editor"
  901. },
  902. "editorCutOuterPage": {
  903. "message": "In-/uitschakelen verwijderen van externe elementen",
  904. "description": "Title of the button 'Enable/disable removing of external elements' in the editor"
  905. },
  906. "editorUndoCutPage": {
  907. "message": "Laatste verwijderde element herstellen",
  908. "description": "Title of the button 'Restore last removed element' in the editor"
  909. },
  910. "editorUndoAllCutPage": {
  911. "message": "Alle verwijderde elementen herstellen",
  912. "description": "Title of the button 'Restore all removed elements' in the editor"
  913. },
  914. "editorRedoCutPage": {
  915. "message": "Laatste herstelde element verwijderen",
  916. "description": "Title of the button 'Remove last restored element' in the editor"
  917. },
  918. "editorSavePage": {
  919. "message": "Pagina opslaan",
  920. "description": "Title of the button 'Save the page' in the editor"
  921. },
  922. "editorPrintPage": {
  923. "message": "Pagina afdrukken",
  924. "description": "Title of the button 'Print the page' in the editor"
  925. },
  926. "pendingsTitle": {
  927. "message": "Opslaan in afwachting",
  928. "description": "Title of the pending save page 'Pending saves' in the editor"
  929. },
  930. "pendingsCancelAllButton": {
  931. "message": "Alles annuleren",
  932. "description": "Pending saves button 'Cancel all'"
  933. },
  934. "pendingsURLTitle": {
  935. "message": "URL",
  936. "description": "Title of the first column in the table of the pending saves 'URL'"
  937. },
  938. "pendingsTitleTitle": {
  939. "message": "Titel",
  940. "description": "Title of the first column in the table of the pending saves 'Title'"
  941. },
  942. "pendingsStatusTitle": {
  943. "message": "status",
  944. "description": "Title of the second column in the table of the pending saves 'status'"
  945. },
  946. "pendingsPendingStatus": {
  947. "message": "in afwachting",
  948. "description": "Value of 'status' for pending saves"
  949. },
  950. "pendingsProcessingStatus": {
  951. "message": "verwerken",
  952. "description": "Value of 'status' for current saves"
  953. },
  954. "pendingsCancellingStatus": {
  955. "message": "annuleren",
  956. "description": "Value of 'status' for cancelled saves"
  957. },
  958. "pendingsNoPendings": {
  959. "message": "er zijn geen opslaan in afwachting",
  960. "description": "Label displayed when there are no pending saves"
  961. },
  962. "pendingsAddUrlsButton": {
  963. "message": "URLs toevoegen",
  964. "description": "button 'Add URLs'"
  965. },
  966. "pendingsAddUrls": {
  967. "message": "Voer een lijst van URLs in, gescheiden door een nieuwe regel",
  968. "description": "Label of the add URLs input"
  969. },
  970. "pendingsAddUrlsOKButton": {
  971. "message": "OK",
  972. "description": "Add URLs popup confirm button: 'OK'"
  973. },
  974. "pendingsAddUrlsCancelButton": {
  975. "message": "Annuleren",
  976. "description": "Add URLs popup cancel button: 'Cancel'"
  977. },
  978. "batchSaveUrlsTitle": {
  979. "message": "Batch-URLs opslaan",
  980. "description": "Title of the 'batch save URLs' page"
  981. },
  982. "batchSaveUrlsNoURLs": {
  983. "message": "Geen URLs",
  984. "description": "Label displayed when there are no URLs"
  985. },
  986. "batchSaveUrlsAddUrlButton": {
  987. "message": "URL toevoegen",
  988. "description": "label of the button 'Add URL'"
  989. },
  990. "batchSaveUrlsAddUrlsButton": {
  991. "message": "URLs toevoegen...",
  992. "description": "label of the button 'Add URLs...'"
  993. },
  994. "batchSaveUrlsRemoveAllButton": {
  995. "message": "Alles verwijderen",
  996. "description": "label of the button 'Remove all'"
  997. },
  998. "batchSaveUrlsSavePagesButton": {
  999. "message": "Pagina's opslaan",
  1000. "description": "label of the button 'Save pages'"
  1001. },
  1002. "batchSaveUrlsURLTitle": {
  1003. "message": "URL",
  1004. "description": "Title of the column in the table of the URLs"
  1005. },
  1006. "optionSaveToRestFormApi": {
  1007. "message": "uploaden naar een REST Form API",
  1008. "description": "Options page label: 'upload to a REST Form API'"
  1009. },
  1010. "optionRestFormApiUrl": {
  1011. "message": "URL",
  1012. "description": "Options page label: 'URL'"
  1013. },
  1014. "optionRestFormApiToken": {
  1015. "message": "autorisatietoken",
  1016. "description": "Options page label: 'authorization token'"
  1017. },
  1018. "optionRestFormApiFileFieldName": {
  1019. "message": "veldnaam voor archiefdata",
  1020. "description": "Options page label: 'archive data field name'"
  1021. },
  1022. "optionRestFormApiUrlFieldName": {
  1023. "message": "veldnaam voor archief-URL",
  1024. "description": "Options page label: 'archive URL field name'"
  1025. }
  1026. }