Sindbad~EG File Manager

Current Path : /usr/home/beeson/MathXpert/Localizer/french/
Upload File :
Current File : /usr/home/beeson/MathXpert/Localizer/french/french_subjectstr.c

/* M. Beeson, for WebMathXpert
  Support for subject menus in French
  Original date 1.21.24
  #include "subjectstr.h"
*/

 #include "english1.h"
 #include "subjectstr.h"
 
static const char *subjects[NSUBJECTS] = {
    "Graphes de fonctions",
    "Graphes de calcul",
    "Relations et inégalités",
    "Algèbre élémentaire",
    "Algèbre linéaire",
    "Simplifier",
    "Résoudre des équations",
    "Trigonométrie",
    "Logarithmes et exponentielles",
    "Nombres complexes",
    "Différentiation et limites",
    "Intégration élémentaire",
    "Différentiation avancée",
    "Intégration avancée",
    "Séries infinies"
};


const char *French_subjectstr(int n)
{ return subjects[n];
}
				   

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists