You are here:  » Here it is translate.php for Italian translation

Support Forum



Here it is translate.php for Italian translation

Submitted by Mel on Tue, 2012-04-03 14:45 in

<?php
  $translate["Best Price"] = "Miglior Prezzo";
  $translate["brand"] = "marca";
  $translate["Brand"] = "Marca";
  $translate["Catalogue Product Name"] = "Nome del Prodotto";
  $translate["Category"] = "Categoria";
  $translate["category"] = "categoria";
  $translate["Comments"] = "Commenti";
  $translate["Compare Prices"] = "Compara Prezzi";
  $translate["Featured Products"] = "Prodotti in vetrina";
  $translate["from"] = "da";
  $translate["go to"] = "andare a";
  $translate["High to Low"] = "Discendente";
  $translate["Home"] = "Inizio";
  $translate["Low to High"] = "Ascendente";
  $translate["Merchant"] = "Negozio";
  $translate["merchant"] = "negozio";
  $translate["More Information"] = "Maggiori informazioni";
  $translate["Next"] = "Successivo";
  $translate["no results found"] = "la ricerca non ha dato risultati";
  $translate["of"] = "di";
  $translate["or"] = "o";
  $translate["Order by"] = "Ordinare per";
  $translate["Previous"] = "Precedente";
  $translate["Price"] = "Prezzo";
  $translate["Price search results for"] = "Risultati della ricerca per prezzo per";
  $translate["product not found"] = "prodotto non trovato";
  $translate["Product Rating"] = "Valutazione Prodotto";
  $translate["Product reviews for"] = "Recensioni di prodotti per";
  $translate["Product search results for"] = "Risultati della ricerca per";
  $translate["Rating"] = "Valutazione";
  $translate["Related Products"] = "Prodotti simili";
  $translate["Relevance"] = "Rilevanza";
  $translate["Review This Product"] = "Recensione di questo prodotto";
  $translate["Reviews"] = "Recensioni";
  $translate["Search"] = "Cerca";
  $translate["Search or browse by"] = "Cerca o mostra per";
  $translate["Show All Prices"] = "Mostra tutti i prezzi";
  $translate["showing"] = "mostrando";
  $translate["Stockist"] = "Disponibile";
  $translate["Submit"] = "Invia";
  $translate["This reviewer did not leave any comments."] = "Non è stato rilasciata una recensione";
  $translate["to"] = "a";
  $translate["Visit Store"] = "Visita il negozio";
  $translate["Your Comments (optional)"] = "Il tuo commento (opzionale)";
  $translate["Your Rating"] = "La tua valutazione";
  $translate["Your review is pending approval. Thank you for your contribution."] = "La recensione è in attesa di approvazione. Grazie per il contributo.";
  $translate["Your review will appear on the website after it has been approved. Thank you for your contribution."] = "La tua recensione verra mostrata dopo l'approvazione. Grazie per il contributo.";
  function translate($text)
  {
    global $translate;
    return (isset($translate[$text])?$translate[$text]:$text);
  }
?>

Submitted by support on Tue, 2012-04-03 19:22

Thanks, Mel!

Cheers,
David.
--
PriceTapestry.com

Submitted by Mel on Wed, 2012-04-11 13:48

Hi David,
You're Welcome!
Mel