1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-23 16:44:34 +01:00

Updated i18n

This commit is contained in:
nobody 2020-06-27 06:33:17 +02:00
parent b485b01bf2
commit 575fafbc01
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -52,7 +52,7 @@
"description": "Deactivate LocalCDN for these domains:" "description": "Deactivate LocalCDN for these domains:"
}, },
"whitelistedDomainsDescription": { "whitelistedDomainsDescription": {
"message": "Skriv inn domener for å hviteliste dem. Skill flere oppføringer med semikolon (;).", "message": "Skriv inn domener for å slå av LocalCDN der. Skill flere oppføringer med semikolon (;).",
"description": "Enter domains to disable LocalCDN there. Separate multiple entries with semi-colons (;)." "description": "Enter domains to disable LocalCDN there. Separate multiple entries with semi-colons (;)."
}, },
"advancedLabel": { "advancedLabel": {
@ -100,7 +100,7 @@
"description": "Disable" "description": "Disable"
}, },
"labelManipulateDOM": { "labelManipulateDOM": {
"message": "HTML-kildekodefiltrering", "message": "Filtrerer HTML-kildekode",
"description": "Filters HTML source code" "description": "Filters HTML source code"
}, },
"labelShowMoreInjections": { "labelShowMoreInjections": {
@ -116,23 +116,23 @@
"description": "Invert HTML-Filter" "description": "Invert HTML-Filter"
}, },
"negateHtmlFilterListDescription": { "negateHtmlFilterListDescription": {
"message": "Slå på HTML-filter som standard.", "message": "Slå på dette alternativet for å alltid bruke HTML-filteret. Domenene i listen blir da ignorert. Hvis dette alternativet er slått av, blir HTML-filteret bare brukt på domener i listen.",
"description": "Enable HTML-Filter by default." "description": "Enable this option to always apply the HTML filter. The domains in the list will be ignored then. If this option is disabled, the HTML filter is only applied to domains in the list."
}, },
"negateHtmlFilterListWarning": { "negateHtmlFilterListWarning": {
"message": "Denne funksjonen kan forårsake feil på noen nettsteder. Vær oppmerksom på informasjonen på Wiki-siden.", "message": "Denne funksjonen kan forårsake feil på noen nettsteder. Vær oppmerksom på informasjonen på Wiki-siden.",
"description": "This function can break websites. Please note the information on the Wiki page." "description": "This function can break websites. Please note the information on the Wiki page."
}, },
"htmlFilterDomainsTitleExclude": { "htmlFilterDomainsTitleExclude": {
"message": "", "message": "Ikke bruk HTML-filter på disse domenene:",
"description": "Do not apply HTML-Filter to these domains:" "description": "Do not apply HTML-Filter to these domains:"
}, },
"htmlFilterDomainsDescription": { "htmlFilterDomainsDescription": {
"message": "Skriv inn domener for HTML-filteret. For disse domenene er filteret slått på, bortsett fra om du inverterer HTML-filteret med det neste alternativet. Skill flere oppføringer med semikolon (;).", "message": "",
"description": "Enter domains for the HTML-Filter. For these domains the filter is activated, except you invert the HTML-Filter with the next option. Separate multiple entries with semi-colons (;)." "description": "Enter the domains to be handled or ignored by the HTML-Filter. Separate multiple entries with semi-colons (;). Default: Apply HTML-Filters only for these domains."
}, },
"htmlFilterDomainsTitleInclude": { "htmlFilterDomainsTitleInclude": {
"message": "", "message": "Bruk HTML-filter på disse domenene:",
"description": "Apply HTML-Filter for these domains:" "description": "Apply HTML-Filter for these domains:"
} }
} }