Initial.
This commit is contained in:
commit
dd94675e23
9
ar/marking_types.php
Normal file
9
ar/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
ar/position_set.php
Normal file
13
ar/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
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';
|
9
dsb/marking_types.php
Normal file
9
dsb/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
dsb/position_set.php
Normal file
13
dsb/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
en/marking_types.php
Normal file
9
en/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
en/position_set.php
Normal file
13
en/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
es/marking_types.php
Normal file
9
es/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
es/position_set.php
Normal file
13
es/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
fr/marking_types.php
Normal file
9
fr/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
fr/position_set.php
Normal file
13
fr/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
hsb/marking_types.php
Normal file
9
hsb/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
hsb/position_set.php
Normal file
13
hsb/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
hu/marking_types.php
Normal file
9
hu/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
hu/position_set.php
Normal file
13
hu/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
id/marking_types.php
Normal file
9
id/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
id/position_set.php
Normal file
13
id/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
it/marking_types.php
Normal file
9
it/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
it/position_set.php
Normal file
13
it/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
iw/marking_types.php
Normal file
9
iw/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
iw/position_set.php
Normal file
13
iw/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
nl/marking_types.php
Normal file
9
nl/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
nl/position_set.php
Normal file
13
nl/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
pl/marking_types.php
Normal file
9
pl/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
pl/position_set.php
Normal file
13
pl/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
pt/marking_types.php
Normal file
9
pt/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
pt/position_set.php
Normal file
13
pt/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
ru/marking_types.php
Normal file
9
ru/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
ru/position_set.php
Normal file
13
ru/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
tl/marking_types.php
Normal file
9
tl/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
tl/position_set.php
Normal file
13
tl/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
9
tr/marking_types.php
Normal file
9
tr/marking_types.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?PHP
|
||||
$marking_types['signature'] = 'Signature';
|
||||
$marking_types['watermark'] = 'Watermark';
|
||||
$marking_types['engraving'] = 'Engraving';
|
||||
$marking_types['scratch'] = 'Scratching';
|
||||
$marking_types['stamp'] = 'Stamped';
|
||||
$marking_types['overprint'] = 'Overprint';
|
||||
$marking_types['embossing'] = 'Embossing';
|
||||
$marking_types['handwritten'] = 'Handwritten';
|
13
tr/position_set.php
Normal file
13
tr/position_set.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?PHP
|
||||
$position_set['left'] = 'Left';
|
||||
$position_set['top_left'] = 'Top left';
|
||||
$position_set['top'] = 'Top';
|
||||
$position_set['top_right'] = 'Top right';
|
||||
$position_set['right'] = 'Right';
|
||||
$position_set['bottom_right'] = 'Bottom right';
|
||||
$position_set['bottom'] = 'Bottom';
|
||||
$position_set['bottom_left'] = 'Unten links';
|
||||
$position_set['center'] = 'Center';
|
||||
$position_set['rear_side'] = 'Rear side';
|
||||
$position_set['edge'] = 'Edge';
|
||||
$position_set['other'] = 'Other';
|
Loading…
Reference in New Issue
Block a user