OpenBeam
C++ library for static analysis of mechanical structures
libopenbeam
internationalization
lang_strings.h
1
/* +---------------------------------------------------------------------------+
2
| OpenBeam - C++ Finite Element Analysis library |
3
| |
4
| Copyright (C) 2010-2021 Jose Luis Blanco Claraco |
5
| University of Malaga |
6
| |
7
| OpenBeam is free software: you can redistribute it and/or modify |
8
| it under the terms of the GNU General Public License as published by |
9
| the Free Software Foundation, either version 3 of the License, or |
10
| (at your option) any later version. |
11
| |
12
| OpenBeam is distributed in the hope that it will be useful, |
13
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
14
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15
| GNU General Public License for more details. |
16
| |
17
| You should have received a copy of the GNU General Public License |
18
| along with OpenBeam. If not, see <http://www.gnu.org/licenses/>. |
19
| |
20
+---------------------------------------------------------------------------+
21
*/
22
23
#pragma once
24
25
namespace
openbeam
26
{
27
namespace
localization
28
{
29
enum
TStringID
30
{
31
STR_Constraints = 0,
32
STR_constraint,
33
STR_Loads,
34
STR_load,
35
STR_Displacements,
36
STR_displacement,
37
STR_Reactions,
38
STR_reaction,
39
STR_dof,
40
STR_node,
41
STR_and,
42
STR_click_to_enlarge,
43
STR_GlobalStiffnessMatrix,
44
STR_AllElementsStiffnessMatrices,
45
STR_Bar,
46
47
// Always leave this as an END flag:
48
STR_NUMBER_OF_IDS
49
};
50
}
51
}
// namespace openbeam
Generated by
1.9.1