Files
ar
de
dsb
en
es
fr
hsb
hu
id
it
iw
nl
pl
pt
qu
ru
tl
tr
zh
actor_variant_types_set.php
closer_location_types_set.php
conservation_report_type_set.php
currencies_set.php
entry_types.php
eventtype_name.php
exhibition_contributor_roles.json
license_explica.php
license_full_names.php
license_url.php
marking_types.php
object_publication_background.php
phone_types.php
placetypes.php
podcast_contributor_roles.php
position_set.php
recording_types_set.php
research_status.php
source_type_set.php
syndication_repos.php
title_types_set.php
units_length_set.php
units_weight_set.php
translation-value-sets/zh/position_set.php
2020-08-07 09:39:40 +02:00

14 lines
458 B
PHP

<?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';