0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
modules
/
Sections
/
lang
/
eng
/
[
Home
]
File: global.php
<?php // $Id: global.php 15630 2005-02-04 06:35:42Z jorg $ // ---------------------------------------------------------------------- // PostNuke Content Management System // Copyright (C) 2001 by The PostNuke Development Team. // http://www.postnuke.com/ // ---------------------------------------------------------------------- // Based on: // PHP-NUKE Web Portal System - http://phpnuke.org/ // Thatware - http://thatware.org/ // ---------------------------------------------------------------------- // LICENSE // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License (GPL) // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // To read the license please visit http://www.gnu.org/copyleft/gpl.html // ---------------------------------------------------------------------- // Original Author of file: Everyone // Purpose of file: Translation files // Translation team: Read credits in /docs/CREDITS.txt // ---------------------------------------------------------------------- define('_SECTIONMISSINGNAME', 'Error: missing section name'); define('_ARTICLEMISSINGTITLE', 'Error: missing title'); define('_ARTICLEMISSINGCONTENT', 'Error: missing content'); define('_40CHARSMAX','(40 characters max.)'); define('_ACTIVESECTIONS','Active sections'); define('_ADDSECARTICLE','Add a new article under a section'); define('_ADDSECTION','Add a new section'); define('_ADDSECTIONBUT','Add section'); define('_ARTICLESATTACH','articles attached'); define('_BACKTO','Back to'); define('_CHECKED','checked'); define('_CLICK2EDITSEC','(Click to edit)'); define('_DELARTICLE','Delete article'); define('_DELSECTION','Delete section'); define('_DONTSELECT','Note: If you do not select a section, then the article will simply be stored for later publication.'); define('_EDITARTID','Edit article ID'); define('_EDITSECTION','Edit section'); define('_FOLLOWINGART','The articles published under this section are as follows.'); define('_SECIMGEXAMPLE','(Example: opinion.gif -- the image should be stored in the directory /images/sections/ )'); define('_SECINDEX','Sections index'); define('_SECRETURN','Return to sections index'); define('_SECTIONHAS','This section has'); define('_SECTIONIMG','Section image'); define('_SECTIONNAME','Section name'); define('_SECTIONSADDARTICLENOAUTH','Sorry! You do not have authorization to add article'); define('_SECTIONSADDNOAUTH','Sorry! You do not have authorization to add a section'); define('_SECTIONSADMIN','Sections administration'); define('_SECTIONSARTICLENOAUTH','Sorry! You do not have authorization to view that article'); define('_SECTIONSDELARTICLENOAUTH','Sorry! You do not have authorization to delete that article'); define('_SECTIONSDELNOAUTH','Sorry! You do not have authorization to delete that section'); define('_SECTIONSEDITARTICLENOAUTH','Sorry! You do not have authorization to edit that article'); define('_SECTIONSEDITARTICLENOTEXIST','Sorry! This article was not found in the database'); define('_SECTIONSEDITNOAUTH','Sorry! You do not have authorization to edit that section'); define('_SECTIONSNOAUTH','Sorry! You do not have authorization to access sections'); define('_SECWELCOME','Welcome to the sections page for'); define('_SELSECTION','Select section'); define('_THISISSEC','Section:'); define('_TOTALWORDS','total words in this text'); define('_YOUCANFIND','The available sections are as follows:'); ?>