2015-03-26 18:28:50 +00:00
{
2015-09-19 00:56:05 +00:00
"appliesToEverything" : {
2017-07-12 07:14:37 +00:00
"message" : "Alles" ,
"description" : "Text displayed for styles that apply to all sites"
2015-09-19 00:56:05 +00:00
} ,
2017-09-27 11:46:55 +00:00
"linterIssues" : {
"message" : "Problemen" ,
"description" : "Label for the CSS linter issues block on the style edit page"
} ,
2015-09-19 00:56:05 +00:00
"defaultTheme" : {
2017-07-12 07:14:37 +00:00
"message" : "standaard" ,
"description" : "Default CodeMirror CSS theme option on the edit style page"
} ,
2018-07-05 19:18:22 +00:00
"styleRegexpTestTitle" : {
"message" : "Lijst van overeenkomende geopende tabbladen (klik op de URL om het tabblad te focussen)" ,
"description" : "RegExp test report: title of the report"
} ,
"bckpInstStyles" : {
"message" : "Stijlen exporteren" ,
"description" : ""
} ,
"optionsUpdateInterval" : {
"message" : "Automatisch bijwerken-periode voor gebruikersstijlen (geef 0 op om dit uit te schakelen)" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"exportLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Exporteren" ,
"description" : "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
2015-09-19 00:56:05 +00:00
} ,
2018-07-08 09:54:32 +00:00
"installButton" : {
"message" : "Stijl installeren" ,
"description" : "Label for install button"
} ,
"styleMetaErrorCheckbox" : {
"message" : "Ongeldig @var-selectievakje: waarde moet 0 of 1 zijn" ,
"description" : "Error displayed when the value of @var checkbox is invalid"
} ,
"linterJSONError" : {
"message" : "Ongeldige JSON-opmaak" ,
"description" : "Setting linter config with invalid JSON"
} ,
2018-07-05 19:18:22 +00:00
"optionsBadgeNormal" : {
"message" : "Achtergrondkleur" ,
"description" : ""
} ,
"updateCheckHistory" : {
"message" : "Updatecontrole-geschiedenis" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"cm_tabSize" : {
2017-07-12 07:14:37 +00:00
"message" : "Tabgrootte" ,
"description" : "Label for the text box controlling tab size option for the style editor."
2015-09-19 00:56:05 +00:00
} ,
"enableStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Inschakelen" ,
"description" : "Label for the button to enable a style"
2015-09-19 00:56:05 +00:00
} ,
"styleMissingName" : {
2017-11-20 12:06:27 +00:00
"message" : "Vul een naam in" ,
2017-07-12 07:14:37 +00:00
"description" : "Error displayed when user saves without providing a name"
} ,
2018-07-08 09:54:32 +00:00
"genericHistoryLabel" : {
"message" : "Geschiedenis" ,
"description" : "Used in various places to show a history log of something"
} ,
2018-07-05 19:18:22 +00:00
"shortcutsNote" : {
"message" : "Sneltoetsen opgeven" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"appliesDomainOption" : {
2017-07-12 07:14:37 +00:00
"message" : "URL's op het domein" ,
"description" : "Option to make the style apply to the entered string as a domain"
2015-09-19 00:56:05 +00:00
} ,
"checkForUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "Controleren op update" ,
"description" : "Label for the button to check a single style for an update"
} ,
2018-07-08 09:54:32 +00:00
"styleNotAppliedRegexpProblemTooltip" : {
"message" : "Stijl is niet toegepast vanwege onjuist gebruik van 'regexp()'" ,
"description" : "Tooltip in the popup for styles that were not applied at all"
} ,
2018-07-05 19:18:22 +00:00
"styleRegexpInvalidExplanation" : {
"message" : "Sommige 'regexp()'-regels kunnen niet worden gecompileerd." ,
"description" : ""
} ,
2018-07-08 09:54:32 +00:00
"optionsIconDark" : {
"message" : "Donkere browserthema's" ,
"description" : ""
} ,
"styleFromMozillaFormatError" : {
"message" : "Importeren uit Mozilla-indeling mislukt" ,
"description" : "Label for the import error"
} ,
2015-09-19 00:56:05 +00:00
"importAppendLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Toevoegen aan stijl" ,
"description" : "Label for the button to import a style and append to the existing sections"
} ,
2018-07-05 19:18:22 +00:00
"optionsOpenManager" : {
"message" : "Stijlen beheren" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"updateAllCheckSucceededNoUpdate" : {
2018-07-05 19:18:22 +00:00
"message" : "Geen updates gevonden." ,
2017-07-12 07:14:37 +00:00
"description" : "Text that displays when an update all check completed and no updates are available"
} ,
2018-07-05 19:18:22 +00:00
"importReportLegendAdded" : {
"message" : "toegevoegd" ,
"description" : "Text after the number of styles added in the report shown after importing styles"
} ,
2015-09-19 00:56:05 +00:00
"styleFromMozillaFormatPrompt" : {
2017-07-12 07:14:37 +00:00
"message" : "Plak de Mozilla-opmaakcode" ,
"description" : "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
} ,
2018-07-05 19:18:22 +00:00
"dragDropMessage" : {
"message" : "Versleep je back-upbestand naar deze pagina om het te importeren." ,
"description" : "Drag'n'drop message"
} ,
2015-09-19 00:56:05 +00:00
"helpAlt" : {
2018-07-05 19:18:22 +00:00
"message" : "Hulp" ,
2017-07-12 07:14:37 +00:00
"description" : "Alternate text for help buttons"
} ,
2018-07-05 19:18:22 +00:00
"confirmOK" : {
"message" : "Oké" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"search" : {
2017-07-12 07:14:37 +00:00
"message" : "Zoeken" ,
"description" : "Label before the search input field in the editor shown on Ctrl-F"
} ,
2018-07-05 19:18:22 +00:00
"manageFaviconsGray" : {
"message" : "Niet beschikbaar" ,
"description" : "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
} ,
2018-07-08 09:54:32 +00:00
"versionInvalidOlder" : {
"message" : "Deze versie is ouder dan de geïnstalleerde stijl." ,
"description" : "Displayed when the version of style is older than the installed one"
} ,
2015-09-19 00:56:05 +00:00
"confirmYes" : {
2017-07-12 07:14:37 +00:00
"message" : "Ja" ,
"description" : "'Yes' button in a confirm dialog"
2015-09-19 00:56:05 +00:00
} ,
"findStylesForSite" : {
2017-07-12 07:14:37 +00:00
"message" : "Meer stijlen zoeken voor deze website" ,
"description" : "Text for a link that gets a list of styles for the current site"
2015-09-19 00:56:05 +00:00
} ,
"manageHeading" : {
2017-07-12 07:14:37 +00:00
"message" : "Geïnstalleerde stijlen" ,
"description" : "Heading for the manage page"
2015-09-19 00:56:05 +00:00
} ,
"styleBeautify" : {
2017-07-12 07:14:37 +00:00
"message" : "Mooier maken" ,
"description" : "Label for the CSS-beautifier button on the edit style page"
} ,
2018-07-05 19:18:22 +00:00
"styleRegexpProblemTooltip" : {
"message" : "Aantal secties dat niet toegepast wordt vanwege onjuist gebruik van 'regexp()'" ,
"description" : "Tooltip in the popup for styles that were applied only partially"
} ,
2015-09-19 00:56:05 +00:00
"styleEnabledLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Ingeschakeld" ,
"description" : "Label for the enabled state of styles"
2015-09-19 00:56:05 +00:00
} ,
2018-07-08 09:54:32 +00:00
"linterConfigTooltip" : {
"message" : "Klik om deze linter te configureren" ,
"description" : "Icon tooltip to indicate that it opens a popup with the selected linter configuration"
} ,
2015-09-19 00:56:05 +00:00
"styleToMozillaFormatHelp" : {
2018-07-05 19:18:22 +00:00
"message" : "De Mozilla-opmaak van de code kan worden gebruikt met Stylish voor Firefox en worden ingezonden naar userstyles.org" ,
2017-07-12 07:14:37 +00:00
"description" : "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
2015-09-19 00:56:05 +00:00
} ,
"sectionAdd" : {
2017-07-12 07:14:37 +00:00
"message" : "Nog een sectie toevoegen" ,
"description" : "Label for the button to add a section"
} ,
2018-07-05 19:18:22 +00:00
"styleRegexpTestPartial" : {
"message" : "Niet volledig overeenkomend, dus overgeslagen" ,
"description" : "RegExp test report: label for the partially matching expressions"
} ,
2015-09-19 00:56:05 +00:00
"styleSaveLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Opslaan" ,
"description" : "Label for save button for style editing"
} ,
2018-07-08 09:54:32 +00:00
"genericSavedMessage" : {
"message" : "Opgeslagen" ,
"description" : "Used in various parts of the UI to indicate that something was saved"
} ,
2018-07-05 19:18:22 +00:00
"confirmDelete" : {
"message" : "Verwijderen" ,
"description" : ""
} ,
2018-07-08 09:54:32 +00:00
"confirmDefault" : {
"message" : "Standaard gebruiken" ,
"description" : "'Set to default' button in a confirm dialog"
} ,
2018-07-05 19:18:22 +00:00
"confirmCancel" : {
"message" : "Annuleren" ,
"description" : ""
} ,
2018-07-08 09:54:32 +00:00
"cm_autoCloseBracketsTooltip" : {
"message" : "Automatisch sluitingen toevoegen bij het openen van ()[]{}''\"\"" ,
"description" : "Label for the checkbox in the style editor."
} ,
2018-07-05 19:18:22 +00:00
"retrieveBckp" : {
"message" : "Stijlen importeren" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"confirmStop" : {
2017-07-12 07:14:37 +00:00
"message" : "Stoppen" ,
"description" : "'Stop' button in a confirm dialog"
2015-09-19 00:56:05 +00:00
} ,
"writeStyleForURL" : {
2017-07-12 07:14:37 +00:00
"message" : "deze URL" ,
"description" : "Text for link in toolbar pop-up to write a new style for the current URL"
} ,
2018-07-05 19:18:22 +00:00
"optionsSubheading" : {
"message" : "Meer opties" ,
"description" : "Subheading for options section on manage page."
} ,
2015-09-19 00:56:05 +00:00
"appliesAdd" : {
2017-07-12 07:14:37 +00:00
"message" : "Toevoegen" ,
"description" : "Label for the button to add an 'applies' entry"
2015-09-19 00:56:05 +00:00
} ,
"appliesRegexpOption" : {
2017-07-12 07:14:37 +00:00
"message" : "URL's overeenkomend met de regexp" ,
"description" : "Option to make the style apply to the entered string as a regular expression"
} ,
2018-07-08 09:54:32 +00:00
"optionsAdvancedExposeIframesNote" : {
"message" : "Legt het bovenliggende domein van de site bloot in elk iframe.\nSchakelt schrijven in voor iframe-specifieke CSS, zoals:\nhtml[stylus-iframe$=\"twitter.com\"] h1 { display:none }" ,
"description" : ""
} ,
2018-07-05 19:18:22 +00:00
"importReportLegendUpdatedCode" : {
"message" : "code bijgewerkt" ,
"description" : "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
} ,
2015-09-19 00:56:05 +00:00
"styleInstall" : {
2017-01-30 19:26:25 +00:00
"message" : "'$stylename$' installeren in Stylus?" ,
2017-07-12 07:14:37 +00:00
"description" : "Confirmation when installing a style" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
2018-07-05 19:18:22 +00:00
"optionsBadgeDisabled" : {
"message" : "Achtergrondkleur indien uitgeschakeld" ,
"description" : ""
} ,
"optionsCheck" : {
"message" : "Stijlen bijwerken" ,
"description" : ""
} ,
"manageOnlyLocal" : {
"message" : "Alleen lokaal gecreëerde stijlen" ,
"description" : "Checkbox to show only locally created styles i.e. non-updatable"
} ,
2018-07-08 09:54:32 +00:00
"styleMetaErrorPreprocessor" : {
"message" : "Niet-ondersteunde @preprocessor: $preprocessor$" ,
"description" : "Error displayed when the value of @preprocessor is not supported" ,
"placeholders" : {
"preprocessor" : {
"content" : "$1"
}
}
} ,
2017-09-27 11:46:55 +00:00
"linterIssuesHelp" : {
"message" : "De door stylelint gevonden problemen, $link$:" ,
"description" : "Help popup message for the selected CSS linter issues block on the style edit page" ,
"placeholders" : {
"link" : {
"content" : "$1"
}
}
} ,
2018-07-08 09:54:32 +00:00
"parseUsercssError" : {
"message" : "Stylus kan de usercss niet verwerken:" ,
"description" : "The error message to show when stylus failed to parse usercss"
} ,
2015-09-19 00:56:05 +00:00
"searchStyles" : {
2017-07-12 07:14:37 +00:00
"message" : "Inhoud doorzoeken" ,
"description" : "Label for the search filter textbox on the Manage styles page"
} ,
2018-07-08 09:54:32 +00:00
"optionsUpdateImportNote" : {
"message" : "Als je stijlen importeert uit een oudere versie of uit Stylish, controleer dan eenmalig op updates in de stijlbeheerder om er zeker van te zijn dat alle stijlen zijn bijgewerkt." ,
"description" : ""
} ,
2018-07-05 19:18:22 +00:00
"checkAllUpdatesForce" : {
"message" : "Ik heb geen stijlen bewerkt; controleer opnieuw!" ,
"description" : "Label for the button to apply all detected updates"
} ,
2018-07-08 09:54:32 +00:00
"liveReloadLabel" : {
"message" : "Live herladen" ,
"description" : "The label of live-reload feature"
} ,
2017-12-13 21:13:15 +00:00
"linkGetStyles" : {
"message" : "Verkrijg stijlen" ,
"description" : "Help link text on the manage page e.g. https://userstyles.org"
} ,
2018-07-08 09:54:32 +00:00
"unreachableFileHint" : {
"message" : "Stylus kan toegang krijgen tot URL's beginnend met file://, maar alleen als je een vinkje zet in het juiste selectievakje op de pagina chrome://extensions" ,
"description" : "Note in the toolbar popup for file:// URLs"
} ,
2015-09-19 00:56:05 +00:00
"disableStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Uitschakelen" ,
"description" : "Label for the button to disable a style"
2015-09-19 00:56:05 +00:00
} ,
"prefShowBadge" : {
2018-07-05 19:18:22 +00:00
"message" : "Aantal actieve stijlen voor de huidige website" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the checkbox controlling toolbar badge text."
} ,
2018-07-05 19:18:22 +00:00
"manageFavicons" : {
"message" : "Favicons in 'toepasbaar op'-kolom" ,
"description" : "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
} ,
2015-09-19 00:56:05 +00:00
"menuShowBadge" : {
2018-07-05 19:18:22 +00:00
"message" : "Teller tonen voor actieve stijlen" ,
2017-07-12 07:14:37 +00:00
"description" : "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
2015-09-19 00:56:05 +00:00
} ,
"cm_lineWrapping" : {
2017-07-12 07:14:37 +00:00
"message" : "Woordomslag" ,
"description" : "Label for the checkbox controlling word wrap option for the style editor."
2015-09-19 00:56:05 +00:00
} ,
"styleCancelEditLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Terug naar beheren" ,
"description" : "Label for cancel button for style editing"
2015-09-19 00:56:05 +00:00
} ,
"styleChangesNotSaved" : {
2018-07-05 19:18:22 +00:00
"message" : "Je hebt wijzigingen aangebracht in deze stijl zonder ze op te slaan." ,
2017-07-12 07:14:37 +00:00
"description" : "Text for the prompt when changes are made to a style and the user tries to leave without saving"
2015-09-19 00:56:05 +00:00
} ,
"importLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Importeren" ,
"description" : "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
} ,
2018-07-05 19:18:22 +00:00
"shortcuts" : {
"message" : "Sneltoetsen" ,
"description" : "Go to shortcut configuration"
} ,
2015-09-19 00:56:05 +00:00
"updateCheckFailServerUnreachable" : {
2017-07-12 07:14:37 +00:00
"message" : "Update mislukt: server onbereikbaar." ,
"description" : "Text that displays when an update check failed because the update server is unreachable"
} ,
2015-09-19 00:56:05 +00:00
"applyAllUpdates" : {
2017-07-12 07:14:37 +00:00
"message" : "Alle bijwerkingen toepassen" ,
"description" : "Label for the button to apply all detected updates"
} ,
2018-07-05 19:18:22 +00:00
"optionsReset" : {
"message" : "Opties terugzetten op standaardwaarden" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"deleteStyleConfirm" : {
2018-07-05 19:18:22 +00:00
"message" : "Weet je zeker dat je deze stijl wilt verwijderen?" ,
2017-07-12 07:14:37 +00:00
"description" : "Confirmation before deleting a style"
} ,
2018-07-05 19:18:22 +00:00
"optionsCustomizePopup" : {
"message" : "Pop-up" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"styleBadRegexp" : {
2017-07-12 07:14:37 +00:00
"message" : "Regexp is ongeldig." ,
"description" : "Validation message for a bad regexp in a style"
2015-09-19 00:56:05 +00:00
} ,
2018-07-08 09:54:32 +00:00
"license" : {
"message" : "Licentie" ,
"description" : "Label for the license"
} ,
2015-09-19 00:56:05 +00:00
"optionsHeading" : {
2018-07-05 19:18:22 +00:00
"message" : "Opties" ,
2017-07-12 07:14:37 +00:00
"description" : "Heading for options section on manage page."
2015-09-19 00:56:05 +00:00
} ,
"appliesDisplay" : {
"message" : "Toepasbaar op: $applies$" ,
2017-07-12 07:14:37 +00:00
"description" : "Text on the manage screen to describe what the style applies to" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"applies" : {
"content" : "$1"
}
}
} ,
2018-07-08 09:54:32 +00:00
"optionsIconLight" : {
"message" : "Lichte browserthema's" ,
"description" : ""
} ,
2018-07-05 19:18:22 +00:00
"openStylesManager" : {
"message" : "Stijlbeheerder openen" ,
"description" : "Label for the style maanger opener in the browser action context menu."
} ,
2015-09-19 00:56:05 +00:00
"styleUpdate" : {
2018-07-05 19:18:22 +00:00
"message" : "Weet je zeker dat je '$stylename$' wilt bijwerken?" ,
2017-07-12 07:14:37 +00:00
"description" : "Confirmation when updating a style" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
"styleSectionsTitle" : {
2017-07-12 07:14:37 +00:00
"message" : "Secties" ,
"description" : "Title for the style sections section"
} ,
2018-07-05 19:18:22 +00:00
"importReportLegendInvalid" : {
"message" : "ongeldige overgeslagen" ,
"description" : "Text after the number of styles skipped due to being invalid (not a Stylus/Stylish backup file probably) in the report shown after importing styles"
} ,
2018-07-08 09:54:32 +00:00
"optionsAdvancedNewStyleAsUsercss" : {
"message" : "Nieuwe stijl schrijven als usercss" ,
"description" : ""
} ,
"genericResetLabel" : {
"message" : "Standaardwaarden" ,
"description" : "Used in various parts of UI to indicate that something may be reset to its original state"
} ,
2015-09-19 00:56:05 +00:00
"editStyleTitle" : {
"message" : "Stijl $stylename$ bewerken" ,
2017-07-12 07:14:37 +00:00
"description" : "Title of the page for editing styles" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
"updateCheckSucceededNoUpdate" : {
2018-07-05 19:18:22 +00:00
"message" : "Stijl is actueel." ,
2017-07-12 07:14:37 +00:00
"description" : "Text that displays when an update check completed and no update is available"
2015-09-19 00:56:05 +00:00
} ,
"appliesUrlPrefixOption" : {
2017-07-12 07:14:37 +00:00
"message" : "URL's beginnend met" ,
"description" : "Option to make the style apply to the entered string as a URL prefix"
} ,
2018-07-08 09:54:32 +00:00
"cm_matchHighlightToken" : {
"message" : "Sleutel onder cursor" ,
"description" : "Style editor's 'highglight' drop-down list option: highlight the occurrences of the word/token under cursor even if nothing is selected"
} ,
2015-09-19 00:56:05 +00:00
"searchRegexp" : {
2017-07-12 07:14:37 +00:00
"message" : "Gebruik /re/-syntax voor regexp-zoeken" ,
"description" : "Label after the search input field in the editor shown on Ctrl-F"
} ,
2018-07-08 09:54:32 +00:00
"popupBordersTooltip" : {
"message" : "Handig voor donkere thema's in Chrome, omdat zijranden niet meer worden gerenderd" ,
"description" : ""
} ,
2018-07-05 19:18:22 +00:00
"updateCheckManualUpdateHint" : {
"message" : "Een update forceren zal lokale bewerkingen overschrijven." ,
"description" : "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
} ,
"toggleStyle" : {
"message" : "Stijl inschakelen/uitschakelen" ,
"description" : "Label for the checkbox to enable/disable a style"
} ,
2015-09-19 00:56:05 +00:00
"importReplaceTooltip" : {
2017-07-12 07:14:37 +00:00
"message" : "Verwerp de inhoud van de huidige stijl en overschrijf het met de geïmporteerde stijl" ,
"description" : "Label for the button to import and overwrite current style"
} ,
2018-07-08 09:54:32 +00:00
"installUpdateFromLabel" : {
"message" : "Controleren op updates" ,
"description" : "Label for the checkbox to save current URL for update check"
} ,
"cm_resizeGripHint" : {
"message" : "Dubbelklik om de hoogte te maximaliseren/herstellen" ,
"description" : "Tooltip for the resize grip in style editor"
} ,
2015-09-19 00:56:05 +00:00
"popupStylesFirst" : {
2018-07-05 19:18:22 +00:00
"message" : "Stijlen vóór commando's opsommen" ,
2017-07-12 07:14:37 +00:00
"description" : "Label for the checkbox controlling section order in the popup."
2015-09-19 00:56:05 +00:00
} ,
"sectionHelp" : {
2018-07-05 19:18:22 +00:00
"message" : "Secties stellen je in staat om andere stukken code toe te passen op andere URL's in dezelfde stijl. Bijv.: een enkele stijl kan de startpagina van een site aanpassen op een bepaalde manier, terwijl de rest van de site op een andere manier wordt aangepast." ,
2017-07-12 07:14:37 +00:00
"description" : "Help text for sections"
2015-09-19 00:56:05 +00:00
} ,
"noStylesForSite" : {
2017-07-12 07:14:37 +00:00
"message" : "Geen geïnstalleerde stijlen voor deze website." ,
"description" : "Text displayed when no styles are installed for the current site"
2015-09-19 00:56:05 +00:00
} ,
"appliesDisplayTruncatedSuffix" : {
2017-07-12 07:14:37 +00:00
"message" : "en meer" ,
"description" : "Text added to appliesDisplay when there are more sites for the style than are displayed"
2015-09-19 00:56:05 +00:00
} ,
"appliesRemove" : {
2017-07-12 07:14:37 +00:00
"message" : "Verwijderen" ,
"description" : "Label for the button to remove an 'applies' entry"
} ,
2018-07-05 19:18:22 +00:00
"updatesCurrentlyInstalled" : {
"message" : "Geïnstalleerde updates:" ,
"description" : "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
} ,
2015-09-19 00:56:05 +00:00
"styleToMozillaFormatTitle" : {
2017-07-12 07:14:37 +00:00
"message" : "Stijl in Mozilla-opmaak" ,
"description" : "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
} ,
2018-07-08 09:54:32 +00:00
"cm_colorpicker" : {
"message" : "Kleurkiezer voor CSS-kleuren" ,
"description" : "Label for the checkbox controlling colorpicker option for the style editor."
} ,
2015-09-19 00:56:05 +00:00
"writeStyleFor" : {
2017-07-12 07:14:37 +00:00
"message" : "Stijl schrijven voor:" ,
"description" : "Label for toolbar pop-up that precedes the links to write a new style"
2015-09-19 00:56:05 +00:00
} ,
"replace" : {
2017-07-12 07:14:37 +00:00
"message" : "Vervangen" ,
"description" : "Label before the replace input field in the editor shown on Ctrl-H"
} ,
2018-07-05 19:18:22 +00:00
"styleRegexpTestNone" : {
"message" : "Geen overeenkomende tabbladen" ,
"description" : "RegExp test report: label for expressions that didn't match any tabs"
} ,
"importReportLegendUpdatedMeta" : {
"message" : "meta-informatie bijgewerkt" ,
"description" : "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
} ,
2015-09-19 00:56:05 +00:00
"appliesLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Toepasbaar op" ,
"description" : "Label for 'applies to' fields on the edit/add screen"
} ,
2018-07-05 19:18:22 +00:00
"openOptionsPopup" : {
"message" : "Opties" ,
"description" : "Go to Options UI"
} ,
2015-09-19 00:56:05 +00:00
"openManage" : {
2018-07-05 19:18:22 +00:00
"message" : "Beheren" ,
2017-07-12 07:14:37 +00:00
"description" : "Link to open the manage page."
2015-09-19 00:56:05 +00:00
} ,
"updateCheckFailBadResponseCode" : {
2018-07-05 19:18:22 +00:00
"message" : "Update mislukt: server kwam terug met $code$." ,
2017-07-12 07:14:37 +00:00
"description" : "Text that displays when an update check failed because the response code indicates an error" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"code" : {
"content" : "$1"
}
}
} ,
"appliesSpecify" : {
2017-07-12 07:14:37 +00:00
"message" : "Specificeren" ,
"description" : "Label for the button to make a style apply only to specific sites"
2015-09-19 00:56:05 +00:00
} ,
"installUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "Update installeren" ,
"description" : "Label for the button to install an update for a single style"
} ,
2018-07-05 19:18:22 +00:00
"optionsCheckUpdate" : {
"message" : "Controleren op updates en deze installeren" ,
"description" : ""
} ,
2018-07-08 09:54:32 +00:00
"filteredStyles" : {
"message" : "$numShown$ van de $numTotal$ wordt/worden getoond" ,
"description" : "TL note - make this message short" ,
"placeholders" : {
"numTotal" : {
"content" : "$2"
} ,
"numShown" : {
"content" : "$1"
}
}
} ,
2018-07-05 19:18:22 +00:00
"importReportTitle" : {
"message" : "Stijlen importeren voltooid" ,
"description" : "Title of the report shown after importing styles"
} ,
2015-09-19 00:56:05 +00:00
"styleMozillaFormatHeading" : {
2017-07-12 07:14:37 +00:00
"message" : "Mozilla-opmaak" ,
"description" : "Heading for the section with buttons to import/export Mozilla format of the style"
2015-09-19 00:56:05 +00:00
} ,
2018-07-05 19:18:22 +00:00
"cm_matchHighlight" : {
"message" : "Markeren" ,
"description" : "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
} ,
2018-07-08 09:54:32 +00:00
"styleRegexpPartialExplanation" : {
"message" : "Deze stijl gebruikt gedeeltelijk overeenkomende regexps. Dit is in strijd met de <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document-specificatie</a>, welke een volledige URL-overeenkomst vereist. De getroffen CSS-secties zijn niet toegepast op de pagina. Deze stijl is waarschijnlijk gecreëerd met Stylish-voor-Chrome, welke onjuist controleert op 'regexp()'-regels sinds de allereerste versie (bekende fout)." ,
"description" : ""
} ,
"linterCSSLintSettings" : {
"message" : "(stel regel in als volgt: 0 = uitgeschakeld; 1 = waarschuwing; 2 = fout)" ,
"description" : "CSSLint rule config values"
} ,
"styleBeautifyIndentConditional" : {
"message" : "@media, @supports inspringen" ,
"description" : "CSS-beautifier option"
} ,
2018-07-05 19:18:22 +00:00
"unreachableContentScript" : {
"message" : "Kan niet communiceren met de pagina. Probeer het tabblad te herladen." ,
"description" : "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
} ,
2015-09-19 00:56:05 +00:00
"sectionRemove" : {
2017-07-12 07:14:37 +00:00
"message" : "Sectie verwijderen" ,
"description" : "Label for the button to remove a section"
2015-09-19 00:56:05 +00:00
} ,
"disableAllStyles" : {
2017-07-12 07:14:37 +00:00
"message" : "Alle stijlen uitschakelen" ,
"description" : "Label for the checkbox that turns all enabled styles off."
} ,
2018-07-08 09:54:32 +00:00
"appliesLineWidgetLabel" : {
"message" : "Toont 'Toepasbaar op'-informatie" ,
"description" : "Label for the checkbox to display applies-to information in the single editor"
} ,
2018-07-05 19:18:22 +00:00
"updateCheckSkippedMaybeLocallyEdited" : {
"message" : "Deze stijl is waarschijnlijk lokaal bewerkt." ,
"description" : "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
} ,
2015-09-19 00:56:05 +00:00
"undoGlobal" : {
2018-07-05 19:18:22 +00:00
"message" : "Ongedaan maken (alle secties)" ,
2017-07-12 07:14:37 +00:00
"description" : "CSS-beautify global Undo button label"
} ,
2018-07-08 09:54:32 +00:00
"optionsCustomizeIcon" : {
"message" : "Werkbalkpictogram" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"updateCompleted" : {
2017-07-12 07:14:37 +00:00
"message" : "Update voltooid." ,
"description" : "Text that displays when an update completed"
2015-09-19 00:56:05 +00:00
} ,
"checkingForUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "Bezig met controleren..." ,
"description" : "Text to display when checking a style for an update"
} ,
2018-07-05 19:18:22 +00:00
"styleRegexpTestFull" : {
"message" : "Overeenkomende tabbladen" ,
"description" : "RegExp test report: label for the fully matching expressions"
} ,
"manageMaxTargets" : {
"message" : "Aantal 'toepasbaar op'-items" ,
"description" : "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
} ,
2018-07-08 09:54:32 +00:00
"popupManageTooltip" : {
"message" : "Shift-klik of rechtsklik opent de beheerder met stijlen die toepasbaar zijn op de huidige site" ,
"description" : "Tooltip for the 'Manage' button in the popup."
} ,
2018-07-05 19:18:22 +00:00
"manageFaviconsHelp" : {
"message" : "Stylus gebruikt een externe dienst https://www.google.com/s2/favicons" ,
"description" : "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
} ,
2018-07-08 09:54:32 +00:00
"styleInstallOverwrite" : {
"message" : "'$stylename$' is al geïnstalleerd. Overschrijven?\nVersie: $oldVersion$ -> $newVersion$" ,
"description" : "Confirmation when re-installing a style" ,
"placeholders" : {
"stylename" : {
"content" : "$1"
} ,
"newVersion" : {
"content" : "$3"
} ,
"oldVersion" : {
"content" : "$2"
}
}
} ,
2018-07-05 19:18:22 +00:00
"updateCheckSkippedLocallyEdited" : {
"message" : "Deze stijl is lokaal bewerkt." ,
"description" : "Text that displays when an update check skipped updating the style to avoid losing local modifications"
} ,
2018-07-08 09:54:32 +00:00
"linterRulesLink" : {
"message" : "Volledige regellijst bekijken" ,
"description" : "Stylelint or CSSLint rules label added immediately before a link"
} ,
"styleUpdateDiscardChanges" : {
"message" : "Deze stijl is gewijzigd buiten de bewerker om. Wil je de stijl herladen?" ,
"description" : "Confirmation to update the style in the editor"
} ,
2018-07-05 19:18:22 +00:00
"optionsResetButton" : {
"message" : "Standaardwaarden" ,
"description" : ""
} ,
2018-07-08 09:54:32 +00:00
"externalUsercssDocument" : {
"message" : "Documentatie voor Usercss" ,
"description" : "Label for the external link to usercss documentation"
} ,
2018-07-05 19:18:22 +00:00
"optionsAdvancedContextDelete" : {
"message" : "'Verwijderen' toevoegen aan rechtermuisknopmenu van bewerker" ,
"description" : ""
} ,
2018-07-08 09:54:32 +00:00
"linterConfigPopupTitle" : {
"message" : "$linter$-regelsconfiguratie instellen" ,
"description" : "Stylelint or CSSLint popup header" ,
"placeholders" : {
"linter" : {
"content" : "$1"
}
}
} ,
"configureStyle" : {
"message" : "Instellen" ,
"description" : "Label for the button to configure usercss userstyle"
} ,
2018-07-05 19:18:22 +00:00
"importReportLegendUpdatedBoth" : {
"message" : "meta-informatie en code bijgewerkt" ,
"description" : "Text after the number of styles updated entirely in the report shown after importing styles"
} ,
2015-09-19 00:56:05 +00:00
"cm_smartIndent" : {
2017-07-12 07:14:37 +00:00
"message" : "Slimme inspringing gebruiken" ,
"description" : "Label for the checkbox controlling smart indentation option for the style editor."
} ,
2018-07-05 19:18:22 +00:00
"styleRegexpTestButton" : {
"message" : "RegExp-test" ,
"description" : "RegExp test button label in the editor shown when applies-to list has a regexp value"
} ,
2015-09-19 00:56:05 +00:00
"appliesHelp" : {
2017-07-12 07:14:37 +00:00
"message" : "Gebruik de 'Toepasbaar op'-functies om de URL's te limiteren in de sectie." ,
"description" : "Help text for 'applies to' section"
2015-09-19 00:56:05 +00:00
} ,
2017-12-13 21:13:15 +00:00
"linkGetHelp" : {
"message" : "Verkrijg hulp" ,
"description" : "Homepage link text on the manage page e.g. https://add0n.com/stylus.html#features with chat/FAQ/intro/info"
} ,
2015-09-19 00:56:05 +00:00
"editStyleHeading" : {
2017-07-12 07:14:37 +00:00
"message" : "Stijl bewerken" ,
"description" : "Title of the page for editing styles"
} ,
2018-07-08 09:54:32 +00:00
"editDeleteText" : {
"message" : "Verwijderen" ,
"description" : "Label for the context menu item in the editor to delete selected text"
} ,
"cm_autocompleteOnTyping" : {
"message" : "Auto-aanvullen tijdens typen" ,
"description" : "Label for the checkbox in the style editor."
} ,
"linterCSSLintIncompatible" : {
"message" : "CSSLint heeft geen ondersteuning voor $preprocessorname$" ,
"description" : "The label to display when the preprocessor isn't compatible with CSSLint" ,
"placeholders" : {
"preprocessorname" : {
"content" : "$1"
}
}
} ,
"styleMetaErrorSelectValueMismatch" : {
"message" : "Ongeldige @select: waarde staat niet op de lijst" ,
"description" : "Error displayed when the value of @select is invalid"
} ,
"styleMetaErrorColor" : {
"message" : "$color$ is geen geldige kleur" ,
"description" : "Error displayed when the value of @var color is invalid" ,
"placeholders" : {
"color" : {
"content" : "$1"
}
}
} ,
"manageOnlyDisabled" : {
"message" : "Alleen uitgeschakelde stijlen" ,
"description" : "Checkbox to show only disabled styles"
} ,
"stylusUnavailableForURLdetails" : {
"message" : "Omwille van beveiligingsredenen, verbiedt de browser extensies op ingebouwde pagina's (zoals chrome://version, de standaard nieuwe tabblad-pagina sinds Chrome 61, about:addons, enz.) alsmede andere extensiepagina's. Elke browser beperkt ook de toegang tot de extensiegalerij (zoals de Chrome Web Store of AMO)." ,
"description" : "Sub-note in the toolbar pop-up when on a URL Stylus can't affect"
} ,
"cm_matchHighlightSelection" : {
"message" : "Alleen selectie" ,
"description" : "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
} ,
"updateAllCheckSucceededSomeEdited" : {
"message" : "Sommige stijlen die kunnen worden bijgewerkt zijn niet gecontroleerd om mogelijke lokale bewerkingen te behouden. Updates kunnen worden geforceerd door de stijlen individueel te controleren of door alle stijlen opnieuw te controleren (lokale bewerkingen worden overschreven)." ,
"description" : "Text that displays when an update all check completed and no updates are available"
} ,
2017-07-12 07:14:37 +00:00
"stylusUnavailableForURL" : {
"message" : "Stylus werkt niet op pagina's als deze." ,
"description" : "Note in the toolbar pop-up when on a URL Stylus can't affect"
} ,
2018-07-08 09:54:32 +00:00
"popupBorders" : {
"message" : "Witte randen toevoegen aan zijkanten" ,
"description" : ""
} ,
2018-07-05 19:18:22 +00:00
"manageOnlyUpdates" : {
"message" : "Alleen bij updates of problemen" ,
"description" : "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
} ,
2015-09-19 00:56:05 +00:00
"addStyleTitle" : {
2017-07-12 07:14:37 +00:00
"message" : "Stijl toevoegen" ,
"description" : "Title of the page for adding styles"
2015-09-19 00:56:05 +00:00
} ,
2018-07-08 09:54:32 +00:00
"externalLink" : {
"message" : "Externe link" ,
"description" : "Label for external links"
} ,
"externalHomepage" : {
"message" : "Website" ,
"description" : "Label for the external link to style's homepage"
} ,
2015-09-19 00:56:05 +00:00
"importReplaceLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Stijl overschrijven" ,
"description" : "Label for the button to import and overwrite current style"
2015-09-19 00:56:05 +00:00
} ,
"dbError" : {
2018-07-05 19:18:22 +00:00
"message" : "Er is een fout opgetreden bij het gebruiken van de Stylus-database. Wil je een webpagina met mogelijke oplossingen bezoeken?" ,
2017-07-12 07:14:37 +00:00
"description" : "Prompt when a DB error is encountered"
} ,
2018-07-05 19:18:22 +00:00
"optionsAdvanced" : {
"message" : "Geavanceerd" ,
"description" : ""
} ,
2018-07-08 09:54:32 +00:00
"alphaChannel" : {
"message" : "Doorzichtigheid" ,
"description" : "Label of color's opacity"
} ,
2015-09-19 00:56:05 +00:00
"importAppendTooltip" : {
2018-07-05 19:18:22 +00:00
"message" : "Geïmporteerde stijl toevoegen aan huidige stijl" ,
2017-07-12 07:14:37 +00:00
"description" : "Tooltip for the button to import a style and append to the existing sections"
} ,
2018-07-05 19:18:22 +00:00
"editorStylesButton" : {
"message" : "Bewerkerstijlen zoeken" ,
"description" : "Find styles for the editor"
} ,
"optionsOpen" : {
"message" : "Openen" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"helpKeyMapHotkey" : {
2017-07-12 07:14:37 +00:00
"message" : "Druk op een sneltoets" ,
"description" : "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
} ,
2018-07-05 19:18:22 +00:00
"styleRegexpTestInvalid" : {
"message" : "Ongeldige regexps overgeslagen" ,
"description" : "RegExp test report: label for the invalid expressions"
} ,
2018-07-08 09:54:32 +00:00
"manageOnlyExternal" : {
"message" : "Alleen externe stijlen" ,
"description" : "Checkbox to show only externally installed styles i.e. updatable"
} ,
2015-09-19 00:56:05 +00:00
"replaceAll" : {
2017-07-12 07:14:37 +00:00
"message" : "Alles vervangen" ,
"description" : "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
} ,
2018-07-05 19:18:22 +00:00
"importReportUnchanged" : {
"message" : "Er is niks gewijzigd." ,
"description" : "Message in the report shown after importing styles"
} ,
"optionsActions" : {
"message" : "Acties" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"editGotoLine" : {
2017-07-12 07:14:37 +00:00
"message" : "Ga naar regel (of regel:kolom)" ,
"description" : "Go to line or line:column on Ctrl-G in style code editor"
} ,
2018-07-05 19:18:22 +00:00
"manageOnlyLocalTooltip" : {
"message" : "(de stijlen die niet geïnstalleerd zijn via userstyles.org)" ,
"description" : "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
} ,
2015-09-19 00:56:05 +00:00
"checkAllUpdates" : {
2017-07-12 07:14:37 +00:00
"message" : "Controleer alle stijlen op updates" ,
"description" : "Label for the button to check all styles for updates"
} ,
2018-07-05 19:18:22 +00:00
"openOptionsManage" : {
"message" : "Opties" ,
"description" : "Go to Options UI"
} ,
2018-07-08 09:54:32 +00:00
"colorpickerTooltip" : {
"message" : "Kleurkiezer openen" ,
"description" : "Tooltip for the colored squares shown before CSS colors in the style editor."
} ,
2018-07-05 19:18:22 +00:00
"optionsCustomizeBadge" : {
"message" : "Badge op het werkbalkpictogram" ,
"description" : ""
} ,
2018-07-08 09:54:32 +00:00
"installUpdateFrom" : {
"message" : "De stijl wordt momenteel bijgewerkt via $url$" ,
"description" : "Label to describe where the style gets update" ,
"placeholders" : {
"url" : {
"content" : "$1"
}
}
} ,
2018-07-05 19:18:22 +00:00
"importReportLegendIdentical" : {
"message" : "gelijke overgeslagen" ,
"description" : "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
} ,
"optionsPopupWidth" : {
"message" : "Pop-upbreedte (in pixels)" ,
"description" : ""
} ,
2018-07-08 09:54:32 +00:00
"cm_autoCloseBrackets" : {
"message" : "Haken en citaten automatisch sluiten" ,
"description" : "Label for the checkbox in the style editor."
} ,
"installButtonReinstall" : {
"message" : "Stijl herinstalleren" ,
"description" : "Label for reinstall button"
} ,
"linterInvalidConfigError" : {
"message" : "Niet opgeslagen vanwege ongeldige configuratie-instellingen:" ,
"description" : "Invalid linter config will show a message followed by a list of invalid entries"
} ,
2015-09-19 00:56:05 +00:00
"confirmNo" : {
2017-07-12 07:14:37 +00:00
"message" : "Nee" ,
"description" : "'No' button in a confirm dialog"
2015-09-19 00:56:05 +00:00
} ,
2018-07-08 09:54:32 +00:00
"styleMissingMeta" : {
"message" : "Ontbrekende metagegevens @ $key$" ,
"description" : "Error displayed when a mandatory metadata is missing" ,
"placeholders" : {
"key" : {
"content" : "$1"
}
}
} ,
"appliesLineWidgetWarning" : {
"message" : "Werkt niet met minified CSS" ,
"description" : "A warning that applies-to information won't show properly with minified CSS"
} ,
2015-09-19 00:56:05 +00:00
"undo" : {
2017-07-12 07:14:37 +00:00
"message" : "Ongedaan maken" ,
"description" : "Button label"
2015-09-19 00:56:05 +00:00
} ,
"cm_keyMap" : {
2017-07-12 07:14:37 +00:00
"message" : "Toetsenbordindeling" ,
"description" : "Label for the drop-down list controlling the keymap for the style editor."
} ,
2018-07-08 09:54:32 +00:00
"externalSupport" : {
"message" : "Ondersteuning" ,
"description" : "Label for the external link to style's support site"
} ,
"confirmSave" : {
"message" : "Opslaan" ,
"description" : "'Save' button in a confirm dialog"
} ,
2018-07-05 19:18:22 +00:00
"manageNewUI" : {
"message" : "Nieuwe indeling van beheerscherm" ,
"description" : "Label for the checkbox that toggles the new UI on manage page"
} ,
"importReportUndoneTitle" : {
"message" : "Het importeren is ongedaan gemaakt" ,
"description" : "Title of the message box shown after undoing the import of styles"
} ,
"genericDisabledLabel" : {
"message" : "Uitgeschakeld" ,
"description" : "Used in various lists/options to indicate that something is disabled"
} ,
2015-09-19 00:56:05 +00:00
"cm_indentWithTabs" : {
2017-07-12 07:14:37 +00:00
"message" : "Tabs met slimme inspringing gebruiken" ,
"description" : "Label for the checkbox controlling tabs with smart indentation option for the style editor."
2015-09-19 00:56:05 +00:00
} ,
"replaceWith" : {
2017-07-12 07:14:37 +00:00
"message" : "Vervangen door" ,
"description" : "Label before the replace-with input field in the editor shown on Ctrl-H etc."
2015-09-19 00:56:05 +00:00
} ,
2018-07-08 09:54:32 +00:00
"liveReloadError" : {
"message" : "Er is een fout opgetreden tijdens het bekijken van het bestand" ,
"description" : "The label of live-reload error"
} ,
2015-09-19 00:56:05 +00:00
"deleteStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Verwijderen" ,
"description" : "Label for the button to delete a style"
} ,
2018-07-05 19:18:22 +00:00
"updateCheckManualUpdateForce" : {
"message" : "Update installeren (lokale bewerkingen worden overschreven)" ,
"description" : "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
} ,
2018-07-08 09:54:32 +00:00
"styleInstallFailed" : {
"message" : "Installeren van gebruikersstijl mislukt!\n$error$" ,
"description" : "Warning when installation failed" ,
"placeholders" : {
"error" : {
"content" : "$1"
}
}
} ,
2018-07-05 19:18:22 +00:00
"optionsAdvancedExposeIframes" : {
"message" : "iframes blootleggen via HTML[stylus-iframe]" ,
"description" : ""
} ,
2015-09-19 00:56:05 +00:00
"addStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Nieuwe stijl schrijven" ,
"description" : "Label for the button to go to the add style page"
} ,
2018-07-08 09:54:32 +00:00
"installButtonUpdate" : {
"message" : "Stijl bijwerken" ,
"description" : "Label for update button"
} ,
2018-07-05 19:18:22 +00:00
"backupButtons" : {
"message" : "Back-uppen" ,
"description" : "Heading for backup"
} ,
2015-09-19 00:56:05 +00:00
"manageOnlyEnabled" : {
2017-07-12 07:14:37 +00:00
"message" : "Alleen ingeschakelde stijlen" ,
"description" : "Checkbox to show only enabled styles"
2015-09-19 00:56:05 +00:00
} ,
"editStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Bewerken" ,
"description" : "Label for the button to go to the edit style page"
2015-09-19 00:56:05 +00:00
} ,
2018-07-08 09:54:32 +00:00
"installButtonInstalled" : {
"message" : "Stijl geïnstalleerd" ,
"description" : "Text displayed when the style is successfully installed"
} ,
"author" : {
"message" : "Auteur" ,
"description" : "Label for the style author"
} ,
2015-09-19 00:56:05 +00:00
"cm_theme" : {
2017-07-12 07:14:37 +00:00
"message" : "Thema" ,
"description" : "Label for the style editor's CSS theme."
} ,
2018-07-08 09:54:32 +00:00
"popupOpenEditInWindow" : {
"message" : "Bewerker openen in nieuw venster" ,
"description" : "Label for the checkbox controlling 'edit' action behavior in the popup."
} ,
"appliesRemoveError" : {
"message" : "Laatste 'toepasbaar op'-vermelding kan niet worden verwijderd" ,
"description" : "Error displayed when the last 'applies' is going to be removed"
} ,
2018-07-05 19:18:22 +00:00
"backupMessage" : {
"message" : "Selecteer een bestand of versleep het naar deze pagina." ,
"description" : "Message for backup"
} ,
"importReportUndone" : {
"message" : "stijlen zijn teruggedraaid" ,
"description" : "Text after the number of styles reverted in the message box shown after undoing the import of styles"
} ,
2015-09-19 00:56:05 +00:00
"helpKeyMapCommand" : {
2018-07-05 19:18:22 +00:00
"message" : "Voer een commandonaam in" ,
2017-07-12 07:14:37 +00:00
"description" : "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
2015-09-19 00:56:05 +00:00
} ,
2018-07-08 09:54:32 +00:00
"linterResetMessage" : {
"message" : "Druk op Ctrl-Z (of Cmd-Z) in het tekstvak om ongedaan te maken" ,
"description" : "Reset button tooltip to inform user on how to undo an accidental reset"
} ,
2015-09-19 00:56:05 +00:00
"description" : {
2018-07-05 19:18:22 +00:00
"message" : "Voorzie het web van een ander uiterlijk met Stylus, een gebruikersstijlbeheerder. Stylus stelt je in staat om eenvoudig thema's en stijlen te installeren voor vele populaire websites." ,
2017-07-12 07:14:37 +00:00
"description" : "Extension description"
2018-07-08 09:54:32 +00:00
} ,
"confirmClose" : {
"message" : "Sluiten" ,
"description" : "'Close' button in a confirm dialog"
2017-02-28 23:57:03 +00:00
}
2018-01-06 07:42:12 +00:00
}