Approval.
This commit is contained in:
parent
388b7f3db0
commit
03b5464bb8
7
ar/shipment_method_set.php
Normal file
7
ar/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
de/shipment_method_set.php
Normal file
7
de/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unbekannt',
|
||||
'car' => 'Per Auto',
|
||||
'ship' => 'Per Schiff',
|
||||
);
|
7
dsb/shipment_method_set.php
Normal file
7
dsb/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
en/shipment_method_set.php
Normal file
7
en/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
es/shipment_method_set.php
Normal file
7
es/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
fr/shipment_method_set.php
Normal file
7
fr/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
hsb/shipment_method_set.php
Normal file
7
hsb/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
hu/shipment_method_set.php
Normal file
7
hu/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
id/shipment_method_set.php
Normal file
7
id/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
it/shipment_method_set.php
Normal file
7
it/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
iw/shipment_method_set.php
Normal file
7
iw/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
nl/shipment_method_set.php
Normal file
7
nl/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
pl/shipment_method_set.php
Normal file
7
pl/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
pt/shipment_method_set.php
Normal file
7
pt/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
qu/shipment_method_set.php
Normal file
7
qu/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
ru/shipment_method_set.php
Normal file
7
ru/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
tl/shipment_method_set.php
Normal file
7
tl/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
tr/shipment_method_set.php
Normal file
7
tr/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
uk/shipment_method_set.php
Normal file
7
uk/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
7
zh/shipment_method_set.php
Normal file
7
zh/shipment_method_set.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
);
|
Loading…
Reference in New Issue
Block a user