Blame view

emulateur/epsilon-nofrendo/apps/graph/base.en.i18n 768 Bytes
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
  FunctionApp = "Functions"
  FunctionAppCapital = "FUNCTIONS"
  FunctionTab = "Functions"
  AddFunction = "Add function"
  DeleteFunction = "Delete function"
  FunctionColor = "Function color"
  NoFunction = "No function"
  NoActivatedFunction = "No function is turned on"
  PlotOptions = "Plot options"
  Compute = "Calculate"
  Zeros = "Zeros"
  Tangent = "Tangent"
  Intersection = "Intersection"
  SelectLowerBound = "Select lower bound"
  SelectUpperBound = "Select upper bound"
  NoMaximumFound = "No maximum found"
  NoMinimumFound = "No minimum found"
  NoZeroFound = "No zero found"
  NoIntersectionFound = "No intersection found"
  XColumn = "x column"
  DerivativeColumn = "0'(x) column"
  DerivativeFunctionColumn = "Derivative function column"
  HideDerivativeColumn = "Hide the derivative function"