1<?php
2
3/**
4 * english language file
5 *
6 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 * @author     Bernd Zeimetz <bernd@bzed.de>, based on code by Terence J. Grant<tjgrant@tatewake.com>
8 */
9
10// settings must be present and set appropriately for the language
11$lang['encoding'] = 'utf-8';
12$lang['direction'] = 'ltr';
13
14// for admin plugins, the menu prompt to be displayed in the admin menu
15// if set here, the plugin doesn't need to override the getMenuText() method
16$lang['menu'] = 'Google AdSense';
17
18$lang['components'] = 'Google AdSense Configuration';
19
20$lang['gads_item_type'] = 'Item type';
21$lang['gads_item_option'] = 'Item option';
22
23$lang['gads_googleads_code'] = 'Javascript Code as shown by the AdSense setup';
24$lang['gads_dont_count_admin'] = 'Don\'t display ads for superusers';
25$lang['gads_dont_count_manager'] = 'Don\'t display ads for managers';
26$lang['gads_dont_count_users'] = 'Don\'t display ads for logged in users';
27$lang['gads_save'] = 'Save';
28