egroupware/phpgwapi/js/htmlarea/lang/nb.js
Ralf Becker a3a85a862d import htmlarea 3.0beta
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
2004-01-08 09:03:17 +00:00

37 lines
1.0 KiB
JavaScript

// I18N constants
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "nb",
tooltips: {
bold: "Fet",
italic: "Kursiv",
underline: "Understreket",
strikethrough: "Gjennomstreket",
subscript: "Senket",
superscript: "Hevet",
justifyleft: "Venstrejuster",
justifycenter: "Midtjuster",
justifyright: "Høyrejuster",
justifyfull: "Blokkjuster",
orderedlist: "Nummerert liste",
unorderedlist: "Punktmerket liste",
outdent: "Øke innrykk",
indent: "Reduser innrykk",
forecolor: "Skriftfarge",
backcolor: "Bakgrunnsfarge",
horizontalrule: "Horisontal linje",
createlink: "Sett inn lenke",
insertimage: "Sett inn bilde",
inserttable: "Sett inn tabell",
htmlmode: "Vis HTML kode",
popupeditor: "Forstørr redigeringsvindu",
about: "Om..",
help: "Hjelp",
textindicator: "Gjeldende stil"
}
};