-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlang-en.js
24 lines (19 loc) · 966 Bytes
/
lang-en.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
lang_total_surface = "Total surface area : <b>"
lang_total_rooms = "Total number of room(s) : <b>"
lang_num_of_swiches = "Number of Swiches"
lang_num_of_sockets = "Number of Sockets"
lang_num_of_lights = "Number of Lights"
distance_mode_boxinfo = 'Add a measurement'
room_mode_boxinfo = 'Room configuration'
select_mode_boxinfo = 'Mode "select"'
line_mode_boxinfo = 'Making Wall(s)'
partition_mode_boxinfo = 'Making Partition(s)'
rect_mode_boxinfo = 'Making part(s)'
door_boxinfo = 'Add a door'
window_boxinfo = 'Add a window'
object_boxinfo = 'Add an object'
stair_mode_boxinfo = 'Add a staircase'
node_mode_boxinfo = 'Cut a wall<br/><span style=\"font-size:0.7em\">Warning: Cut the wall of a room can reset its configuration.</span>'
text_mode_boxinfo = 'Add text<br/><span style=\"font-size:0.7em\">Move the cursor to the desired position, then type your text.</span>';
grid_mode_on_boxinfo = 'Turn Grid mode on'
grid_mode_off_boxinfo = 'Turn Grid mode off'