[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/include/inc_lang/backend/en/ -> lang.inc.php (source)

   1  <?php
   2  /*************************************************************************************
   3     Copyright notice
   4     
   5     (c) 2002-2006 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.
   6   
   7     This script is part of PHPWCMS. The PHPWCMS web content management system is
   8     free software; you can redistribute it and/or modify it under the terms of
   9     the GNU General Public License as published by the Free Software Foundation;
  10     either version 2 of the License, or (at your option) any later version.
  11    
  12     The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
  13     A copy is found in the textfile GPL.txt and important notices to the license 
  14     from the author is found in LICENSE.txt distributed with these scripts.
  15    
  16     This script is distributed in the hope that it will be useful, but WITHOUT ANY 
  17     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  18     PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  19   
  20     This copyright notice MUST APPEAR in all copies of the script!
  21  *************************************************************************************/
  22  
  23  
  24  // Language: English, Language Code: en
  25  // please use HTML safe strings ONLY,neccessary to reduce processing time
  26  // normal line break:    '&#13;', JavaScript Linebreak: '\n'
  27  
  28  
  29  $BL['usr_online']                       = 'users online';
  30  
  31  // Login Page
  32  $BL["login_text"]                       = 'Insert your login data';
  33  $BL['login_error']                      = 'Errors during login!';
  34  $BL["login_username"]                   = 'username';
  35  $BL["login_userpass"]                   = 'password';
  36  $BL["login_button"]                     = 'Login';
  37  $BL["login_lang"]                       = 'backend language';
  38  
  39  // phpwcms.php
  40  $BL['be_nav_logout']                    = 'LOGOUT';
  41  $BL['be_nav_articles']                  = 'ARTICLE';
  42  $BL['be_nav_files']                     = 'FILE';
  43  $BL['be_nav_modules']                   = 'MODULES';
  44  $BL['be_nav_messages']                  = 'COMMUNICATION';
  45  $BL['be_nav_chat']                      = 'CHAT';
  46  $BL['be_nav_profile']                   = 'PROFILE';
  47  $BL['be_nav_admin']                     = 'ADMIN';
  48  $BL['be_nav_discuss']                   = 'DISCUSS';
  49  
  50  $BL['be_page_title']                    = 'phpwcms backend (administration)';
  51  
  52  $BL['be_subnav_article_center']         = 'article center';
  53  $BL['be_subnav_article_new']            = 'new article';
  54  $BL['be_subnav_file_center']            = 'file center';
  55  $BL['be_subnav_file_ftptakeover']       = 'ftp takeover';
  56  $BL['be_subnav_mod_artists']            = 'artist, category, genre';
  57  $BL['be_subnav_msg_center']             = 'message center';
  58  $BL['be_subnav_msg_new']                = 'new message';
  59  $BL['be_subnav_msg_newsletter']         = 'newsletter subscriptions';
  60  $BL['be_subnav_chat_main']              = 'chat main page';
  61  $BL['be_subnav_chat_internal']          = 'internal chat';
  62  $BL['be_subnav_profile_login']          = 'login information';
  63  $BL['be_subnav_profile_personal']       = 'personal data';
  64  $BL['be_subnav_admin_pagelayout']       = 'page layout';
  65  $BL['be_subnav_admin_templates']        = 'templates';
  66  $BL['be_subnav_admin_css']              = 'default css';
  67  $BL['be_subnav_admin_sitestructure']    = 'site structure';
  68  $BL['be_subnav_admin_users']            = 'user administration';
  69  $BL['be_subnav_admin_filecat']          = 'file categories';
  70  
  71  
  72  // admin.functions.inc.php
  73  $BL['be_func_struct_articleID']         = 'article ID';
  74  $BL['be_func_struct_preview']           = 'preview';
  75  $BL['be_func_struct_edit']              = 'edit article';
  76  $BL['be_func_struct_sedit']             = 'edit structure level';
  77  $BL['be_func_struct_cut']               = 'cut article';
  78  $BL['be_func_struct_nocut']             = 'disable cut article';
  79  $BL['be_func_struct_svisible']          = 'switch visible/invisible';
  80  $BL['be_func_struct_spublic']           = 'switch public/non public';
  81  $BL['be_func_struct_sort_up']           = 'sort up';
  82  $BL['be_func_struct_sort_down']         = 'sort down';
  83  $BL['be_func_struct_del_article']       = 'delete article';
  84  $BL['be_func_struct_del_jsmsg']         = 'Do you really want \nto delete article?'; // "\n" = JavaScript Linebreak
  85  $BL['be_func_struct_new_article']       = 'create new article in structure level';
  86  $BL['be_func_struct_paste_article']     = 'paste article in structure level';
  87  $BL['be_func_struct_insert_level']      = 'insert structure level in';
  88  $BL['be_func_struct_paste_level']       = 'paste in structure level';
  89  $BL['be_func_struct_cut_level']         = 'cut structure level';
  90  $BL['be_func_struct_no_cut']            = "It's not possible to cut the root level!";
  91  $BL['be_func_struct_no_paste1']         = "It's not possible to paste in here!";
  92  $BL['be_func_struct_no_paste2']         = 'is child in root line of the tree level';
  93  $BL['be_func_struct_no_paste3']         = 'that should paste in here';
  94  $BL['be_func_struct_paste_cancel']      = 'cancel structure level change';
  95  $BL['be_func_struct_del_struct']        = 'delete structure level';
  96  $BL['be_func_struct_del_sjsmsg']        = 'Do you really want \nto delete structure level?'; // "\n" = JavaScript Linebreak
  97  $BL['be_func_struct_open']              = 'open';
  98  $BL['be_func_struct_close']             = 'close';
  99  $BL['be_func_struct_empty']             = 'empty';
 100  
 101  // article.contenttype.inc.php
 102  $BL['be_ctype_plaintext']               = 'plain text';
 103  $BL['be_ctype_html']                    = 'html';
 104  $BL['be_ctype_code']                    = 'code';
 105  $BL['be_ctype_textimage']               = 'text w/image';
 106  $BL['be_ctype_images']                  = 'images';
 107  $BL['be_ctype_bulletlist']              = 'list (table)';
 108  $BL['be_ctype_ullist']                     = 'list';
 109  $BL['be_ctype_link']                    = 'link &amp; email';
 110  $BL['be_ctype_linklist']                = 'link list';
 111  $BL['be_ctype_linkarticle']             = 'teaser/link article';
 112  $BL['be_ctype_multimedia']              = 'multimedia';
 113  $BL['be_ctype_filelist']                = 'file list';
 114  $BL['be_ctype_emailform']               = 'email form generator';
 115  $BL['be_ctype_newsletter']              = 'newsletter';
 116  
 117  // profile.create.inc.php
 118  $BL['be_profile_create_success']        = 'Profile successfully created.';
 119  $BL['be_profile_create_error']          = 'An error occured while creating.';
 120  
 121  // profile.update.inc.php
 122  $BL['be_profile_update_success']        = 'Profile data successful updated.';
 123  $BL['be_profile_update_error']          = 'An error occured while updating.';
 124  
 125  // profile.updateaccount.inc.php
 126  $BL['be_profile_account_err1']          = 'username {VAL} is invalid';
 127  $BL['be_profile_account_err2']          = 'password to short (only {VAL} chars: at least 5 needed)';
 128  $BL['be_profile_account_err3']          = 'password must be identically equal to repeat password';
 129  $BL['be_profile_account_err4']          = 'email {VAL} is invalid';
 130  
 131  // profile.data.tmpl.php
 132  $BL['be_profile_data_title']            = 'your personal data';
 133  $BL['be_profile_data_text']             = 'personal data are optional. This can help other users or site visitors to get to know more about you, your interests and skills. If you select the proper checkbox users can see your profile information in the public area or on article pages (or even not).';
 134  $BL['be_profile_label_title']           = 'title';
 135  $BL['be_profile_label_firstname']       = 'first name';
 136  $BL['be_profile_label_name']            = 'surname';
 137  $BL['be_profile_label_company']         = 'company';
 138  $BL['be_profile_label_street']          = 'street';
 139  $BL['be_profile_label_city']            = 'city';
 140  $BL['be_profile_label_state']           = 'province, state';
 141  $BL['be_profile_label_zip']             = 'zip, postal code';
 142  $BL['be_profile_label_country']         = 'country';
 143  $BL['be_profile_label_phone']           = 'phone';
 144  $BL['be_profile_label_fax']             = 'fax';
 145  $BL['be_profile_label_cellphone']       = 'mobile';
 146  $BL['be_profile_label_signature']       = 'signature';
 147  $BL['be_profile_label_notes']           = 'notes';
 148  $BL['be_profile_label_profession']      = 'profession';
 149  $BL['be_profile_label_newsletter']      = 'newsletter';
 150  $BL['be_profile_text_newsletter']       = 'I want to receive the general phpwcms newsletter.';
 151  $BL['be_profile_label_public']          = 'public';
 152  $BL['be_profile_text_public']           = 'Anybody should be able to see my personal profile.';
 153  $BL['be_profile_label_button']          = 'update personal data';
 154  
 155  // profile.account.tmpl.php
 156  $BL['be_profile_account_title']         = 'your login information';
 157  $BL['be_profile_account_text']          = 'Normally it is not necessary to change your username.<br />You should change your password from time to time to increase security.';
 158  $BL['be_profile_label_err']             = 'please check';
 159  $BL['be_profile_label_username']        = 'username';
 160  $BL['be_profile_label_newpass']         = 'new password';
 161  $BL['be_profile_label_repeatpass']      = 'repeat new pwd';
 162  $BL['be_profile_label_email']           = 'email';
 163  $BL['be_profile_account_button']        = 'update';
 164  $BL['be_profile_label_lang']            = 'language';
 165  
 166  
 167  // files.ftptakeover.tmpl.php
 168  $BL['be_ftptakeover_title']             = 'take over files uploaded via ftp';
 169  $BL['be_ftptakeover_mark']              = 'mark';
 170  $BL['be_ftptakeover_available']         = 'available files';
 171  $BL['be_ftptakeover_size']              = 'size';
 172  $BL['be_ftptakeover_nofile']            = 'there is still no file available &#8211; you have to upload one via ftp';
 173  $BL['be_ftptakeover_all']               = 'ALL';
 174  $BL['be_ftptakeover_directory']         = 'directory';
 175  $BL['be_ftptakeover_rootdir']           = 'root directory';
 176  $BL['be_ftptakeover_needed']            = 'needed!!! (you have to select one)';
 177  $BL['be_ftptakeover_optional']          = 'optional';
 178  $BL['be_ftptakeover_keywords']          = 'keywords';
 179  $BL['be_ftptakeover_additional']        = 'additional';
 180  $BL['be_ftptakeover_longinfo']          = 'long info';
 181  $BL['be_ftptakeover_status']            = 'status';
 182  $BL['be_ftptakeover_active']            = 'active';
 183  $BL['be_ftptakeover_public']            = 'public';
 184  $BL['be_ftptakeover_createthumb']       = 'create thumbnail';
 185  $BL['be_ftptakeover_button']            = 'take over selected files';
 186  
 187  // files.reiter.tmpl.php
 188  $BL['be_ftab_title']                    = 'file center';
 189  $BL['be_ftab_createnew']                = 'create new dir in root';
 190  $BL['be_ftab_paste']                    = 'paste clipboard file into root directory';
 191  $BL['be_ftab_disablethumb']             = 'disable thumbnails in list';
 192  $BL['be_ftab_enablethumb']              = 'enable thumbnails in list';
 193  $BL['be_ftab_private']                  = 'private&nbsp;files';
 194  $BL['be_ftab_public']                   = 'public&nbsp;files';
 195  $BL['be_ftab_search']                   = 'search';
 196  $BL['be_ftab_trash']                    = 'trash&nbsp;can';
 197  $BL['be_ftab_open']                     = 'open all directories';
 198  $BL['be_ftab_close']                    = 'close all open directories';
 199  $BL['be_ftab_upload']                   = 'upload file to root directory';
 200  $BL['be_ftab_filehelp']                 = 'open file help';
 201  
 202  // files.private.newdir.tmpl.php
 203  $BL['be_fpriv_rootdir']                 = 'root directory';
 204  $BL['be_fpriv_title']                   = 'create new directory';
 205  $BL['be_fpriv_inside']                  = 'inside';
 206  $BL['be_fpriv_error']                   = 'error: fill in name for directory';
 207  $BL['be_fpriv_name']                    = 'name';
 208  $BL['be_fpriv_status']                  = 'status';
 209  $BL['be_fpriv_button']                  = 'create new dir';
 210  
 211  // files.private.editdir.tmpl.php
 212  $BL['be_fpriv_edittitle']               = 'edit directory';
 213  $BL['be_fpriv_newname']                 = 'new name';
 214  $BL['be_fpriv_updatebutton']            = 'update directory info';
 215  
 216  // files.private.upload.tmpl.php
 217  $BL['be_fprivup_err1']                  = 'Select a file you wish to upload';
 218  $BL['be_fprivup_err2']                  = 'Size of uploaded file is larger than';
 219  $BL['be_fprivup_err3']                  = 'Error while writing file to storage';
 220  $BL['be_fprivup_err4']                  = 'Error while creating user directory.';
 221  $BL['be_fprivup_err5']                  = 'no thumbnail exists';
 222  $BL['be_fprivup_err6']                  = 'Please dont try again - this is an server error! Contact your <a href="mailto:{VAL}">webmaster</a> as soon as possible!';
 223  $BL['be_fprivup_title']                 = 'upload files';
 224  $BL['be_fprivup_button']                = 'upload files';
 225  $BL['be_fprivup_upload']                = 'upload';
 226  
 227  // files.private.editfile.tmpl.php
 228  $BL['be_fprivedit_title']               = 'edit file information';
 229  $BL['be_fprivedit_filename']            = 'filename';
 230  $BL['be_fprivedit_created']             = 'created';
 231  $BL['be_fprivedit_dateformat']          = 'm-d-Y H:i';
 232  $BL['be_fprivedit_err1']                = 'proof name of file (set back to original)';
 233  $BL['be_fprivedit_clockwise']           = 'rotate thumbnail clockwise [original file +90&deg;]';
 234  $BL['be_fprivedit_cclockwise']          = 'rotate thumbnail counter clockwise [original file -90&deg;]';
 235  $BL['be_fprivedit_button']              = 'update file info';
 236  $BL['be_fprivedit_size']                = 'size';
 237  
 238  // files.private-functions.inc.php
 239  $BL['be_fprivfunc_upload']              = 'upload file to directory';
 240  $BL['be_fprivfunc_makenew']             = 'make new dir inside';
 241  $BL['be_fprivfunc_paste']               = 'paste clipboard file into dir';
 242  $BL['be_fprivfunc_edit']                = 'edit dir';
 243  $BL['be_fprivfunc_cactive']             = 'switch active/inactive';
 244  $BL['be_fprivfunc_cpublic']             = 'switch public/nonpublic';
 245  $BL['be_fprivfunc_deldir']              = 'delete dir';
 246  $BL['be_fprivfunc_jsdeldir']            = 'Do you really want \nto delete directory';
 247  $BL['be_fprivfunc_notempty']            = 'dir {VAL} not empty!';
 248  $BL['be_fprivfunc_opendir']             = 'open directory';
 249  $BL['be_fprivfunc_closedir']            = 'close directory';
 250  $BL['be_fprivfunc_dlfile']              = 'download file';
 251  $BL['be_fprivfunc_clipfile']            = 'clipboard file';
 252  $BL['be_fprivfunc_cutfile']             = 'cut';
 253  $BL['be_fprivfunc_editfile']            = 'edit file info';
 254  $BL['be_fprivfunc_cactivefile']         = 'switch active/inactive';
 255  $BL['be_fprivfunc_cpublicfile']         = 'switch public/nonpublic';
 256  $BL['be_fprivfunc_movetrash']           = 'put into trash';
 257  $BL['be_fprivfunc_jsmovetrash1']        = 'Do you really want to put';
 258  $BL['be_fprivfunc_jsmovetrash2']        = 'into trash can folder?';
 259  
 260  // files.private.additions.inc.php
 261  $BL['be_fprivadd_nofolders']            = 'no private files or folders';
 262  
 263  // files.public.list.tmpl.php
 264  $BL['be_fpublic_user']                  = 'user';
 265  $BL['be_fpublic_nofiles']               = 'no public files or folders';
 266  
 267  // files.private.trash.tmpl.php
 268  $BL['be_ftrash_nofiles']                = 'the trash can is empty';
 269  $BL['be_ftrash_show']                   = 'show private files';
 270  
 271  // files.private-delfilelist.inc.php
 272  $BL['be_ftrash_restore']                = 'Do you want to restore {VAL} \nand put it back to private list?';
 273  $BL['be_ftrash_delete']                 = 'Do you want to delete {VAL}?';
 274  $BL['be_ftrash_undo']                   = 'restore (undo trash)';
 275  $BL['be_ftrash_delfinal']               = 'final deletion';
 276  
 277  // files.search.tmpl.php
 278  $BL['be_fsearch_err1']                  = 'search string is empty.';
 279  $BL['be_fsearch_title']                 = 'search files';
 280  $BL['be_fsearch_infotext']              = 'This is a basic search for file information. It searches for matches in keywords,<br />filename and long file info. No support for wildcards. Separate multiple search<br />words with a blank. Select AND/OR and what files to search for: personal/public.';
 281  $BL['be_fsearch_nonfound']              = 'no files for your search were found. correct your search values!';
 282  $BL['be_fsearch_fillin']                = 'please fill in a search string in the above field.';
 283  $BL['be_fsearch_searchlabel']           = 'search for';
 284  $BL['be_fsearch_startsearch']           = 'start search';
 285  $BL['be_fsearch_and']                   = 'AND';
 286  $BL['be_fsearch_or']                    = 'OR';
 287  $BL['be_fsearch_all']                   = 'all files';
 288  $BL['be_fsearch_personal']              = 'private';
 289  $BL['be_fsearch_public']                = 'public';
 290  
 291  // chat.main.tmpl.php & chat.list.tmpl.php
 292  $BL['be_chat_title']                    = 'internal chat';
 293  $BL['be_chat_info']                     = 'Here you can chat with other phpwcms backend users about everything you want. This medium is for realtime speaking but you can also let a message that everybody can read. If you want to exchange ideas with others use the discussion please (later phpwcms version).';
 294  $BL['be_chat_start']                    = 'click here to start the chat';
 295  $BL['be_chat_lines']                    = 'chat lines';
 296  
 297  // message.center.tmpl.php
 298  $BL['be_msg_title']                     = 'message center';
 299  $BL['be_msg_new']                       = 'new';
 300  $BL['be_msg_old']                       = 'old';
 301  $BL['be_msg_senttop']                   = 'sent';
 302  $BL['be_msg_del']                       = 'deleted';
 303  $BL['be_msg_from']                      = 'from';
 304  $BL['be_msg_subject']                   = 'subject';
 305  $BL['be_msg_date']                      = 'date/time';
 306  $BL['be_msg_close']                     = 'close message';
 307  $BL['be_msg_create']                    = 'create a new message';
 308  $BL['be_msg_reply']                     = 'reply to this message';
 309  $BL['be_msg_move']                      = 'move this message to trash';
 310  $BL['be_msg_unread']                    = 'unread or new messages';
 311  $BL['be_msg_lastread']                  = 'last {VAL} read messages';
 312  $BL['be_msg_lastsent']                  = 'last {VAL} sent messages';
 313  $BL['be_msg_marked']                    = 'messages marked for deletion (trash)';
 314  $BL['be_msg_nomsg']                     = 'no message found inside this folder';
 315  
 316  // message.send.tmpl.php
 317  $BL['be_msg_RE']                        = 'RE';
 318  $BL['be_msg_by']                        = 'sent by';
 319  $BL['be_msg_on']                        = 'on';
 320  $BL['be_msg_msg']                       = 'message';
 321  $BL['be_msg_err1']                      = 'you have forgotten to set a recipient...';
 322  $BL['be_msg_err2']                      = 'fill in the subject field (the recipient can better handle your message)';
 323  $BL['be_msg_err3']                      = 'it makes no sense to send a message without message itself ;-)';
 324  $BL['be_msg_sent']                      = 'new message was sent!';
 325  $BL['be_msg_fwd']                       = 'you will be forwarded to the message center or';
 326  $BL['be_msg_newmsgtitle']               = 'write new message';
 327  $BL['be_msg_err']                       = 'error while sending message';
 328  $BL['be_msg_sendto']                    = 'send message to';
 329  $BL['be_msg_available']                 = 'list of available recipients';
 330  $BL['be_msg_all']                       = 'send message to all selected recipients';
 331  
 332  // message.subscription.tmpl.php
 333  $BL['be_newsletter_title']              = 'newsletter subscriptions';
 334  $BL['be_newsletter_titleedit']          = 'edit newsletter subscription';
 335  $BL['be_newsletter_new']                = 'create new';
 336  $BL['be_newsletter_add']                = 'add&nbsp;newsletter&nbsp;subscription';
 337  $BL['be_newsletter_name']               = 'name';
 338  $BL['be_newsletter_info']               = 'info';
 339  $BL['be_newsletter_button_save']        = 'Save subscription';
 340  $BL['be_newsletter_button_cancel']      = 'Cancel';
 341  
 342  // admin.newuser.tmpl.php
 343  $BL['be_admin_usr_err1']                = 'username is invalid, choose a different one';
 344  $BL['be_admin_usr_err2']                = 'username is empty (required)';
 345  $BL['be_admin_usr_err3']                = 'password is empty (required)';
 346  $BL['be_admin_usr_err4']                = "email isn't valid";
 347  $BL['be_admin_usr_err']                 = 'error';
 348  $BL['be_admin_usr_mailsubject']         = 'welcome to phpwcms backend';
 349  $BL['be_admin_usr_mailbody']            = "WELCOME TO THE PHPWCMS BACKEND\n\n    username: {LOGIN}\n    password: {PASSWORD}\n\n\nYou can login here: {LOGIN_PAGE}\n\nphpwcms admin\n ";
 350  $BL['be_admin_usr_title']               = 'add new user account';
 351  $BL['be_admin_usr_realname']            = 'real name';
 352  $BL['be_admin_usr_setactive']           = 'set user active';
 353  $BL['be_admin_usr_iflogin']             = 'if set the user can login';
 354  $BL['be_admin_usr_isadmin']             = 'user is admin';
 355  $BL['be_admin_usr_ifadmin']             = 'if set the user gets admin rights';
 356  $BL['be_admin_usr_verify']              = 'verification';
 357  $BL['be_admin_usr_sendemail']           = 'send an email to new user with the account information';
 358  $BL['be_admin_usr_button']              = 'send user data';
 359  
 360  // admin.edituser.tmpl.php
 361  $BL['be_admin_usr_etitle']              = 'edit user account';
 362  $BL['be_admin_usr_emailsubject']        = 'phpwcms - account data changed';
 363  $BL['be_admin_usr_emailbody']           = "PHPWCMS USER ACCOUNT INFORMATION CHANGED\n\n    username: {LOGIN}\n    password: {PASSWORD}\n\n\nYou can login here: {LOGIN_PAGE}\n\nphpwcms admin\n ";
 364  $BL['be_admin_usr_passnochange']        = '[NO CHANGE - USE THE KNOWN PASSWORD]';
 365  $BL['be_admin_usr_ebutton']             = 'update user data';
 366  
 367  // admin.listuser.tmpl.php
 368  $BL['be_admin_usr_ltitle']              = 'phpwcms user list';
 369  $BL['be_admin_usr_ldel']                = 'ATTENTION!&#13;This will delete user';
 370  $BL['be_admin_usr_create']              = 'create new user';
 371  $BL['be_admin_usr_editusr']             = 'edit user';
 372  
 373  // admin.structform.tmpl.php
 374  $BL['be_admin_struct_title']            = 'site structure';
 375  $BL['be_admin_struct_child']            = '(child of)';
 376  $BL['be_admin_struct_index']            = 'index (website start)';
 377  $BL['be_admin_struct_cat']              = 'category title';
 378  $BL['be_admin_struct_hide1']            = 'hide';
 379  $BL['be_admin_struct_hide2']            = 'this&nbsp;category&nbsp;in&nbsp;menu';
 380  $BL['be_admin_struct_info']             = 'category infotext';
 381  $BL['be_admin_struct_template']         = 'template';
 382  $BL['be_admin_struct_alias']            = 'alias this category';
 383  $BL['be_admin_struct_visible']          = 'visible';
 384  $BL['be_admin_struct_button']           = 'send category data';
 385  $BL['be_admin_struct_close']            = 'close';
 386  
 387  // admin.filecat.tmpl.php
 388  $BL['be_admin_fcat_title']              = 'file categories';
 389  $BL['be_admin_fcat_err']                = 'category name is empty!';
 390  $BL['be_admin_fcat_name']               = 'category name';
 391  $BL['be_admin_fcat_needed']             = 'needed';
 392  $BL['be_admin_fcat_button1']            = 'update';
 393  $BL['be_admin_fcat_button2']            = 'create';
 394  $BL['be_admin_fcat_delmsg']             = 'Do you really want\nto delete file key?';
 395  $BL['be_admin_fcat_fcat']               = 'file category';
 396  $BL['be_admin_fcat_err1']               = 'file key name is empty!';
 397  $BL['be_admin_fcat_fkeyname']           = 'file key name';
 398  $BL['be_admin_fcat_exit']               = 'exit editing';
 399  $BL['be_admin_fcat_addkey']             = 'add new key';
 400  $BL['be_admin_fcat_editcat']            = 'edit category name';
 401  $BL['be_admin_fcat_delcatmsg']          = 'Do you really want\nto delete file category?';
 402  $BL['be_admin_fcat_delcat']             = 'delete file category';
 403  $BL['be_admin_fcat_delkey']             = 'delete file key name';
 404  $BL['be_admin_fcat_editkey']            = 'edit key';
 405  $BL['be_admin_fcat_addcat']             = 'create new file category';
 406  
 407  // admin.pagelayout.tmpl.php
 408  $BL['be_admin_page_title']              = 'frontend setup: page layout';
 409  $BL['be_admin_page_align']              = 'page align';
 410  $BL['be_admin_page_align_left']         = 'standard align (left) of the whole page content';
 411  $BL['be_admin_page_align_center']       = 'center the whole page content';
 412  $BL['be_admin_page_align_right']        = 'align right of the whole page content';
 413  $BL['be_admin_page_margin']             = 'margin';
 414  $BL['be_admin_page_top']                = 'top';
 415  $BL['be_admin_page_bottom']             = 'bottom';
 416  $BL['be_admin_page_left']               = 'left';
 417  $BL['be_admin_page_right']              = 'right';
 418  $BL['be_admin_page_bg']                 = 'background';
 419  $BL['be_admin_page_color']              = 'color';
 420  $BL['be_admin_page_height']             = 'height';
 421  $BL['be_admin_page_width']              = 'width';
 422  $BL['be_admin_page_main']               = 'main';
 423  $BL['be_admin_page_leftspace']          = 'left space';
 424  $BL['be_admin_page_rightspace']         = 'right space';
 425  $BL['be_admin_page_class']              = 'class';
 426  $BL['be_admin_page_image']              = 'image';
 427  $BL['be_admin_page_text']               = 'text';
 428  $BL['be_admin_page_link']               = 'link';
 429  $BL['be_admin_page_js']                 = 'javascript';
 430  $BL['be_admin_page_visited']            = 'visited';
 431  $BL['be_admin_page_pagetitle']          = 'page&nbsp;title';
 432  $BL['be_admin_page_addtotitle']         = 'add&nbsp;to&nbsp;title';
 433  $BL['be_admin_page_category']           = 'category';
 434  $BL['be_admin_page_articlename']        = 'article&nbsp;name';
 435  $BL['be_admin_page_blocks']             = 'blocks';
 436  $BL['be_admin_page_allblocks']          = 'all blocks';
 437  $BL['be_admin_page_col1']               = '3 column layout';
 438  $BL['be_admin_page_col2']               = '2 column layout (main column right, nav column left)';
 439  $BL['be_admin_page_col3']               = '2 column layout (main column left, nav column right)';
 440  $BL['be_admin_page_col4']               = '1 column layout';
 441  $BL['be_admin_page_header']             = 'header';
 442  $BL['be_admin_page_footer']             = 'footer';
 443  $BL['be_admin_page_topspace']           = 'top&nbsp;space';
 444  $BL['be_admin_page_bottomspace']        = 'bottom&nbsp;space';
 445  $BL['be_admin_page_button']             = 'save page layout';
 446  
 447  // admin.frontendcss.tmpl.php
 448  $BL['be_admin_css_title']               = 'frontend setup: css data';
 449  $BL['be_admin_css_css']                 = 'css';
 450  $BL['be_admin_css_button']              = 'save css data';
 451  
 452  // admin.templates.tmpl.php
 453  $BL['be_admin_tmpl_title']              = 'frontend setup: templates';
 454  $BL['be_admin_tmpl_default']            = 'default';
 455  $BL['be_admin_tmpl_add']                = 'add&nbsp;template';
 456  $BL['be_admin_tmpl_edit']               = 'edit template';
 457  $BL['be_admin_tmpl_new']                = 'create new';
 458  $BL['be_admin_tmpl_css']                = 'css file';
 459  $BL['be_admin_tmpl_head']               = 'html head';
 460  $BL['be_admin_tmpl_js']                 = 'js onload';
 461  $BL['be_admin_tmpl_error']              = 'error';
 462  $BL['be_admin_tmpl_button']             = 'save template';
 463  $BL['be_admin_tmpl_name']               = 'name';
 464  
 465  // article.structlist.tmpl.php
 466  $BL['be_article_title']                 = 'site structure and article list';
 467  
 468  // article.new.tmpl.php
 469  $BL['be_article_err1']                  = 'title for this article is empty';
 470  $BL['be_article_err2']                  = 'begin date given was wrong - set to now';
 471  $BL['be_article_err3']                  = 'end date given was wrong - set to now';
 472  $BL['be_article_title1']                = 'article basis information';
 473  $BL['be_article_cat']                   = 'category';
 474  $BL['be_article_atitle']                = 'article title';
 475  $BL['be_article_asubtitle']             = 'subtitle';
 476  $BL['be_article_abegin']                = 'begins';
 477  $BL['be_article_aend']                  = 'ends';
 478  $BL['be_article_aredirect']             = 'redirect to';
 479  $BL['be_article_akeywords']             = 'keywords';
 480  $BL['be_article_asummary']              = 'summary';
 481  $BL['be_article_abutton']               = 'create new article';
 482  
 483  // article.editcontent.inc.php
 484  $BL['be_article_err4']                  = 'end date given was wrong - set to now + 1 week';
 485  
 486  // article.editsummary.tmpl.php
 487  $BL['be_article_estitle']               = 'edit article basis information';
 488  $BL['be_article_eslastedit']            = 'last edit';
 489  $BL['be_article_esnoupdate']            = 'form not updated';
 490  $BL['be_article_esbutton']              = 'update article data';
 491  
 492  // articlecontent.edit.tmpl.php
 493  $BL['be_article_cnt_title']             = 'article content';
 494  $BL['be_article_cnt_type']              = 'content type';
 495  $BL['be_article_cnt_space']             = 'space';
 496  $BL['be_article_cnt_before']            = 'before';
 497  $BL['be_article_cnt_after']             = 'after';
 498  $BL['be_article_cnt_top']               = 'top';
 499  $BL['be_article_cnt_toplink']           = 'top link';
 500  $BL['be_article_cnt_anchor']            = 'anchor';
 501  $BL['be_article_cnt_ctitle']            = 'content title';
 502  $BL['be_article_cnt_back']              = 'complete article info';
 503  $BL['be_article_cnt_button1']           = 'Update';
 504  $BL['be_article_cnt_button2']           = 'Create';
 505  $BL['be_article_cnt_button3']           = 'Save &amp; close';
 506  
 507  // articlecontent.list.tmpl.php
 508  $BL['be_article_cnt_ltitle']            = 'article information';
 509  $BL['be_article_cnt_ledit']             = 'edit article';
 510  $BL['be_article_cnt_lvisible']          = 'switch visible/invisible';
 511  $BL['be_article_cnt_ldel']              = 'delete this article';
 512  $BL['be_article_cnt_ldeljs']            = 'Delete article?';
 513  $BL['be_article_cnt_redirect']          = 'redirection';
 514  $BL['be_article_cnt_edited']            = 'edited by';
 515  $BL['be_article_cnt_start']             = 'start date';
 516  $BL['be_article_cnt_end']               = 'end date';
 517  $BL['be_article_cnt_add']               = 'add';
 518  $BL['be_article_cnt_addtitle']          = 'add new content part';
 519  $BL['be_article_cnt_up']                = 'move content up';
 520  $BL['be_article_cnt_down']              = 'move content down';
 521  $BL['be_article_cnt_edit']              = 'edit content part';
 522  $BL['be_article_cnt_delpart']           = 'delete this article content part';
 523  $BL['be_article_cnt_delpartjs']         = 'Delete content part?';
 524  $BL['be_article_cnt_center']            = 'article center';
 525  
 526  // content forms
 527  $BL['be_cnt_plaintext']                 = 'plain text';
 528  $BL['be_cnt_htmltext']                  = 'html text';
 529  $BL['be_cnt_image']                     = 'image';
 530  $BL['be_cnt_position']                  = 'position';
 531  $BL['be_cnt_pos0']                      = 'Above, left';
 532  $BL['be_cnt_pos1']                      = 'Above, center';
 533  $BL['be_cnt_pos2']                      = 'Above, right';
 534  $BL['be_cnt_pos3']                      = 'Bottom, left';
 535  $BL['be_cnt_pos4']                      = 'Bottom, center';
 536  $BL['be_cnt_pos5']                      = 'Bottom, right';
 537  $BL['be_cnt_pos6']                      = 'In text, left';
 538  $BL['be_cnt_pos7']                      = 'In text, right';
 539  $BL['be_cnt_pos0i']                     = 'align the image above and left of the text block';
 540  $BL['be_cnt_pos1i']                     = 'align the image above and centered of the text block';
 541  $BL['be_cnt_pos2i']                     = 'align the image above and right of the text block';
 542  $BL['be_cnt_pos3i']                     = 'align the image below and left of the text block';
 543  $BL['be_cnt_pos4i']                     = 'align the image below and centered of the text block';
 544  $BL['be_cnt_pos5i']                     = 'align the image above and right of the text block';
 545  $BL['be_cnt_pos6i']                     = 'align the image left within the text block';
 546  $BL['be_cnt_pos7i']                     = 'align the image right within the text block';
 547  $BL['be_cnt_maxw']                      = 'max.&nbsp;width';
 548  $BL['be_cnt_maxh']                      = 'max.&nbsp;height';
 549  $BL['be_cnt_enlarge']                   = 'click&nbsp;enlarge';
 550  $BL['be_cnt_caption']                   = 'caption';
 551  $BL['be_cnt_subject']                   = 'subject';
 552  $BL['be_cnt_recipient']                 = 'recipient';
 553  $BL['be_cnt_buttontext']                = 'button text';
 554  $BL['be_cnt_sendas']                    = 'send as';
 555  $BL['be_cnt_text']                      = 'text';
 556  $BL['be_cnt_html']                      = 'html';
 557  $BL['be_cnt_formfields']                = 'form fields';
 558  $BL['be_cnt_code']                      = 'code';
 559  $BL['be_cnt_infotext']                  = 'info&nbsp;text';
 560  $BL['be_cnt_subscription']              = 'subscription';
 561  $BL['be_cnt_labelemail']                = 'label&nbsp;email';
 562  $BL['be_cnt_tablealign']                = 'table&nbsp;align';
 563  $BL['be_cnt_labelname']                 = 'label&nbsp;name';
 564  $BL['be_cnt_labelsubsc']                = 'label&nbsp;subscr.';
 565  $BL['be_cnt_allsubsc']                  = 'all&nbsp;subscr.';
 566  $BL['be_cnt_default']                   = 'default';
 567  $BL['be_cnt_left']                      = 'left';
 568  $BL['be_cnt_center']                    = 'center';
 569  $BL['be_cnt_right']                     = 'right';
 570  $BL['be_cnt_buttontext']                = 'button&nbsp;text';
 571  $BL['be_cnt_successtext']               = 'success&nbsp;text';
 572  $BL['be_cnt_regmail']                   = 'regist.email';
 573  $BL['be_cnt_logoffmail']                = 'logoff.email';
 574  $BL['be_cnt_changemail']                = 'change.email';
 575  $BL['be_cnt_openimagebrowser']          = 'open image browser';
 576  $BL['be_cnt_openfilebrowser']           = 'open file browser';
 577  $BL['be_cnt_sortup']                    = 'move up';
 578  $BL['be_cnt_sortdown']                  = 'move down';
 579  $BL['be_cnt_delimage']                  = 'remove selected image';
 580  $BL['be_cnt_delfile']                   = 'remove selected file';
 581  $BL['be_cnt_delmedia']                  = 'remove selected media';
 582  $BL['be_cnt_column']                    = 'column';
 583  $BL['be_cnt_imagespace']                = 'image&nbsp;space';
 584  $BL['be_cnt_directlink']                = 'direct link';
 585  $BL['be_cnt_target']                    = 'target';
 586  $BL['be_cnt_target1']                   = 'in a new window';
 587  $BL['be_cnt_target2']                   = 'in parent frame of the window';
 588  $BL['be_cnt_target3']                   = 'in same window without frames';
 589  $BL['be_cnt_target4']                   = 'in the same frame or window';
 590  $BL['be_cnt_bullet']                    = 'list (table)';
 591  $BL['be_cnt_ullist']                     = 'list';
 592  $BL['be_cnt_ullist_desc']                 = '~ = 1st Level, &nbsp; ~~ = 2nd level, &nbsp; etc.';
 593  $BL['be_cnt_linklist']                  = 'link list';
 594  $BL['be_cnt_plainhtml']                 = 'plain html';
 595  $BL['be_cnt_files']                     = 'files';
 596  $BL['be_cnt_description']               = 'description';
 597  $BL['be_cnt_linkarticle']               = 'link article';
 598  $BL['be_cnt_articles']                  = 'articles';
 599  $BL['be_cnt_movearticleto']             = 'move selected article to link article list';
 600  $BL['be_cnt_removearticleto']           = 'remove selected article from link article list';
 601  $BL['be_cnt_mediatype']                 = 'media type';
 602  $BL['be_cnt_control']                   = 'control';
 603  $BL['be_cnt_showcontrol']               = 'show control bar';
 604  $BL['be_cnt_autoplay']                  = 'autoplay';
 605  $BL['be_cnt_source']                    = 'source';
 606  $BL['be_cnt_internal']                  = 'internal';
 607  $BL['be_cnt_openmediabrowser']          = 'open media browser';
 608  $BL['be_cnt_external']                  = 'external';
 609  $BL['be_cnt_mediapos0']                 = 'left (default)';
 610  $BL['be_cnt_mediapos1']                 = 'center';
 611  $BL['be_cnt_mediapos2']                 = 'right';
 612  $BL['be_cnt_mediapos3']                 = 'block, left';
 613  $BL['be_cnt_mediapos4']                 = 'block, right';
 614  $BL['be_cnt_mediapos0i']                = 'align media above and left of the text block';
 615  $BL['be_cnt_mediapos1i']                = 'align media above and centered of the text block';
 616  $BL['be_cnt_mediapos2i']                = 'align media above and right of the text block';
 617  $BL['be_cnt_mediapos3i']                = 'align media left within the text block';
 618  $BL['be_cnt_mediapos4i']                = 'align media right within the text block';
 619  $BL['be_cnt_setsize']                   = 'set size';
 620  $BL['be_cnt_set1']                      = 'set media size to 160x120px';
 621  $BL['be_cnt_set2']                      = 'set media size to 240x180px';
 622  $BL['be_cnt_set3']                      = 'set media size to 320x240px';
 623  $BL['be_cnt_set4']                      = 'set media size to 480x360px';
 624  $BL['be_cnt_set5']                      = 'clear media width and height';
 625  
 626  // added: 28-12-2003
 627  $BL['be_admin_page_add']                = 'create new pagelayout';
 628  $BL['be_admin_page_name']               = 'layout name';
 629  $BL['be_admin_page_edit']               = 'edit pagelayout';
 630  $BL['be_admin_page_render']             = 'rendering';
 631  $BL['be_admin_page_table']              = 'table';
 632  $BL['be_admin_page_div']                = 'css div';
 633  $BL['be_admin_page_custom']             = 'custom';
 634  $BL['be_admin_page_custominfo']         = 'from template main block';
 635  $BL['be_admin_tmpl_layout']             = 'layout';
 636  $BL['be_admin_tmpl_nolayout']           = 'No page layout available!';
 637  
 638  // added: 31-12-2003
 639  $BL['be_ctype_search']                  = 'search';
 640  $BL['be_cnt_results']                   = 'results';
 641  $BL['be_cnt_results_per_page']          = 'per&nbsp;page (if empty show all)';
 642  $BL['be_cnt_opennewwin']                = 'open new window';
 643  $BL['be_cnt_searchlabeltext']           = 'these are predefined texts and values for the search form and search result page and texts are shown when more than the given count of results per page should be shown.';
 644  $BL['be_cnt_input']                     = 'input';
 645  $BL['be_cnt_style']                     = 'style';
 646  $BL['be_cnt_result']                    = 'result';
 647  $BL['be_cnt_next']                      = 'next';
 648  $BL['be_cnt_previous']                  = 'previous';
 649  $BL['be_cnt_align']                     = 'align';
 650  $BL['be_cnt_searchformtext']            = 'the following texts are listed when the search form is opened or results for given search are (not) available.';
 651  $BL['be_cnt_intro']                     = 'intro';
 652  $BL['be_cnt_noresult']                  = 'no result';
 653  
 654  // added: 02-01-2004
 655  $BL['be_admin_page_disable']            = 'disable';
 656  
 657  // added: 09-01-2004
 658  $BL['be_article_articleowner']          = 'article owner';
 659  $BL['be_article_adminuser']             = 'admin user';
 660  $BL['be_article_username']              = 'author';
 661  
 662  // added: 10-01-2004
 663  $BL['be_ctype_wysywig']                 = 'WYSIWYG HTML';
 664  
 665  // added, changed: 11-01-2004
 666  $BL['be_admin_struct_regonly']          = 'visible for users logged on only';
 667  $BL['be_admin_struct_status']           = 'frontend menu status';
 668  
 669  // added: 15-02-2004
 670  $BL['be_ctype_articlemenu']                = 'article menu';
 671  $BL['be_cnt_sitelevel']                    = 'site level';
 672  $BL['be_cnt_sitecurrent']                = 'current site level';
 673  
 674  // added: 24-03-2004
 675  $BL['be_subnav_admin_starttext']        = 'backend default text';
 676  $BL['be_ctype_ecard']                    = 'e-card';
 677  $BL['be_ctype_blog']                    = 'blog';
 678  $BL['be_cnt_ecardtext']                 = 'title/e-card';
 679  $BL['be_cnt_ecardtmpl']                 = 'mail tmpl';
 680  $BL['be_cnt_ecard_image']               = 'e-card image';
 681  $BL['be_cnt_ecard_title']               = 'e-card title';
 682  $BL['be_cnt_alignment']                 = 'alignment';
 683  $BL['be_cnt_ecardform']                 = 'form tmpl';
 684  $BL['be_cnt_ecardform_err']             = 'All fields marked * are obligatory';
 685  $BL['be_cnt_ecardform_sender']          = 'Sender';
 686  $BL['be_cnt_ecardform_recipient']       = 'Recipient';
 687  $BL['be_cnt_ecardform_name']            = 'Name';
 688  $BL['be_cnt_ecardform_msgtext']         = 'Your message to recipient';
 689  $BL['be_cnt_ecardform_button']          = 'send e-card';
 690  $BL['be_cnt_ecardsend']                 = 'sent tmpl';
 691  
 692  // added: 28-03-2004
 693  $BL['be_admin_startup_title']           = 'Backend default startup text';
 694  $BL['be_admin_startup_text']            = 'startup text';
 695  $BL['be_admin_startup_button']          = 'save startup text';
 696  
 697  // added: 17-04-2004
 698  $BL['be_ctype_guestbook']                = 'guestbook/comment';
 699  $BL['be_cnt_guestbook_listing']            = 'listing';
 700  $BL['be_cnt_guestbook_listing_all']        = 'list&nbsp;all&nbsp;entries';
 701  $BL['be_cnt_guestbook_list']            = 'list';
 702  $BL['be_cnt_guestbook_perpage']            = 'per&nbsp;page';
 703  $BL['be_cnt_guestbook_form']            = 'form';
 704  $BL['be_cnt_guestbook_signed']            = 'signed';
 705  $BL['be_cnt_guestbook_nav']                = 'nav';
 706  $BL['be_cnt_guestbook_before']            = 'before';
 707  $BL['be_cnt_guestbook_after']            = 'after';
 708  $BL['be_cnt_guestbook_entry']            = 'entry';
 709  $BL['be_cnt_guestbook_edit']            = 'edit';
 710  $BL['be_cnt_ecardform_selector']        = 'selector';
 711  $BL['be_cnt_ecardform_radiobutton']     = 'radio button';
 712  $BL['be_cnt_ecardform_javascript']      = 'JavaScript functionality';
 713  $BL['be_cnt_ecardform_over']            = 'onMouseOver';
 714  $BL['be_cnt_ecardform_click']           = 'onClick';
 715  $BL['be_cnt_ecardform_out']               = 'onMouseOut';
 716  $BL['be_admin_struct_topcount']         = 'top article count';
 717  
 718  // added: 19-04-2004
 719  $BL['be_subnav_msg_newslettersend']     = 'newsletter';
 720  $BL['be_newsletter_addnl']              = 'add newsletter';
 721  $BL['be_newsletter_titleeditnl']        = 'edit newsletter';
 722  $BL['be_newsletter_newnl']              = 'create new';
 723  $BL['be_newsletter_button_savenl']      = 'save newsletter';
 724  $BL['be_newsletter_fromname']           = 'from name';
 725  $BL['be_newsletter_fromemail']          = 'from email';
 726  $BL['be_newsletter_replyto']            = 'reply email';
 727  $BL['be_newsletter_changed']            = 'last change';
 728  $BL['be_newsletter_placeholder']        = 'placeholder';
 729  $BL['be_newsletter_htmlpart']           = 'HTML newletter content';
 730  $BL['be_newsletter_textpart']           = 'TEXT newletter content';
 731  $BL['be_newsletter_allsubscriptions']   = 'all subscriptions';
 732  $BL['be_newsletter_verifypage']         = 'verify link';
 733  $BL['be_newsletter_open']               = 'HTML and TEXT input';
 734  $BL['be_newsletter_open1']              = '(click on image to open)';
 735  $BL['be_newsletter_sendnow']            = 'Send newsletter';
 736  $BL['be_newsletter_attention']          = '<strong style="color:#CC3300;">Attention!</strong> Sending a newsletter to multiple recipients is very hazardous. Recipients should have been verified otherwise you will send potential spam. Think twice before you send the newsletter. Check your newsletter by sending a test.';
 737  $BL['be_newsletter_attention1']         = 'If you have made changes in above newsletter datas please save it first otherwise these changes will not be used.'; 
 738  $BL['be_newsletter_testemail']          = 'test email';
 739  $BL['be_newsletter_sendnlbutton']       = 'send newsletter';
 740  $BL['be_newsletter_sendprocess']        = 'send process';
 741  $BL['be_newsletter_attention2']         = '<strong style="color:#CC3300;">Attention!</strong> Please do not stop the send process. Otherwise it is possible that you will send the newsletter more than twice to a recipient. When sending fails all non achieved recipient are stored in a session array and will be used if you send again immediately.';
 742  $BL['be_newsletter_testerror']          = '<p style="color:#CC3300;">the test email address</p><blockquote>###TEST###</blockquote><p style="color:#CC3300;">is NOT valid!<br />&nbsp;<br />Try again please!</p>';
 743  $BL['be_newsletter_to']                 = 'Recipients';
 744  $BL['be_newsletter_ready']              = 'sending newsletter: DONE';
 745  $BL['be_newsletter_readyfailed']        = 'Failed newsletter sending to';
 746  $BL['be_subnav_msg_subscribers']        = 'newsletter subscribers';
 747  
 748  // added: 20-04-2004
 749  $BL['be_ctype_sitemap']                    = 'sitemap';
 750  $BL['be_cnt_sitemap_catimage']          = 'level icon';
 751  $BL['be_cnt_sitemap_articleimage']      = 'article icon';
 752  $BL['be_cnt_sitemap_display']           = 'display';
 753  $BL['be_cnt_sitemap_structuronly']      = 'structure levels only';
 754  $BL['be_cnt_sitemap_structurarticle']   = 'structure levels + articles';
 755  $BL['be_cnt_sitemap_catclass']          = 'level class';
 756  $BL['be_cnt_sitemap_articleclass']      = 'article class';
 757  $BL['be_cnt_sitemap_count']             = 'counter';
 758  $BL['be_cnt_sitemap_classcount']        = 'add to class name';
 759  $BL['be_cnt_sitemap_noclasscount']      = 'don\'t add to class name';
 760  
 761  // added: 23-04-2004
 762  $BL['be_ctype_bid']                        = 'bid';
 763  $BL['be_cnt_bid_bidtext']               = 'bid text';
 764  $BL['be_cnt_bid_sendtext']              = 'sent text';
 765  $BL['be_cnt_bid_verifiedtext']          = 'verified text';
 766  $BL['be_cnt_bid_errortext']             = 'bid deleted';
 767  $BL['be_cnt_bid_verifyemail']           = 'verify email';
 768  $BL['be_cnt_bid_startbid']              = 'start bid';
 769  
 770  // added: 29-04-2004
 771  $BL['be_cnt_bid_nextbidadd']            = 'increase&nbsp;by';
 772  
 773  // added: 10-05-2004
 774  $BL['be_ctype_pages']                   = 'ext. content';
 775  $BL['be_cnt_pages_select']              = 'select file';
 776  $BL['be_cnt_pages_fromfile']            = 'file from structure';
 777  $BL['be_cnt_pages_manually']            = 'custom path/file or URL';
 778  $BL['be_cnt_pages_cust']                = 'file/URL';
 779  $BL['be_cnt_pages_from']                = 'source';
 780  
 781  // added: 24-05-2004
 782  $BL['be_ctype_reference']               = 'rollover images';
 783  $BL['be_cnt_reference_basis']           = 'alignment';
 784  $BL['be_cnt_reference_horizontal']      = 'horizontal';
 785  $BL['be_cnt_reference_vertical']        = 'vertical';
 786  $BL['be_cnt_reference_aligntext']       = 'small reference images';
 787  $BL['be_cnt_reference_largetext']       = 'large reference image';
 788  $BL['be_cnt_reference_zoom']            = 'zoom';
 789  $BL['be_cnt_reference_middle']          = 'middle';
 790  $BL['be_cnt_reference_border']          = 'border';
 791  $BL['be_cnt_reference_block']           = 'block w x h';
 792  
 793  // added: 31-05-2004
 794  $BL['be_article_rendering']             = 'rendring';
 795  $BL['be_article_nosummary']             = 'hide summary text';
 796  $BL['be_article_forlist']               = 'article listing';
 797  $BL['be_article_forfull']               = 'article detail';
 798  
 799  // added: 08-07-2004
 800  $BL["setup_dir_exists"]                 = '<strong>ATTENTION!</strong> The &quot;SETUP&quot; directory still exists! Delete that directory - it\'s potential security problem.';
 801  
 802  // added: 12-08-2004
 803  $BL['be_cnt_guestbook_banned']          = 'banned words';
 804  $BL['be_cnt_guestbook_flooding']        = 'flooding';
 805  $BL['be_cnt_guestbook_setcookie']       = 'set cookie';
 806  $BL['be_cnt_guestbook_allowed']         = 'allowed again after';
 807  $BL['be_cnt_guestbook_seconds']         = 'seconds';
 808  $BL['be_alias_ID']                      = 'alias ID';
 809  $BL['be_ftrash_delall']                 = "Do you really want to delete \nALL FILES in trash?";
 810  $BL['be_ftrash_delallfiles']            = 'delete all files in trash';
 811  
 812  // added: 16-08-2004
 813  $BL['be_subnav_msg_importsubscribers']  = 'CSV subscribers import';
 814  $BL['be_newsletter_importtitle']        = 'import of newsletter recipients';
 815  $BL['be_newsletter_entriesfound']       = 'entries found';
 816  $BL['be_newsletter_foundinfile']        = 'in file';
 817  $BL['be_newsletter_addresses']          = 'addresses';
 818  $BL['be_newsletter_csverror']           = 'Imported CSV file seems to be incorrect! Check delimeter!';
 819  $BL['be_newsletter_addressesadded']     = 'addresses added';
 820  $BL['be_newsletter_newimport']          = 'import';
 821  $BL['be_newsletter_importerror']        = 'the following datas are invalid:';
 822  $BL['be_newsletter_shouldbe1']          = 'CSV/TXT file should be formatted like this:';
 823  $BL['be_newsletter_shouldbe2']          = 'default = <b>;</b>';
 824  $BL['be_newsletter_sample']             = 'sample';
 825  $BL['be_newsletter_selectCSV']          = 'select CSV file';
 826  $BL['be_newsletter_delimeter']          = 'delimeter';
 827  $BL['be_newsletter_importCSV']          = 'import CSV file';
 828  
 829  // added: 24-08-2004
 830  $BL['be_admin_struct_orderarticle']     = 'ordering of assigned articles';
 831  $BL['be_admin_struct_orderdate']        = 'creation date';
 832  $BL['be_admin_struct_orderchangedate']  = 'change date';
 833  $BL['be_admin_struct_orderstartdate']   = 'start date';
 834  $BL['be_admin_struct_orderdesc']        = 'descending';
 835  $BL['be_admin_struct_orderasc']         = 'ascending';
 836  $BL['be_admin_struct_ordermanual']      = 'manual (arrow up/down)';
 837  $BL['be_cnt_sitemap_startid']           = 'start at';
 838  
 839  // added: 20-10-2004
 840  $BL['be_ctype_map']                     = 'map';
 841  $BL['be_save_btn']                      = 'Save';
 842  $BL['be_cmap_location_error_notitle']   = 'fill in a title for this location.';
 843  $BL['be_cnt_map_add']                   = 'add location';
 844  $BL['be_cnt_map_edit']                  = 'edit location';
 845  $BL['be_cnt_map_title']                 = 'location title';
 846  $BL['be_cnt_map_info']                  = 'entry/info';
 847  $BL['be_cnt_map_list']                  = 'location list';
 848  $BL['be_btn_delete']                    = 'Do you really want to \ndelete this location?';
 849  
 850  // added: 05-11-2004
 851  $BL['be_ctype_phpvar']                  = 'PHP variables';
 852  $BL['be_cnt_vars']                      = 'variables';
 853  
 854  // added: 19-11-2004 -- copy - Fernando Batista http://fernandobatista.web.pt
 855  $BL['be_func_struct_copy']              = 'copy article';
 856  $BL['be_func_struct_nocopy']            = 'disable copy article';
 857  $BL['be_func_struct_copy_level']        = 'copy structure level';
 858  $BL['be_func_struct_no_copy']           = "It's not possible to copy the root level!";
 859  
 860  // added: 27-11-2004
 861  $BL['be_date_minute']                   = 'minute';
 862  $BL['be_date_minutes']                  = 'minutes';
 863  $BL['be_date_hour']                     = 'hour';
 864  $BL['be_date_hours']                    = 'hours';
 865  $BL['be_date_day']                      = 'day';
 866  $BL['be_date_days']                     = 'days';
 867  $BL['be_date_week']                     = 'week';
 868  $BL['be_date_weeks']                    = 'weeks';
 869  $BL['be_date_month']                    = 'month';
 870  $BL['be_date_months']                   = 'months';
 871  $BL['be_off']                           = 'Off';
 872  $BL['be_on']                            = 'On';
 873  $BL['be_cache']                         = 'cache';
 874  $BL['be_cache_timeout']                 = 'timeout';
 875  
 876  // added: 13-12-2004
 877  $BL['be_subnav_admin_groups']            = 'user groups';
 878  $BL['be_admin_group_add']                = 'add group';
 879  $BL['be_admin_group_nogroup']            = 'no user group found';
 880  
 881  // added: 20-12-2004
 882  $BL['be_ctype_forum']                    = 'forum';
 883  $BL['be_subnav_msg_forum']                = 'forums list';
 884  $BL['be_forum_title']                    = 'forum title';
 885  $BL['be_forum_permission']                = 'permissions';
 886  $BL['be_forum_add']                        = 'add forum';
 887  $BL['be_forum_titleedit']                = 'edit forum';
 888  
 889  // added: 15-01-2005
 890  $BL['be_admin_page_customblocks']       = 'custom';
 891  $BL['be_show_content']                  = 'display';
 892  $BL['be_main_content']                  = 'main column';
 893  $BL['be_admin_template_jswarning']      = 'Warning!!! \nCustom blocks may change! \n\nIf you cancel \nreset your pagelayout setting! \n\nChange template?\n\n';
 894  
 895  $BL['be_ctype_rssfeed']                    = 'RSS feed';
 896  $BL['be_cnt_rssfeed_url']                = 'RSS url';
 897  $BL['be_cnt_rssfeed_item']                = 'items';
 898  $BL['be_cnt_rssfeed_max']                = 'max.';
 899  $BL['be_cnt_rssfeed_cut']                = 'hide 1st item';
 900  
 901  $BL['be_ctype_simpleform']                = 'form';
 902  
 903  $BL['be_cnt_onsuccess']                    = 'on success';
 904  $BL['be_cnt_onerror']                    = 'on error';
 905  $BL['be_cnt_onsuccess_redirect']        = 'redirect on success';
 906  $BL['be_cnt_onerror_redirect']            = 'redirect on error';
 907  
 908  $BL['be_cnt_form_class']                = 'form class';
 909  $BL['be_cnt_label_wrap']                = 'label wrap';
 910  $BL['be_cnt_error_class']                = 'error class';
 911  $BL['be_cnt_req_mark']                    = 'required mark';
 912  $BL['be_cnt_mark_as_req']                = 'mark as required';
 913  $BL['be_cnt_mark_as_del']                = 'mark item for deletion';
 914  
 915  
 916  $BL['be_cnt_type']                        = 'type';
 917  $BL['be_cnt_label']                        = 'label';
 918  $BL['be_cnt_needed']                    = 'required';
 919  $BL['be_cnt_delete']                    = 'delete';
 920  $BL['be_cnt_value']                        = 'value';
 921  $BL['be_cnt_error_text']                = 'error text';
 922  $BL['be_cnt_css_style']                    = 'CSS style';
 923  $BL['be_cnt_css_class']                    = 'CSS class';
 924  $BL['be_cnt_send_copy_to']                = 'copy to';
 925  
 926  $BL['be_cnt_field']                        = array("text"=>'text (single-line)', 
 927                                                  "email"=>'email', 
 928                                                  "textarea"=>'text (multi-line)', 
 929                                                  "hidden"=>'hidden', 
 930                                                  "password"=>'password', 
 931                                                  "select"=>'select menu', 
 932                                                  "list"=>'list menu', 
 933                                                  "checkbox"=>'checkbox', 
 934                                                  "radio"=>'radio button', 
 935                                                  "upload"=>'file', 
 936                                                  "submit"=>'send button', 
 937                                                  "reset"=>'reset button', 
 938                                                  "break"=>'break', "breaktext"=>'break text', 
 939                                                  "special"=>'text (spezial)',
 940                                                  "captchaimg"=>'captcha image', 
 941                                                  "captcha"=>'captcha code', 
 942                                                  'newsletter'=>'newsletter',
 943                                                  'selectemail'=>'select email menu', 
 944                                                  'country'=>'select country menu',
 945                                                  'mathspam'=>'math spam protect', 
 946                                                  'summing'=>'summing', 
 947                                                  'subtract'=>'subtract', 
 948                                                  'divide'=>'divide', 'multiply'=>'multiply', 
 949                                                  'calculation'=>'calculation:',
 950                                                  'formtracking_off'=>'disable form tracking', 
 951                                                  'checktofrom'=>'email of recipient must be different from sender');
 952  
 953  $BL['be_cnt_access']                    = 'access';
 954  $BL['be_cnt_activated']                    = 'activated';
 955  $BL['be_cnt_available']                    = 'available';
 956  $BL['be_cnt_guests']                    = 'guests';
 957  $BL['be_cnt_admin']                        = 'admin';
 958  $BL['be_cnt_write']                        = 'write';
 959  $BL['be_cnt_read']                        = 'read';
 960  
 961  $BL['be_cnt_no_wysiwyg_editor']            = 'disable WYSIWYG editor';
 962  $BL['be_cnt_cache_update']                = 'reset cache';
 963  $BL['be_cnt_cache_delete']                = 'delete cache';
 964  $BL['be_cnt_cache_delete_msg']            = 'Do you really want to delete cache?  \nThis can affect search too.  \n';
 965  
 966  $BL['be_admin_usr_issection']            = 'login section';
 967  $BL['be_admin_usr_ifsection0']            = 'frontend';
 968  $BL['be_admin_usr_ifsection1']            = 'backend';
 969  $BL['be_admin_usr_ifsection2']            = 'frontend and backend';
 970  
 971  // added: 31-03-2005 -- copy&paste Article Content - Fernando Batista http://fernandobatista.web.pt
 972  $BL['be_func_content_edit']              = 'edit this article content part';
 973  $BL['be_func_content_paste0']            = 'paste in article';
 974  $BL['be_func_content_paste']             = 'paste later article content part';
 975  $BL['be_func_content_cut']               = 'cut this article content part';
 976  $BL['be_func_content_no_cut']            = "It's not possible to cut the article content part!";
 977  $BL['be_func_content_copy']              = 'copy this article content part part';
 978  $BL['be_func_content_no_copy']           = "It's not possible to copy the article content part!";
 979  $BL['be_func_content_paste_cancel']      = 'cancel article content part change';
 980  
 981  $BL['be_cnt_move_deleted'] = 'remove delete files';
 982  $BL['be_cnt_move_deleted_msg'] = 'Do you really want to move all files  \nmarked as deleted into special deletion folder?  \n';
 983  
 984  $BL['be_admin_struct_permit'] = 'authorized to access (let empty for everybody)';
 985  $BL['be_admin_struct_adduser_all']   = 'take over all users';
 986  $BL['be_admin_struct_adduser_this']  = 'take over selected user';
 987  $BL['be_admin_struct_remove_all']    = 'remove all users';
 988  $BL['be_admin_struct_remove_this']   = 'remove selected user';
 989  
 990  
 991  $BL['be_ctype_alias'] = 'contentpart alias';
 992  $BL['be_cnt_setting'] = 'take over';
 993  $BL['be_cnt_spaces'] = 'spaces of contentpart alias';
 994  $BL['be_cnt_toplink'] = 'top link setting of contentpart alias';
 995  $BL['be_cnt_block'] = 'display (block) setting of contentpart alias';
 996  $BL['be_cnt_title'] = 'titles of contentpart alias';
 997  
 998  $BL['be_file_replace'] = 'Replace eponymous files';
 999  
1000  $BL['be_alias_articleID'] = 'alias ID';
1001  $BL['be_alias_useAll'] = "use this article&#8217;s header data";
1002  $BL['be_article_morelink'] = '[more&#8230;] link';
1003  $BL['be_admin_tmpl_copy']               = 'copy template'; 
1004  
1005  $BL['be_ctype_filelist1']                = 'file list pro';
1006  $BL['be_cnt_fpro_usecaption']            = 'use file center &quot;'.$BL['be_ftptakeover_longinfo'].'&quot;';
1007  
1008  $BL['be_admin_keywords']                = 'Keywords';
1009  $BL['be_admin_keywords_key']            = 'KEYWORD';
1010  $BL['be_admin_keywords_err']            = 'Insert a unique KEYWORD name';
1011  $BL['be_admin_keyword_edit']            = 'edit KEYWORD';
1012  $BL['be_admin_keyword_del']                = 'delete KEYWORD';
1013  $BL['be_admin_keyword_delmsg']            = 'Do you really want\nto delete KEYWORD?';
1014  $BL['be_admin_keyword_add']                = 'add KEYWORD';
1015  
1016  $BL['be_cnt_transparent'] = 'Flash transparent';
1017  
1018  
1019  // added: 02-04-2006
1020  $BL['be_admin_struct_orderkilldate']   = 'kill date';
1021  $BL['be_func_switch_contentpart'] = 'Do you really want to switch content part? \n\nBe very careful doing so! \nImportant settings might be overwritten! \n';
1022  $BL["phpwcms_code_snippets_dir_exists"] = '<strong>ATTENTION!</strong> The &quot;CODE-SNIPPETS&quot; directory still exists! Delete directory <strong>phpwcms_code_snippets</strong> - this is a potential security problem.';
1023  
1024  $BL['be_ctype_poll'] = 'poll';
1025  $BL['be_cnt_pos8']                      = 'table, left';
1026  $BL['be_cnt_pos9']                      = 'table, right';
1027  $BL['be_cnt_pos8i']                     = 'align image left in table';
1028  $BL['be_cnt_pos9i']                     = 'align image right in table';
1029  
1030  
1031  $BL['be_WYSIWYG']                        = 'WYSIWYG editor';
1032  $BL['be_WYSIWYG_disabled']                = 'WYSIWYG editor disabled';
1033  $BL['be_admin_struct_acat_hiddenactive'] = 'visible when active';
1034  
1035  
1036  
1037  $BL['be_login_jsinfo']                    = 'Please enable JavaScript which is neccessary in the backend!';
1038  
1039  $BL['be_admin_struct_maxlist']            = 'max. articles in list mode';
1040  
1041  $BL['be_admin_optgroup_label']            = array(1 => 'text', 2 => 'image', 3 => 'form', 4 => 'admin', 5 => 'special');
1042  $BL['be_cnt_articlemenu_maxchar']        = 'max. Chars';
1043  
1044  $BL['be_cnt_sysadmin_system']            = 'system';
1045  
1046  // version check - taken from phpBB ;-)
1047  $BL['Version_up_to_date']                = 'Your installation is up to date, no updates are available for this version of phpwcms.';
1048  $BL['Version_not_up_to_date']            = 'Your installation does <b>not</b> seem to be up to date. Updates are available for this version of phpwcms, please visit <a href="http://www.phpwcms.de/versioncheck/forum/" target="_blank">http://www.phpwcms.de/forum</a> to obtain the latest version.';
1049  $BL['Latest_version_info']                = 'The latest official version is <b>phpwcms %s</b>.';
1050  $BL['Current_version_info']                = 'You are running <b>phpwcms %s</b>.';
1051  $BL['Connect_socket_error']                = 'Unable to open connection to phpwcms Server, reported error is:<br />%s';
1052  $BL['Socket_functions_disabled']        = 'Unable to use socket functions.';
1053  $BL['Mailing_list_subscribe_reminder']    = 'For the latest information on updates to phpwcms, why not subscribe to our <a href="http://lists.phpwcms.de/mailman/listinfo/phpwcms-releaseinfo" target="_blank">mailing list</a>.';
1054  $BL['Version_information']                 = 'phpwcms Version Information';
1055  
1056  $BL['be_cnt_search_highlight']            = 'highlight';
1057  $BL['be_cnt_results_wordlimit']            = 'max. words for summary';
1058  $BL['be_cnt_page_of_pages']                = 'search navi';
1059  $BL['be_cnt_page_of_pages_descr']        = '{PREV:Back} page #/##, result ###-####, {NAVI:123}, {NAVI:1-3}, {NEXT:Next}';
1060  $BL['be_cnt_search_show_top']            = 'top';
1061  $BL['be_cnt_search_show_bottom']        = 'bottom';
1062  $BL['be_cnt_search_show_next']            = 'next (also if no link)';
1063  $BL['be_cnt_search_show_prev']            = 'previous (also if no link)';
1064  $BL['be_cnt_search_show_forall']        = 'show always';
1065  $BL['be_cnt_search_startlevel']            = 'search start';
1066  $BL['be_cnt_results_minchar']            = 'minimum number of chars of search input';
1067  
1068  $BL['be_cnt_pagination']                = 'paginate content parts';
1069  $BL['be_article_pagination']            = 'paginate articles';
1070  $BL['be_article_per_page']                = 'articles per page';
1071  $BL['be_pagination']                    = 'pagination';
1072  
1073  
1074  $BL['be_ctype_recipe']                    = 'recipe';
1075  $BL['be_ctype_faq']                        = 'faq';
1076  $BL['be_cnt_additional']                = 'addition';
1077  $BL['be_cnt_question']                    = 'question';
1078  $BL['be_cnt_answer']                    = 'answer';
1079  $BL['be_cnt_same_as_summary']            = 'use article image data';
1080  $BL['be_cnt_sorting']                    = 'sorting';
1081  $BL['be_cnt_imgupload']                    = 'image&nbsp;upload';
1082  $BL['be_cnt_filesize']                    = 'filesize';
1083  $BL['be_cnt_captchalength']                = 'captcha code length';
1084  $BL['be_cnt_chars']                        = 'chars';
1085  $BL['be_cnt_download']                    = 'download';
1086  $BL['be_cnt_download_direct']            = 'direct';
1087  $BL['be_cnt_database']                    = 'database';
1088  $BL['be_cnt_formsave_in_db']            = 'save form results';
1089  
1090  $BL['be_cnt_email_notify']                = 'notify by email';
1091  $BL['be_cnt_notify_by_email']            = 'by email to';
1092  $BL['be_cnt_last_edited']                = 'last change';
1093  
1094  $BL['be_cnt_export_selection']            = 'export selection';
1095  $BL['be_cnt_delete_duplicates']            = 'delete duplicates';
1096  $BL['be_cnt_new_recipient']                = 'add recipient';
1097  
1098  
1099  $BL['be_cnt_newsletter_prepare']        = 'newsletter active';
1100  $BL['be_cnt_newsletter_prepare1']        = 'all recipients will be taken over to sending queue';
1101  $BL['be_cnt_newsletter_prepare2']        = 'sending queue will be updated&#8230;';
1102  
1103  $BL['be_cnt_export']                    = 'export';
1104  $BL['be_cnt_formsave_profile']            = 'save user profile data';
1105  $BL['be_profile_label_add']                = 'addition';
1106  $BL['be_profile_label_website']            = 'url';
1107  $BL['be_profile_label_gender']            = 'gender';
1108  $BL['be_profile_label_birthday']        = 'birthday';
1109  
1110  $BL['be_cnt_store_in']                    = 'save to field';
1111  $BL['be_aboutlink_title']                = 'information about phpwcms and license';
1112  
1113  $BL['be_shortdate']                      = 'n/j/y';
1114  $BL['be_shortdatetime']                  = 'n/j/y G:i';
1115  $BL['be_longdatetime']                  = 'm/d/Y H:i:s';
1116  
1117  $BL['be_confirm_sending']                = 'confirm sending';
1118  $BL['be_confirm_text']                    = 'Yes, send newsletter to all recipients!';
1119  
1120  $BL['be_cnt_queued']                    = 'queuing';
1121  $BL['be_last_sending']                    = 'last sending';
1122  $BL['be_last_edited']                    = 'last edited';
1123  $BL['be_total']                            = 'total';
1124  
1125  $BL['be_settings']                        = 'settings';
1126  $BL['be_ctype']                            = 'contentpart';
1127  $BL['be_selection']                        = 'selection';
1128  
1129  $BL['be_ctype_module']                    = 'plug-in';
1130  $BL['be_cnt_lightbox']                    = 'lightbox';
1131  $BL['be_cnt_behavior']                    = 'behavior';
1132  $BL['be_cnt_imglist_nocaption']            = 'hide caption for thumbnails';
1133  
1134  $BL['be_ctype_felogin']                    = 'frontend login';
1135  $BL['be_cookie_runtime']                = 'cookie expire';
1136  $BL['be_locale']                        = 'locale';
1137  $BL['be_date_format']                    = 'date format';
1138  
1139  $BL['be_check_login_against']            = 'validate login against';
1140  $BL['be_userprofile_db']                = 'user profile database';
1141  $BL['be_backenduser_db']                = 'backend user database';
1142  
1143  $BL['be_gb_post_login']                    = 'post for users logged in only';
1144  $BL['be_gb_show_login']                    = 'show for users logged in only';
1145  $BL['be_gb_urlcheck']                    = 'enable remote URL validation';
1146  $BL['be_order']                            = 'order';
1147  
1148  $BL['be_unique_teaser_entry']            = 'show teaser/link article only once per page';
1149  $BL['be_allowed_tags']                    = 'allowed tags';
1150  $BL['be_fe_login_url']                    = 'FE login url';
1151  $BL['be_ctype_imagesdiv']                = 'images &lt;div&gt;';
1152  $BL['be_cnt_imagecenter']                = 'center horizontal/vertical';
1153  $BL['be_cnt_imagenocenter']                = 'do not center';
1154  $BL['be_cnt_imagecenterh']                = 'center horizontal';
1155  $BL['be_cnt_imagecenterv']                = 'center vertical';
1156  
1157  $BL['be_overwrite_default']                = 'Will overwrite default settings of config file';
1158  $BL['be_cnt_sortvalue']                    = 'sort&nbsp;value';
1159  $BL['be_dialog_warn_nosave']            = 'If you continue no change will be saved!\nAre you sure you want to continue?';
1160  $BL['be_cnt_paginate_subsection']        = 'subsection';
1161  $BL['be_cnt_subsection_tite']            = 'subsection title';
1162  $BL['be_cnt_subsection_warning']        = 'Numbering subsections (paginate content parts) is available for\nmain column (CONTENT) only!';
1163  
1164  $BL['be_no_search']                        = 'no search';
1165  $BL['be_priorize']                        = 'prioritization';
1166  $BL['be_change_articleID']                = 'change article ID';
1167  $BL['be_title_wrap']                    = 'wrap article title';
1168  
1169  $BL['be_no_rss']                        = 'RSS';
1170  $BL['be_article_urlalias']                = 'article alias';
1171  
1172  $BL['be_image_crop']                    = 'crop thumbnail';
1173  $BL['be_image_cropit']                    = 'crop image';
1174  $BL['be_image_align']                    = 'image alignment';
1175  
1176  $BL['be_ctype_flashplayer']                = 'flash media player';
1177  $BL['be_flashplayer_caption']           = 'caption';
1178  $BL['be_flashplayer_thumbnail']            = 'thumbnail';
1179  $BL['be_flashplayer_selectsize']        = 'Select player size';
1180  
1181  $BL['be_check_feuser_profile']            = 'frontend user profile';
1182  $BL['be_check_feuser_registration']        = 'registration';
1183  $BL['be_check_feuser_manage']            = 'managed by user';
1184  $BL['be_hide_active_articlelink']        = 'hide active article in article menu';
1185  
1186  $BL['be_module_search']                    = 'search also';
1187  
1188  $BL['be_ctype_imagesspecial']            = 'images special';
1189  $BL['be_image_WxHpx']                    = 'W x H px';
1190  $BL['be_fx_1']                            = 'effect 1';
1191  $BL['be_fx_2']                            = 'effect 2';
1192  $BL['be_fx_3']                            = 'effect 3';
1193  $BL['be_image_zoom']                    = 'zoomed view';
1194  $BL['be_image_delete_js']                = 'Do you want to delete selected image entry?';
1195  
1196  $BL['be_news']                            = 'News';
1197  $BL['be_news_create']                    = 'Create news entry';
1198  $BL['be_tags']                            = 'tags';
1199  $BL['be_title']                            = 'title';
1200  $BL['be_delete_dataset']                = 'Delete selected dataset?';
1201  $BL['be_action_notvalid']                = 'Your last selected action was dropped because it was not valid!';
1202  $BL['be_action_deleted']                = 'The selected dataset having ID {ID} was deleted.';
1203  $BL['be_action_status']                    = 'The status of the selected dataset having ID {ID} was changed.';
1204  $BL['be_data_select_failed']            = 'Accessing the selected data has failed. Please proof your selection.';
1205  $BL['be_alias']                            = 'alias';
1206  $BL['be_url_value']                        = 'URL title';
1207  $BL['default_date_format']                = 'DD/MM/YYYY';
1208  $BL['default_date']                        = 'd/m/Y'; // do not use something diffrent than "d, m, Y" here
1209  $BL['default_date_delimiter']            = '/';
1210  $BL['default_time_format']                = 'HH:MM';
1211  $BL['default_time']                        = 'H:i';  // do not use something diffrent than "H, i" here
1212  $BL['be_place']                            = 'place';
1213  $BL['be_teasertext']                    = 'teaser text';
1214  $BL['be_published']                        = 'publish';
1215  $BL['be_show_archived']                    = 'available after end date (archive)';
1216  $BL['be_save_copy']                        = 'save entry as duplicate';
1217  $BL['be_read_more_link']                = 'more URL/ID';
1218  $BL['be_news_name_mandatory']            = "Fill in a news title. It's mandatory!";
1219  $BL['be_successfully_saved']            = 'All data were saved successfully!';
1220  $BL['be_successfully_updated']            = 'All data were updated successfully!';
1221  $BL['be_error_while_save']                = 'Storing data failed.';
1222  $BL['be_copyright']                        = 'copyright';
1223  $BL['be_file_multiple_upload']            = 'multiple file upload';
1224  $BL['be_files_browse']                    = 'Browse files';
1225  $BL['be_files_upload']                    = 'Upload selected files';
1226  $BL['be_archive']                        = 'archive';
1227  $BL['be_off']                            = 'off';
1228  $BL['be_on']                            = 'on';
1229  $BL['be_random']                        = 'random';
1230  $BL['be_sorted']                        = 'sorted';
1231  $BL['be_granted_download']                = 'secured frontend download only';
1232  $BL['be_granted_feuser']                = 'for logged-in frontend users only';
1233  
1234  $BL['be_ctype_tabs']                    = 'tabs';
1235  $BL['be_tab_add']                        = 'add tab';
1236  $BL['be_tab_name']                        = 'tab';
1237  $BL['be_headline']                        = 'headline';
1238  $BL['be_tab_delete_js']                    = 'Do you want to delete the selected tab?';
1239  
1240  $BL['be_pagniate_count']                = 'items per page';
1241  $BL['be_limit_to']                        = 'limit to';
1242  $BL['be_archived_items']                = 'archived items';
1243  $BL['be_include']                        = 'include';
1244  $BL['be_exclude']                        = 'exclude';
1245  $BL['be_solely']                        = 'solely';
1246  $BL['be_fsearch_not']                    = 'NOT';
1247  $BL['be_date_year']                        = 'year';
1248  $BL['be_archive_link']                    = 'archive link';
1249  $BL['be_use_prio']                        = 'apply priorization';
1250  $BL['be_skip_first_items']                = 'skip top items';
1251  $BL['be_news_detail_link']                = 'news article';
1252  
1253  $BL['be_gallerydownload']                = 'allow download in gallery';
1254  $BL['be_gallery_root']                    = 'gallery root directory';
1255  $BL['be_gallery_directory']                = 'gallery subdirectory';
1256  $BL['be_gallery']                        = 'gallery';
1257  
1258  $BL['be_sort_date']                        = 'sort date';
1259  
1260  $BL['group_superuser']                    = 'superuser';
1261  $BL['group_admin']                        = 'administrator';
1262  $BL['group_editor']                        = 'editor';
1263  $BL['group_newsletter']                    = 'newsletter editor';
1264  $BL['group_client']                        = 'client';
1265  $BL['group_guest']                        = 'guest';
1266  
1267  $BL['php_function']                        = 'php function';
1268  $BL['article_menu_title']                = 'menu title';
1269  
1270  $BL['content_type']                        = 'content-type';
1271  $BL['automatic']                        = 'automatic';
1272  
1273  $BL['random_image']                        = 'random image';
1274  $BL['random_image_from_list']            = 'Select 1 random image from image list';
1275  
1276  $BL['alt_image']                        = 'alt. image';
1277  $BL['alt_text']                            = 'alt. text';
1278  $BL['over']                                = 'over';
1279  
1280  
1281  ?>


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7