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.
53 lines
1.4 KiB
53 lines
1.4 KiB
3 years ago
|
/**
|
||
|
* Lithuanian translation for bootstrap-wysihtml5
|
||
|
*/
|
||
|
(function($){
|
||
|
$.fn.wysihtml5.locale["lt-LT"] = {
|
||
|
font_styles: {
|
||
|
normal: "Normalus",
|
||
|
h1: "Antraštė 1",
|
||
|
h2: "Antraštė 2",
|
||
|
h3: "Antraštė 3",
|
||
|
h4: "Antraštė 4",
|
||
|
h5: "Antraštė 5",
|
||
|
h6: "Antraštė 6"
|
||
|
},
|
||
|
emphasis: {
|
||
|
bold: "Pastorintas",
|
||
|
italic: "Kursyvas",
|
||
|
underline: "Pabrauktas"
|
||
|
},
|
||
|
lists: {
|
||
|
unordered: "Suženklintas sąrašas",
|
||
|
ordered: "Numeruotas sąrašas",
|
||
|
outdent: "Padidinti įtrauką",
|
||
|
indent: "Sumažinti įtrauką"
|
||
|
},
|
||
|
link: {
|
||
|
insert: "Įterpti nuorodą",
|
||
|
cancel: "Atšaukti",
|
||
|
target: "Atidaryti nuorodą naujame lange"
|
||
|
},
|
||
|
image: {
|
||
|
insert: "Įterpti atvaizdą",
|
||
|
cancel: "Atšaukti"
|
||
|
},
|
||
|
html: {
|
||
|
edit: "Redaguoti HTML"
|
||
|
},
|
||
|
colours: {
|
||
|
black: "Juoda",
|
||
|
silver: "Sidabrinė",
|
||
|
gray: "Pilka",
|
||
|
maroon: "Kaštoninė",
|
||
|
red: "Raudona",
|
||
|
purple: "Violetinė",
|
||
|
green: "Žalia",
|
||
|
olive: "Gelsvai žalia",
|
||
|
navy: "Tamsiai mėlyna",
|
||
|
blue: "Mėlyna",
|
||
|
orange: "Oranžinė"
|
||
|
}
|
||
|
};
|
||
|
}(jQuery));
|