Xaraya / Postnuke CVS Notices - Message

Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites

View Statistics - Next Notice - Previous Notice

Directory filter : [ all ] / postnuke_official / html / modules / example / pnlang / deu [ view in CVS ]


Deprecated: Function gmstrftime() is deprecated in /home/mikespub/www/list.php on line 509
Date Directory [filter] File(s) [view] Author [filter]
07 Aug 2002 01:35:57postnuke_official/html/modules/example/pnlang/deuadmin.php,NONE,1.1 first.php,NONE,1.1 init.php,NONE,1.1 user.php,NONE,1.1 userapi.php,NONE,1.1Mike
 "new" example module

Update of /home/cvsroot/postnuke_official/html/modules/example/pnlang/deu
In directory ns7.hostnuke.net:/tmp/cvs-serv22640

Added Files:
	admin.php first.php init.php user.php userapi.php 
Log Message:
"new" example module


--- NEW FILE: admin.php ---

<?php // $Id: admin.php,v 1.1 2002/08/07 01:35:55 mikespub Exp $
// ----------------------------------------------------------------------
// Original Author of file: Sebastian Fr�nk
// Purpose of file: german Translation Files
// ----------------------------------------------------------------------
//

define('_ADDEXAMPLE', 			'Beispiel hinzuf�gen');
define('_CANCELEXAMPLEDELETE', 	'L�schen abbrechen');
define('_CONFIRMEXAMPLEDELETE', 	'Soll das Beispiel Item wirklich gel�scht werden');
define('_CREATEFAILED', 		'Das Erstellen des Beispiels ist fehlgeschlagen');
define('_DELETEFAILED', 		'Das L�schen des Beispiels ist fehlgeschlagen');
define('_DELETEEXAMPLE', 		'Beispiel l�schen');
define('_EDITEXAMPLE', 		'Beispiel �ndern');
define('_EDITEXAMPLECONFIG', 		'Konfiguration f�r Beispiel Items ver�ndern.');
define('_LOADFAILED', 			'Modul konnte nicht geladen werden');
define('_NEWEXAMPLE', 			'Neues Beispiel Item erstellen');
define('_EXAMPLE', 			'Beispiel Example');
define('_EXAMPLEADD', 			'Beispiel hinzugef�gt');
define('_EXAMPLECREATED', 		'Beispil erstellt');
define('_EXAMPLEDELETED', 		'Beispiel gel�scht');
define('_EXAMPLEDISPLAYBOLD',		'Zeige Items in Fett');
define('_EXAMPLEMODIFYCONFIG', 	'Beispielkonfiguration �ndern');
define('_EXAMPLENAME', 		'Beispiel Name');
define('_EXAMPLENOSUCHITEM', 		'Item wurde nicht gefunden');
define('_EXAMPLENUMBER', 		'Beispiel Nummer');
define('_EXAMPLEOPTIONS', 		'Optionen');
define('_EXAMPLEUPDATE', 		'Update Beispiel');
define('_EXAMPLEUPDATED', 		'Beispiel upgedatet');
define('_VIEWEXAMPLE', 		'Zeige Beispiele');
define('_EXAMPLEITEMSPERPAGE', 	'Items pro Seite');
if (!defined('_CONFIRM')) {
        define('_CONFIRM', 		'Best�tigen');
}
if (!defined('_EXAMPLENOAUTH')) {
        define('_EXAMPLENOAUTH',	'Sie sind nicht berechtigt, das Examplemodul zu administrieren.');
}

?>

--- NEW FILE: first.php ---
<?php // $Id: first.php,v 1.1 2002/08/07 01:35:55 mikespub Exp $

// ----------------------------------------------------------------------
// Original Author of file: Sebastian Fr�nk
// Purpose of file: German Language defines for Examples block
// ----------------------------------------------------------------------
//

define('_NUMITEMS', 'Anzahl der Beispiele, die eingef�gt werden sollen');

?>

--- NEW FILE: init.php ---
<?php
// File: $Id: init.php,v 1.1 2002/08/07 01:35:55 mikespub Exp $
// ----------------------------------------------------------------------
// PostNuke Content Management System
// Copyright (C) 2002 by the PostNuke Development Team.
// http://www.postnuke.com/
// ----------------------------------------------------------------------
// 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: Sebastian Fr�nk
// Purpose of file: German Translation files
// Translation team: Read credits in /docs/CREDITS.txt
// ----------------------------------------------------------------------

define('_CREATETABLEFAILED','Anlegen der Tabelle schlug fehl.');
define('_UPDATETABLEFAILED','Update der Tabelle schlug fehl.');

?>

--- NEW FILE: user.php ---
<?php
// Generated: $d$ by $id$
// ----------------------------------------------------------------------
// POST-NUKE Content Management System
// Copyright (C) 2001 by the Post-Nuke 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: Sebastian Fr�nk
// Purpose of file: German Translation files
// Translation team: Read credits in /docs/CREDITS.txt
// ----------------------------------------------------------------------

define('_EXAMPLEITEMFAILED',	'Items konnten nicht abgerufen werden.');
define('_EXAMPLEVIEW',		'Beispiel Items werden angezeigt');

?>

--- NEW FILE: userapi.php ---
<?php // $Id: userapi.php,v 1.1 2002/08/07 01:35:55 mikespub Exp $
// ----------------------------------------------------------------------
// POST-NUKE 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: Jim McDonald
// Purpose of file:  Language defines for pnuserapi.php
// ----------------------------------------------------------------------

define('_GETFAILED', 			'Items konnten nicht geladen werden');
if (!defined('_EXAMPLENOAUTH')) {
        define('_EXAMPLENOAUTH',	'Sie sind nicht berechtigt, das Examplemodul zu administrieren.');
}

?>


Directory filter : [ all ] / postnuke_official / html / modules / example / pnlang / deu [ view in CVS ]

View Statistics - Next Notice - Previous Notice


Visit Developer Site - Browse CVS Repository Syndicate via backend.rss
(max. once per hour please)
Powered by CVSNotice 0.1.3