<?php

/**
 * english language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Bernd Zeimetz <bernd@bzed.de>, based on code by Terence J. Grant<tjgrant@tatewake.com>
 */

// 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['components'] = 'Google AdSense Configuration';

$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_dont_count_admin'] = 'Don\'t display ads for superusers';
$lang['gads_dont_count_manager'] = 'Don\'t display ads for managers';
$lang['gads_dont_count_users'] = 'Don\'t display ads for logged in users';
$lang['gads_save'] = 'Save';
