Blame view

Modif/epsilon-master/apps/solver/base.en.i18n 1007 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
  SolverApp = "Equations"
  SolverAppCapital = "EQUATIONS"
  AddEquation = "Add equation"
  ResolveEquation = "Solve the equation"
  ResolveSystem = "Solve the system"
  UseEquationModel = "Use an equation template"
  RequireEquation = "The input must be an equation"
  UndefinedEquation = "Undefined equation"
  TooManyVariables = "There are too many unknowns"
  NonLinearSystem = "The system is not linear"
  Solution = "Solution"
  ApproximateSolution = "Approximate solution"
  SearchInverval = "Search interval"
  NoSolutionSystem = "The system has no solution"
  NoSolutionEquation = "The equation has no solution"
  NoSolutionInterval = "No solution found in the interval"
  EnterEquation = "Enter an equation"
  InfiniteNumberOfSolutions = "There are an infinite number of solutions"
  ApproximateSolutionIntervalInstruction0= "Enter the interval to search"
  ApproximateSolutionIntervalInstruction1= "for an approximate solution"
  OnlyFirstSolutionsDisplayed0 = "Only the first 10 solutions"
  OnlyFirstSolutionsDisplayed1 = "are displayed"