From aed1ccac95072ef3bacfc2563800db39609bef9d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 2 Sep 2018 21:47:25 +0200 Subject: Precompile assets and check them into vc. Since we disabled asset compilation in production, we need to precompile them on the development machine. We check the precompiled assets into version control so the will be deployed with the updated code. --- public/assets/wymeditor/lang/rs.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/assets/wymeditor/lang/rs.js (limited to 'public/assets/wymeditor/lang/rs.js') diff --git a/public/assets/wymeditor/lang/rs.js b/public/assets/wymeditor/lang/rs.js new file mode 100644 index 0000000..85df989 --- /dev/null +++ b/public/assets/wymeditor/lang/rs.js @@ -0,0 +1 @@ +WYMeditor.STRINGS.rs={Strong:"O\u0161tro",Bold:"Bold",Emphasis:"Italic",Superscript:"Superscript",Subscript:"Subscript",Ordered_List:"Brojna lista",Unordered_List:"Ulan\u010dana lista",Indent:"Uvuci tekst",Outdent:"Izvuci tekst",Undo:"Korak nazad",Redo:"Korak napred",Link:"Dodaj link",Unlink:"Ukloni link",Image:"Dodaj sliku",Table:"Dodaj tabelu",HTML:"HTML kod",Paragraph:"Paragraf",Heading_1:"Naslov 1",Heading_2:"Naslov 2",Heading_3:"Naslov 3",Heading_4:"Naslov 4",Heading_5:"Naslov 5",Heading_6:"Naslov 6",Preformatted:"Preformatirano",Blockquote:"Navodnici",Table_Header:"Zaglavlje tabele",URL:"URL adresa",Title:"Naslov",Alternative_Text:"Alternativni tekst",Caption:"Caption",Summary:"Rezime",Number_Of_Rows:"Broj redova",Number_Of_Cols:"Broj kolona",Insert:"Unesi",Submit:"Potvrdi",Cancel:"Poni\u0161ti",Choose:"Izaberi",Preview:"Pregled",Paste_From_Word:"Kopirajte va\u0161 tekst ispod",Tools:"Alati",Containers:"Okviri",Classes:"Klase",Status:"Status",Source_Code:"Izvorni kod",Apply_Style:"Stilovi"}; \ No newline at end of file -- cgit v1.2.3