Blame view

build1/epsilon-master/apps/toolbox.de.i18n 1.63 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 = "Betragsfunktion"
  NthRoot = "n-te Wurzel"
  BasedLogarithm = "Logarithmus zur Basis a"
  Calculation = "Berechnung"
  ComplexNumber = "Komplexen Zahlen"
  Probability = "Kombinatorik"
  Arithmetic = "Arithmetisch"
  Matrices = "Matrizen"
  NewMatrix = "Neue Matrix"
  Lists = "Listen"
  HyperbolicTrigonometry = "Hyperbelfunktionen"
  Fluctuation = "Konfidenzintervall"
  DerivateNumber = "Ableitung"
  Integral = "Integral"
  Sum = "Summe"
  Product = "Produkt"
  ComplexAbsoluteValue = "Betrag"
  Agument = "Argument"
  RealPart = "Realer Teil"
  ImaginaryPart = "Imaginarer Teil"
  Conjugate = "Konjugiert"
  Combination = "Kombination"
  Permutation = "Permutation"
  GreatCommonDivisor = "ggT"
  LeastCommonMultiple = "kgV"
  Remainder = "Rest"
  Quotient = "Ganzzahlquotient"
  Inverse = "Inverse"
  Determinant = "Determinante"
  Transpose = "Transponierte"
  Trace = "Spur"
  Dimension = "Grosse"
  Sort = "Sortieren aufsteigend"
  InvSort = "Sortieren absteigend"
  Maximum = "Maximalwert"
  Minimum = "Mindestwert"
  Floor = "Untergrenze"
  FracPart = "Bruchanteil"
  Ceiling = "Obergrenze"
  Rounding = "Runden"
  HyperbolicCosine = "Kosinus hyperbolicus"
  HyperbolicSine = "Sinus hyperbolicus"
  HyperbolicTangent = "Tangens hyperbolicus"
  InverseHyperbolicCosine = "Areakosinus hyperbolicus"
  InverseHyperbolicSine = "Areasinus hyperbolicus"
  InverseHyperbolicTangent = "Areatangens hyperbolicus"
  Prediction95 = "Schwankungsbereich 95%"
  Prediction = "Einfaches Schwankungsbereich"
  Confidence = "Konfidenzintervall"
  RandomAndApproximation = "Zufall und Approximation"
  RandomFloat = "Dezimalzahl in [0,1["
  RandomInteger = "Zufällige ganze Zahl in [a,b]"
  PrimeFactorDecomposition = "Primfaktorzerlegung"