source: extensions/rv_sitemap/language/fr_FR/plugin.lang.php @ 15555

Last change on this file since 15555 was 12431, checked in by rvelices, 12 years ago

rv_sitemap fix lang keys

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 374 bytes
Line 
1<?php
2
3$lang['Global'] = 'Global';
4$lang['Filename'] = 'Nom de fichier';
5$lang['Priority'] = 'Priorité';
6$lang['Frequency'] = 'Fréquence';
7$lang['always'] = 'toujours';
8$lang['hourly'] = 'une fois par heure';
9$lang['daily'] = 'quotidiennement';
10$lang['weekly'] = 'hebdomadaire';
11$lang['monthly'] = 'mensuel';
12$lang['yearly'] = 'annuellement';
13$lang['never'] = 'jamais';
14?>
Note: See TracBrowser for help on using the repository browser.