/[web]/nav/lib.php
ViewVC logotype

Diff of /nav/lib.php

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

revision 2794 by leuhmanu, Tue Oct 29 22:23:08 2013 UTC revision 3004 by filip, Fri Jan 31 21:40:24 2014 UTC
# Line 235  function _mgnav_html($wrap = false, $lan Line 235  function _mgnav_html($wrap = false, $lan
235          array('downloads',  '//$S/$L/downloads/',     l10n::_t('Downloads'),     l10n::_t('Download Mageia ISO and updates.')),          array('downloads',  '//$S/$L/downloads/',     l10n::_t('Downloads'),     l10n::_t('Download Mageia ISO and updates.')),
236          array('support',    '//$S/$L/support/',       l10n::_t('Support'),       l10n::_t('Get support from Mageia community.')),          array('support',    '//$S/$L/support/',       l10n::_t('Support'),       l10n::_t('Get support from Mageia community.')),
237          array('wiki',       '//wiki.mageia.org/',     l10n::_t('Wiki'),          l10n::_t('Wiki of the Mageia Community')),          array('wiki',       '//wiki.mageia.org/',     l10n::_t('Wiki'),          l10n::_t('Wiki of the Mageia Community')),
238          array('doc',        '//doc.mageia.org/',      l10n::_t('Docs'),           l10n::_t('Documentations of Mageia')),          array('doc',        '//$S/$L/doc/',           l10n::_t('Docs'),          l10n::_t('Documentations of Mageia')),
239          array('community',  '//$S/$L/community/',     l10n::_t('Community'),     l10n::_t('')),          array('community',  '//$S/$L/community/',     l10n::_t('Community'),     l10n::_t('')),
240          array('contribute', '//$S/$L/contribute/',    l10n::_t('Contribute'),    l10n::_t('You too can build Mageia with us!')),          array('contribute', '//$S/$L/contribute/',    l10n::_t('Contribute'),    l10n::_t('You too can build Mageia with us!')),
241          array('donate',     '//$S/$L/donate/',        l10n::_t('Donate'),        l10n::_t('')),          array('donate',     '//$S/$L/donate/',        l10n::_t('Donate'),        l10n::_t('')),
# Line 293  function _lang_check($s = null) Line 293  function _lang_check($s = null)
293      }      }
294    
295      $supported = array(      $supported = array(
296            'ast',
297          'cs',          'cs',
298          'de',          'de',
299          'el', 'en', 'eo', 'es', 'et',          'el', 'en', 'eo', 'es', 'et',
# Line 304  function _lang_check($s = null) Line 305  function _lang_check($s = null)
305          'ro', 'ru',          'ro', 'ru',
306          'sl',          'sl',
307          'tr',          'tr',
308          'uk',          'uk', 'ur',
309          'zh-cn', 'zh-tw'          'zh-cn', 'zh-tw'
310      );      );
311    

Legend:
Removed from v.2794  
changed lines
  Added in v.3004

  ViewVC Help
Powered by ViewVC 1.1.30