mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
49
web/metronic/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.nb-NB.js
vendored
Normal file
49
web/metronic/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.nb-NB.js
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
/**
|
||||
* Norwegian translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["nb-NB"] = {
|
||||
font_styles: {
|
||||
normal: "Normal tekst",
|
||||
h1: "Tittel 1",
|
||||
h2: "Tittel 2",
|
||||
h3: "Tittel 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Fet",
|
||||
italic: "Kursiv",
|
||||
underline: "Understrekning"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Usortert",
|
||||
ordered: "Sortert",
|
||||
outdent: "Detabuler",
|
||||
indent: "Tabuler",
|
||||
indered: "Tabuler"
|
||||
},
|
||||
link: {
|
||||
insert: "Sett inn lenke",
|
||||
cancel: "Avbryt"
|
||||
},
|
||||
image: {
|
||||
insert: "Sett inn bilde",
|
||||
cancel: "Avbryt"
|
||||
},
|
||||
html: {
|
||||
edit: "Rediger HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Svart",
|
||||
silver: "Sølv",
|
||||
gray: "Grå",
|
||||
maroon: "Brun",
|
||||
red: "Rød",
|
||||
purple: "Lilla",
|
||||
green: "Grønn",
|
||||
olive: "Oliven",
|
||||
navy: "Marineblå",
|
||||
blue: "Blå",
|
||||
orange: "Oransj"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
Loading…
Add table
Add a link
Reference in a new issue