PEEL Shopping
Open source ecommerce : PEEL Shopping
database_modules_eo.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: database_modules_eo.php 46935 2015-09-18 08:49:48Z gboussin $
14 
15 if (!defined("IN_PEEL")) {
16  die();
17 }
18 
19 // The keys shall have quotes so that they are correcly treated by Transifex : write "1" => ... and not 1 => ...
20 // Les clés doivent avoir des guillemets pour que ce soit traité correctement par Transifex : indiquez "1" => ... et non pas 1 => ...
21 
22 $peel_modules["title"] = array(
23  "catalogue" => "Katalogo",
24  "tagcloud" => "La plej serĉitaj",
25  "search" => "Serĉi",
26  "guide" => "Informoj",
27  "caddie" => "Via aĉetkorbo",
28  "account" => "Mia konto",
29  "best_seller" => "Plej bonaj vendoj",
30  "news" => "Ĉe unua paĝo",
31  "advertising" => "Hazarde elektita reklamo",
32  "menu" => "Menuo",
33  "ariane" => "Gvid-ŝnuro",
34  "advertising1" => "Reklamo - spaco 1a",
35  "advertising2" => "Reklamo - spaco 2a",
36  "advertising3" => "Reklamo - spaco 3a",
37  "advertising4" => "Reklamo - spaco 4a",
38  "advertising5" => "Reklamo - spaco 5a",
39  "last_views" => "Antaŭnelonge konsultitaj",
40  "brand" => "Markoj",
41  "paiement_secu" => "Sekur-pago",
42  "articles_rollover" => "Best articles",
43  "subscribe_newsletter" => "Subscribe newsletter"
44 );
45 
if(!defined("IN_PEEL")) $peel_modules["title"]

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:37:40 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.