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/fi.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/assets/wymeditor/lang/fi.js (limited to 'public/assets/wymeditor/lang/fi.js') diff --git a/public/assets/wymeditor/lang/fi.js b/public/assets/wymeditor/lang/fi.js new file mode 100644 index 0000000..7a2ff3e --- /dev/null +++ b/public/assets/wymeditor/lang/fi.js @@ -0,0 +1 @@ +WYMeditor.STRINGS.fi={Strong:"Vahvenna",Bold:"Lihavoi",Emphasis:"Kursivoi",Superscript:"Yl\xe4indeksi",Subscript:"Alaindeksi",Ordered_List:"Numeroitu lista",Unordered_List:"Numeroimaton lista",Indent:"Sisenn\xe4",Outdent:"Ep\xe4sisenn\xe4",Undo:"Kumoa",Redo:"Tee uudelleen",Link:"Lis\xe4\xe4 linkki",Unlink:"Poista linkki",Image:"Lis\xe4\xe4 kuva",Table:"Lis\xe4\xe4 taulukko",HTML:"HTML",Paragraph:"Kappale",Heading_1:"Otsikko 1",Heading_2:"Otsikko 2",Heading_3:"Otsikko 3",Heading_4:"Otsikko 4",Heading_5:"Otsikko 5",Heading_6:"Otsikko 6",Preformatted:"Esimuotoiltu",Blockquote:"Sitaatti",Table_Header:"Taulukon otsake",URL:"URL",Title:"Otsikko",Alternative_Text:"Vaihtoehtoinen teksti",Caption:"Kuvateksti",Summary:"Yhteenveto",Number_Of_Rows:"Rivien m\xe4\xe4r\xe4",Number_Of_Cols:"Sarakkeitten m\xe4\xe4r\xe4",Insert:"Lis\xe4\xe4",Submit:"L\xe4het\xe4",Cancel:"Peru",Choose:"Valitse",Preview:"Esikatsele",Paste_From_Word:"Liit\xe4 tekstisi alle",Tools:"Ty\xf6kalut",Containers:"Containers",Classes:"Luokat",Status:"Status",Source_Code:"L\xe4hdekoodi",Text_Align:"Tekstin ryhmitys",Image_Align:"Kuvan ryhmitys",Font_Size:"Fonttikoko",Left:"Vasen",Right:"Oikea",Center:"Keskitys",Justify:"Tasaus",Small:"Pieni",Normal:"Normaali",Large:"Suuri",Apply_Style:"Tyyli"}; \ No newline at end of file -- cgit v1.2.3