<?php
///////////////////////////////////////////////////////////////////////////////////////////
///Script PHP/MYSQL of management of classifieds ads developed by Script PAG
///Script PAG all rights reserved. Use under license. http://www.script-pag.com
/////////////////////////////////////////////////////////////////////////////////////////// 

############################################################ 

///////////////////////////////////
//Mails pages
////////////////////////////////// 
 
$cache_pages = array(
1=>
array(
'id_page'  => '1',
'pos_page'  => '1',
'name_page_fr' => 'Aide',
'text_page_fr' => 'Ici le texte de votre page Aide',
'name_page_en' => 'Help',
'text_page_en' => 'Here the text of your page Help',
'name_page_es' => 'Ayuda',
'text_page_es' => 'Aquí el texto de tu página ayuda',
'name_page_it' => 'Aiuto',
'text_page_it' => 'Qui il testo della tua pagina aiuta',
'name_page_ru' => 'Помощь',
'text_page_ru' => 'здесь текст страницы Помощь',
'name_page_ar' => 'مساعدة',
'text_page_ar' => 'هنا نص صفحة المساعدة الخاصة بك',
'edition'       => '0',
),
2=>
array(
'id_page'  => '2',
'pos_page'  => '2',
'name_page_fr' => 'Règles de diffusion',
'text_page_fr' => 'Ici le texte de vos règles de diffusion',
'name_page_en' => 'Rules and Policies',
'text_page_en' => 'Here the text of your Rules and Policies',
'name_page_es' => 'Normas de difusión',
'text_page_es' => 'Aquí el texto de tus Normas de difusión',
'name_page_it' => 'Regole di diffusione',
'text_page_it' => 'Qui il testo delle regole di diffusione',
'name_page_ru' => 'Правила распространения',
'text_page_ru' => 'Здесь текст ваших правил раздачи',
'name_page_ar' => 'قواعد التوزيع',
'text_page_ar' => 'هنا نص قواعد التوزيع الخاصة بك',
'edition'       => '0',
),
3=>
array(
'id_page'  => '3',
'pos_page'  => '3',
'name_page_fr' => 'Conditions générales d\'utilisation',
'text_page_fr' => 'Ici le texte de vos Conditions générales d\'utilisation',
'name_page_en' => 'Terms of Use',
'text_page_en' => 'Here the text of your Terms of Use',
'name_page_es' => 'Términos de uso',
'text_page_es' => 'Aquí el texto de sus Términos de uso',
'name_page_it' => 'Termini di utilizzo',
'text_page_it' => 'Qui il testo dei Termini di utilizzo',
'name_page_ru' => 'Правила сайта',
'text_page_ru' => 'здесь текст Правила сайта',
'name_page_ar' => 'شروط الخدمة',
'text_page_ar' => 'هنا نص شروط الاستخدام العامة الخاصة بك',
'edition'       => '0',
),
4=>
array(
'id_page'  => '4',
'pos_page'  => '4',
'name_page_fr' => 'Conditions générales de vente',
'text_page_fr' => 'Ici le texte de vos Conditions générales de vente',
'name_page_en' => 'Terms of Sales',
'text_page_en' => 'Here the text of your Terms of Sales',
'name_page_es' => 'Condiciones generales de venta',
'text_page_es' => 'Aquí el texto de sus Condiciones generales de venta',
'name_page_it' => 'Condizioni generali di vendita',
'text_page_it' => 'Qui il testo dei Condizioni generali di vendita',
'name_page_ru' => 'Условия продажи',
'text_page_ru' => 'Здесь текст ваших Общих условий продажи',
'name_page_ar' => 'الشروط العامة للبيع',
'text_page_ar' => 'هنا نص شروط البيع العامة الخاصة بك',
'edition'       => '0',
),
5=>
array(
'id_page'  => '5',
'pos_page'  => '5',
'name_page_fr' => 'Politique de confidentialité',
'text_page_fr' => 'Ici le texte de votre Politique de confidentialité',
'name_page_en' => 'Privacy Policy',
'text_page_en' => 'Here the text of your Privacy Policy',
'name_page_it' => 'Politica sulla privacy',
'text_page_it' => 'Qui il testo della tua politica sulla privacy',
'name_page_es' => 'Política de confidencialidad',
'text_page_es' => 'Aquí el texto de su política de confidencialidad',
'name_page_ru' => 'Политика конфиденциальности',
'text_page_ru' => 'здесь текст политика конфиденциальности',
'name_page_ar' => 'سياسة الخصوصية',
'text_page_ar' => 'هنا نص سياسة الخصوصية الخاصة بك',
'edition'       => '0',
),
);