Import xinha so we can switch from htmlarea and fix a bunch of in-browser issues that htmlarea has

This commit is contained in:
Chris Morgan
2005-09-30 02:25:07 +00:00
committed by WineHQ
parent 2311d4d572
commit 9242a68c4a
375 changed files with 26623 additions and 0 deletions

View 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!"
}