1<?php 2/* 3 * Display Orphans Plugin 4 * Copyright (c) 2016 Jay Jeckel 5 * Licensed under the MIT license: https://opensource.org/licenses/MIT 6 * Permission is granted to use, copy, modify, and distribute the work. 7 * Full license information available in the project LICENSE file. 8*/ 9 10$lang['text_show_backlinks'] = "Show Backlinks"; 11$lang['header_index'] = "#"; 12$lang['header_id'] = "ID"; 13$lang['header_title'] = "Title"; 14$lang['header_backlinks'] = "Backlinks"; 15 16?>