~fawek/phpbb3-recaptcha/trunk

« back to all changes in this revision

Viewing changes to root.lang.russian/mods/info_acp_recaptcha.php

  • Committer: Jakub Wieczorek
  • Date: 2009-02-12 20:45:23 UTC
  • Revision ID: faw217@gmail.com-20090212204523-530t2soac1x04ifk
Include Russian translation from Alexander Chemeris in the package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
* mods info_acp_recaptcha [Russian]
 
4
*
 
5
* @package recaptcha
 
6
* @version 1.0
 
7
* @copyright (c) 2008 faw
 
8
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
 
9
*
 
10
*/
 
11
 
 
12
/**
 
13
* DO NOT CHANGE
 
14
*/
 
15
if (!defined('IN_PHPBB'))
 
16
{
 
17
        exit;
 
18
}
 
19
 
 
20
if (empty($lang) || !is_array($lang))
 
21
{
 
22
        $lang = array();
 
23
}
 
24
 
 
25
// DEVELOPERS PLEASE NOTE
 
26
//
 
27
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
 
28
 
 
29
$lang = array_merge($lang, array(
 
30
        'ACP_RECAPTCHA' => 'reCAPTCHA',
 
31
));
 
32
 
 
33
?>
 
 
b'\\ No newline at end of file'