Blame view

Giac_maj/epsilon-giac/apps/graph/base.en.i18n 1.32 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
  FunctionApp = "Functions"
  FunctionAppCapital = "FUNCTIONS"
  FunctionTab = "Functions"
  GraphTab = "Graph"
  ValuesTab = "Table"
  Plot = "Plot graph"
  DisplayValues = "Display values"
  FunctionOptions = "Function options"
  AddFunction = "Add function"
  DeleteFunction = "Delete function"
  NoFunctionToDelete = "No function to delete"
  ActivateDesactivate = "Turn on/off"
  FunctionColor = "Function color"
  NoFunction = "No function"
  NoActivatedFunction = "No function is turned on"
  Axis = "Axes"
  Zoom = "Zoom"
  Initialization = "Preadjustment"
  Move = " Move: "
  ToZoom = "Zoom: "
  Or = " or "
  Trigonometric = "Trigonometrical"
  RoundAbscissa = "Integer"
  Orthonormal = "Orthonormal"
  DefaultSetting = "Basic settings"
  PlotOptions = "Plot options"
  Compute = "Calculate"
  Goto = "Go to"
  ValueNotReachedByFunction = "Value not reached by function"
  Zeros = "Zeros"
  Tangent = "Tangent"
  Intersection = "Intersection"
  SelectLowerBound = "Select lower bound"
  SelectUpperBound = "Select upper bound"
  NoZeroFound = "No zeros found"
  IntervalSet = "Set the interval"
  XStart = "X start"
  XEnd = "X end"
  Step = "Step"
  XColumn = "x column"
  FunctionColumn = "0(0) column"
  DerivativeColumn = "0'(x) column"
  DerivativeFunctionColumn = "Derivative function column"
  ClearColumn = "Clear column"
  CopyColumnInList = "Export the column to a list"
  HideDerivativeColumn = "Hide the derivative function"