Import xinha so we can switch from htmlarea and fix a bunch of in-browser issues that htmlarea has
This commit is contained in:
17
xinha/plugins/SuperClean/lang/no.js
Normal file
17
xinha/plugins/SuperClean/lang/no.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// I18N constants
|
||||
// LANG: "no", ENCODING: UTF-8
|
||||
// translated: Kim Steinhaug, http://www.steinhaug.com/, kim@steinhaug.com
|
||||
|
||||
{
|
||||
"Clean Up HTML": "Vask HTML kode",
|
||||
"Please select from the following cleaning options...": "Vennligst velg blandt de forskjellige mulighetene å vaske/ rydde i HTML koden",
|
||||
"General tidy up and correction of some problems.": "Generell opprydding i HTML koden samt korrigering av typiske feil",
|
||||
"Clean bad HTML from Microsoft Word": "Vask HTML kode for feil og problemer etter Microsoft Word",
|
||||
"Remove custom typefaces (font \"styles\").": "Fjerne egendefinerte skrifttyper (font face)",
|
||||
"Remove custom font sizes.": "Fjerne egendefinerte skriftstørrelser (font size)",
|
||||
"Remove custom text colors.": "Fjerne egendefinerte skriftfarger (font color)",
|
||||
"Go": "Utfør",
|
||||
"Cancel": "Avbryt",
|
||||
"Tidy failed. Check your HTML for syntax errors.": "Tidy (Programmet som retter HTML koden) feilet. Vennligst se over HTML koden for feil.",
|
||||
"You don't have anything to tidy!": "Det finnes ingen HTML kode å vaske!"
|
||||
}
|
||||
Reference in New Issue
Block a user