Blame view

build4/epsilon-master/apps/toolbox.fr.i18n 1.73 KB
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  Toolbox = "Toolbox"
  AbsoluteValue = "Valeur absolue"
  NthRoot = "Racine n-ieme"
  BasedLogarithm = "Logarithme base a"
  Calculation = "Calculs"
  ComplexNumber = "Nombres complexes"
  Probability = "Denombrement"
  Arithmetic = "Arithmetique"
  Matrices = "Matrices"
  NewMatrix = "Nouvelle matrice"
  Lists = "Listes"
  HyperbolicTrigonometry = "Trigonometrie hyperbolique"
  Fluctuation = "Intervalle fluctuation"
  DerivateNumber = "Nombre derive"
  Integral = "Integrale"
  Sum = "Somme"
  Product = "Produit"
  ComplexAbsoluteValue = "Module"
  Agument = "Argument"
  RealPart = "Partie reelle"
  ImaginaryPart = "Partie imaginaire"
  Conjugate = "Conjugue"
  Combination = "k parmi n"
  Permutation = "Arrangement"
  GreatCommonDivisor = "PGCD"
  LeastCommonMultiple = "PPCM"
  Remainder = "Reste division p par q"
  Quotient = "Quotient division p par q"
  Inverse = "Inverse"
  Determinant = "Determinant"
  Transpose = "Transposee"
  Trace = "Trace "
  Dimension = "Taille"
  Sort = "Tri croissant"
  InvSort = "Tri decroissant"
  Maximum = "Maximum"
  Minimum = "Minimum"
  Floor = "Partie entiere"
  FracPart = "Partie fractionnaire"
  Ceiling = "Plafond"
  Rounding = "Arrondi n chiffres"
  HyperbolicCosine = "Cosinus hyperbolique"
  HyperbolicSine = "Sinus hyperbolique"
  HyperbolicTangent = "Tangente hyperbolique"
  InverseHyperbolicCosine = "Argument cosinus hyperbolique"
  InverseHyperbolicSine = "Argument sinus hyperbolique"
  InverseHyperbolicTangent = "Argument tangente hyperbolique"
  Prediction95 = "Intervalle fluctuation 95% (Term)"
  Prediction = "Intervalle fluctuation simple (2de)"
  Confidence = "Intervalle confiance"
  RandomAndApproximation = "Aléatoire et approximation"
  RandomFloat = "Nombre decimal dans [0,1["
  RandomInteger = "Entier aléatoire dans [a,b]"
  PrimeFactorDecomposition = "Décomposition en facteurs premiers"