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.
78 lines
2.1 KiB
78 lines
2.1 KiB
(function ($) {
|
|
$.Redactor.opts.langs['sq'] = {
|
|
html: 'HTML',
|
|
video: 'Video',
|
|
image: 'Fotografi',
|
|
table: 'Tabelë',
|
|
link: 'Link',
|
|
link_insert: 'Lidh linq ...',
|
|
link_edit: 'Edit link',
|
|
unlink: 'Hiq linkun',
|
|
formatting: 'Stilet',
|
|
paragraph: 'Paragraf',
|
|
quote: 'Kuotë',
|
|
code: 'Kod',
|
|
header1: 'Header 1',
|
|
header2: 'Header 2',
|
|
header3: 'Header 3',
|
|
header4: 'Header 4',
|
|
header5: 'Header 5',
|
|
bold: 'Te trasha / Bold',
|
|
italic: 'Kursive / Italic',
|
|
fontcolor: 'Ngjyra e shkronjave',
|
|
backcolor: 'Ngjyra e mbrapavisë së shkronjave',
|
|
unorderedlist: 'Liste pa renditje',
|
|
orderedlist: 'Liste me renditje',
|
|
outdent: 'Outdent',
|
|
indent: 'Indent',
|
|
redo: 'Ribëj',
|
|
undo: 'Zhbëj',
|
|
cut: 'Cut',
|
|
cancel: 'Anulo',
|
|
insert: 'Insert',
|
|
save: 'Ruaje',
|
|
_delete: 'Fshije',
|
|
insert_table: 'Shto tabelë',
|
|
insert_row_above: 'Shto rresht sipër',
|
|
insert_row_below: 'Shto rresht përfundi',
|
|
insert_column_left: 'Shto kolonë majtas',
|
|
insert_column_right: 'Shto kolonë djathtas',
|
|
delete_column: 'Fshije kolonën',
|
|
delete_row: 'Fshije rreshtin',
|
|
delete_table: 'Fshije tabelën',
|
|
rows: 'Rreshta',
|
|
columns: 'Kolona',
|
|
add_head: 'Shto titujt e tabelës',
|
|
delete_head: 'Fshije titujt e tabelës',
|
|
title: 'Titulli',
|
|
image_position: 'Pozita',
|
|
none: 'Normale',
|
|
left: 'Majtas',
|
|
right: 'Djathtas',
|
|
image_web_link: 'Linku i fotografisë në internet',
|
|
text: 'Teksti',
|
|
mailto: 'Email',
|
|
web: 'URL',
|
|
video_html_code: 'Video embed code',
|
|
file: 'Fajll',
|
|
upload: 'Ngarko',
|
|
download: 'Shkarko',
|
|
choose: 'Zgjedh',
|
|
or_choose: 'Ose zgjedh',
|
|
drop_file_here: 'Gjuaje fajllin këtu',
|
|
align_left: 'Rreshtoje majtas',
|
|
align_center: 'Rreshtoje në mes',
|
|
align_right: 'Rreshtoje djathtas',
|
|
align_justify: 'Rreshtoje të gjithin njejt',
|
|
horizontalrule: 'Vizë horizontale',
|
|
fullscreen: 'Pamje e plotë',
|
|
deleted: 'E fshirë',
|
|
anchor: 'Anchor',
|
|
link_new_tab: 'Open link in new tab',
|
|
underline: 'Underline',
|
|
alignment: 'Alignment',
|
|
filename: 'Name (optional)',
|
|
edit: 'Edit',
|
|
center: 'Center'
|
|
};
|
|
})( jQuery );
|
|
|