[CALC] Added "Minute of arc" and "Second of arc" to the "Angles" units. CORE-5939

This commit is contained in:
Carlo-Bramini 2018-11-04 11:08:44 +01:00 committed by Hermès Bélusca-Maïto
parent dcea9e73c6
commit e5c8047e3d
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
27 changed files with 64 additions and 8 deletions

View file

@ -429,6 +429,8 @@ END
/* Winkeltypen */
STRINGTABLE
BEGIN
IDS_ANGLE_ARCMINUTES "Minute of arc"
IDS_ANGLE_ARCSECONDS "Second of arc"
IDS_ANGLE_DEGREES "Grad"
IDS_ANGLE_GRADIANS "Gon"
IDS_ANGLE_RADIANS "Radiant"