6 lines
211 B
PHP
6 lines
211 B
PHP
<?php
|
|
$oneg="Hand"; // "Mano" means "Hand"
|
|
$twog="Back"; // "Dorso" can be translated as "Back" in the context of a hand.
|
|
$threeg="Palm"; // "Palmo" is "Palm"
|
|
$fourg="Wrist or cuff"; // "Polso" is "Wrist"
|
|
?>
|