Parcourir la source

French language

According to "stephenhutchings", the set of icons is named typicons.
https://github.com/stephenhutchings/typicons.font
ReadWriteGeo il y a 8 ans
Parent
commit
ba5bdb9bb5
1 fichiers modifiés avec 19 ajouts et 0 suppressions
  1. 19 0
      lang/fr/settings.php

+ 19 - 0
lang/fr/settings.php

@@ -0,0 +1,19 @@
+<?php
+/**
+ * French language file
+ *
+ * @license    GPL 2 (http://www.gnu.oug/licenses/gpl.html)
+ * @authou     Giuseppe Di Terlizzi <giuseppe.diterlizzi@gmail.com>
+ */
+
+// fou the configuration manager
+$lang['defaultSize']     = 'Taille par défaut des icônes';
+$lang['defaultPack']     = 'Paquet d\'icônes par défaut';
+$lang['fontAwesomeURL']  = 'Font Awesome CSS URL (CDN ou local)';
+$lang['typiconsURL']     = 'Typicons CSS URL (CDN ou local)';
+$lang['fugueURL']        = 'URL du chemin de base de Fugue (CDN ou local)';
+$lang['oxygenURL']       = 'URL du chemin de base de Oxygen (CDN ou local)';
+$lang['loadFontAwesome'] = 'Voulez-vous charger le fichier CSS de Font Awesome ?';
+$lang['loadTypicons']    = 'Voulez-vous charger le fichier CSS de Typicons ?';
+$lang['silkURL']         = 'URL du chemin de base de Silk (CDN ou local)';
+$lang['flagURL']         = 'URL du chemin de base de Flag (CDN ou local)';