2015-03-26 18:28:50 +00:00
{
"appliesToEverything" : {
"message" : "Alles" ,
"description" : "Text displayed for styles that apply to all sites"
} ,
2015-09-15 00:25:22 +00:00
"defaultTheme" : {
"message" : "default" ,
"description" : "Default CodeMirror CSS theme option on the edit style page"
} ,
2015-03-26 18:28:50 +00:00
"manageOnlyEdited" : {
"message" : "Alleen bewerkte stijlen" ,
"description" : "Checkbox to show only locally edited styles"
} ,
2015-09-15 00:25:22 +00:00
"exportLabel" : {
"message" : "Export" ,
"description" : "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
} ,
"issues" : {
"message" : "Issues" ,
"description" : "Label for the CSSLint issues block on the style edit page"
} ,
2015-03-26 18:28:50 +00:00
"cm_tabSize" : {
"message" : "Tabgrootte" ,
"description" : "Label for the text box controlling tab size option for the style editor."
} ,
"enableStyleLabel" : {
"message" : "Inschakelen" ,
"description" : "Label for the button to enable a style"
} ,
"styleMissingName" : {
"message" : "Vul een naam in." ,
"description" : "Error displayed when user saves without providing a name"
} ,
"appliesDomainOption" : {
"message" : "URL's op het domein" ,
"description" : "Option to make the style apply to the entered string as a domain"
} ,
"checkForUpdate" : {
"message" : "Controleren op update" ,
"description" : "Label for the button to check a single style for an update"
} ,
2015-09-15 00:25:22 +00:00
"importAppendLabel" : {
"message" : "Append to style" ,
"description" : "Label for the button to import a style and append to the existing sections"
} ,
2015-03-26 18:28:50 +00:00
"updateAllCheckSucceededNoUpdate" : {
"message" : "Alle stijlen zijn bijgewerkt." ,
"description" : "Text that displays when an update all check completed and no updates are available"
} ,
2015-09-15 00:25:22 +00:00
"styleFromMozillaFormatPrompt" : {
"message" : "Paste the Mozilla-format code" ,
"description" : "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
} ,
2015-03-26 18:28:50 +00:00
"helpAlt" : {
"message" : "Hul" ,
"description" : "Alternate text for help buttons"
} ,
2015-09-15 00:25:22 +00:00
"search" : {
"message" : "Search" ,
"description" : "Label before the search input field in the editor shown on Ctrl-F"
} ,
"confirmYes" : {
"message" : "Yes" ,
"description" : "'Yes' button in a confirm dialog"
} ,
2015-03-26 18:28:50 +00:00
"findStylesForSite" : {
"message" : "Meer stijlen zoeken voor deze website." ,
"description" : "Text for a link that gets a list of styles for the current site"
} ,
"manageHeading" : {
"message" : "Geïnstalleerde stijlen" ,
"description" : "Heading for the manage page"
} ,
2015-09-15 00:25:22 +00:00
"styleBeautify" : {
"message" : "Beautify" ,
"description" : "Label for the CSS-beautifier button on the edit style page"
} ,
2015-03-26 18:28:50 +00:00
"styleEnabledLabel" : {
"message" : "Ingeschakeld" ,
"description" : "Label for the enabled state of styles"
} ,
"styleToMozillaFormatHelp" : {
"message" : "De Mozilla-opmaak van de code kan worden gebruikt met Stylish voor Firefox en worden ingezonden naar userstyles.org." ,
2015-09-15 00:25:22 +00:00
"description" : "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
2015-03-26 18:28:50 +00:00
} ,
"sectionAdd" : {
"message" : "Nog een sectie toevoegen" ,
"description" : "Label for the button to add a section"
} ,
"styleSaveLabel" : {
"message" : "Opslaan" ,
"description" : "Label for save button for style editing"
} ,
2015-09-15 00:25:22 +00:00
"confirmStop" : {
"message" : "Stop" ,
"description" : "'Stop' button in a confirm dialog"
} ,
2015-03-26 18:28:50 +00:00
"writeStyleForURL" : {
"message" : "deze URL" ,
"description" : "Text for link in toolbar pop-up to write a new style for the current URL"
} ,
"appliesAdd" : {
"message" : "Toevoegen" ,
"description" : "Label for the button to add an 'applies' entry"
} ,
"appliesRegexpOption" : {
"message" : "URL's overeenkomend met de regexp" ,
"description" : "Option to make the style apply to the entered string as a regular expression"
} ,
"styleInstall" : {
"message" : "'$stylename$' installeren in Stylish?" ,
2015-09-17 09:03:00 +00:00
"description" : "Confirmation when installing a style" ,
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
2015-03-26 18:28:50 +00:00
} ,
"manageText" : {
"message" : "Bezoek <a href='http://userstyles.org'>userstyles.org</a> voor gemaakte stijlen. Stel uw vraag op <a href='http://forum.userstyles.org'>het forum</a> als u hulp nodig heeft." ,
"description" : "Help text on the manage page"
} ,
2015-09-15 00:25:22 +00:00
"searchStyles" : {
"message" : "Search contents" ,
"description" : "Label for the search filter textbox on the Manage styles page"
} ,
2015-03-26 18:28:50 +00:00
"disableStyleLabel" : {
"message" : "Uitschakelen" ,
"description" : "Label for the button to disable a style"
} ,
"prefShowBadge" : {
"message" : "Aantal actieve stijlen voor de huidige website weergeven op de werkbalkknop" ,
"description" : "Label for the checkbox controlling toolbar badge text."
} ,
2015-04-17 14:41:33 +00:00
"menuShowBadge" : {
"message" : "Teller voor actieve stijlen weergeven" ,
"description" : "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
} ,
2015-03-26 18:28:50 +00:00
"cm_lineWrapping" : {
"message" : "Woordomslag" ,
"description" : "Label for the checkbox controlling word wrap option for the style editor."
} ,
"styleCancelEditLabel" : {
"message" : "Terug naar beheren" ,
"description" : "Label for cancel button for style editing"
} ,
"styleChangesNotSaved" : {
"message" : "U heeft wijzigingen aangebracht in deze stijl zonder deze op te slaan." ,
"description" : "Text for the prompt when changes are made to a style and the user tries to leave without saving"
} ,
2015-09-15 00:25:22 +00:00
"importLabel" : {
"message" : "Import" ,
"description" : "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
} ,
2015-03-26 18:28:50 +00:00
"updateCheckFailServerUnreachable" : {
"message" : "Update mislukt - server onbereikbaar." ,
"description" : "Text that displays when an update check failed because the update server is unreachable"
} ,
"manageFilters" : {
"message" : "Filters" ,
"description" : "Label for filters container"
} ,
"applyAllUpdates" : {
"message" : "Alle bijwerkingen toepassen" ,
"description" : "Label for the button to apply all detected updates"
} ,
"deleteStyleConfirm" : {
"message" : "Weet u zeker dat u deze stijl wilt verwijderen?" ,
"description" : "Confirmation before deleting a style"
} ,
"styleBadRegexp" : {
"message" : "Regexp is ongeldig." ,
"description" : "Validation message for a bad regexp in a style"
} ,
"optionsHeading" : {
"message" : "Voorkeuren" ,
"description" : "Heading for options section on manage page."
} ,
"appliesDisplay" : {
"message" : "Toepasbaar op: $applies$" ,
2015-09-17 09:03:00 +00:00
"description" : "Text on the manage screen to describe what the style applies to" ,
"placeholders" : {
"applies" : {
"content" : "$1"
}
}
2015-03-26 18:28:50 +00:00
} ,
"styleUpdate" : {
"message" : "Weet u zeker dat u '$stylename$' wilt updaten?" ,
2015-09-17 09:03:00 +00:00
"description" : "Confirmation when updating a style" ,
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
2015-03-26 18:28:50 +00:00
} ,
"styleSectionsTitle" : {
"message" : "Secties" ,
"description" : "Title for the style sections section"
} ,
"editStyleTitle" : {
"message" : "Stijl $stylename$ bewerken" ,
2015-09-17 09:03:00 +00:00
"description" : "Title of the page for editing styles" ,
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
2015-03-26 18:28:50 +00:00
} ,
"updateCheckSucceededNoUpdate" : {
"message" : "Stijl is up-to-date." ,
"description" : "Text that displays when an update check completed and no update is available"
} ,
"appliesUrlPrefixOption" : {
"message" : "URL's beginnend met" ,
"description" : "Option to make the style apply to the entered string as a URL prefix"
} ,
2015-09-15 00:25:22 +00:00
"searchRegexp" : {
"message" : "Use /re/ syntax for regexp search" ,
"description" : "Label after the search input field in the editor shown on Ctrl-F"
} ,
"importReplaceTooltip" : {
"message" : "Discard contents of current style and overwrite it with the imported style" ,
"description" : "Label for the button to import and overwrite current style"
} ,
2015-03-26 18:28:50 +00:00
"popupStylesFirst" : {
"message" : "Stijlen vóór commando's opsomming in het werkbalkknopmenu" ,
"description" : "Label for the checkbox controlling section order in the toolbar button menu."
} ,
"sectionHelp" : {
"message" : "Secties stellen u in staat om andere stukken code toe te passen op andere URL's in dezelfde stijl. Bijv.: een enkele stijl kan de homepage van een site aanpassen op een bepaalde manier, terwijl de rest van de site op een andere manier wordt aangepast." ,
"description" : "Help text for sections"
} ,
"noStylesForSite" : {
"message" : "Geen geïnstalleerde stijlen voor deze website." ,
"description" : "Text displayed when no styles are installed for the current site"
} ,
"appliesDisplayTruncatedSuffix" : {
"message" : "en meer" ,
"description" : "Text added to appliesDisplay when there are more sites for the style than are displayed"
} ,
"appliesRemove" : {
"message" : "Verwijderen" ,
"description" : "Label for the button to remove an 'applies' entry"
} ,
2015-09-15 00:25:22 +00:00
"styleToMozillaFormatTitle" : {
"message" : "Style in Mozilla format" ,
"description" : "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
} ,
2015-03-26 18:28:50 +00:00
"manageTitle" : {
"message" : "Stylish" ,
"description" : "Title for the manage page"
} ,
"writeStyleFor" : {
"message" : "Stijl schrijven voor:" ,
"description" : "Label for toolbar pop-up that precedes the links to write a new style"
} ,
2015-09-15 00:25:22 +00:00
"replace" : {
"message" : "Replace" ,
"description" : "Label before the replace input field in the editor shown on Ctrl-H"
} ,
2015-03-26 18:28:50 +00:00
"appliesLabel" : {
"message" : "Toepasbaar op" ,
"description" : "Label for 'applies to' fields on the edit/add screen"
} ,
"openManage" : {
"message" : "Geïnstalleerde stijlen beheren." ,
"description" : "Link to open the manage page."
} ,
"updateCheckFailBadResponseCode" : {
"message" : "Update mislukt - server gaf code $code$ als antwoord." ,
2015-09-17 09:03:00 +00:00
"description" : "Text that displays when an update check failed because the response code indicates an error" ,
"placeholders" : {
"code" : {
"content" : "$1"
}
}
2015-03-26 18:28:50 +00:00
} ,
"appliesSpecify" : {
"message" : "Specificeren" ,
"description" : "Label for the button to make a style apply only to specific sites"
} ,
"installUpdate" : {
"message" : "Update installeren" ,
"description" : "Label for the button to install an update for a single style"
} ,
2015-09-15 00:25:22 +00:00
"styleMozillaFormatHeading" : {
"message" : "Mozilla Format" ,
"description" : "Heading for the section with buttons to import/export Mozilla format of the style"
} ,
2015-03-26 18:28:50 +00:00
"stylishUnavailableForURL" : {
"message" : "(Stylish werkt niet op pagina's als deze.)" ,
"description" : "Note in the toolbar pop-up when on a URL Stylish can't affect"
} ,
"sectionRemove" : {
"message" : "Sectie verwijderen" ,
"description" : "Label for the button to remove a section"
} ,
"disableAllStyles" : {
"message" : "Alle stijlen uitschakelen" ,
"description" : "Label for the checkbox that turns all enabled styles off."
} ,
2015-09-15 00:25:22 +00:00
"undoGlobal" : {
"message" : "Undo (global)" ,
"description" : "CSS-beautify global Undo button label"
} ,
2015-03-26 18:28:50 +00:00
"updateCompleted" : {
"message" : "Update voltooid." ,
"description" : "Text that displays when an update completed"
} ,
"checkingForUpdate" : {
"message" : "Bezig met controleren..." ,
"description" : "Text to display when checking a style for an update"
} ,
"sectionCode" : {
"message" : "Code" ,
"description" : "Label for the code for a section"
} ,
"cm_smartIndent" : {
"message" : "Slimme inspringing gebruiken" ,
"description" : "Label for the checkbox controlling smart indentation option for the style editor."
} ,
"appliesHelp" : {
"message" : "Gebruik de 'Toepasbaar op'-functies om de URL's te limiteren in de sectie." ,
"description" : "Help text for 'applies to' section"
} ,
"editStyleHeading" : {
"message" : "Stijl bewerken" ,
"description" : "Title of the page for editing styles"
} ,
"appliesUrlOption" : {
"message" : "URL" ,
"description" : "Option to make the style apply to the entered string as a URL"
} ,
"addStyleTitle" : {
"message" : "Stijl toevoegen" ,
"description" : "Title of the page for adding styles"
} ,
2015-09-15 00:25:22 +00:00
"importReplaceLabel" : {
"message" : "Overwrite style" ,
"description" : "Label for the button to import and overwrite current style"
} ,
2015-03-26 18:28:50 +00:00
"dbError" : {
"message" : "Er is een fout opgetreden bij het gebruiken van de Stylish-database. Wilt u een webpagina met mogelijke oplossingen bezoeken?" ,
"description" : "Prompt when a DB error is encountered"
} ,
2015-09-15 00:25:22 +00:00
"importAppendTooltip" : {
"message" : "Append the imported style to current style" ,
"description" : "Tooltip for the button to import a style and append to the existing sections"
} ,
"helpKeyMapHotkey" : {
"message" : "Press a hotkey" ,
"description" : "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
} ,
"replaceAll" : {
"message" : "Replace all" ,
"description" : "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
} ,
2015-03-26 18:28:50 +00:00
"editGotoLine" : {
"message" : "Ga naar regel (of regel:kolom)" ,
"description" : "Go to line or line:column on Ctrl-G in style code editor"
} ,
"checkAllUpdates" : {
"message" : "Controleer alle stijlen op updates" ,
"description" : "Label for the button to check all styles for updates"
} ,
2015-09-15 00:25:22 +00:00
"issuesHelp" : {
"message" : "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:" ,
"description" : "Help popup message for the CSSLint issues block on the style edit page"
} ,
"confirmNo" : {
"message" : "No" ,
"description" : "'No' button in a confirm dialog"
} ,
"undo" : {
"message" : "Undo" ,
"description" : "Button label"
2015-03-26 18:28:50 +00:00
} ,
"cm_keyMap" : {
"message" : "Toetsenbordindeling" ,
"description" : "Label for the drop-down list controlling the keymap for the style editor."
} ,
"cm_indentWithTabs" : {
"message" : "Tabs met slimme inspringing gebruiken" ,
"description" : "Label for the checkbox controlling tabs with smart indentation option for the style editor."
} ,
2015-09-15 00:25:22 +00:00
"replaceWith" : {
"message" : "Replace with" ,
"description" : "Label before the replace-with input field in the editor shown on Ctrl-H etc."
} ,
2015-03-26 18:28:50 +00:00
"deleteStyleLabel" : {
"message" : "Verwijderen" ,
"description" : "Label for the button to delete a style"
} ,
"addStyleLabel" : {
"message" : "Nieuwe stijl schrijven" ,
"description" : "Label for the button to go to the add style page"
} ,
"manageOnlyEnabled" : {
"message" : "Alleen ingeschakelde stijlen" ,
"description" : "Checkbox to show only enabled styles"
} ,
"editStyleLabel" : {
"message" : "Bewerken" ,
"description" : "Label for the button to go to the edit style page"
} ,
2015-09-15 00:25:22 +00:00
"cm_theme" : {
"message" : "Theme" ,
"description" : "Label for the style editor's CSS theme."
} ,
"helpKeyMapCommand" : {
"message" : "Type a command name" ,
"description" : "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
} ,
2015-03-26 18:28:50 +00:00
"description" : {
"message" : "Voorzie het web van een ander uiterlijk met Stylish, een gebruikersstijlbeheerder. Stylish stelt u in staat om eenvoudig thema's en stijlen te installeren voor vele populaire websites." ,
"description" : "Extension description"
}
}