Approval.

This commit is contained in:
Joshua Ramon Enslin 2020-09-07 15:02:32 +02:00 committed by Stefan Rohde-Enslin
parent 9d3453e4c1
commit 87882b8524
7 changed files with 43 additions and 43 deletions

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
$conservation_report_type_set['damage'] = 'Damage'; $conservation_report_type_set['damage'] = 'Kerusakan';
$conservation_report_type_set['conservation'] = 'Conservation'; $conservation_report_type_set['conservation'] = 'Konservasi';
$conservation_report_type_set['condition'] = 'Condition'; $conservation_report_type_set['condition'] = 'Kondisi';
$conservation_report_type_set['restoration'] = 'Restoration'; $conservation_report_type_set['restoration'] = 'Restorasi';
$conservation_report_type_set['other_report'] = 'Other report'; $conservation_report_type_set['other_report'] = 'Laporan lain';
$conservation_report_type_set['other'] = 'Other report'; $conservation_report_type_set['other'] = 'Laporan lain';

View File

@ -1,12 +1,12 @@
<?PHP <?PHP
$currencies_set['eu-EUR'] = 'Euro'; $currencies_set['eu-EUR'] = 'Euro';
$currencies_set['de-DM'] = 'Deutsche Mark'; $currencies_set['de-DM'] = 'Deutsche Mark';
$currencies_set['de-RM'] = 'Reichsmark (Germany)'; $currencies_set['de-RM'] = 'Reichsmark (Jerman)';
$currencies_set['es-Real'] = 'Spanish Real'; $currencies_set['es-Real'] = 'Spanish Real';
$currencies_set['hu-Ft'] = 'Forint'; $currencies_set['hu-Ft'] = 'Forint';
$currencies_set['hu-Lari'] = 'Lari'; $currencies_set['hu-Lari'] = 'Lari';
$currencies_set['hu-Pengő'] = 'Pengő'; $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah'; $currencies_set['id-IDR'] = 'IDR';
$currencies_set['pl-Złoty'] = 'Złoty'; $currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar'; $currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates'; $license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

View File

@ -16,4 +16,4 @@ $entry_types['14'] = 'Vorlass';
$entry_types['15'] = 'Temukan'; $entry_types['15'] = 'Temukan';
$entry_types['98'] = 'Harus dicek'; $entry_types['98'] = 'Harus dicek';
$entry_types['99'] = 'Akuisisi sah yang lain'; $entry_types['99'] = 'Akuisisi sah yang lain';
$entry_types['16'] = 'Permanent loan'; $entry_types['16'] = 'Pinjaman permanen';

View File

@ -1,13 +1,13 @@
<?PHP <?PHP
$license_full_names['CC BY-NC-SA'] = 'Attribution - Non Commercial - Share Alike'; $license_full_names['CC BY-NC-SA'] = 'Atribusi-NonKomersial-BerbagiSerupa';
$license_full_names['CC BY-NC'] = 'Attribution - Non Commercial'; $license_full_names['CC BY-NC'] = 'Atribusi-NonKomersial';
$license_full_names['CC BY-ND'] = 'Attribution - No Derivates'; $license_full_names['CC BY-ND'] = 'Atribusi-TanpaTurunan';
$license_full_names['CC BY-SA'] = 'Attribution - Share Alike'; $license_full_names['CC BY-SA'] = 'Atribusi-BerbagiSerupa';
$license_full_names['CC BY'] = 'Attribution'; $license_full_names['CC BY'] = 'Atribusi';
$license_full_names['CC0'] = 'No Rights Reserved'; $license_full_names['CC0'] = ' Dedikasi Domain Publik ';
$license_full_names['RR-F'] = 'Rights Reserved - Free Access'; $license_full_names['RR-F'] = 'Rights Reserved - Free Access';
$license_full_names['RR-P'] = 'Rights Reserved - Paid Access'; $license_full_names['RR-P'] = 'Rights Reserved - Paid Access';
$license_full_names['RR-R'] = 'Rights Reserved - Restricted Access'; $license_full_names['RR-R'] = 'Rights Reserved - Restricted Access';
$license_full_names['Orphan Work'] = 'Orphan Work'; $license_full_names['Orphan Work'] = 'Orphan Work';
$license_full_names['Public Domain Mark'] = 'Public Domain Mark'; $license_full_names['Public Domain Mark'] = ' Domain Publik ';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates'; $license_full_names['CC BY-NC-ND'] = 'Atribusi-NonKomersial-TanpaTurunan';

View File

@ -1,9 +1,9 @@
<?PHP <?PHP
$marking_types['signature'] = 'Signature'; $marking_types['signature'] = 'Tanda tangan';
$marking_types['watermark'] = 'Watermark'; $marking_types['watermark'] = 'Tanda air';
$marking_types['engraving'] = 'Engraving'; $marking_types['engraving'] = 'Ukiran';
$marking_types['scratch'] = 'Scratching'; $marking_types['scratch'] = 'Goresan';
$marking_types['stamp'] = 'Stamped'; $marking_types['stamp'] = 'Cap';
$marking_types['overprint'] = 'Overprint'; $marking_types['overprint'] = 'Cetak berlebih';
$marking_types['embossing'] = 'Embossing'; $marking_types['embossing'] = 'Ditatah';
$marking_types['handwritten'] = 'Handwritten'; $marking_types['handwritten'] = 'Tulisan tangan';

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
$object_publication_background['0'] = 'Image published'; $object_publication_background['0'] = 'Gambaran diterbitkan';
$object_publication_background['1'] = 'Transcript published'; $object_publication_background['1'] = 'Transkrip diterbitkan';
$object_publication_background['2'] = 'Discussed'; $object_publication_background['2'] = 'Terdiskusi';
$object_publication_background['3'] = 'Rezensiert'; $object_publication_background['3'] = 'Ditinjau';
$object_publication_background['4'] = 'Referenced'; $object_publication_background['4'] = 'Direferensikan';
$object_publication_background['5'] = 'Advertised'; $object_publication_background['5'] = 'Diiklankan';

View File

@ -1,13 +1,13 @@
<?PHP <?PHP
$position_set['left'] = 'Left'; $position_set['left'] = 'Kiri';
$position_set['top_left'] = 'Top left'; $position_set['top_left'] = 'Kiri atas';
$position_set['top'] = 'Top'; $position_set['top'] = 'Atas';
$position_set['top_right'] = 'Top right'; $position_set['top_right'] = 'Kanan atas';
$position_set['right'] = 'Right'; $position_set['right'] = 'Kanan';
$position_set['bottom_right'] = 'Bottom right'; $position_set['bottom_right'] = 'Bawah kanan';
$position_set['bottom'] = 'Bottom'; $position_set['bottom'] = 'Bawah';
$position_set['bottom_left'] = 'Unten links'; $position_set['bottom_left'] = 'Bawah kiri';
$position_set['center'] = 'Center'; $position_set['center'] = 'Pusat';
$position_set['rear_side'] = 'Rear side'; $position_set['rear_side'] = 'Belakang';
$position_set['edge'] = 'Edge'; $position_set['edge'] = 'Pinggir';
$position_set['other'] = 'Other'; $position_set['other'] = 'Lain';