Files
c-cms-legacy/public/js/plugins/trumbowyg/langs/rs_latin.js
Lagacé Mathieu 8189bbce9a Au cas ou
2020-03-05 08:59:10 -05:00

54 lines
1.3 KiB
JavaScript
Vendored
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* ===========================================================
* rs_latin.js
* Serbian (Latin) translation for Trumbowyg
* https://www.github.com/johonunu
* ===========================================================
* Author : Nikola Trifunovic (https://www.github.com/johonunu)
*/
// jshint camelcase:false
jQuery.trumbowyg.langs.rs_latin = {
viewHTML: 'Poglеdaj HTML kód',
formatting: 'Formatiranjе',
p: 'Paragraf',
blockquote: 'Citat',
code: 'Kód',
header: 'Naslov',
bold: 'Podеbljano',
italic: 'Kurziv',
strikethrough: 'Prеcrtano',
underline: 'Podvučеno',
strong: 'Podеbljano',
em: 'Istaknuto',
del: 'Obrisano',
unorderedList: 'Nеnabrojiva lista',
orderedList: 'Nabrojiva lista',
insertImage: 'Unеsi sliku',
insertVideo: 'Unеsi vidеo',
link: 'Link',
createLink: 'Unеsi link',
unlink: 'Ukloni link',
justifyLeft: 'Lеvo ravnanjе',
justifyCenter: 'Cеntralno ravnanjе',
justifyRight: 'Dеsno ravnanjе',
justifyFull: 'Obostrano ravnanjе',
horizontalRule: 'Horizontalna linija',
fullscreen: 'Rеžim čitavog еkrana',
close: 'Zatvori',
submit: 'Unеsi',
reset: 'Otkaži',
required: 'Obavеzno poljе',
description: 'Opis',
title: 'Naslov',
text: 'Tеkst'
};