Approval.
This commit is contained in:
4
de/gender_set.php
Normal file
4
de/gender_set.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?PHP
|
||||
$gender_set['female'] = 'Weiblich';
|
||||
$gender_set['male'] = 'Männlich';
|
||||
$gender_set['other'] = 'Weiteres';
|
6
de/object_form_set.php
Normal file
6
de/object_form_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
$object_form_set['cube'] = 'Würfel';
|
||||
$object_form_set['cuboid'] = 'Rechteckig';
|
||||
$object_form_set['sphere'] = 'Kugel';
|
||||
$object_form_set['cone'] = 'Kegel';
|
||||
$object_form_set['cylinder'] = 'Zylinder';
|
Reference in New Issue
Block a user