﻿areaId = 0;
//AreaId is set in master template

var translations = new Array();

translations[1] = new Array();
translations[1][0] = "Back to overview";
translations[1][1] = "Add to basket";
translations[1][2] = "View basket";
translations[1][3] = "Page";
translations[1][4] = "of";
translations[1][5] = "See all products<br /> made by";
translations[1][6] = "25"; //Ecom page id
translations[1][7] = "33"; //Producer page id
translations[1][8] = "See all products<br /> from";
translations[1][9] = "34";
translations[1][10] = "Specify username";
translations[1][11] = "Specify password";
translations[1][12] = "Login";
translations[1][13] = "Specify username and password.";
translations[1][14] = "Username";
translations[1][15] = "Remember username";
translations[1][16] = "Password";
translations[1][17] = "Remember password";
translations[1][18] = "OK";
translations[1][19] = "Click on one of the producers to see more";
translations[1][20] = "Search for";
translations[1][21] = "Search";
translations[1][22] = "Your search for";
translations[1][23] = "gave no results";
translations[1][24] = "gave";
translations[1][25] = "results";
translations[1][26] = "Showing page";
translations[1][27] = "of";
translations[1][28] = "Add one piece to the shopping basket";
translations[1][29] = "Remove one piece from the shopping basket";
translations[1][30] = "Delete the product from the shopping basket";
translations[1][31] = "<< Buy more";
translations[1][32] = "Name";
translations[1][33] = "Amount";
translations[1][34] = "Price /pcs.";
translations[1][35] = "Price in total";
translations[1][36] = "Delete";
translations[1][37] = "Total";
translations[1][38] = "2"; //Ecom landing page id
translations[1][39] = "Quantity";
translations[1][40] = "Remember to choose a variant";
translations[1][41] = "To make the purchase you need to accept the terms and conditions";

function TranslationText(index) {
  return translations[areaId][index];
}