/[web]/www/trunk/langs.php
ViewVC logotype

Diff of /www/trunk/langs.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 103 by rda, Tue Dec 7 18:03:38 2010 UTC revision 104 by rda, Thu Dec 16 12:41:54 2010 UTC
# Line 5  Line 5 
5  $g_app_root = realpath(dirname(__FILE__));  $g_app_root = realpath(dirname(__FILE__));
6  define('G_APP_ROOT', $g_app_root);  define('G_APP_ROOT', $g_app_root);
7    
8    $G_coord_assos = <<<T
9        Assocation Mageia.Org
10        8B rue de la Terrasse
11        75017 Paris
12        France
13    
14    T;
15    $G_coord_assos_bank = <<<T
16        CIC Paris Villiers
17        14 avenue de Villiers
18        75017 Paris
19        France
20    
21    
22        IBAN: FR7630066108760002006450123
23        BIC:  CMCIFRPP
24        RIB:  30066 10876 00020064501 23
25    
26    T;
27    
28  require_once 'langs.inc.php';  require_once 'langs.inc.php';
29    
30  $sru = trim($_SERVER['REQUEST_URI']);  $sru = trim($_SERVER['REQUEST_URI']);
# Line 44  $nav_list = array( Line 64  $nav_list = array(
64          'tr' => 'S.S.S.',          'tr' => 'S.S.S.',
65          'ro' => 'Întrebări frecvente'          'ro' => 'Întrebări frecvente'
66      ),      ),
67      "http://donate.mageia.org/{$locale}/" => array(      "/{$locale}/donate/" => array(
68          'el' => 'Δωρεές',          'el' => 'Δωρεές',
69          'en' => 'Donations',          'en' => 'Donations',
70          'es' => 'Donaciones',          'es' => 'Donaciones',

Legend:
Removed from v.103  
changed lines
  Added in v.104

  ViewVC Help
Powered by ViewVC 1.1.30