, based on code by Terence J. Grant */ // settings must be present and set appropriately for the language $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; // for admin plugins, the menu prompt to be displayed in the admin menu // if set here, the plugin doesn't need to override the getMenuText() method $lang['menu'] = 'Google Adsense'; $lang['gads_item_type'] = 'Item type'; $lang['gads_item_option'] = 'Item option'; //$lang['gads_googleads_code'] = 'Javascript Code as shown by the Adsense setup'; $lang['gads_enabled'] = 'Google Adsense enabled'; $lang['gads_debug'] = 'Debug mode enabled'; $lang['gads_dont_count_admin'] = 'Don\'t display ads for admin/superuser'; $lang['gads_dont_count_users'] = 'Don\'t display ads for logged in users'; $lang['google_ad_client'] = "Default ClientID - 'default_client'
(Google call it 'google_ad_client')"; $lang['google_color_border'] = "Default Border - 'default_border'
(Google call it 'google_color_border')"; $lang['google_color_bg'] = "Default Background - 'default_bg'
(Google call it 'google_color_bg')"; $lang['google_color_link'] = "Default Title - 'default_link'
(Google call it 'google_color_link')"; $lang['google_color_url'] = "Default URL - 'default_url'
(Google call it 'google_color_url')"; $lang['google_color_text'] = "Default Text - 'default_text'
(Google call it 'google_color_text')"; $lang['gads_save'] = 'Save';