phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/setup phpgw_de.lang,1.31,1.32 setup.inc


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup phpgw_de.lang,1.31,1.32 setup.inc.php,1.49,1.50
Date: Sun, 27 Oct 2002 16:30:02 -0500

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv2753

Modified Files:
        phpgw_de.lang setup.inc.php 
Log Message:
update setup info

Index: phpgw_de.lang
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/phpgw_de.lang,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** phpgw_de.lang       15 Oct 2002 01:51:29 -0000      1.31
--- phpgw_de.lang       27 Oct 2002 21:29:59 -0000      1.32
***************
*** 139,144 ****
  last name     common  de      Name
  lastname      common  de      Name
! login common  de      Login
! logout        common  de      Logout
  main category common  de      Hauptkategorie
  main screen   common  de      Startseite
--- 139,144 ----
  last name     common  de      Name
  lastname      common  de      Name
! login common  de      Anmelden
! logout        common  de      Abmelden
  main category common  de      Hauptkategorie
  main screen   common  de      Startseite
***************
*** 172,176 ****
  please set your global preferences    common  de      Bitte editieren Sie 
Ihre globalen Einstellungen !
  please set your preferences for this application      common  de      Bitte 
editieren Sie Ihre Einstellungen f&uuml;r diese Applikation !
! powered by phpgroupware version x     common  de      Powered by <a 
href="http://www.phpgw.de";>phpGroupWare</a> version %1
  preferences   common  de      Einstellungen
  print common  de      Drucken
--- 172,176 ----
  please set your global preferences    common  de      Bitte editieren Sie 
Ihre globalen Einstellungen !
  please set your preferences for this application      common  de      Bitte 
editieren Sie Ihre Einstellungen f&uuml;r diese Applikation !
! powered by    common  de      Powered by      
  preferences   common  de      Einstellungen
  print common  de      Drucken
***************
*** 187,195 ****
  show all      common  de      alle anzeigen
  showing x     common  de      %1 Einträge
! showing x - x of x    common  de      %1 Einträge - %2 von %3
  start date    common  de      Startdatum
  start time    common  de      Startzeit
  status        common  de      Status
! sorry, your login has expired login   de      Sorry - Login abgelaufen
  subject       common  de      Betreff
  submit        common  de      Absenden
--- 187,195 ----
  show all      common  de      alle anzeigen
  showing x     common  de      %1 Einträge
! showing x - x of x    common  de      %1 - %2 von %3 Einträgen
  start date    common  de      Startdatum
  start time    common  de      Startzeit
  status        common  de      Status
! sorry, your login has expired login   de      Ihre Anmeldung ist abgelaufen !
  subject       common  de      Betreff
  submit        common  de      Absenden

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** setup.inc.php       26 Oct 2002 22:39:19 -0000      1.49
--- setup.inc.php       27 Oct 2002 21:29:59 -0000      1.50
***************
*** 19,26 ****
        $setup_info['phpgwapi']['app_order'] = 1;
  
!       $setup_info['phpgwapi']['author']      = 'phpGW Core';
        $setup_info['phpgwapi']['description'] = 'The core of phpGroupWare, the 
API itself...';
!       $setup_info['phpgwapi']['maintainer']  = 'phpGW Core';
!       $setup_info['phpgwapi']['maintainer_email'] = 
'address@hidden<br>address@hidden<br>address@hidden<br>address@hidden<br>address@hidden';
  
        /* The tables this app creates */
--- 19,48 ----
        $setup_info['phpgwapi']['app_order'] = 1;
  
!       $setup_info['phpgwapi']['author']      = 'phpGroupWare coreteam';
        $setup_info['phpgwapi']['description'] = 'The core of phpGroupWare, the 
API itself...';
! 
!       $setup_info['phpgwapi']['maintainer'][]  = array
!       (
!               'name'  => 'Joseph Engo',
!               'email' => 'address@hidden'
!       );
! 
!       $setup_info['phpgwapi']['maintainer'][]  = array
!       (
!               'name'  => 'Marc A. Peters',
!               'email' => 'address@hidden'
!       );
! 
!       $setup_info['phpgwapi']['maintainer'][] = array
!       (
!               'name'  => 'Bettina Gille',
!               'email' => 'address@hidden'
!       );
! 
!       $setup_info['phpgwapi']['maintainer'][]  = array
!       (
!               'name'  => 'Dan Kuykendall',
!               'email' => 'address@hidden'
!       );
  
        /* The tables this app creates */
***************
*** 48,52 ****
        /* Basic information about this app */
        $setup_info['notifywindow']['name']      = 'notifywindow';
-       $setup_info['notifywindow']['title']     = 'Notify Window';
        $setup_info['notifywindow']['version']   = '0.9.13.002';
        $setup_info['notifywindow']['enable']    = 2;
--- 70,73 ----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]