language/bulgarian_utf-8.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7095 d2feddf4150d
child 7396 ec6b034771a6
permissions -rw-r--r--
Synced all language files with their English equivalents
     1 <?php
     2 
     3 ###############################################################################
     4 # english.php
     5 # This is the english language page for GeekLog!
     6 # Special thanks to Mischa Polivanov for his work on this project
     7 #
     8 # Copyright (C) 2000 Jason Whittenburg
     9 # jwhitten@securitygeeks.com
    10 #
    11 # This program is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU General Public License
    13 # as published by the Free Software Foundation; either version 2
    14 # of the License, or (at your option) any later version.
    15 #
    16 # This program is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19 # GNU General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    24 #
    25 ###############################################################################
    26 
    27 $LANG_CHARSET = 'UTF-8';
    28 
    29 ###############################################################################
    30 # Array Format:
    31 # $LANGXX[YY]:  $LANG - variable name
    32 #               XX    - file id number
    33 #               YY    - phrase id number
    34 ###############################################################################
    35 
    36 ###############################################################################
    37 # USER PHRASES - These are file phrases used in end user scripts
    38 ###############################################################################
    39 
    40 ###############################################################################
    41 # lib-common.php
    42 
    43 $LANG01 = array(
    44     1 => 'Изпратено от:',
    45     2 => 'прочети повече',
    46     3 => 'брой коментари',
    47     4 => 'Редактирай',
    48     5 => '',
    49     6 => '',
    50     7 => '',
    51     8 => '',
    52     9 => 'Админ функции:',
    53     10 => 'Админ панел',
    54     11 => 'Текстове',
    55     12 => 'Блокове',
    56     13 => 'Теми',
    57     14 => '',
    58     15 => '',
    59     16 => '',
    60     17 => 'Потребители',
    61     18 => 'SQL Query',
    62     19 => 'Изход',
    63     20 => 'Потребителска информация:',
    64     21 => 'Име',
    65     22 => 'User ID',
    66     23 => 'Ниво на сигурност',
    67     24 => 'Анонимен',
    68     25 => 'Отговори',
    69     26 => 'Екипът на Lameland не носи отговорност за коментарите, побликувани от посетителите.',
    70     27 => 'Най-нова публикация',
    71     28 => 'Изтрий',
    72     29 => 'Няма коментари.',
    73     30 => 'По-стари текстове',
    74     31 => 'HTML позволен:',
    75     32 => 'Грешка, невалидно име',
    76     33 => 'Грешка, log файлът не е достъпен за писане',
    77     34 => 'Грешка',
    78     35 => 'Изход',
    79     36 => 'да',
    80     37 => 'Няма потребителски текстове',
    81     38 => 'Content Syndication',
    82     39 => 'Обнови',
    83     40 => 'You have <tt>register_globals = Off</tt> in your <tt>php.ini</tt>. However, Geeklog requires <tt>register_globals</tt> to be <strong>on</strong>. Before you continue, please set it to <strong>on</strong> and restart your web server.',
    84     41 => 'Анонимни потребители',
    85     42 => 'Автор:',
    86     43 => 'Отговор',
    87     44 => 'Parent',
    88     45 => 'MySQL Error Number',
    89     46 => 'MySQL Error Message',
    90     47 => 'Потребителски функции',
    91     48 => 'Профил',
    92     49 => 'Настройки',
    93     50 => 'Error with SQL statement',
    94     51 => 'help',
    95     52 => 'Нов',
    96     53 => 'Admin Home',
    97     54 => 'Файлът не може да бъде отворен.',
    98     55 => 'Грешка при',
    99     56 => 'Гласувай',
   100     57 => 'Парола',
   101     58 => 'Вход',
   102     59 => "Все още нямате регистрация?  Регистрирайте се като <a href=\"{$_CONF['site_url']}/users.php?mode=new\" rel=\"nofollow\">нов потребител</a>",
   103     60 => 'Коментар',
   104     61 => 'Регистрация',
   105     62 => 'думи',
   106     63 => 'Настройка на коментарите',
   107     64 => 'Изпрати на приятел',
   108     65 => 'Принтирай',
   109     66 => '',
   110     67 => 'Добре дошли в ',
   111     68 => 'home',
   112     69 => 'contact',
   113     70 => 'търсене',
   114     71 => 'изпрати публикация',
   115     72 => 'връзки',
   116     73 => '',
   117     74 => '',
   118     75 => 'търсене',
   119     76 => 'статистика',
   120     77 => 'Plugins',
   121     78 => '',
   122     79 => 'Какво ново',
   123     80 => 'публикации за последните',
   124     81 => 'публикации през последните',
   125     82 => 'часа',
   126     83 => 'КОМЕНТАРИ',
   127     84 => '',
   128     85 => 'през последните 48 часа',
   129     86 => 'Няма нови коментари',
   130     87 => 'през последните две седмици',
   131     88 => '',
   132     89 => '',
   133     90 => 'Home',
   134     91 => 'Страницата е генерирана за',
   135     92 => 'секунди',
   136     93 => 'Copyright ©2000 - 2003',
   137     94 => 'Всички права запазени.',
   138     95 => 'Powered by',
   139     96 => 'Групи',
   140     97 => 'Списък с думи',
   141     98 => 'Plug-ins',
   142     99 => 'ПУБЛИКАЦИИ',
   143     100 => 'Няма нови публикации',
   144     101 => '',
   145     102 => '',
   146     103 => 'Back-up на базата данни',
   147     104 => 'от',
   148     105 => 'Mail Users',
   149     106 => 'Прегледи',
   150     107 => 'GL Version Test',
   151     108 => 'Clear cache',
   152     109 => 'Report abuse',
   153     110 => 'Report this post to the site admin',
   154     111 => '',
   155     112 => 'Registered Users',
   156     113 => 'Documentation',
   157     114 => 'TRACKBACKS',
   158     115 => 'No new trackback comments',
   159     116 => 'Trackback',
   160     117 => 'Directory',
   161     118 => 'Please continue reading on the next page:',
   162     119 => "Lost your <a href=\"{$_CONF['site_url']}/users.php?mode=getpassword\" rel=\"nofollow\">password</a>?",
   163     120 => 'Permanent link to this comment',
   164     121 => 'Comments (%d)',
   165     122 => 'Trackbacks (%d)',
   166     123 => 'All HTML is allowed',
   167     124 => 'Click to delete all checked items',
   168     125 => 'Are you sure you want to Delete all checked items?',
   169     126 => 'Select or de-select all items',
   170     127 => 'Permalink',
   171     128 => 'Login with OpenID:',
   172     129 => 'Configuration',
   173     130 => 'Webservices'
   174 );
   175 
   176 ###############################################################################
   177 # comment.php
   178 
   179 $LANG03 = array(
   180     1 => 'Публикувай коментар',
   181     2 => 'Post Mode',
   182     3 => 'Изход',
   183     4 => 'Създай акаунт',
   184     5 => 'Потребителско име',
   185     6 => 'За да публикувате коментар, е необходимо да се регистирани.Ако все още нямата акаунт, можете да създадете такъв като попълните празните полета отдолу.',
   186     7 => 'Последният ви коментар беше публикуван преди ',
   187     8 => " секунди.   Този сайт изисква да са изтекли най-малко\n{$_CONF['commentspeedlimit']} секунди, преди да публикувате нов коментар",
   188     9 => 'Коментар',
   189     10 => 'Send Report',
   190     11 => 'Изпрати коментар',
   191     12 => 'Моля попълнете полетата Title и Comment, за да изпратите вашият коментар успешно.',
   192     13 => 'Информация',
   193     14 => 'Преглед',
   194     15 => 'Report this post',
   195     16 => 'Заглавие',
   196     17 => 'Грешка',
   197     18 => 'Важно',
   198     19 => 'Моля не се отклонявайте от темата.',
   199     20 => 'Отговаряйте на вече публикувани теми, вслучай, че вашата публикация съвпада по съдържание с тях.',
   200     21 => 'Преди да постнете ваше собствено съобщение, прочетете тези, които вече са побликувани.',
   201     22 => 'Изберете кратка и точна тема, от която да става ясно за какво иде реч във вашето съобщение.',
   202     23 => 'Вашият e-mail адрес няма да бъде публикуван.',
   203     24 => 'Анонимен потребител',
   204     25 => 'Are you sure you want to report this post to the site admin?',
   205     26 => '%s reported the following abusive comment post:',
   206     27 => 'Abuse report',
   207     28 => 'Preview Changes',
   208     29 => 'Submit Changes',
   209     30 => 'Edited on',
   210     31 => 'by',
   211     32 => 'Editing a Comment',
   212     33 => 'Editing a Comment Submission',
   213     34 => 'Preview Submission Changes',
   214     35 => 'Save Changes to Queue',
   215     36 => 'Notify me of new replies',
   216     37 => 'New Comment Reply',
   217     38 => 'A reply has been made to your comment \'%s\'.',
   218     39 => 'You may view the comment thread at the following address:',
   219     40 => 'If you wish to receive no further notifications of replies, visit the following link:',
   220     41 => 'Hello %s,',
   221     42 => 'Unsubscribe',
   222     43 => 'Unsubscribe from reply notifications'
   223 );
   224 
   225 ###############################################################################
   226 # users.php
   227 
   228 $LANG04 = array(
   229     1 => 'User Profile for',
   230     2 => 'Потребителско Име',
   231     3 => 'Име',
   232     4 => 'Парола',
   233     5 => 'Email',
   234     6 => 'Сайт',
   235     7 => '(Авто)Биография',
   236     8 => 'PGP Key',
   237     9 => 'Запази',
   238     10 => 'Последните 10 коментара за потребителя',
   239     11 => 'Няма коментари',
   240     12 => 'User Preferences for',
   241     13 => 'Нощни известния по e-mail',
   242     14 => 'Тази парола е генерирана случайно. Желателно е да я смените незабавно. За да направите това, се логнете и след това влезте в \'Настройки\'.',
   243     15 => "Вашата {$_CONF['site_name']} регистрация бе създадена успешно. За да я използвате, трябва да се логнете, използвайки информацията по-долу.",
   244     16 => 'Инфо за вашия акаунт',
   245     17 => 'Такъв акаунт не съществува !',
   246     18 => 'Посоченият от вас e-mail не е валиден',
   247     19 => 'Такова име и/или регистрация вече съществуват !',
   248     20 => 'Посоченият от вас e-mail не е валиден',
   249     21 => 'Грешка',
   250     22 => "Register with {$_CONF['site_name']}!",
   251     23 => "Регистрацията в {$_CONF['site_name']} ви дава правото да публикувате коментари и да изпращате логове/истории (ламерски, разбира се ;))",
   252     24 => 'Паролата ви ще бъде изпратена на посочения от вас e-mail адрес.',
   253     25 => 'Забравена парола ?',
   254     26 => 'Напишете вашето потребителско име <em>и</em> email адрес, с които сте се регистрирали. Инструкции как да смените паролата си ще откриете на вашия e-mail.',
   255     27 => 'Регистрирайте се сега !',
   256     28 => 'Изпрати парола',
   257     29 => 'logged out from',
   258     30 => 'логнати сте от',
   259     31 => 'Функцията, която избрахте изисква да сте логнати',
   260     32 => 'Подпис',
   261     33 => 'Never publicly displayed',
   262     34 => 'Това е вашето истинско име',
   263     35 => 'Нашишете парола, за да я промените',
   264     36 => 'Започва с http://',
   265     37 => 'Приложено към вашите коментари',
   266     38 => 'Това може да бъде прочетено от всеки !',
   267     39 => 'Your public PGP key to share',
   268     40 => 'Няма topic икони',
   269     41 => 'Възможности за модериране',
   270     42 => 'Формат на датата',
   271     43 => 'Максимален брой публикации',
   272     44 => 'No boxes',
   273     45 => 'Display опции за',
   274     46 => 'Игнориране на раздели/автори за',
   275     47 => 'News box Configuration for',
   276     48 => 'Теми',
   277     49 => 'Няма иконки в публикациите',
   278     50 => 'Не отмятайте, ако нямате интерес',
   279     51 => 'Само новини',
   280     52 => 'По подразбиране е',
   281     53 => 'Получавайте по e-mail дневните публикации всяка вечер',
   282     54 => 'Отбележете нещата и темите, които нямате желание да разгледате.',
   283     55 => 'Ако оставите всичко това неотбелязано се подразбира, че сте избрали стандартната селекция. Ако желаете индивидуални настройки, имайте предвид, че стандартната селекция става невалидна. Стандартните настойки са написани с удебелен шрифт (bold).',
   284     56 => 'Автори',
   285     57 => 'Display Mode',
   286     58 => 'Подредба',
   287     59 => 'Лимит на коментарите',
   288     60 => 'По какъв начин желаете да виждате коментарите си?',
   289     61 => 'Първо най-новите или най-старите ?',
   290     62 => 'По подразбиране е 100',
   291     63 => "Вашата парола беше изпратена на зададения от вас e-mail адрес. Моля следвайте инструкциите в съобщението. Благодаря че използвахте {$_CONF['site_name']}",
   292     64 => 'Настройки на коментарите за',
   293     65 => 'Опитайте да влезете отново',
   294     66 => "Вероятно сте сгрешили във въвеждането на вашето потребителско име и/или парола. Моля опитайте отново ! <a href=\"{$_CONF['site_url']}/users.php?mode=new\" rel=\"nofollow\">Нов потребител</a>",
   295     67 => 'Member Since',
   296     68 => 'Запомни ме за',
   297     69 => 'Колко дълго след като излезете, желаете да бъдете запомнени от сървъра ?',
   298     70 => "Промени съдържанието и външният вид на {$_CONF['site_name']}",
   299     71 => "Една от най-хубавите благинки на {$_CONF['site_name']} е това, че можете да правите каквото си щете с външния вид на сайта. За целта трябва да се <a href=\"{$_CONF['site_url']}/users.php?mode=new\" rel=\"nofollow\">регистрирате</a> в {$_CONF['site_name']}.  Имате регистрация ? Тогава се логнете чрез log-in формата отляво !",
   300     72 => 'Тема',
   301     73 => 'Език',
   302     74 => 'Променете изгледа на сайта !',
   303     75 => 'Emailed Topics for',
   304     76 => 'ако изберете тема от списъка ще получите всички постове, побликувани в нея за всички дни досега. Изберете темите, от които сте заинтересувани !',
   305     77 => 'Снимка',
   306     78 => 'Добавете снимка !',
   307     79 => 'Изберете тук, за да изтриете картинката.',
   308     80 => 'Вход',
   309     81 => 'Изпрати email',
   310     82 => 'Последните 10 публикации за потребителя',
   311     83 => 'Статистика за постовете за потребителя',
   312     84 => 'Общ брой на материалите:',
   313     85 => 'Общ брой на коментарите:',
   314     86 => 'Намери всички постове на',
   315     87 => 'Вашето потребителско име',
   316     88 => "Някой (вероятно вие) е пожелал да смени паролата на вашия акаунт \"%s\" на {$_CONF['site_name']}, <{$_CONF['site_url']}>.\n\nАко искате да промените вашата парола, моля кликнете на следния линк link:\n\n",
   317     89 => "Ако НЕ желаете промяна, ингорирайте това съобщение и вашата парола ще остане непроменена.\n\n",
   318     90 => 'Можете да въведете новата парола за вашия акаунт в полето по-долу.  Вашата стара парола ще е валидна докато не изпратите тази форма.',
   319     91 => 'Сложи нова парола',
   320     92 => 'Напиши новата си парола',
   321     93 => 'За последен път пожелахте да смените паролата си преди %d секунди. Необходими са минамално %d секунду между две промени.',
   322     94 => 'Изтриване на акаунт"%s"',
   323     95 => 'Изберете  бутона "изтриване на акаунт" , за да премахнтете вашата регистрацията си от нашата база с данни. Моля обърнете внимание, че всички текстове и коментари, изпратени от този акаунт <strong>няма</strong> да бъдат изтрити и ще бъдат публикувани като изпратени от анонимен посетител.',
   324     96 => 'изтриване на акаунт',
   325     97 => 'Потвърдете изтриването на акаунта си',
   326     98 => 'Сигурни ли сте, че желаете да изтриете вашата регистрация? Всучай че направите това, няма да можете да се логвате в този сайт отново (освен ако не си създадете друг акаунт). Ако сте сигурни, изберете бутона "изтриване на акаунт" по-горе.',
   327     99 => 'Privacy опции за',
   328     100 => 'Email from Admin',
   329     101 => 'Allow email from Site Admins',
   330     102 => 'Email от потребители',
   331     103 => 'Позволи email от други потребители',
   332     104 => 'Показвай потребителското ми име когато съм онлайн',
   333     105 => 'Показвай потребителското ми име в "Кой е онлайн"',
   334     106 => 'Location',
   335     107 => 'Shown in your public profile',
   336     108 => 'Confirm new password',
   337     109 => 'Enter the New password again here',
   338     110 => 'Current Password',
   339     111 => 'Please enter your Current password',
   340     112 => 'You have exceeded the number of allowed login attempts.  Please try again later.',
   341     113 => 'Login Attempt Failed',
   342     114 => 'Account Disabled',
   343     115 => 'Your account has been disabled, you may not login. Please contact an Administrator.',
   344     116 => 'Account Awaiting Activation',
   345     117 => 'Your account is currently awaiting activation by an administrator. You will not be able to login until your account has been approved.',
   346     118 => "Your {$_CONF['site_name']} account has now been activated by an administrator. You may now login to the site at the url below using your username (<username>) and password as previously emailed to you.",
   347     119 => 'If you have forgotten your password, you may request a new one at this url:',
   348     120 => 'Account Activated',
   349     121 => 'Service',
   350     122 => 'Sorry, new user registration is disabled',
   351     123 => "Are you a <a href=\"{$_CONF['site_url']}/users.php?mode=new\" rel=\"nofollow\">new user</a>?",
   352     124 => 'Confirm Email',
   353     125 => 'You have to enter the same email address in both fields!',
   354     126 => 'Please repeat for confirmation',
   355     127 => 'To change any of these settings, you will have to enter your current password.',
   356     128 => 'Your Name',
   357     129 => 'Password &amp; Email',
   358     130 => 'About You',
   359     131 => 'Daily Digest Options',
   360     132 => 'Daily Digest Feature',
   361     133 => 'Comment Display',
   362     134 => 'Comment Options',
   363     135 => '<li>Default mode for how comments will be displayed</li><li>Default order to display comments</li><li>Set maximum number of comments to show - default is 100</li>',
   364     136 => 'Exclude Topics and Authors',
   365     137 => 'Filter Story Content',
   366     138 => 'Misc Settings',
   367     139 => 'Layout and Language',
   368     140 => '<li>No Topic Icons if checked will not display the story topic icons</li><li>No boxes if checked will only show the Admin Menu, User Menu and Topics<li>Set the maximum number of stories to show per page</li><li>Set your theme and perferred date format</li>',
   369     141 => 'Privacy Settings',
   370     142 => 'The default setting is to allow users & admins to email fellow site members and show your status as online. Un-check these options to protect your privacy.',
   371     143 => 'Filter Block Content',
   372     144 => 'Show & hide boxes',
   373     145 => 'Your Public Profile',
   374     146 => 'Password and email',
   375     147 => 'Edit your account password, email and autologin feature. You will need to enter the same password or email address twice as a confirmation.',
   376     148 => 'User Information',
   377     149 => 'Modify your user information that will be shown to other users.<li>The signature will be added to any comments or forum posts you made</li><li>The BIO is a brief summary of yourself to share</li><li>Share your PGP Key</li>',
   378     150 => 'Warning: Javascript recommended for enhanced functionality',
   379     156 => 'Delete Account',
   380     157 => 'Delete Option',
   381     158 => 'Time Zone',
   382     159 => 'This email was generated automatically. Please do not reply to this email.',
   383     160 => '(max. %d x %d pixels, %d bytes; %s)',
   384     161 => 'will be scaled down',
   385     162 => 'will not be scaled'
   386 );
   387 
   388 ###############################################################################
   389 # Customize if need to modify the Tabbed navbar MyAccount panels used.
   390 # Array index key matches preference div id
   391 
   392 $LANG_MYACCOUNT = array(
   393     'pe_preview' => 'Preview',
   394     'pe_namepass' => 'Username &amp; Password',
   395     'pe_userinfo' => 'About You',
   396     'pe_layout' => 'Layout &amp; Language',
   397     'pe_content' => 'Content',
   398     'pe_privacy' => 'Privacy'
   399 );
   400 
   401 ###############################################################################
   402 # index.php
   403 
   404 $LANG05 = array(
   405     1 => 'Няма изпратени новини',
   406     2 => 'Няма изпратени новини.  Може би няма никакви новини в тази секция или сте забранили показването на такъв тип новини от личните ви настройки на акаунта.',
   407     3 => ' за тема %s',
   408     4 => 'Важно',
   409     5 => 'Следваща страница',
   410     6 => 'Предишна страница',
   411     7 => 'First',
   412     8 => 'Last'
   413 );
   414 
   415 ###############################################################################
   416 # profiles.php
   417 
   418 $LANG08 = array(
   419     1 => 'Получи се грешка при изпращането на вашето съобщение. Моля опитайте отново.',
   420     2 => 'Съобщението бе изпратено успешно.',
   421     3 => 'Моля уверете се, че използвате валиден e-mail адрес в Reply формата.',
   422     4 => 'Please fill in the Your Name, Reply To, Subject and Message fields',
   423     5 => 'Грешка: няма такъв потребител.',
   424     6 => 'Грешка.',
   425     7 => 'Профил за',
   426     8 => 'Име',
   427     9 => 'Сайт',
   428     10 => 'Изпрати e-mail до',
   429     11 => 'Вашето име:',
   430     12 => 'Отговори на:',
   431     13 => 'Тема:',
   432     14 => 'Съобщение:',
   433     15 => 'HTML-ът няма да бъде преведен.',
   434     16 => 'Изпрати съобщение',
   435     17 => 'Изпрати на приятел',
   436     18 => 'До име',
   437     19 => 'До e-mail адрес',
   438     20 => 'От име',
   439     21 => 'От Email адрес',
   440     22 => 'Изисква се попълването на всички полета',
   441     23 => "Този e-mail е изпратен за вас от %s at %s заради породеният интерес от публикацията ви в {$_CONF['site_url']}.  Това не е спам и дадения e-mail не е запазен в списък за по-нататъшна употреба.",
   442     24 => 'Comment on this story at',
   443     25 => 'Трябва да сте логнати, за да използвате тази функция.',
   444     26 => 'Тази форма ще ви позволи да изпратите email до избрания от вас потребител.  Всички полета са задължителни.',
   445     27 => 'Кратко съобщение',
   446     28 => '%s wrote: ',
   447     29 => "This is the daily digest from {$_CONF['site_name']} for ",
   448     30 => ' Daily Newsletter for ',
   449     31 => 'Title',
   450     32 => 'Date',
   451     33 => 'Read the full article at',
   452     34 => 'End of Message',
   453     35 => 'Sorry, this user prefers not to receive any emails.',
   454     36 => 'Copy:',
   455     37 => 'Send me a copy of this email',
   456     38 => "This is a copy of the email that you sent to %s from <{$_CONF['site_url']}>:"
   457 );
   458 
   459 ###############################################################################
   460 # search.php
   461 
   462 $LANG09 = array(
   463     1 => 'сложно търсене',
   464     2 => 'ключови думи',
   465     3 => 'Тема',
   466     4 => 'Всички',
   467     5 => 'Тип',
   468     6 => 'Публикации',
   469     7 => 'Коментари',
   470     8 => 'Автори',
   471     9 => 'Всички',
   472     10 => 'Търси',
   473     11 => 'Резултати от търсенето',
   474     12 => 'съвпадения',
   475     13 => 'Резултати от търсенето: няма съвпадения',
   476     14 => 'Няма съвпадения от вашето търсене',
   477     15 => 'Опитайте отново.',
   478     16 => 'Заглавие',
   479     17 => 'Дата',
   480     18 => 'Автор',
   481     19 => "Търси из цялата база данни от {$_CONF['site_name']}",
   482     20 => 'Дата',
   483     21 => 'до',
   484     22 => '(Формат на датата ГГГГ-ММ-ДД)',
   485     23 => 'Прегледи',
   486     24 => 'Открити са %d резултата',
   487     25 => 'Търсехте за',
   488     26 => 'артикула ',
   489     27 => 'секунди',
   490     28 => 'Няма никаква публикация или коментар, съвпадащи с вашето търсене',
   491     29 => 'Резултати при публикациите и коментарите',
   492     30 => '',
   493     31 => 'Този plug-in не откри нищо',
   494     32 => '',
   495     33 => 'URL',
   496     34 => 'Район',
   497     35 => 'Всеки ден',
   498     36 => '',
   499     37 => '',
   500     38 => '',
   501     39 => '',
   502     40 => '',
   503     41 => 'Вашото търсене трябва да е от минимум три символа.',
   504     42 => 'Моля използвайте следният формат на датата: ГГГГ-ММ-ДД (година-месец-ден).',
   505     43 => 'точна фраза',
   506     44 => 'всички думи',
   507     45 => 'коя да е от думите',
   508     46 => 'Напред',
   509     47 => 'Назад',
   510     48 => 'Автор',
   511     49 => 'Дата',
   512     50 => 'Посещения',
   513     51 => '',
   514     52 => 'Локация',
   515     53 => 'Резултат в публикациите',
   516     54 => 'Резултати в коментарите',
   517     55 => 'the phrase',
   518     56 => 'И',
   519     57 => 'ИЛИ',
   520     58 => 'More results &gt;&gt;',
   521     59 => 'Results',
   522     60 => 'per page',
   523     61 => 'Refine search',
   524     62 => '#',
   525     63 => 'Description',
   526     64 => 'Showing %1$d - %2$d of %3$d results',
   527     65 => 'Story',
   528     66 => 'Comment',
   529     67 => 'Show %d Results',
   530     68 => 'Sort By',
   531     69 => 'Titles Only',
   532     70 => 'Not available ...'
   533 );
   534 
   535 ###############################################################################
   536 # stats.php
   537 
   538 $LANG10 = array(
   539     1 => 'Статистики',
   540     2 => 'Общ брой посещения',
   541     3 => 'Публикации (коментари) с системата',
   542     4 => '',
   543     5 => '',
   544     6 => '',
   545     7 => 'Десетте най-четени публикации',
   546     8 => 'Заглавие на публикацията',
   547     9 => 'Прегледи',
   548     10 => 'Изглежда няма никакви публикации на този сайт или вече някой ги е прегледал.',
   549     11 => 'Най-коментираните публикации.',
   550     12 => 'Коментари',
   551     13 => 'Изглежда няма никакви публикации на сайта или в никоя от тях не е постнат коментар.',
   552     14 => '',
   553     15 => '',
   554     16 => '',
   555     17 => '',
   556     18 => '',
   557     19 => '',
   558     20 => '',
   559     21 => '',
   560     22 => 'Десетте най-изпращаните по email публикации',
   561     23 => 'Email-и',
   562     24 => 'Изглежда че няма никакви изпратени по e-mail публикации.',
   563     25 => 'Top Ten Trackback Commented Stories',
   564     26 => 'No trackback comments found.',
   565     27 => 'Number of active users',
   566     28 => '',
   567     29 => '',
   568     30 => 'Hits',
   569     31 => ''
   570 );
   571 
   572 ###############################################################################
   573 # article.php
   574 
   575 $LANG11 = array(
   576     1 => 'Сходни връзки',
   577     2 => 'Изпрати на приятел',
   578     3 => 'Принтирай',
   579     4 => 'Опции за публикацията',
   580     5 => '',
   581     6 => 'Subscribe to \'%s\''
   582 );
   583 
   584 ###############################################################################
   585 # submit.php
   586 
   587 $LANG12 = array(
   588     1 => 'За да създадете %s трябва да сте влезли като потребител.',
   589     2 => 'Вход',
   590     3 => 'Нов потребител',
   591     4 => '',
   592     5 => '',
   593     6 => 'Изпрати публикация',
   594     7 => 'Изисква се да сте логнати',
   595     8 => 'Изпрати',
   596     9 => 'Когато пускате информация в този сайт ви съветваме да ползвате следните предложения...<ul><li>Попълнете всички полета, те са задължителни<li>Осигурете точна информация<li>Проверявайте URL адресите</ul>',
   597     10 => 'Заглавие',
   598     11 => '',
   599     12 => 'Дата на започване',
   600     13 => 'Дата на приключване',
   601     14 => 'Място',
   602     15 => 'Описание',
   603     16 => '',
   604     17 => '',
   605     18 => '',
   606     19 => 'Прочети първо',
   607     20 => '',
   608     21 => '',
   609     22 => 'Грешка: Липсват някои полета',
   610     23 => 'Моля попълнете всички полета.  Всички полета са задължителни.',
   611     24 => 'Данните са запазени',
   612     25 => 'Вашите %s данни бяха запазени успешно.',
   613     26 => 'Speed Limit',
   614     27 => 'Име',
   615     28 => 'Раздел',
   616     29 => 'Публикация',
   617     30 => 'Последната ви публикация е преди ',
   618     31 => " секунди.  Изискват се поне {$_CONF['speedlimit']} секунди, докато можете да постнете отново",
   619     32 => 'Предварителен преглед',
   620     33 => 'Превю на публикацията',
   621     34 => 'Изход',
   622     35 => 'HTML не е позволено',
   623     36 => 'Режим на публикация',
   624     37 => '',
   625     38 => '',
   626     39 => '',
   627     40 => '',
   628     41 => '',
   629     42 => '',
   630     43 => '',
   631     44 => 'Адрес 1',
   632     45 => 'Адрес 2',
   633     46 => 'Град/Село',
   634     47 => 'Щат',
   635     48 => 'Пощенски код',
   636     49 => '',
   637     50 => '',
   638     51 => 'Място',
   639     52 => 'Изтрий',
   640     53 => 'Регистрация',
   641     54 => 'Story Introduction',
   642     55 => 'Story Body'
   643 );
   644 
   645 ###############################################################################
   646 # ADMIN PHRASES - These are file phrases used in admin scripts
   647 ###############################################################################
   648 
   649 ###############################################################################
   650 # admin/auth.inc.php
   651 
   652 $LANG20 = array(
   653     1 => 'Изисква се оторизация',
   654     2 => 'Отказ ! Грешна информация',
   655     3 => 'Невалидна потребителска парола',
   656     4 => 'Име:',
   657     5 => 'Парола:',
   658     6 => 'Всеки достъп до тази страница се регистрира и записва.<br' . XHTML . '>Тази страница е само за оторизирани потребители.',
   659     7 => 'вход'
   660 );
   661 
   662 ###############################################################################
   663 # admin/block.php
   664 
   665 $LANG21 = array(
   666     1 => 'Недостатъчни административни права',
   667     2 => 'Нямате необходимите права за редакция на този блок.',
   668     3 => 'Редактор на блокове (и мивки секви)',
   669     4 => 'There was a problem reading this feed (see error.log for details).',
   670     5 => '',
   671     6 => '',
   672     7 => 'Всички',
   673     8 => 'Ниво на сигурност за блок',
   674     9 => 'Ред на блока',
   675     10 => '',
   676     11 => 'Блок портал',
   677     12 => 'Нормален блок',
   678     13 => 'Опции за Блок Портал',
   679     14 => 'RDF URL',
   680     15 => 'Последна RDF актуализация',
   681     16 => 'Опции за Блок Нормален',
   682     17 => 'Съдържание на блок',
   683     18 => 'Моля попълнете заглавие на блок, ниво на сигурност за блок и полета съдържание на блок',
   684     19 => 'Блок мениджър',
   685     20 => '',
   686     21 => 'Ниво на сигурност за блок',
   687     22 => '',
   688     23 => 'Блок ред',
   689     24 => '',
   690     25 => 'За да модифицирате или изтриете блок кликнете върху него по долу.  За да създадете нов кликнете на Нов Блок по горе.',
   691     26 => 'Блок Layout',
   692     27 => 'PHP блок',
   693     28 => 'Опции за PHP блок',
   694     29 => 'Функции на блок',
   695     30 => 'Ако искате един от блоковете да използва PHP, въведете името на функцията по-горе.  Функцията трябва да започва с представка "phpblock_" (e.g. phpblock_getweather).  Ако няма тази представка функцията НЯМА да бъде повикана.  Това е направено с цел хора, които може би са хакнали вашият сайт да не могат да извикат глобални функции. Не поставяйте празни скоби "()" след вашите функции.  Препоръчва се да слагате PHP кода в  /path/to/geeklog/system/lib-custom.php.  Това ще позволи на кода да остане при вас дори да актуализирате Geeklog.',
   696     31 => 'Грешка при PHP блока.  Функцията, %s, не съществува.',
   697     32 => 'Грешка, липсващо поле(та)',
   698     33 => 'Трябва въведете URL до .rdf файла за портални блокове',
   699     34 => 'Трябва въведете заглавие и функция за PHP blocks',
   700     35 => 'Трябва въведете заглавие и съдържание за normal blocks',
   701     36 => 'Трябва въведете съдържание за layout blocks',
   702     37 => 'Лошо име на PHP block функцията',
   703     38 => 'Функциите за PHP блоковете трябва да имат представка \'phpblock_\' (примерно phpblock_getweather).  Представката \'phpblock_\' се изисква поради причини за сигурност за предотвратяване изпълнението на произволен код.',
   704     39 => 'Страничен',
   705     40 => 'Ляво',
   706     41 => 'Дясно',
   707     42 => 'Трябва да попълните блок ред и ниво на сигурност за Geeklog default блоковете',
   708     43 => 'Само за начална страница',
   709     44 => '',
   710     45 => "Опитвате се да влезете в блок до когото нямате достъп.  Този опит бе записан. Моля <a href=\"{$_CONF['site_admin_url']}/block.php\">върнете се в административния панел</a>.",
   711     46 => 'Нов блок',
   712     47 => '',
   713     48 => 'Име на блок',
   714     49 => ' (брез празни полета и с уникално име)',
   715     50 => '',
   716     51 => 'включително http://',
   717     52 => 'Ако оставите това празно, помощната икона за този блок няма да бъде показана',
   718     53 => 'Активирана',
   719     54 => 'запази',
   720     55 => 'отказ',
   721     56 => 'изтрий',
   722     57 => 'Move Block Down',
   723     58 => 'Move Block Up',
   724     59 => 'Move block to the right side',
   725     60 => 'Move block to the left side',
   726     61 => 'No Title',
   727     62 => 'Article Limit',
   728     63 => 'Bad Block Title',
   729     64 => 'Your Title must not be empty and cannot contain HTML!',
   730     65 => 'Order',
   731     66 => 'Autotags',
   732     67 => 'Check to allow autotags',
   733     68 => 'The feed for this portal block is too long to display. Please set a maximum number of articles to import for the block in the block setup screen, or a global maximum in Geeklog Configuration.'
   734 );
   735 
   736 ###############################################################################
   737 # admin/story.php
   738 
   739 $LANG24 = array(
   740     1 => 'Напред',
   741     2 => 'Назад',
   742     3 => 'Тип',
   743     4 => 'Тип на публикуване',
   744     5 => 'Редактиране на публикации',
   745     6 => 'Няма никакви публикации в системата',
   746     7 => 'Автор',
   747     8 => 'запази',
   748     9 => 'преглед',
   749     10 => 'откажи',
   750     11 => 'изтрий',
   751     12 => 'ID',
   752     13 => '',
   753     14 => '',
   754     15 => 'Дата',
   755     16 => 'Текст - въведение',
   756     17 => 'Текст - основен',
   757     18 => 'Видяна',
   758     19 => 'Коментари',
   759     20 => 'Ping',
   760     21 => 'Send Ping',
   761     22 => 'Списък текстове',
   762     23 => 'За да модифицирате или изтриете дадена публикация, кликнете върху нейният номер долу. За да я видите кликнете върку нейното заглавие. За да създадете нова публикация кликнете на \'изпрати публикация\' отгоре.',
   763     24 => 'The ID you chose for this story is already in use. Please use another ID.',
   764     25 => 'Error when saving story',
   765     26 => 'Преглед',
   766     27 => 'If you use [unscaledX] instead of [imageX], the image will be inserted at its original dimensions.',
   767     28 => '<p><b>PREVIEWING</b>: Previewing a story with images attached is best done by saving the article as a draft INSTEAD OF hitting the preview button.  Use the preview button only when images are not attached.',
   768     29 => 'Trackbacks',
   769     30 => 'File Upload Errors',
   770     31 => 'Моля попълнете Автор, Заглавие и поле Текст - въведение',
   771     32 => 'Featured',
   772     33 => 'Може да има само една публикация',
   773     34 => 'Чернова',
   774     35 => 'Да',
   775     36 => 'Не',
   776     37 => 'Още от',
   777     38 => 'Още от',
   778     39 => 'Emails',
   779     40 => '',
   780     41 => "Опитвате се да влезете в събитие, до което нямате достъп.  Този опит бе регистриран и записан.  Можете да видите статията в режим четене долу. Моля <a href=\"{$_CONF['site_admin_url']}/story.php\">върнете се на администраторския екран</a> когато сте готов.",
   781     42 => "Опитвате се да влезете в събитие, до което нямате достъп. Този опит бе записан . Моля <a href=\"{$_CONF['site_admin_url']}/story.php\">върнете се на администраторския екран</a>.",
   782     43 => '',
   783     44 => '',
   784     45 => '',
   785     46 => '<b>NOTE:</b> if you modify this date to be in the future, this article will not be published until that date.  That also means the story will not be included in your RDF headline feed and it will be ignored by the search and statistics pages.',
   786     47 => 'Images',
   787     48 => 'image',
   788     49 => 'right',
   789     50 => 'left',
   790     51 => 'To add one of the images you are attaching to this article you need to insert specially formatted text.  The specially formatted text is [imageX], [imageX_right] or [imageX_left] where X is the number of the image you have attached.  NOTE: You must use the images you attach.  If you do not you will be unable to save your story.<BR><P><B>PREVIEWING</B>: Previewing a story with images attached is best done by saving the article as a draft INSTEAD OF hitting the preview button.  Use the preview button only when images are not attached.',
   791     52 => '',
   792     53 => 'was not used.  You must include this image in the intro or body before you can save your changes',
   793     54 => 'Attached Images Not Used',
   794     55 => 'The following errors occured while trying to save your story.  Please correct these errors before saving',
   795     56 => 'Show Topic Icon',
   796     57 => 'View unscaled image',
   797     58 => 'Story Management',
   798     59 => 'Option',
   799     60 => '',
   800     61 => 'Auto Archive',
   801     62 => 'Auto Delete',
   802     63 => 'Disable Comments',
   803     64 => '',
   804     65 => '',
   805     66 => '',
   806     67 => 'Expand the Content Edit Area size',
   807     68 => 'Reduce the Content Edit Area size',
   808     69 => 'Publish Story Date',
   809     70 => 'Toolbar Selection',
   810     71 => 'Basic Toolbar',
   811     72 => 'Common Toolbar',
   812     73 => 'Advanced Toolbar',
   813     74 => 'Advanced II Toolbar',
   814     75 => 'Full Featured',
   815     76 => 'Publish Options',
   816     77 => 'Javascript needs to be enabled for Advanced Editor. Option can be disabled in the main site config.php',
   817     78 => 'Click <a href="%s/story.php?mode=edit&amp;sid=%s&amp;editopt=default">here</a> to use default editor',
   818     79 => 'Preview',
   819     80 => 'Editor',
   820     81 => 'Publish Options',
   821     82 => 'Images',
   822     83 => 'Archive Options',
   823     84 => 'Permissions',
   824     85 => 'Show All',
   825     86 => 'Advanced Editor',
   826     87 => 'Story Stats',
   827     88 => 'Wiki-style format',
   828     89 => 'Meta Description',
   829     90 => 'Meta Keywords'
   830 );
   831 
   832 ###############################################################################
   833 # admin/topic.php
   834 
   835 $LANG27 = array(
   836     1 => 'Редактор на теми',
   837     2 => 'Тема номер',
   838     3 => 'Тема име',
   839     4 => 'Тема изображение',
   840     5 => '(не използвайте интервали)',
   841     6 => 'Изтриването на тема изтрива всичко в нея.',
   842     7 => 'Моля попълнете номера на темата и нейното име, както и всички други полета',
   843     8 => 'Topic мениджър',
   844     9 => 'За да модифицирате или изтриете тема, кликнете на нея.  За да създадете нова такава кликнете на бутона \'нова тема\' вляво. Ще откриете ниво на достъп за всяка тема.  Темата по подразбиране е обозначена със звездичка (*).',
   845     10 => 'Подредба',
   846     11 => 'Публикации/Страница',
   847     12 => 'Достъпът отказан',
   848     13 => "Опитвате се да влезете в тема, за която нямате достъп. Това се регистрира и логва. Моля <a href=\"{$_CONF['site_admin_url']}/topic.php\">върнете се на администраторския панел</a>.",
   849     14 => 'Метод на подреждане',
   850     15 => 'азбузен',
   851     16 => 'по подразбиране е',
   852     17 => 'Нова тема',
   853     18 => 'Admin Home',
   854     19 => 'запази',
   855     20 => 'откажи',
   856     21 => 'изтрий',
   857     22 => 'Default',
   858     23 => 'направи тази тема default за всички подчинени',
   859     24 => '(*)',
   860     25 => 'Archive Topic',
   861     26 => 'make this the default topic for archived stories. Only one topic allowed.',
   862     27 => 'Or Upload Topic Icon',
   863     28 => 'Maximum',
   864     29 => 'File Upload Errors',
   865     30 => 'Stories in Topic'
   866 );
   867 
   868 ###############################################################################
   869 # admin/user.php
   870 
   871 $LANG28 = array(
   872     1 => 'User Editor',
   873     2 => 'User ID',
   874     3 => 'Потребител',
   875     4 => 'Пълно име',
   876     5 => 'Парола',
   877     6 => 'Ниво на сигурност',
   878     7 => 'Email адрес',
   879     8 => 'HomePage',
   880     9 => '(не използвайте интервали)',
   881     10 => 'Моля попълнете формите с потребителското име и e-mail адрес',
   882     11 => 'User мениджър',
   883     12 => 'За да модифицирате или изтриете даден потребител, кликнете на него.  За да създадете нов потребител кликнете на бутона \'нов потребител\'. Можете да направите някои прости търсения по части от потребителко име, email или пълно име (например. *oja* or *.dba).',
   884     13 => 'SecLev',
   885     14 => 'Reg. Date',
   886     15 => '',
   887     16 => '',
   888     17 => '',
   889     18 => '',
   890     19 => '',
   891     20 => 'запази',
   892     21 => 'The username you tried saving already exists.',
   893     22 => 'Error',
   894     23 => 'Групова регистрация',
   895     24 => 'Масово (групово) добавяне на потребители',
   896     25 => 'Можете да добавите определен брой потребители в системата. Трябва просто да import-нете даден текстов файл с имена и полете като пълно име, потребителско име и e-mail. Всеки добавен потребител ще бъде уведомен за своята парола чрез e-mail. При неспазване на изискванията за формат са възможни проблеми, така че е препоръчително да знаете какво правите !',
   897     26 => '',
   898     27 => '',
   899     28 => 'Check here to delete this picture',
   900     29 => 'Path',
   901     30 => 'Import',
   902     31 => 'New Users',
   903     32 => 'Done proccessing. Imported %d and encountered %d failures',
   904     33 => 'submit',
   905     34 => 'Грешка: Трябва да зададете файл.',
   906     35 => 'Last Login',
   907     36 => '(never)',
   908     37 => 'UID',
   909     38 => 'Group Listing',
   910     39 => 'Password (again)',
   911     40 => 'Registration Date',
   912     41 => 'Last login Date',
   913     42 => 'Banned',
   914     43 => 'Awaiting Activation',
   915     44 => 'Awaiting Authorization',
   916     45 => 'Active',
   917     46 => 'User Status',
   918     47 => 'Edit',
   919     48 => 'Show Admin Groups',
   920     49 => 'Admin Group',
   921     50 => 'Check to allow filtering this group as an Admin Use Group',
   922     51 => 'Online Days',
   923     52 => '<br' . XHTML . '>Note: "Online Days" is the number of days between the first registration and the last login.',
   924     53 => 'registered',
   925     54 => 'Batch Delete',
   926     55 => 'This only works if you have <code>$_CONF[\'lastlogin\'] = true;</code> in your config.php',
   927     56 => 'Please choose the type of user you want to delete and press "Update List". Then, uncheck those from the list you do not want to delete and press "Delete". Please note that you will only delete those that are currently visible in case the list spans over several pages.',
   928     57 => 'Phantom users',
   929     58 => 'Short-Time Users',
   930     59 => 'Old Users',
   931     60 => 'Users that registered more than ',
   932     61 => ' months ago, but never logged in.',
   933     62 => 'Users that registered more than ',
   934     63 => ' months ago, then logged in within 24 hours, but since then never came back to your site.',
   935     64 => 'Normal users, who simply did not visit your site since ',
   936     65 => ' months.',
   937     66 => 'Update List',
   938     67 => 'Months since registration',
   939     68 => 'Online Hours',
   940     69 => 'Offline Months',
   941     70 => 'could not be deleted',
   942     71 => 'sucessfully deleted',
   943     72 => 'No User selected for deletion',
   944     73 => 'Are You sure you want to permanently delete ALL selected users?',
   945     74 => 'Recent Users',
   946     75 => 'Users that registered in the last ',
   947     76 => ' months',
   948     77 => 'Email site login reminder to selected users',
   949     78 => 'Send Reminder',
   950     79 => 'No User selected for reminders',
   951     80 => 'Successfully sent Reminders',
   952     81 => 'Reminder to verify account for %s',
   953     82 => "Your account on {$_CONF['site_name']} has not been accesssed since %s and will be disabled if not accessed in the 30 days.",
   954     83 => "Your account on {$_CONF['site_name']} has not been used since it was created and will deleted soon if not accessed.",
   955     84 => "Your login name is: %s  for our site: {$_CONF['site_url']}",
   956     85 => 'If you have forgotten the password use the following link: %s',
   957     86 => 'Include',
   958     87 => 'Reminders'
   959 );
   960 
   961 ###############################################################################
   962 # admin/moderation.php
   963 
   964 $LANG29 = array(
   965     1 => 'Одобри',
   966     2 => 'Изтрий',
   967     3 => 'Редактирай',
   968     4 => 'Profile',
   969     10 => 'Заглавие',
   970     11 => 'Start Date',
   971     12 => 'URL',
   972     13 => 'Категория',
   973     14 => 'Дата',
   974     15 => 'Тема',
   975     16 => 'потребителско име',
   976     17 => 'Пълно име',
   977     18 => 'E-mail',
   978     34 => 'Admin Panel',
   979     35 => 'Изпратени текстове',
   980     36 => 'Parent or Comment',
   981     37 => '',
   982     38 => 'Изпрати',
   983     39 => 'Няма изпратени текстове, които да публикувате или изтриете.',
   984     40 => 'User Submissions',
   985     41 => 'Comment Submissions',
   986     42 => 'User Name',
   987     43 => 'Auto-publish Comments?'
   988 );
   989 
   990 ###############################################################################
   991 # admin/mail.php
   992 
   993 $LANG31 = array(
   994     1 => "{$_CONF['site_name']} Mail Utility",
   995     2 => 'From',
   996     3 => 'Reply-to',
   997     4 => 'Subject',
   998     5 => 'Body',
   999     6 => 'Send to:',
  1000     7 => 'All users',
  1001     8 => 'Admin',
  1002     9 => 'Options',
  1003     10 => 'HTML',
  1004     11 => 'Urgent message!',
  1005     12 => 'Send',
  1006     13 => 'Reset',
  1007     14 => 'Ignore user settings',
  1008     15 => 'Error when sending to: ',
  1009     16 => 'Successfully sent messages to: ',
  1010     17 => "<a href={$_CONF['site_admin_url']}/mail.php>Send another message</a>",
  1011     18 => 'To',
  1012     19 => 'NOTE: if you wish to send a message to all site members, select the Logged-in Users group from the drop down.',
  1013     20 => "Successfully sent <successcount> messages and unsuccessfully sent <failcount> messages.  If you need them, the details of each message attempts is below.  Otherwise you can <a href=\"{$_CONF['site_admin_url']}/mail.php\">Send another message</a> or you can <a href=\"{$_CONF['site_admin_url']}/moderation.php\">go back to the administration page</a>.",
  1014     21 => 'Failures',
  1015     22 => 'Successes',
  1016     23 => 'No failures',
  1017     24 => 'No successes',
  1018     25 => '-- Select Group --',
  1019     26 => 'Please fill in all the fields on the form and select a group of users from the drop down.'
  1020 );
  1021 
  1022 ###############################################################################
  1023 # admin/plugins.php
  1024 
  1025 $LANG32 = array(
  1026     1 => 'Installing plugins could possibly cause damage to your Geeklog installation and, possibly, to your system.  It is important that you only install plugins downloaded from the <a href="http://www.geeklog.net" target="_blank">Geeklog Homepage</a> as we thoroughly test all plugins submitted to our site on a variety of operating systems.  It is important that you understand that the plugin installation process will require the execution of a few filesystem commands which could lead to security problems particularly if you use plugins from third party sites.  Even with this warning you are getting, we do not gaurantee the success of any installation nor are we liable for damage caused by installing a Geeklog plugin.  In other words, install at your own risk.  For the wary, directions on how to manually install a plugin is included with each plugin package.',
  1027     2 => 'Plug-in Installation Disclaimer',
  1028     3 => 'Plug-in Installation Form',
  1029     4 => 'Plug-in File',
  1030     5 => 'Plug-in List',
  1031     6 => 'Warning: Plug-in Already Installed!',
  1032     7 => 'The plug-in you are trying to install already exists.  Please delete the plugin before re-installing it',
  1033     8 => 'Plugin Compatibility Check Failed',
  1034     9 => 'This plugin requires a newer version of Geeklog. Either upgrade your copy of <a href="http://www.geeklog.net">Geeklog</a> or get a newer version of the plug-in.',
  1035     10 => '<br' . XHTML . '><b>There are no plugins currently installed.</b><br' . XHTML . '><br' . XHTML . '>',
  1036     11 => 'To modify or delete a plug-in, click on that plug-in\'s number below. To learn more about a plug-in, click the plug-in name and you will be directed to that plug-in\'s website. To install or upgrade a plug-in please consult it\'s documentation.',
  1037     12 => 'no plugin name provided to plugineditor()',
  1038     13 => 'Plugin Editor',
  1039     14 => 'New Plug-in',
  1040     15 => 'Admin Home',
  1041     16 => 'Plug-in Name',
  1042     17 => 'Plug-in Version',
  1043     18 => 'Geeklog Version',
  1044     19 => 'Enabled',
  1045     20 => 'Yes',
  1046     21 => 'No',
  1047     22 => 'Install',
  1048     23 => 'Запази',
  1049     24 => 'Откажи',
  1050     25 => 'Delete',
  1051     26 => 'Plug-in Name',
  1052     27 => 'Plug-in Homepage',
  1053     28 => 'Plug-in Version',
  1054     29 => 'Geeklog Version',
  1055     30 => 'Delete Plug-in?',
  1056     31 => 'Are you sure you want to delete this plug-in?  By doing so you will remove all the data and data structures that this plug-in uses.  If you are sure, click delete again on the form below.',
  1057     32 => '<p><b>Error AutoLink tag not correct format</b></p>',
  1058     33 => 'Code Version',
  1059     34 => 'Update',
  1060     35 => 'Edit',
  1061     36 => 'Code',
  1062     37 => 'Data',
  1063     38 => 'Update!',
  1064     39 => 'Upload a plugin',
  1065     40 => 'You can upload a plugin archive (.tar.gz, .tgz, .zip) directly here:',
  1066     41 => 'Upload',
  1067     99 => 'An unknown error occured',
  1068     100 => 'Ok.',
  1069     101 => 'The uploaded file exceeds the upload_max_filesize directive in php.ini.',
  1070     102 => 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',
  1071     103 => 'The uploaded file was only partially uploaded.',
  1072     104 => 'No file was uploaded.',
  1073     105 => '(undefined error)',
  1074     106 => 'Missing a temporary folder.',
  1075     107 => 'Failed to write file to disk.',
  1076     108 => 'File upload stopped by extension.'
  1077 );
  1078 
  1079 ###############################################################################
  1080 # admin/syndication.php
  1081 
  1082 $LANG33 = array(
  1083     1 => 'create feed',
  1084     2 => 'save',
  1085     3 => 'delete',
  1086     4 => 'cancel',
  1087     10 => 'Content Syndication',
  1088     11 => 'New Feed',
  1089     12 => 'Admin Home',
  1090     13 => 'To modify or delete a feed, click on the feed\'s title below. To create a new feed, click on New Feed above.',
  1091     14 => 'Title',
  1092     15 => 'Type',
  1093     16 => 'Filename',
  1094     17 => 'Format',
  1095     18 => 'last updated',
  1096     19 => 'Enabled',
  1097     20 => 'Yes',
  1098     21 => 'No',
  1099     22 => '<i>(no feeds)</i>',
  1100     23 => 'all Stories',
  1101     24 => 'Feed Editor',
  1102     25 => 'Feed Title',
  1103     26 => 'Limit',
  1104     27 => 'Length of entries',
  1105     28 => '(0 = no text, 1 = full text, other = limit to that number of chars.)',
  1106     29 => 'Description',
  1107     30 => 'Last Update',
  1108     31 => 'Character Set',
  1109     32 => 'Language',
  1110     33 => 'Contents',
  1111     34 => 'Entries',
  1112     35 => 'Hours',
  1113     36 => 'Select type of feed',
  1114     37 => '',
  1115     38 => 'Error: Missing Fields',
  1116     39 => 'Please fill in the Feed Title, Description, and Filename.',
  1117     40 => 'Please enter a  number of entries or number of hours.',
  1118     41 => 'Links',
  1119     42 => '',
  1120     43 => 'All',
  1121     44 => 'None',
  1122     45 => 'Header-link in topic',
  1123     46 => 'Limit Results',
  1124     47 => 'Search',
  1125     48 => 'Edit',
  1126     49 => 'Feed Logo',
  1127     50 => "Relative to site url ({$_CONF['site_url']})",
  1128     51 => 'The filename you have chosen is already used by another feed. Please choose a different one.',
  1129     52 => 'Error: existing Filename',
  1130     53 => 'All Frontpage Stories',
  1131     54 => 'Please select the type of feed to create.',
  1132     55 => 'Articles'
  1133 );
  1134 
  1135 ###############################################################################
  1136 # confirmation and error messages
  1137 
  1138 $MESSAGE = array(
  1139     1 => "Your password has been emailed to you and should arrive momentarily. Please follow the directions in the message and we thank-you for using {$_CONF['site_name']}",
  1140     2 => "Thank-you for submitting your story to {$_CONF['site_name']}.  It has been submitted to our staff for approval. If approved, your story will be available for others to read on our site.",
  1141     3 => '',
  1142     4 => '',
  1143     5 => 'Your account information has been successfully saved.',
  1144     6 => 'Your display preferences have been successfully saved.',
  1145     7 => 'Your comment preferences have been successfully saved.',
  1146     8 => 'You have been successfully logged out.',
  1147     9 => 'Публикацията ви бе запазена успешно.',
  1148     10 => 'The story has been successfully deleted.',
  1149     11 => 'Your block has been successfully saved.',
  1150     12 => 'The block has been successfully deleted.',
  1151     13 => 'Your topic has been successfully saved.',
  1152     14 => 'The topic and all it\'s stories and blocks have been successfully deleted.',
  1153     15 => 'Your comment has been submitted for review and will be published when approved by a moderator.',
  1154     16 => 'You have been unsubscribed. You will no longer be notified of new replies.',
  1155     17 => '',
  1156     18 => '',
  1157     19 => '',
  1158     20 => '',
  1159     21 => 'The new user has been successfully saved.',
  1160     22 => 'The user has been successfully deleted',
  1161     23 => '',
  1162     24 => '',
  1163     25 => '',
  1164     26 => '',
  1165     27 => 'Message successfully sent.',
  1166     28 => 'The plug-in has been successfully saved',
  1167     29 => 'Sorry, you do not have access to this administration page.  Please note that all attempts to access unauthorized features are logged',
  1168     30 => 'Access Denied',
  1169     31 => '',
  1170     32 => '',
  1171     33 => '',
  1172     34 => '',
  1173     35 => '',
  1174     36 => '',
  1175     37 => '',
  1176     38 => '',
  1177     39 => '',
  1178     40 => 'System Message',
  1179     41 => '',
  1180     42 => '',
  1181     43 => '',
  1182     44 => 'The plug-in was successfully installed!',
  1183     45 => 'The plug-in was successfully deleted.',
  1184     46 => '',
  1185     47 => 'This functionality only works under *nix.  If you are running *nix as your operating system then your cache has been successfully cleared. If you are on Windows, you will need to search for files name adodb_*.php and remove them manually.',
  1186     48 => "Thank you for applying for a membership with {$_CONF['site_name']}. Our team will review your application. If approved, your password will be emailed to you at the email address you just entered.",
  1187     49 => 'Your group has been successfully saved.',
  1188     50 => 'The group has been successfully deleted.',
  1189     51 => 'This username is already in use. Please choose another one.',
  1190     52 => 'The email address provided does not appear to be a valid email address.',
  1191     53 => 'Your new password has been accepted. Please use your new password below to log in now.',
  1192     54 => 'Your request for a new password has expired. Please try again below.',
  1193     55 => 'An email has been sent to you and should arrive momentarily. Please follow the directions in the message to set a new password for your account.',
  1194     56 => 'The email address provided is already in use for another account.',
  1195     57 => 'Your account has been successfully deleted.',
  1196     58 => 'Your feed has been successfully saved.',
  1197     59 => 'The feed has been successfully deleted.',
  1198     60 => 'The plugin was successfully updated',
  1199     61 => 'Plugin %s: Unknown message placeholder',
  1200     62 => 'The trackback comment has been deleted.',
  1201     63 => 'An error occurred when deleting the trackback comment.',
  1202     64 => 'Your trackback comment has been successfully sent.',
  1203     65 => 'Weblog directory service successfully saved.',
  1204     66 => 'The weblog directory service has been deleted.',
  1205     67 => 'The new password does not match the confirmation password!',
  1206     68 => 'You have to enter the correct current password.',
  1207     69 => 'Your account has been blocked!',
  1208     70 => 'Your account is awaiting administrator approval.',
  1209     71 => 'Your account has now been confirmed and is awaiting administrator approval.',
  1210     72 => 'An error occured while attempting to install the plugin. See error.log for details.',
  1211     73 => 'An error occured while attempting to uninstall the plugin. See error.log for details.',
  1212     74 => 'The pingback has been successfully sent.',
  1213     75 => 'Trackbacks must be sent using a POST request.',
  1214     76 => 'Do you really want to delete this item?',
  1215     77 => 'WARNING:<br' . XHTML . '>You have set your default encoding to UTF-8. However, your server does not support multibyte encodings. Please install mbstring functions for PHP or choose a different character set/language.',
  1216     78 => 'Please make sure that the email address and the confirmation email address are the same.',
  1217     79 => 'The page you have been trying to open refers to a function that no longer exists on this site.',
  1218     80 => 'The plugin that created this feed is currently disabled. You will not be able to edit this feed until you re-enable the parent plugin.',
  1219     81 => 'You may have mistyped your login credentials.  Please try logging in again below.',
  1220     82 => 'You have exceeded the number of allowed login attempts.  Please try again later.',
  1221     83 => 'To change your password, email address, or for how long to remember you, please enter your current password.',
  1222     84 => 'To delete your account, please enter your current password.',
  1223     85 => 'There was a problem sending the email.',
  1224     86 => 'The OpenID server invalidated your login attempt.',
  1225     87 => 'OpenID login operation cancelled by user.',
  1226     88 => 'The OpenID server returned an error.',
  1227     89 => 'Unable to find an OpenID server for the given identity URL.',
  1228     90 => 'OpenID identification cancelled.',
  1229     91 => 'You specified an invalid identity URL.',
  1230     92 => "Please <a href=\"{$_CONF['site_admin_url']}/sectest.php\">check the security of your site</a> before using it!",
  1231     93 => 'Database back up was successful.',
  1232     94 => 'Backup Failed: Filesize less than 1kb',
  1233     95 => 'There was an error.',
  1234     96 => '',
  1235     97 => '',
  1236     98 => 'The plugin was successfully uploaded.',
  1237     99 => 'The plugin already exists.',
  1238     100 => 'The plugin file you uploaded was not a GZip or Zip compressed archive.',
  1239     101 => 'There are no topics (that you have access to). You need at least one topic to be able to submit stories.',
  1240     400 => 'Not all required fields have been passed validation',
  1241     401 => 'Please enter Fullname'
  1242 );
  1243 
  1244 ###############################################################################
  1245 
  1246 $LANG_ACCESS = array(
  1247     'access' => 'Access',
  1248     'ownerroot' => 'Owner/Root',
  1249     'group' => 'Group',
  1250     'readonly' => 'Read-Only',
  1251     'accessrights' => 'Access Rights',
  1252     'owner' => 'Owner',
  1253     'grantgrouplabel' => 'Grant Above Group Edit Rights',
  1254     'permmsg' => 'NOTE: members is all logged in members of the site and anonymous is all users browsing the site that aren\'t logged in.',
  1255     'securitygroups' => 'Security Groups',
  1256     'editrootmsg' => "Even though you are a User Administrator, you can't edit a root user without first being a root user yourself.  You can edit all other users except root users. Please note that all attempts to illegally edit root users are logged.  Please go back to the <a href=\"{$_CONF['site_admin_url']}/user.php\">User Administration page</a>.",
  1257     'securitygroupsmsg' => 'Select the checkboxes for the groups you want the user to belong to.',
  1258     'groupeditor' => 'Group Editor',
  1259     'description' => 'Description',
  1260     'name' => 'Name',
  1261     'rights' => 'Rights',
  1262     'missingfields' => 'Missing Fields',
  1263     'missingfieldsmsg' => 'You must supply the name and a description for a group',
  1264     'groupmanager' => 'Group Manager',
  1265     'newgroupmsg' => 'To modify or delete a group, click on that group below. To create a new group click new group above. Please note that core groups cannot be deleted because they are used in the system.',
  1266     'groupname' => 'Group Name',
  1267     'coregroup' => 'Core Group',
  1268     'yes' => 'Yes',
  1269     'no' => 'No',
  1270     'corerightsdescr' => "This group is a core {$_CONF['site_name']} Group.  Therefore the rights for this group cannot be edited.  Below is a read-only list of the rights this group has access to.",
  1271     'groupmsg' => 'Security Groups on this site are hierarchical.  By adding this group to any of the groups below you will giving this group the same rights that those groups have.  Where possible it is encouraged you use the groups below to give rights to a group.  If you need this group to have custom rights then you can select the rights to various site features in the section below called \'Rights\'.  To add this group to any of the ones below simply check the box next to the group(s) that you want.',
  1272     'coregroupmsg' => "This group is a core {$_CONF['site_name']} Group.  Therefore the groups that this group belongs to cannot be edited.  Below is a read-only list of the groups this group belongs to.",
  1273     'rightsdescr' => 'A groups access to a certain right below can be given directly to the group OR to a different group that this group is a part of.  The ones you see below without a checkbox are the rights that have been given to this group because it belongs to another group with that right.  The rights with checkboxes below are rights that can be given directly to this group.',
  1274     'lock' => 'Lock',
  1275     'members' => 'Members',
  1276     'anonymous' => 'Anonymous',
  1277     'permissions' => 'Permissions',
  1278     'permissionskey' => 'R = read, E = edit, edit rights assume read rights',
  1279     'edit' => 'Edit',
  1280     'none' => 'None',
  1281     'accessdenied' => 'Access Denied',
  1282     'storydenialmsg' => "You do not have access to view this story.  This could be because you aren't a member of {$_CONF['site_name']}.  Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\" rel=\"nofollow\"> become a member</a> of {$_CONF['site_name']} to receive full membership access!",
  1283     'nogroupsforcoregroup' => 'This group doesn\'t belong to any of the other groups',
  1284     'grouphasnorights' => 'This group doesn\'t have access to any of the administrative features of this site',
  1285     'newgroup' => 'New Group',
  1286     'adminhome' => 'Admin Home',
  1287     'save' => 'save',
  1288     'cancel' => 'cancel',
  1289     'delete' => 'delete',
  1290     'canteditroot' => 'You have tried to edit the Root group but you are not in the Root group yourself therefore your access to this group is denied.  Please contact the system administrator if you feel this is an error',
  1291     'listusers' => 'List Users',
  1292     'listthem' => 'list',
  1293     'usersingroup' => 'Users in group %s',
  1294     'usergroupadmin' => 'User Group Administration',
  1295     'add' => 'Add',
  1296     'remove' => 'Remove',
  1297     'availmembers' => 'Available Members',
  1298     'groupmembers' => 'Group Members',
  1299     'canteditgroup' => 'To edit this group, you have to be a member of the group. Please contact the system administrator if you feel this is an error.',
  1300     'cantlistgroup' => 'To see the members of this group, you have to be a member yourself. Please contact the system administrator if you feel this is an error.',
  1301     'editgroupmsg' => 'To modify the group membership, click on the member names(s) and use the add or remove buttons. If the member is a member of the group, their name will appear on the right side only. Once you are complete - press <b>Save</b> to update the group and return to the main group admin page.',
  1302     'listgroupmsg' => 'Listing of all current members in the group: <b>%s</b>',
  1303     'search' => 'Search',
  1304     'submit' => 'Submit',
  1305     'limitresults' => 'Limit Results',
  1306     'group_id' => 'Group ID',
  1307     'plugin_access_denied_msg' => 'You are illegally trying access a plugin administration page.  Please note that all attempts to illegally access this page are logged.',
  1308     'groupexists' => 'Group name already exists',
  1309     'groupexistsmsg' => 'There is already a group with this name. Group names must be unique.'
  1310 );
  1311 
  1312 ###############################################################################
  1313 # admin/database.php
  1314 
  1315 $LANG_DB_BACKUP = array(
  1316     'last_ten_backups' => 'Last 10 Back-ups',
  1317     'do_backup' => 'Do Backup',
  1318     'backup_successful' => 'Database back up was successful.',
  1319     'db_explanation' => 'To create a new backup of your Geeklog system, hit the button below',
  1320     'not_found' => "Incorrect path or mysqldump utility not executable.<br" . XHTML . ">Check <strong>\$_DB_mysqldump_path</strong> definition in config.php.<br" . XHTML . ">Variable currently defined as: <var>{$_DB_mysqldump_path}</var>",
  1321     'zero_size' => 'Backup Failed: Filesize was 0 bytes',
  1322     'path_not_found' => "{$_CONF['backup_path']} does not exist or is not a directory",
  1323     'no_access' => "ERROR: Directory {$_CONF['backup_path']} is not accessible.",
  1324     'backup_file' => 'Backup file',
  1325     'size' => 'Size',
  1326     'bytes' => 'Bytes',
  1327     'total_number' => 'Total number of backups: %d',
  1328     'download' => 'Click to download this file'
  1329 );
  1330 
  1331 ###############################################################################
  1332 
  1333 $LANG_BUTTONS = array(
  1334     1 => 'Home',
  1335     2 => 'Contact',
  1336     3 => 'Get Published',
  1337     4 => '',
  1338     5 => '',
  1339     6 => '',
  1340     7 => 'Site Stats',
  1341     8 => 'Personalize',
  1342     9 => 'Search',
  1343     10 => 'разширено търсене',
  1344     11 => 'Directory'
  1345 );
  1346 
  1347 ###############################################################################
  1348 # 404.php
  1349 
  1350 $LANG_404 = array(
  1351     1 => '404 Error',
  1352     2 => 'Gee, I\'ve looked everywhere but I can not find <b>%s</b>.',
  1353     3 => "<p>We're sorry, but the file you have requested does not exist. Please feel free to check the <a href=\"{$_CONF['site_url']}\">main page</a> or the <a href=\"{$_CONF['site_url']}/search.php\">search page</a> to see if you can find what you lost."
  1354 );
  1355 
  1356 ###############################################################################
  1357 # login form
  1358 
  1359 $LANG_LOGIN = array(
  1360     1 => 'Login required',
  1361     2 => 'Sorry, to access this area you need to be logged in as a user.',
  1362     3 => 'Login',
  1363     4 => 'New User'
  1364 );
  1365 
  1366 ###############################################################################
  1367 # trackback.php
  1368 
  1369 $LANG_TRB = array(
  1370     'trackback' => 'Trackback',
  1371     'from' => 'from',
  1372     'tracked_on' => 'Tracked on',
  1373     'read_more' => '[read more]',
  1374     'intro_text' => 'Here\'s what others have to say about \'%s\':',
  1375     'no_comments' => 'No trackback comments for this entry.',
  1376     'this_trackback_url' => 'Trackback URL for this entry:',
  1377     'num_comments' => '%d trackback comments',
  1378     'send_trackback' => 'Send Pings',
  1379     'preview' => 'Preview',
  1380     'editor_title' => 'Send trackback comment',
  1381     'trackback_url' => 'Trackback URL',
  1382     'entry_url' => 'Entry URL',
  1383     'entry_title' => 'Entry Title',
  1384     'blog_name' => 'Site Name',
  1385     'excerpt' => 'Excerpt',
  1386     'truncate_warning' => 'Note: The receiving site may truncate your excerpt',
  1387     'button_send' => 'Send',
  1388     'button_preview' => 'Preview',
  1389     'send_error' => 'Error',
  1390     'send_error_details' => 'Error when sending trackback comment:',
  1391     'url_missing' => 'No Entry URL',
  1392     'url_required' => 'Please enter at least a URL for the entry.',
  1393     'target_missing' => 'No Trackback URL',
  1394     'target_required' => 'Please enter a trackback URL',
  1395     'error_socket' => 'Could not open socket.',
  1396     'error_response' => 'Response not understood.',
  1397     'error_unspecified' => 'Unspecified error.',
  1398     'select_url' => 'Select Trackback URL',
  1399     'not_found' => 'Trackback URL not found',
  1400     'autodetect_failed' => 'Geeklog could not detect the Trackback URL for the post you want to send your comment to. Please enter it manually below.',
  1401     'trackback_explain' => 'From the links below, please select the URL you want to send your Trackback comment to. Geeklog will then try to determine the correct Trackback URL for that post. Or you can <a href="%s">enter it manually</a> if you know it already.',
  1402     'no_links_trackback' => 'No links found. You can not send a Trackback comment for this entry.',
  1403     'pingback' => 'Pingback',
  1404     'pingback_results' => 'Pingback results',
  1405     'send_pings' => 'Send Pings',
  1406     'send_pings_for' => 'Send Pings for "%s"',
  1407     'no_links_pingback' => 'No links found. No Pingbacks were sent for this entry.',
  1408     'pingback_success' => 'Pingback sent.',
  1409     'no_pingback_url' => 'No pingback URL found.',
  1410     'resend' => 'Resend',
  1411     'ping_all_explain' => 'You can now notify the sites you linked to (<a href="http://en.wikipedia.org/wiki/Pingback">Pingback</a>), advertise that your site has been updated by pinging weblog directory services, or send a <a href="http://en.wikipedia.org/wiki/Trackback">Trackback</a> comment in case you wrote about a post on someone else\'s site.',
  1412     'pingback_button' => 'Send Pingback',
  1413     'pingback_short' => 'Send Pingbacks to all sites linked from this entry.',
  1414     'pingback_disabled' => '(Pingback disabled)',
  1415     'ping_button' => 'Send Ping',
  1416     'ping_short' => 'Ping weblog directory services.',
  1417     'ping_disabled' => '(Ping disabled)',
  1418     'trackback_button' => 'Send Trackback',
  1419     'trackback_short' => 'Send a Trackback comment.',
  1420     'trackback_disabled' => '(Trackback disabled)',
  1421     'may_take_a_while' => 'Please note that sending Pingbacks and Pings may take a while.',
  1422     'ping_results' => 'Ping results',
  1423     'unknown_method' => 'Unknown ping method',
  1424     'ping_success' => 'Ping sent.',
  1425     'error_site_name' => 'Please enter the site\'s name.',
  1426     'error_site_url' => 'Please enter the site\'s URL.',
  1427     'error_ping_url' => 'Please enter a valid Ping URL.',
  1428     'no_services' => 'No weblog directory services configured.',
  1429     'services_headline' => 'Weblog Directory Services',
  1430     'service_explain' => 'To modify or delete a weblog directory service, click on the edit icon of that service below. To add a new weblog directory service, click on "Create New" above.',
  1431     'service' => 'Service',
  1432     'ping_method' => 'Ping method',
  1433     'service_website' => 'Website',
  1434     'service_ping_url' => 'URL to ping',
  1435     'ping_standard' => 'Standard Ping',
  1436     'ping_extended' => 'Extended Ping',
  1437     'ping_unknown' => '(unknown method)',
  1438     'edit_service' => 'Edit Weblog Directory Service',
  1439     'trackbacks' => 'Trackbacks',
  1440     'editor_intro' => 'Prepare your trackback comment for <a href="%s">%s</a>.',
  1441     'editor_intro_none' => 'Prepare your trackback comment.',
  1442     'trackback_note' => 'To send a trackback comment for a story, go to the list of stories and click on "Send Ping" for the story. To send a trackback that is not related to a story, <a href="%s">click here</a>.',
  1443     'pingback_explain' => 'Enter a URL to send the Pingback to. The pingback will point to your site\'s homepage.',
  1444     'pingback_url' => 'Pingback URL',
  1445     'site_url' => 'This site\'s URL',
  1446     'pingback_note' => 'To send a pingback for a story, go to the list of stories and click on "Send Ping" for the story. To send a pingback that is not related to a story, <a href="%s">click here</a>.',
  1447     'pbtarget_missing' => 'No Pingback URL',
  1448     'pbtarget_required' => 'Please enter a pingback URL',
  1449     'pb_error_details' => 'Error when sending the pingback:',
  1450     'delete_trackback' => 'To delete this Trackback click: '
  1451 );
  1452 
  1453 ###############################################################################
  1454 # directory.php
  1455 
  1456 $LANG_DIR = array(
  1457     'title' => 'Article Directory',
  1458     'title_year' => 'Article Directory for %d',
  1459     'title_month_year' => 'Article Directory for %s %d',
  1460     'nav_top' => 'Back to Article Directory',
  1461     'no_articles' => 'No articles.'
  1462 );
  1463 
  1464 ###############################################################################
  1465 # admin/sectest.php
  1466 
  1467 $LANG_SECTEST = array(
  1468     'sectest' => 'Geeklog Security Check',
  1469     'results' => 'Results of the Security Check',
  1470     'okay' => 'Everything seems to be in order.',
  1471     'please_fix' => 'Please fix the above issues before using your site!',
  1472     'please_note' => 'Please note that no site is ever 100% secure. This script can only test for obvious security issues.',
  1473     'stay_informed' => 'To stay informed about new Geeklog releases and possible security issues, we suggest that you subscribe to the (low-traffic) %s mailing list and/or use the %s option in your Admin menu from time to time to check for available updates.',
  1474     'public_html' => '"public_html" should never be part of your site\'s URL.  Please read the part about public_html in the %s again and change your setup accordingly before you proceed.',
  1475     'installation' => 'installation instructions',
  1476     'directory' => 'directory',
  1477     'failed_tmp' => 'Failed to create a temporary file in your %s directory. Check your directory permissions!',
  1478     'fix_it' => 'This is a security risk and should be fixed!',
  1479     'reachable' => 'Your %s is reachable from the web.',
  1480     'not_reachable' => 'Good! Your %s is not reachable from the web.',
  1481     'not_sure' => 'Got an HTTP result code %s when trying to test your %s. Not sure what to make of it ...',
  1482     'remove_inst' => 'You should really remove the install directory %s once you have your site up and running without any errors.',
  1483     'remove_inst2' => 'Keeping it around would allow malicious users the ability to destroy your current install, take over your site, or retrieve sensitive information.',
  1484     'inst_removed' => 'Good! You seem to have removed the install directory already.',
  1485     'fix_password' => 'You still have not changed the <strong>default password</strong> from "password" on %s Root user account(s).',
  1486     'password_okay' => 'Good! You seem to have changed the default account password already.'
  1487 );
  1488 
  1489 ###############################################################################
  1490 # "What's New" Time Strings
  1491 # 
  1492 # For the first two strings, you can use the following placeholders.
  1493 # Order them so it makes sense in your language:
  1494 # %i    item, "Stories"
  1495 # %n    amount, "2", "20" etc.
  1496 # %t    time, "2" (weeks)
  1497 # %s    scale, "hrs", "weeks"
  1498 
  1499 $LANG_WHATSNEW = array(
  1500     'new_string' => '%n new %i in the last %t %s',
  1501     'new_last' => 'last %t %s',
  1502     'minutes' => 'minutes',
  1503     'hours' => 'hours',
  1504     'days' => 'days',
  1505     'weeks' => 'weeks',
  1506     'months' => 'months',
  1507     'minute' => 'minute',
  1508     'hour' => 'hour',
  1509     'day' => 'day',
  1510     'week' => 'week',
  1511     'month' => 'month'
  1512 );
  1513 
  1514 ###############################################################################
  1515 # Month names
  1516 
  1517 $LANG_MONTH = array(
  1518     1 => 'January',
  1519     2 => 'February',
  1520     3 => 'March',
  1521     4 => 'April',
  1522     5 => 'May',
  1523     6 => 'June',
  1524     7 => 'July',
  1525     8 => 'August',
  1526     9 => 'September',
  1527     10 => 'October',
  1528     11 => 'November',
  1529     12 => 'December'
  1530 );
  1531 
  1532 ###############################################################################
  1533 # Weekdays
  1534 
  1535 $LANG_WEEK = array(
  1536     1 => 'Неделя',
  1537     2 => 'Понеделник',
  1538     3 => 'Вторник',
  1539     4 => 'Сряда',
  1540     5 => 'Четвъртък',
  1541     6 => 'Петък',
  1542     7 => 'Събота'
  1543 );
  1544 
  1545 ###############################################################################
  1546 # Admin - Strings
  1547 # 
  1548 # These are some standard strings used by core functions as well as plugins to
  1549 # display administration lists and edit pages
  1550 
  1551 $LANG_ADMIN = array(
  1552     'search' => 'Search',
  1553     'limit_results' => 'Limit Results',
  1554     'submit' => 'Submit',
  1555     'edit' => 'Edit',
  1556     'edit_adv' => 'Adv. Edit',
  1557     'admin_home' => 'Admin Home',
  1558     'create_new' => 'Create New',
  1559     'create_new_adv' => 'Create New (Adv.)',
  1560     'enabled' => 'Enabled',
  1561     'title' => 'Title',
  1562     'type' => 'Type',
  1563     'topic' => 'Topic',
  1564     'help_url' => 'Help File URL',
  1565     'save' => 'Save',
  1566     'cancel' => 'Cancel',
  1567     'delete' => 'Delete',
  1568     'delete_sel' => 'Delete selected',
  1569     'copy' => 'Copy',
  1570     'no_results' => '- No entries found -',
  1571     'data_error' => 'There was an error processing the subscription data. Please check the data source.',
  1572     'preview' => 'Preview',
  1573     'records_found' => 'Records found',
  1574     'addchild' => 'Add child',
  1575     'list' => 'list',
  1576     'list_all' => 'List all',
  1577     'meta_description' => 'Meta Description',
  1578     'meta_keywords' => 'Meta Keywords',
  1579     'na' => 'N/A'
  1580 );
  1581 
  1582 # Localisation of the texts for the various drop-down menus that are actually
  1583 # stored in the database. If these exist, they override the texts from the
  1584 # database.
  1585 
  1586 $LANG_commentcodes = array(
  1587     0 => 'Comments Enabled',
  1588     -1 => 'Comments Disabled',
  1589     1 => 'Comments Closed'
  1590 );
  1591 
  1592 $LANG_commentmodes = array(
  1593     'flat' => 'Flat',
  1594     'nested' => 'Nested',
  1595     'threaded' => 'Threaded',
  1596     'nocomment' => 'No Comments'
  1597 );
  1598 
  1599 $LANG_cookiecodes = array(
  1600     0 => '(don\'t)',
  1601     3600 => '1 Hour',
  1602     7200 => '2 Hours',
  1603     10800 => '3 Hours',
  1604     28800 => '8 Hours',
  1605     86400 => '1 Day',
  1606     604800 => '1 Week',
  1607     2678400 => '1 Month'
  1608 );
  1609 
  1610 $LANG_dateformats = array(
  1611     0 => 'System Default'
  1612 );
  1613 
  1614 $LANG_featurecodes = array(
  1615     0 => 'Not Featured',
  1616     1 => 'Featured'
  1617 );
  1618 
  1619 $LANG_frontpagecodes = array(
  1620     0 => 'Show Only in Topic',
  1621     1 => 'Show on Front Page'
  1622 );
  1623 
  1624 $LANG_postmodes = array(
  1625     'plaintext' => 'Plain Old Text',
  1626     'html' => 'HTML Formatted'
  1627 );
  1628 
  1629 $LANG_sortcodes = array(
  1630     'ASC' => 'Oldest First',
  1631     'DESC' => 'Newest First'
  1632 );
  1633 
  1634 $LANG_trackbackcodes = array(
  1635     0 => 'Trackback Enabled',
  1636     -1 => 'Trackback Disabled'
  1637 );
  1638 
  1639 ###############################################################################
  1640 # Localization of the Admin Configuration UI
  1641 
  1642 $LANG_CONFIG = array(
  1643     'home' => 'Home',
  1644     'admin_home' => 'Site Administration',
  1645     'sections' => 'Configuration Sections',
  1646     'restore' => 'Restore',
  1647     'add_element' => 'Add Element',
  1648     'save_changes' => 'Save Changes',
  1649     'reset_form' => 'Reset Form',
  1650     'changes_made' => 'Changes were successfully made to',
  1651     'title' => 'Configuration Manager',
  1652     'disable' => 'Click to disable this option',
  1653     'enable' => 'Enable'
  1654 );
  1655 
  1656 $LANG_configsections['Core'] = array(
  1657     'label' => 'Geeklog',
  1658     'title' => 'Geeklog Configuration'
  1659 );
  1660 
  1661 $LANG_confignames['Core'] = array(
  1662     'path_html' => 'HTML Path',
  1663     'site_url' => 'Site URL',
  1664     'site_admin_url' => 'Admin URL',
  1665     'site_mail' => 'Site E-Mail',
  1666     'noreply_mail' => 'No-Reply E-Mail',
  1667     'site_name' => 'Site Name',
  1668     'site_slogan' => 'Slogan',
  1669     'microsummary_short' => 'Microsummary',
  1670     'path_log' => 'Log',
  1671     'path_language' => 'Language',
  1672     'backup_path' => 'Backup',
  1673     'path_data' => 'Data',
  1674     'path_images' => 'Images',
  1675     'path_pear' => 'Path Pear',
  1676     'have_pear' => 'Have Pear?',
  1677     'mail_settings' => 'Mail Settings',
  1678     'allow_mysqldump' => 'Allow MySQL Dump',
  1679     'mysqldump_path' => 'Path of Executable',
  1680     'mysqldump_options' => 'MySQL Dump Options',
  1681     'mysqldump_filename_mask' => 'Backup File Name Mask',
  1682     'theme' => 'Theme',
  1683     'doctype' => 'DOCTYPE Declaration',
  1684     'menu_elements' => 'Menu Elements',
  1685     'path_themes' => 'Themes Path',
  1686     'disable_new_user_registration' => 'Disable New Registrations',
  1687     'allow_user_themes' => 'Allow User Themes',
  1688     'allow_user_language' => 'Allow User Language',
  1689     'allow_user_photo' => 'Allow User Photo',
  1690     'allow_username_change' => 'Allow Username Changes',
  1691     'allow_account_delete' => 'Allow Account Deletion',
  1692     'hide_author_exclusion' => 'Allow Hide Author',
  1693     'show_fullname' => 'Show Fullname',
  1694     'show_servicename' => 'Show Service Name',
  1695     'custom_registration' => 'Enable Custom Registration',
  1696     'user_login_method' => 'User Login Method',
  1697     'spamx' => 'Spam-X Actions',
  1698     'sort_admin' => 'Sort Links',
  1699     'language' => 'Language',
  1700     'locale' => 'Locale',
  1701     'date' => 'Date Format',
  1702     'daytime' => 'Daytime Format',
  1703     'shortdate' => 'Short Date Format',
  1704     'dateonly' => 'Date Only Format',
  1705     'timeonly' => 'Time Only Format',
  1706     'week_start' => 'Week Start',
  1707     'hour_mode' => 'Hour Mode',
  1708     'thousand_separator' => 'Thousands Separator',
  1709     'decimal_separator' => 'Decimal Separator',
  1710     'decimal_count' => 'Decimal Count',
  1711     'language_files' => 'Language Files',
  1712     'languages' => 'Languages',
  1713     'timezone' => 'Timezone',
  1714     'site_disabled_msg' => 'Site Disabled Message or URL',
  1715     'rootdebug' => 'Root Debugging',
  1716     'cookie_session' => 'Session Cookie Name',
  1717     'cookie_name' => 'Permanent Cookie Name',
  1718     'cookie_password' => 'Password Cookie Name',
  1719     'cookie_theme' => 'Theme Cookie Name',
  1720     'cookie_language' => 'Language Cookie Name',
  1721     'cookie_tzid' => 'Timezone Cookie Name',
  1722     'cookie_anon_name' => 'Anon. Username Cookie Name',
  1723     'cookie_ip' => 'Cookies embed IP?',
  1724     'default_perm_cookie_timeout' => 'Permanent Timeout',
  1725     'session_cookie_timeout' => 'Session Timeout',
  1726     'cookie_path' => 'Cookie Path',
  1727     'cookiedomain' => 'Cookie Domain',
  1728     'cookiesecure' => 'Cookie Secure',
  1729     'lastlogin' => 'Record Last Login?',
  1730     'num_search_results' => 'Number of Search Results',
  1731     'loginrequired' => 'Login Required?',
  1732     'submitloginrequired' => 'Submit Login Required?',
  1733     'commentsloginrequired' => 'Comment Login Required?',
  1734     'statsloginrequired' => 'Stats Login Required?',
  1735     'searchloginrequired' => 'Search Login Required?',
  1736     'profileloginrequired' => 'Profile Login Required?',
  1737     'emailuserloginrequired' => 'E-Mail User Login Required?',
  1738     'emailstoryloginrequired' => 'E-Mail Story Login Required?',
  1739     'directoryloginrequired' => 'Directory Login Required?',
  1740     'storysubmission' => 'Story Submission Queue?',
  1741     'usersubmission' => 'User Submission Queue?',
  1742     'listdraftstories' => 'List Draft Stories?',
  1743     'notification' => 'Notifications',
  1744     'postmode' => 'Default Post Mode',
  1745     'speedlimit' => 'Post Speed Limit',
  1746     'skip_preview' => 'Skip Preview in Posts',
  1747     'advanced_editor' => 'Advanced Editor?',
  1748     'wikitext_editor' => 'Wikitext Editor?',
  1749     'cron_schedule_interval' => 'Cron Schedule Interval',
  1750     'sortmethod' => 'Sort Topics',
  1751     'showstorycount' => 'Show Story Count?',
  1752     'showsubmissioncount' => 'Show Submission Count?',
  1753     'hide_home_link' => 'Hide Home Link?',
  1754     'whosonline_threshold' => 'Session Threshold',
  1755     'whosonline_anonymous' => 'Hide Names from Guests?',
  1756     'emailstories' => 'Daily Digest Enabled?',
  1757     'emailstorieslength' => 'Length of Stories',
  1758     'emailstoriesperdefault' => 'Enable for New Users?',
  1759     'allow_domains' => 'Automatic Allow Domains',
  1760     'disallow_domains' => 'Automatic Disallow Domains',
  1761     'newstoriesinterval' => 'New Stories Interval',
  1762     'newcommentsinterval' => 'New Comments Interval',
  1763     'newtrackbackinterval' => 'New Trackbacks Interval',
  1764     'hidenewstories' => 'Hide New Stories',
  1765     'hidenewcomments' => 'Hide New Comments',
  1766     'hidenewtrackbacks' => 'Hide New Trackbacks',
  1767     'hidenewplugins' => 'Hide New Plugin Entries',
  1768     'title_trim_length' => 'Title Trim Length',
  1769     'trackback_enabled' => 'Trackback Enabled?',
  1770     'pingback_enabled' => 'Pingback Enabled?',
  1771     'ping_enabled' => 'Ping Enabled?',
  1772     'trackback_code' => 'Trackback Default',
  1773     'multiple_trackbacks' => 'Multiple Trackbacks',
  1774     'trackbackspeedlimit' => 'Trackback Speed Limit',
  1775     'check_trackback_link' => 'Check Trackbacks',
  1776     'pingback_self' => 'Pingback Self?',
  1777     'pingback_excerpt' => 'Create Pingback Excerpt?',
  1778     'link_documentation' => 'Link to Documentation?',
  1779     'link_versionchecker' => 'Link to Version Checker?',
  1780     'maximagesperarticle' => 'Max Images per Article',
  1781     'limitnews' => 'Stories per Page',
  1782     'minnews' => 'Min. Stories per Page',
  1783     'contributedbyline' => 'Show "Contributed By"?"',
  1784     'hideviewscount' => 'Hide Views Count?',
  1785     'hideemailicon' => 'Hide E-Mail Icon?',
  1786     'hideprintericon' => 'Hide Print Icon?',
  1787     'allow_page_breaks' => 'Allow Page Breaks?',
  1788     'page_break_comments' => 'Comments on Multi-Page Articles',
  1789     'article_image_align' => 'Topic Icon Alignment',
  1790     'show_topic_icon' => 'Show Topic Icon?',
  1791     'draft_flag' => 'Draft Flag Default',
  1792     'frontpage' => 'Frontpage Default',
  1793     'hide_no_news_msg' => 'Hide "No News" Message?',
  1794     'hide_main_page_navigation' => 'Hide Main Page Navigation?',
  1795     'onlyrootfeatures' => 'Only Root can Feature?',
  1796     'aftersave_story' => 'After Saving Story',
  1797     'aftersave_user' => 'After Saving User',
  1798     'show_right_blocks' => 'Always Show Right Blocks?',
  1799     'showfirstasfeatured' => 'Show First Story as Featured?',
  1800     'backend' => 'Enable Feeds?',
  1801     'rdf_file' => 'Syndication Output Folder',
  1802     'rdf_limit' => 'Feed Limit',
  1803     'rdf_storytext' => 'Length of Stories in Feed',
  1804     'rdf_language' => 'Feed Language',
  1805     'syndication_max_headlines' => 'Max. Number of Headlines (portal blocks)',
  1806     'copyrightyear' => 'Copyright Year',
  1807     'image_lib' => 'Image Library',
  1808     'path_to_mogrify' => 'Path to Mogrify',
  1809     'path_to_netpbm' => 'Path to Netpbm',
  1810     'debug_image_upload' => 'Debug Image Uploading?',
  1811     'keep_unscaled_image' => 'Keep Unscaled Image?',
  1812     'allow_user_scaling' => 'Allow User Scaling?',
  1813     'jpeg_quality' => 'JPEG Quality?',
  1814     'max_image_width' => 'Max Image Width?',
  1815     'max_image_height' => 'Max Image Height?',
  1816     'max_image_size' => 'Max Image Size?',
  1817     'max_topicicon_width' => 'Max Topic Icon Width?',
  1818     'max_topicicon_height' => 'Max Topic Icon Height?',
  1819     'max_topicicon_size' => 'Max Topic Icon Size?',
  1820     'max_photo_width' => 'Max Photo Width?',
  1821     'max_photo_height' => 'Max Photo Height?',
  1822     'max_photo_size' => 'Max Photo Size?',
  1823     'use_gravatar' => 'Use Gravatar?',
  1824     'gravatar_rating' => 'Gravatar Rating Allowed',
  1825     'force_photo_width' => 'Force Photo Width',
  1826     'default_photo' => 'Default Photo',
  1827     'commentspeedlimit' => 'Comment Speed Limit',
  1828     'comment_limit' => 'Comment Limit',
  1829     'comment_mode' => 'Comment Mode',
  1830     'comment_code' => 'Comment Default',
  1831     'comment_edit' => 'Allow Comment Edit?',
  1832     'comment_edittime' => 'Comment Edit Time (seconds)',
  1833     'commentsubmission' => 'Queue Comment Submissions',
  1834     'passwordspeedlimit' => 'Password Speed Limit',
  1835     'login_attempts' => 'Max. Login Attempts',
  1836     'login_speedlimit' => 'Login Speed Limit',
  1837     'user_html' => 'User HTML',
  1838     'admin_html' => 'Admin HTML',
  1839     'advanced_html' => 'Additional HTML for Adv. Editor',
  1840     'skip_html_filter_for_root' => 'Skip HTML Filter for Root?',
  1841     'allowed_protocols' => 'Allowed Protocols',
  1842     'disable_autolinks' => 'Disable Autolinks?',
  1843     'clickable_links' => 'Make URLs clickable?',
  1844     'compressed_output' => 'Send compressed output?',
  1845     'frame_options' => 'Protection against "clickjacking"',
  1846     'censormode' => 'Censor Mode?',
  1847     'censorreplace' => 'Censor Replace Text',
  1848     'censorlist' => 'Censor List',
  1849     'ip_lookup' => 'IP Lookup',
  1850     'url_rewrite' => 'Enable URL Rewrite',
  1851     'meta_tags' => 'Meta Tags',
  1852     'meta_description' => 'Default Meta Description',
  1853     'meta_keywords' => 'Default Meta Keywords',
  1854     'default_permissions_block' => 'Block Default Permissions',
  1855     'default_permissions_story' => 'Story Default Permissions',
  1856     'default_permissions_topic' => 'Topic Default Permissions',
  1857     'atom_max_stories' => 'Max. Stories in Webservices Feed',
  1858     'disable_webservices' => 'Disable Webservices?',
  1859     'restrict_webservices' => 'Restrict Webservices?',
  1860     'article_comment_close_enabled' => 'Automatically close comments (default)',
  1861     'article_comment_close_days' => 'Days to close comments (default)',
  1862     'comment_close_rec_stories' => 'Number of most recent stories enabled for comments',
  1863     'allow_reply_notifications' => 'Allow comment reply notifications?',
  1864     'search_style' => 'Results List Style',
  1865     'search_limits' => 'Page Limits',
  1866     'search_show_num' => 'Show Result Number?',
  1867     'search_show_type' => 'Show Result Type?',
  1868     'search_show_sort' => 'Allow User to Sort Results?',
  1869     'search_show_limit' => 'Show Page Limits?',
  1870     'search_separator' => 'Group Separator',
  1871     'search_def_keytype' => 'Default Search Method'
  1872 );
  1873 
  1874 $LANG_configsubgroups['Core'] = array(
  1875     'sg_site' => 'Site',
  1876     'sg_stories' => 'Stories and Trackback',
  1877     'sg_theme' => 'Theme',
  1878     'sg_blocks' => 'Blocks',
  1879     'sg_users' => 'Users and Submissions',
  1880     'sg_images' => 'Images',
  1881     'sg_locale' => 'Languages and Locale',
  1882     'sg_misc' => 'Miscellaneous'
  1883 );
  1884 
  1885 $LANG_fs['Core'] = array(
  1886     'fs_site' => 'Site',
  1887     'fs_paths' => 'Paths',
  1888     'fs_theme' => 'Theme',
  1889     'fs_mail' => 'Mail',
  1890     'fs_pear' => 'Pear',
  1891     'fs_mysql' => 'MySQL',
  1892     'fs_users' => 'Users',
  1893     'fs_misc' => 'Miscellaneous',
  1894     'fs_spamx' => 'Spam-X',
  1895     'fs_admin_block' => 'Admin Block',
  1896     'fs_locale' => 'Locale',
  1897     'fs_language' => 'Language',
  1898     'fs_debug' => 'Debug',
  1899     'fs_cookies' => 'Cookies',
  1900     'fs_login' => 'Login Settings',
  1901     'fs_search' => 'Search',
  1902     'fs_user_submission' => 'User Submission',
  1903     'fs_submission' => 'Submission Settings',
  1904     'fs_topics_block' => 'Topics Block',
  1905     'fs_whosonline_block' => 'Who\'s Online Block',
  1906     'fs_daily_digest' => 'Daily Digest',
  1907     'fs_whatsnew_block' => 'What\'s New Block',
  1908     'fs_trackback' => 'Trackback',
  1909     'fs_pingback' => 'Pingback',
  1910     'fs_story' => 'Story',
  1911     'fs_theme_advanced' => 'Advanced Settings',
  1912     'fs_syndication' => 'Syndication',
  1913     'fs_imagelib' => 'Image Library',
  1914     'fs_upload' => 'Upload',
  1915     'fs_articleimg' => 'Images in Articles',
  1916     'fs_topicicon' => 'Topic Icons',
  1917     'fs_userphoto' => 'Photos',
  1918     'fs_gravatar' => 'Gravatar',
  1919     'fs_comments' => 'Comments',
  1920     'fs_htmlfilter' => 'HTML Filtering',
  1921     'fs_censoring' => 'Censoring',
  1922     'fs_iplookup' => 'IP Lookup',
  1923     'fs_perm_story' => 'Story Default Permission',
  1924     'fs_perm_topic' => 'Topic Default Permission',
  1925     'fs_perm_block' => 'Block Default Permission',
  1926     'fs_webservices' => 'Webservices'
  1927 );
  1928 
  1929 $LANG_configselects['Core'] = array(
  1930     0 => array('True' => 1, 'False' => 0),
  1931     1 => array('True' => true, 'False' => false),
  1932     2 => array('Reject' => 0, 'Only Keep Latest' => 1, 'Allow Multiple Posts' => 2),
  1933     3 => array('Trackback Enabled' => 0, 'Trackback Disabled' => -1),
  1934     4 => array('Don\'t Check Anything' => 0, 'Check against Site URL' => 1, 'Check full URL' => 2, 'Check against Site URL and full URL' => 3, 'Check IP against Site IP' => 4, 'Check IP and Site URL' => 5, 'Check IP and Full URL' => 6, 'Check IP, Full URL, and Site URL' => 7),
  1935     5 => array('Plain Old Text' => 'plaintext', 'HTML Formatted' => 'html'),
  1936     6 => array('12' => 12, '24' => 24),
  1937     7 => array('Last Page' => 'last', 'First Page' => 'first', 'Every Page' => 'all'),
  1938     8 => array('Right' => 'right', 'Left' => 'left'),
  1939     9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
  1940     10 => array('None' => '', 'Netpbm' => 'netpbm', 'ImageMagick' => 'imagemagick', 'gdLib' => 'gdlib'),
  1941     11 => array('Flat' => 'flat', 'Nested' => 'nested', 'Threaded' => 'threaded', 'No Comments' => 'nocomment'),
  1942     12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3),
  1943     13 => array('Skip' => 0, 'Allow, with speedlimit' => 1, 'Allow, no speedlimit' => 2),
  1944     14 => array('Sunday' => 'Sun', 'Monday' => 'Mon'),
  1945     15 => array('By Number' => 'sortnum', 'Alphabetically' => 'alpha'),
  1946     16 => array('No Login required' => 0, 'Advanced Search only' => 1, 'Simple + Advanced Search' => 2),
  1947     17 => array('Comments Enabled' => 0, 'Comments Disabled' => -1),
  1948     18 => array('Disabled' => 0, 'Enabled (Exact Match)' => 1, 'Enabled (Word Beginning)' => 2, 'Enabled (Word Fragment)' => 3),
  1949     19 => array('Google' => 'google', 'Table' => 'table'),
  1950     20 => array('Exact Phrase' => 'phrase', 'All of The Words' => 'all', 'Any of The Words' => 'any'),
  1951     21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict'),
  1952     22 => array('Strict' => 'DENY', 'Same Origin' => 'SAMEORIGIN', '(disabled)' => ''),
  1953     23 => array('Disabled' => 0, 'Enabled' => 1, 'Enabled (Default for Homepage only)' => 2)
  1954 );
  1955 
  1956 ?>