# LANGUAGE translation of Drupal (adsense_help.inc) # Copyright YEAR NAME # Generated from files: # adsense_help.inc,v 1.7.2.6 2006/12/14 05:09:22 darrenoh # adsense.module,v 1.50.2.10 2006/12/14 04:24:31 darrenoh # adsense.info,v 1.1.2.1 2006/12/08 18:10:47 darrenoh # adsense.install,v 1.5.2.1 2006/12/08 18:10:47 darrenoh # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2006-12-14 00:11-0500\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: adsense_help.inc:6 msgid "

Overview

" msgstr "" #: adsense_help.inc:7 msgid "

This module provides web site admins the factility to display Google AdSense ads on their web site, thus earning revenue.

" msgstr "" #: adsense_help.inc:8 msgid "

Prerequisites

" msgstr "" #: adsense_help.inc:9 msgid "

You must have a Google AdSense account before using this module. If you do not have an account, then please consider using the modules author's referral link, which provides us with a referral fee from Google at absolutely no cost to you. This page also contains various useful links and resources on AdSense, and how to optimize your site for it.

" msgstr "" #: adsense_help.inc:10 msgid "

Supported formats

" msgstr "" #: adsense_help.inc:11 msgid "

The following ad formats are supported:

" msgstr "" #: adsense_help.inc:13 msgid "

Configuration

" msgstr "" #: adsense_help.inc:14 msgid "

To use this module, you need to do the following first:

" msgstr "" #: adsense_help.inc:16 msgid "
  • Go to Administer -> Site building -> Modules and enable the profile module.
  • " msgstr "" #: adsense_help.inc:17 msgid "
  • Go to Administer -> User management -> Profiles and create a new profile field of type \"single-line textfield\". Name this field something like \"Google AdSense client ID\", and form name \"profile_google_adsense_client_id\". This is a required configuration parameter. At a minimum you should enter this field for user 1." msgstr "" #: adsense_help.inc:18 msgid "

    Note that the new profile field must be setup as: \"Private field, content only available to privileged users\". All other values are either insecure or will not work, so do not use any of them.

    " msgstr "" #: adsense_help.inc:19 msgid "

    If you want to use revenue sharing and force users to enter a value when they sign up, then check the following settings:

    " msgstr "" #: adsense_help.inc:21 msgid "
  • The user must enter a value.
  • " msgstr "" #: adsense_help.inc:22 msgid "
  • Visible in user registration form.
  • " msgstr "" #: adsense_help.inc:24 msgid "

    Also, you should enter a descriptive explanation for the Google AdSense client ID, so users know what to enter in this field.

    " msgstr "" #: adsense_help.inc:25 msgid "
  • Go to My account -> Edit, then click on the category that you defined for the Google AdSense client ID and enter your Google ID, which is something like \"pub-9999999999999\", and click Submit.
  • " msgstr "" #: adsense_help.inc:27 msgid "

    Displaying AdSense ads

    " msgstr "" #: adsense_help.inc:28 msgid "

    There are several ways to display ads, summarized as follows:

    " msgstr "" #: adsense_help.inc:29 msgid "

    Ads can be displayed in pre-defined blocks, in custom blocks, in content or in any phptemplate based theme.

    " msgstr "" #: adsense_help.inc:30 msgid "

    Using blocks

    " msgstr "" #: adsense_help.inc:31 msgid "

    The easiest way to get started with this module is to use one or more of the pre-defined blocks.

    " msgstr "" #: adsense_help.inc:32 msgid "

    Visit the blocks configuration page, and click on the configure link of one of the AdSense blocks. You must select a format, a group, and a channel.

    " msgstr "" #: adsense_help.inc:33 msgid "

    Enable the block, and specify a region for it to be displayed in.

    " msgstr "" #: adsense_help.inc:34 msgid "

    Using custom PHP code

    " msgstr "" #: adsense_help.inc:35 msgid "

    To display ads, you call the function @function and supply it with the following arguments.

    " msgstr "" #: adsense_help.inc:37 msgid "
  • Format: This is a string of two numbers with an \"x\" in between. It can be any valid combination from the list provided above. If not specified, then 160x600 is assumed.
  • " msgstr "" #: adsense_help.inc:38 msgid "
  • Group: This is the group that denotes the type (text or image) and color of the ad. This can be 1, 2 or 3. If not specified, then 1 is assumed.
  • " msgstr "" #: adsense_help.inc:39 msgid "
  • Channel: This is the Custom Channel for the ad, as configured in AdSense. This is an optional parameter and if not specified, then 1 is assumed. If you did not configure any channels, then leave this parameter out.
  • " msgstr "" #: adsense_help.inc:41 msgid "

    To display ads in blocks, add a new block, make its type \"PHP\", and enclose it in PHP tags.

    " msgstr "" #: adsense_help.inc:45 msgid "

    If you want to make sure that you do not get errors if the AdSense module is accidentally disabled or deleted, then use the longer form:

    " msgstr "" #: adsense_help.inc:51 msgid "

    Using themes

    " msgstr "" #: adsense_help.inc:52 msgid "

    You must use a phptemplate-based theme to display ads from within the theme. This requires some familiarity with PHP. Edit the appropriate .tpl.php file in your theme directory, and add:

    " msgstr "" #: adsense_help.inc:56 msgid "

    Make sure you enclose it in PHP tags.

    " msgstr "" #: adsense_help.inc:57 msgid "

    You could also use the longer format that protects you against deleting or disabling the module:

    " msgstr "" #: adsense_help.inc:63 msgid "

    Using tags

    " msgstr "" #: adsense_help.inc:64 msgid "

    The tags feature allows placement of ads anywhere in the content. Please note that content here means any part that is passed through Drupal's filter system. Text in the slogan, mission, and footer is normally not filtered the same way as text in nodes, so you cannot put tags in those places.

    " msgstr "" #: adsense_help.inc:65 msgid "

    To enable the tags feature, you have to enable the \"AdSense tag\" filter in the input format you are using (such as Full HTML or Filtered HTML) from Administer -> Site configuration -> Input formats. Then you have to insert the appropriate tag in your node where you would like the ad to appear.

    " msgstr "" #: adsense_help.inc:66 msgid "

    Note that filters sometimes may have conflicts, and changing the order can make AdSense work in some cases.

    " msgstr "" #: adsense_help.inc:67 msgid "

    The tag syntax comes in these variants:

    " msgstr "" #: adsense_help.inc:68 msgid "
    1. [adsense:format:group:channel]
    " msgstr "" #: adsense_help.inc:69;80;92 msgid "

    Where:

    " msgstr "" #: adsense_help.inc:71 msgid "One of the supported ad formats (such as 468x60)." msgstr "" #: adsense_help.inc:72 msgid "A number corresponding to the ad group this ad belongs to, determines colors." msgstr "" #: adsense_help.inc:73 msgid "A number corresponding to the ad channel." msgstr "" #: adsense_help.inc:75 msgid "

    All fields are required, unlike when using the @function function above.

    " msgstr "" #: adsense_help.inc:76;86;97 msgid "

    Example:

    " msgstr "" #: adsense_help.inc:78 msgid "

    Display a 468x60 banner with the colors defined in group 1, and with channel ID 2

    " msgstr "" #: adsense_help.inc:79 msgid "
    2. [adsense:block:block_id]
    " msgstr "" #: adsense_help.inc:82 msgid "The block ID of a custom block with input format of PHP with a call to the @function function." msgstr "" #: adsense_help.inc:84 msgid "

    This allows more fine grained visibility control via the block mechanism. The block does not need to be enabled, and therefore will be hidden from the sidebars and other regions. The title of the block will not be displayed.

    " msgstr "" #: adsense_help.inc:85;96 msgid "

    All fields are required.

    " msgstr "" #: adsense_help.inc:88 msgid "

    Display the ad code of the block with ID 7.

    " msgstr "" #: adsense_help.inc:91 msgid "

    This is provided for backward compatibility, but will be deprecated in a future release. Use the normal block filter instead.

    " msgstr "" #: adsense_help.inc:94 msgid "A number corresponding to a location in flexiblock that contains only one block with the call to the @function function. This allows visibility control via the block mechanism. flexiblock must be installed and configured. The title of the flexiblock will not be displayed." msgstr "" #: adsense_help.inc:99 msgid "

    Display the contents of the flexiblock in location 2

    " msgstr "" #: adsense_help.inc:100 msgid "

    Revenue sharing

    " msgstr "" #: adsense_help.inc:101 msgid "

    For revenue sharing, each author gets a predefined share of ad revenue from clicks occuring on nodes they authored.

    " msgstr "" #: adsense_help.inc:102 msgid "

    In order for the user to be credited they must have a Google AdSense account. As a site admin, please advertise the module author's referral link, which provides us with a referral fee from Google, at absolutely no cost to you. This page also contains various useful links and resources on AdSense and how to optimize your site for it.

    " msgstr "" #: adsense_help.inc:103 msgid "

    Each user must enter their Google AdSense client ID in the profile field you defined above.

    " msgstr "" #: adsense_help.inc:104 msgid "

    AdSense clicks

    " msgstr "" #: adsense_help.inc:105 msgid "

    AdSense clicks are now tracked, and the IP address and timestamp are recorded for each click. This should help with fraud detection. There are three reports under Administer -> Logs: the default one shows click details, \"By date\" shows the number of clicks per day by day, and \"Top pages\" shows the top pages of a site that get clicks, the total number of clicks it got, and the last click date/time.

    " msgstr "" #: adsense_help.inc:106 msgid "

    Note that there are some potential limitations with click tracking:

    " msgstr "" #: adsense_help.inc:107 msgid "
      " msgstr "" #: adsense_help.inc:108 msgid "
    • The javascript code does not work in Firefox, and perhaps Opera. Patches to make it work on Firefox would be appreciated.
    • " msgstr "" #: adsense_help.inc:109 msgid "
    • Google throws out what it sees as invalid clicks.
    • " msgstr "" #: adsense_help.inc:110 msgid "
    • There is a lag of 15 to 20 minutes before Google records the click.
    • " msgstr "" #: adsense_help.inc:111 msgid "
    • When using AdLinks, the click on the link is recorded but any subsequent click on links is not recorded (since it is not actually on your site anymore)." msgstr "" #: adsense_help.inc:113 msgid "

      Notes

      " msgstr "" #: adsense_help.inc:114 msgid "

      The site administrator will not see ads displayed as long as they are logged in. This is by design, in order not to skew the page views, and not to accidentally click on ads (against Google's policy). Log out to see the ads.

      " msgstr "" #: adsense_help.inc:115 msgid "

      You can use the advanced options to disable ads and configure a placeholder when you are developing or theming to know where the ads will appear.

      " msgstr "" #: adsense_help.inc:116 msgid "

      If ads are not displayed, that could be caused by several things:

      " msgstr "" #: adsense_help.inc:118 msgid "
    • You are logged in as the site administrator. Log off to see the ads.
    • " msgstr "" #: adsense_help.inc:119 msgid "
    • Your site is still new and Google has not indexed it yet.
    • " msgstr "" #: adsense_help.inc:120 msgid "
    • The maximum number of ad units has already been displayed. Your page does not have enough content to display more than one or two units.
    • " msgstr "" #: adsense_help.inc:121 msgid "
    • Check the page source for comments like this: @comment. These give hints to what is going on, and if you know PHP you can trace those in the module's source code.
    • " msgstr "" #: adsense.module:23 msgid "Ad links 4-links 120x90" msgstr "" #: adsense.module:24 msgid "Vertical banner" msgstr "" #: adsense.module:25 msgid "Skyscraper" msgstr "" #: adsense.module:26 msgid "Button" msgstr "" #: adsense.module:27 msgid "Ad links 4-links 160x90" msgstr "" #: adsense.module:28 msgid "Wide skyscraper" msgstr "" #: adsense.module:29 msgid "Ad links 4-links 180x90" msgstr "" #: adsense.module:30 msgid "Small rectangle" msgstr "" #: adsense.module:31 msgid "Small square" msgstr "" #: adsense.module:32 msgid "Half banner" msgstr "" #: adsense.module:33 msgid "Medium rectangle" msgstr "" #: adsense.module:34 msgid "Large rectangle" msgstr "" #: adsense.module:35 msgid "Banner ad links 4-links" msgstr "" #: adsense.module:36 msgid "Banner" msgstr "" #: adsense.module:37 msgid "Wide banner ad links 4-links" msgstr "" #: adsense.module:38 msgid "Leaderboard" msgstr "" #: adsense.module:82 msgid "

      @revision @date

      " msgstr "" #: adsense.module:97 msgid "AdSense clicks" msgstr "" #: adsense.module:98 msgid "Track AdSense clicks." msgstr "" #: adsense.module:106 msgid "Top pages" msgstr "" #: adsense.module:114 msgid "By day" msgstr "" #: adsense.module:123;443;567 msgid "Google AdSense" msgstr "" #: adsense.module:124 msgid "Configure Google AdSense." msgstr "" #: adsense.module:157;228 msgid "Ad type" msgstr "" #: adsense.module:157 msgid "Dimensions" msgstr "" #: adsense.module:171 msgid "Help and instructions" msgstr "" #: adsense.module:194 msgid "Required parameters" msgstr "" #: adsense.module:199 msgid "Google AdSense client ID profile field" msgstr "" #: adsense.module:203 msgid "This is the profile field that holds the AdSense Client ID for the site owner as well as (optionally) for site users who participate in revenue sharing. You must enabled the profile module and create a new field for this." msgstr "" #: adsense.module:214 msgid "Ad groups" msgstr "" #: adsense.module:223 msgid "Group @group attributes" msgstr "" #: adsense.module:230 msgid "Text" msgstr "" #: adsense.module:230 msgid "Image" msgstr "" #: adsense.module:230 msgid "Both" msgstr "" #: adsense.module:235 msgid "Ad text color" msgstr "" #: adsense.module:243 msgid "Ad border color" msgstr "" #: adsense.module:251 msgid "Ad background color" msgstr "" #: adsense.module:259 msgid "Ad title color" msgstr "" #: adsense.module:267 msgid "Ad URL color" msgstr "" #: adsense.module:275 msgid "Alternate URL color" msgstr "" #: adsense.module:277;847 msgid "None" msgstr "" #: adsense.module:277 msgid "Alternate URL" msgstr "" #: adsense.module:277 msgid "Alternate color" msgstr "" #: adsense.module:282 msgid "Alternate info" msgstr "" #: adsense.module:286 msgid "Enter either 6 letter alternate color code, or alternate URL to use" msgstr "" #: adsense.module:294 msgid "Custom channels" msgstr "" #: adsense.module:295 msgid "Enter up to !channels custom channels that you have configured in Google AdSense. If you are not using custom channels, or you are only using URL channels, then leave this empty." msgstr "" #: adsense.module:301 msgid "Custom channel ID " msgstr "" #: adsense.module:312 msgid "Revenue sharing options" msgstr "" #: adsense.module:317 msgid "Enable revenue sharing" msgstr "" #: adsense.module:320 msgid "Note that enabling this will disable AdSense code caching, which can cause more resource usage for busy sites. The referral feature requires the referral module to be installed." msgstr "" #: adsense.module:325 msgid "Percentage of node views going to author" msgstr "" #: adsense.module:334 msgid "Disabled" msgstr "" #: adsense.module:339 msgid "Percentage of node views going to user who referred the author" msgstr "" #: adsense.module:342 msgid "This feature requires the referral module to be installed." msgstr "" #: adsense.module:349 msgid "Content types" msgstr "" #: adsense.module:350 msgid "Content types that have revenue sharing enabled." msgstr "" #: adsense.module:366 msgid "Visibility" msgstr "" #: adsense.module:371 msgid "Show AdSense on specific pages" msgstr "" #: adsense.module:373 msgid "Show on every page except the listed pages." msgstr "" #: adsense.module:374 msgid "Show on only the listed pages." msgstr "" #: adsense.module:379 msgid "Pages" msgstr "" #: adsense.module:383 msgid "Enter one page per line as Drupal paths. The '*' character is a wildcard. Example paths are 'blog' for the blog page and 'blog/*' for every personal blog. '<front>' is the front page." msgstr "" #: adsense.module:390 msgid "Click tracking" msgstr "" #: adsense.module:395 msgid "Enable AdSense click tracking?" msgstr "" #: adsense.module:398 msgid "Logs IP and time of AdSense clicks. This can be very useful in tracking which of your pages generate the most clicks, as well as help if click fraud is suspected." msgstr "" #: adsense.module:403 msgid "Enable name resolution of IP addresses?" msgstr "" #: adsense.module:406 msgid "Display the domain name instead of the IP address. This can slow down the display of the logs page and tie up a PHP process for several seconds. On some hosting providers it may not be available." msgstr "" #: adsense.module:413 msgid "Advanced options" msgstr "" #: adsense.module:418 msgid "Enable test mode?" msgstr "" #: adsense.module:421 msgid "This enables you to test the AdSense module settings. This can be useful in some situations: for example, testing whether revenue sharing is working properly or not without having to display real ads on your site. It is best to test this after you log out." msgstr "" #: adsense.module:426 msgid "Disable Google AdSense ads?" msgstr "" #: adsense.module:429 msgid "This disables all display of Google AdSense ads from your web site. This is useful in certain situations, such as site upgrades, or if you make a copy of the site for development and test purposes." msgstr "" #: adsense.module:434 msgid "Placeholder when ads are disabled?" msgstr "" #: adsense.module:437 msgid "This causes an empty box to be displayed in place of the ads when they are disabled." msgstr "" #: adsense.module:442 msgid "Placeholder text to display" msgstr "" #: adsense.module:446 msgid "Enter any text to display as a placeholder when ads are disabled." msgstr "" #: adsense.module:451 msgid "Ad limit per page" msgstr "" #: adsense.module:455 msgid "Google currently limits a page to 3 ad units, in addition to one ad links unit" msgstr "" #: adsense.module:460 msgid "Enable AdSense section targeting?" msgstr "" #: adsense.module:463 msgid "This better targets Google ads to the teaser and body of nodes." msgstr "" #: adsense.module:763 msgid "AdSense tag" msgstr "" #: adsense.module:767 msgid "Substitutes an AdSense special tag with an ad." msgstr "" #: adsense.module:835 msgid "AdSense: " msgstr "" #: adsense.module:838 msgid "AdSense: unconfigured " msgstr "" #: adsense.module:862 msgid "Ad format" msgstr "" #: adsense.module:869 msgid "Group" msgstr "" #: adsense.module:876 msgid "Channel" msgstr "" #: adsense.module:896 msgid "AdSense unconfigured block. Click to configure." msgstr "" #: adsense.module:912 msgid "Use the special tag [adsense:format:group:channel] or [adsense:flexiblock:location] to display Google AdSense ads." msgstr "" #: adsense.module:1096 msgid "Timestamp" msgstr "" #: adsense.module:1097;1126 msgid "Path" msgstr "" #: adsense.module:1098 msgid "IP/host" msgstr "" #: adsense.module:1127;1150 msgid "Clicks" msgstr "" #: adsense.module:1128 msgid "Last" msgstr "" #: adsense.module:1149 msgid "Day" msgstr "" #: adsense.module:146 msgid "hide adsense" msgstr "" #: adsense.module:146 msgid "view clicks" msgstr "" #: adsense.module:0 msgid "adsense" msgstr "" #: adsense.info:0 msgid "AdSense" msgstr "" #: adsense.info:0 msgid "Display Google AdSense ads on your site to earn revenue." msgstr "" #: adsense.install:29 msgid "Adsense module table creation successful." msgstr "" #: adsense.install:32 msgid "Adsense module table creation was unsuccessful." msgstr ""