You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.2 KiB
52 lines
1.2 KiB
/** |
|
* Moldavian translation for bootstrap-wysihtml5 |
|
*/ |
|
(function($){ |
|
$.fn.wysihtml5.locale["mo-MD"] = { |
|
font_styles: { |
|
normal: "Normal", |
|
h1: "Titlu 1", |
|
h2: "Titlu 2", |
|
h3: "Titlu 3", |
|
h4: "Titlu 4", |
|
h5: "Titlu 5", |
|
h6: "Titlu 6" |
|
}, |
|
emphasis: { |
|
bold: "Bold", |
|
italic: "Cursiv", |
|
underline: "Accentuat" |
|
}, |
|
lists: { |
|
unordered: "Neordonata", |
|
ordered: "Ordonata", |
|
outdent: "Margine", |
|
indent: "zimțuire" |
|
}, |
|
link: { |
|
insert: "Indroduce link-ul", |
|
cancel: "Anula" |
|
}, |
|
image: { |
|
insert: "Insera imagina", |
|
cancel: "Anula" |
|
}, |
|
html: { |
|
edit: "Editare HTML" |
|
}, |
|
|
|
colours: { |
|
black: "Negru", |
|
silver: "Argint", |
|
gray: "Gri", |
|
maroon: "Castaniu", |
|
red: "Roșu", |
|
purple: "Violet", |
|
green: "Verde", |
|
olive: "Oliv", |
|
navy: "Marin", |
|
blue: "Albastru", |
|
orange: "Portocaliu" |
|
} |
|
}; |
|
}(jQuery)); |