changelog in einzelnes file gepackt
git-svn-id: svn://svn.cccv.de/engel-system@163 29ba0400-6e00-0410-a75a-ca02368028f8main
parent
afb717cc54
commit
1540a5869a
@ -0,0 +1,33 @@
|
||||
ALTER TABLE `UserCVS` ADD `admin/Recentchanges.php` VARCHAR( 1 ) DEFAULT 'N' NOT NULL AFTER `admin/debug.php` ;
|
||||
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Rooms', 'DE', 'Räume');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Rooms', 'EN', 'rooms');;
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engeltypen', 'DE', 'Engeltypen');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engeltypen', 'EN', 'Engeltypes');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_SchichtplanEdit', 'DE', 'Schichtplan');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_SchichtplanEdit', 'EN', 'Shiftplan');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_UpdateDB', 'DE', 'UpdateDB');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_UpdateDB', 'EN', 'UpdateDB');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Dect', 'DE', 'Dect');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Dect', 'EN', 'Dect');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engelliste', 'DE', 'Engelliste');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Engelliste', 'EN', 'Engel-list');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_EngelDefaultSetting', 'DE', 'Engel Default einstellungen');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_EngelDefaultSetting', 'EN', 'Engel Default Setting');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Aktivliste', 'DE', 'Aktiv liste');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Aktivliste', 'EN', 'Aktiv list');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_T-Shirtausgabe', 'DE', 'T-Shirtausgabe');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_T-Shirtausgabe', 'EN', 'T-Shirt handout');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_News-Verwaltung', 'DE', 'News-Verwaltung');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_News-Verwaltung', 'EN', 'News-Center');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_FAQ', 'DE', 'FAQ');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_FAQ', 'EN', 'FAQ');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_FreeEngel', 'DE', 'Freie Engel');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_FreeEngel', 'EN', 'free Engels');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Debug', 'DE', 'Debug');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Debug', 'EN', 'Debug');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Recentchanges', 'DE', 'Letzte Änderungen');
|
||||
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('pub_menu_Recentchanges', 'EN', 'recentchanges');
|
||||
|
||||
|
||||
|
@ -0,0 +1,12 @@
|
||||
<?PHP
|
||||
|
||||
$title = "ChangeLog";
|
||||
$header = "Datenbank-Auszug";
|
||||
include ("./inc/header.php");
|
||||
include ("./inc/funktion_db_list.php");
|
||||
|
||||
funktion_db_list("ChangeLog");
|
||||
|
||||
include ("./inc/footer.php");
|
||||
?>
|
||||
|
Loading…
Reference in New Issue