Initial.
This commit is contained in:
9
de/marking_types.php
Normal file
9
de/marking_types.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
$marking_types['signature'] = 'Signatur';
|
||||
$marking_types['watermark'] = 'Wasserzeichen';
|
||||
$marking_types['engraving'] = 'Gravur';
|
||||
$marking_types['scratch'] = 'Gekratzt';
|
||||
$marking_types['stamp'] = 'Gestempelt';
|
||||
$marking_types['overprint'] = 'Gedruckt';
|
||||
$marking_types['embossing'] = 'Geprägt';
|
||||
$marking_types['handwritten'] = 'Handschriftlich';
|
13
de/position_set.php
Normal file
13
de/position_set.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?PHP
|
||||
$position_set['left'] = 'Links';
|
||||
$position_set['top_left'] = 'Oben links';
|
||||
$position_set['top'] = 'Oben';
|
||||
$position_set['top_right'] = 'Oben rechts';
|
||||
$position_set['right'] = 'Rechts';
|
||||
$position_set['bottom_right'] = 'Unten rechts';
|
||||
$position_set['bottom'] = 'Unten';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Mittig';
|
||||
$position_set['rear_side'] = 'Rückseite';
|
||||
$position_set['edge'] = 'Rand';
|
||||
$position_set['other'] = 'Weiteres';
|
Reference in New Issue
Block a user