Blame view

locale/en/config.cfg 1.18 KB
3ef575ee   Stefan Wichmann   Initial checkin
1
2
3
  [shortcut-name]
  calcui_4func=Calculator
  
c6cb1d22   Stefan Wichmann   Bugfix 0.18.1 - b...
4
  [controls]
9d6691a6   Stefan Wichmann   Updated to Factor...
5
  calcui_hotkey=Focus on input / Open/Close the calculator (Depending on setting)
c6cb1d22   Stefan Wichmann   Bugfix 0.18.1 - b...
6
  
3ef575ee   Stefan Wichmann   Initial checkin
7
8
  [mod-setting-name]
  calcui-decimal-places=Decimal places
4078977a   Stefan Wichmann   Prepare for first...
9
  calcui-clear-on-calc=Clear equation on calculation
3371d413   Stefan Wichmann   New setting for c...
10
  calcui-shortcut-close=Close with Shortcut
423dee08   compilatron   preparing release...
11
12
  calcui-nilaus-mode=Nilaus mode
  calcui-sfx=Sound effects
3ef575ee   Stefan Wichmann   Initial checkin
13
14
15
  
  [mod-settings-description]
  calcui-decimal-places=Number of decimal places in the result
9d6691a6   Stefan Wichmann   Updated to Factor...
16
17
  calcui-clear-on-calc=Should the calculation trigger the equation to be deleted?
  calcui-shortcut-close=Should the UI close when the shortcut is pressed (true), or focus on the input field if already open (false)?
423dee08   compilatron   preparing release...
18
19
  calcui-nilaus-mode=With Nilaus mode enabled some special easter eggs appear
  calcui-sfx=When enabled sound effects will be played on strange results
3ef575ee   Stefan Wichmann   Initial checkin
20
21
22
  
  [calculator-ui]
  title=Calculator
9d6691a6   Stefan Wichmann   Updated to Factor...
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
  recent_tooltip=Press shift+left-click to copy it to current equation
  button_CE=Clear Entry
  button_C=Clear
  button_BS=Backspace
  button_DIV=Division
  button_7=7
  button_8=8
  button_9=9
  button_MUL=Multiplication
  button_4=4
  button_5=5
  button_6=6
  button_SUB=Subtraction
  button_1=1
  button_2=2
  button_3=3
  button_ADD=Addition
  button_PERC=Percentage
  button_0=0
  button_DOT=Decimal point
  button_EQU=Equals