phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] old/addbook/setup setup.inc.php, 1.1 tables_current.i


From: skwashd
Subject: [Phpgroupware-cvs] old/addbook/setup setup.inc.php, 1.1 tables_current.inc.php, 1.1 phpgw_fr.lang, 1.1 phpgw_en.lang, 1.1 phpgw_de.lang, 1.1
Date: Thu, 24 Feb 2005 13:32:19 -0000

Update of old/addbook/setup

Added Files:
     Branch: MAIN
            setup.inc.php 
            tables_current.inc.php 
            phpgw_fr.lang 
            phpgw_en.lang 
            phpgw_de.lang 

Log Message:
keep a historic record of the app

====================================================
Index: setup.inc.php
<?php
        
/**************************************************************************\
        * phpGroupWare - addbook                                          *
        * http://www.phpgroupware.org                                           
   *
        * --------------------------------------------                          
   *
        *  This program is free software; you can redistribute it and/or modify 
it *
        *  under the terms of the GNU General Public License as published by 
the   *
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/

        /* $Id: setup.inc.php,v 1.1 2004/12/31 05:08:56 skwashd Exp $ */

        /* Basic information about this app */
        $setup_info['addbook']['name']      = 'addbook';
        $setup_info['addbook']['title']     = 'addbook';
        $setup_info['addbook']['version']   = '0.1';
        $setup_info['addbook']['app_order'] = 4;
        $setup_info['addbook']['enable']    = 1;

        $setup_info['addbook']['note']      = 'THIS APP IS STILL A PROTOTYPE';

        $setup_info['addbook']['tables'] = array(
                'phpgw_addbook_address',
                'phpgw_addbook_contact_cat',
                'phpgw_addbook_contacts',
                'phpgw_addbook_ocontacts',
                'phpgw_addbook_pcontacts',
                'phpgw_addbook_meta',
                'phpgw_addbook_org_main',
                'phpgw_addbook_person_main',
                'phpgw_addbook_relation'
        );

        /* The hooks this app includes, needed for hooks registration */
        $setup_info['addbook']['hooks'][] = 'admin';
        $setup_info['addbook']['hooks'][] = 'preferences';
        $setup_info['addbook']['hooks'][] = 'deleteaccount';

        /* Dependencies for this app to work */
        $setup_info['addbook']['depends'][] = array(
                 'appname' => 'phpgwapi',
                 'versions' => Array('0.9.13', '0.9.14','0.9.15')
        );
?>

====================================================
Index: tables_current.inc.php
<?php
  /**************************************************************************\
  * phpGroupWare - Setup                                                     *
  * http://www.phpgroupware.org                                              *
  * --------------------------------------------                             *
  *  This program is free software; you can redistribute it and/or modify it *
  *  under the terms of the GNU General Public License as published by the   *
  *  Free Software Foundation; either version 2 of the License, or (at your  *
  *  option) any later version.                                              *
  \**************************************************************************/

  /**************************************************************************\
  * This file should be generated for you by setup. It should not need to be *
  * edited by hand.                                                          *
  \**************************************************************************/

  /* $Id: tables_current.inc.php,v 1.1 2004/12/31 05:08:56 skwashd Exp $ */

  /* table array for addbook */
        $phpgw_baseline = array(
                'phpgw_addbook_address' => array(
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'street' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'postal_code' => array('type' => 'varchar', 
'precision' => 10,'nullable' => True),
                                'po_box' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
                                'city' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'state' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'country' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
                'phpgw_addbook_contact_cat' => array(
                        'fd' => array(
                                'contact_category_id' => array('type' => 
'auto','nullable' => False),
                                'category_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True)
                        ),
                        'pk' => array('contact_category_id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
                'phpgw_addbook_contacts' => array(
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'contact_category_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'contact' => array('type' => 'varchar', 
'precision' => 100,'nullable' => True)
                        ),
                        'pk' => array(),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
                'phpgw_addbook_ocontacts' => array(
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'phone' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'fax' => array('type' => 'varchar', 'precision' 
=> 50,'nullable' => True),
                                'email' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'www' => array('type' => 'varchar', 'precision' 
=> 50,'nullable' => True),
                                'pref' => array('type' => 'varchar', 
'precision' => 5,'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
                'phpgw_addbook_pcontacts' => array(
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'b_phone' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'p_phone' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'b_email' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'p_email' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'mobile' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'fax' => array('type' => 'varchar', 'precision' 
=> 50,'nullable' => True),
                                'pref' => array('type' => 'varchar', 
'precision' => 8,'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
                'phpgw_addbook_meta' => array(
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'created' => array('type' => 
'timestamp','nullable' => True),
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'modified' => array('type' => 
'timestamp','nullable' => True),
                                'modifier' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'access' => array('type' => 'varchar', 
'precision' => 7,'nullable' => True),
                                'cat_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'lid' => array('type' => 'varchar', 'precision' 
=> 32,'nullable' => True),
                                'tid' => array('type' => 'char', 'precision' => 
1,'nullable' => True)
                        ),
                        'pk' => array(),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
                'phpgw_addbook_org_main' => array(
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'name' => array('type' => 'varchar', 
'precision' => 100,'nullable' => True),
                                'notes' => array('type' => 'text','nullable' => 
True),
                                'belongs_to_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'cat_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
                'phpgw_addbook_person_main' => array(
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'title' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'last_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'middle' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'first_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'initials' => array('type' => 'varchar', 
'precision' => 10,'nullable' => True),
                                'birthday' => array('type' => 'varchar', 
'precision' => 10,'nullable' => True),
                                'gender' => array('type' => 'varchar', 
'precision' => 20,'nullable' => True),
                                'notes' => array('type' => 'text','nullable' => 
True),
                                'cat_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
                'phpgw_addbook_relation' => array(
                        'fd' => array(
                                'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
                                'job' => array('type' => 'varchar', 'precision' 
=> 100,'nullable' => True),
                                'org_link' => array('type' => 'int', 
'precision' => 4,'nullable' => True)
                        ),
                        'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array(),
                        'uc' => array()
                ),
        )
?>

====================================================
Index: phpgw_fr.lang
<b>addbook administration</b> - edit categories for additional contacts addbook 
fr      <b>Administration Carnet D'adresses 2</b> - Modifier les catégories 
pour les contacts supplémentaires
add a single entry by passing the fields.       addbook fr      Ajouter une 
unique entrée en passant les champs.
add extra contacts here addbook fr      Ajouter les contacts supplémentaires ici
add organization        addbook fr      Ajouter une organisation
add person      addbook fr      Ajouter une personne
at work addbook fr      Au travail
business email  addbook fr      EMail professionnel
business phone  addbook fr      Téléphone professionnel
choose the organization this person belongs to  addbook fr      Sélectionnez 
l'organisation à laquelle cette personne appartient
created addbook fr      Crée
delete a single entry by passing the id.        addbook fr      Effacer une 
unique entrée en passant l'ID.
department of   addbook fr      Département de
departments     addbook fr      Départements
do you really want to delete this entry?        addbook fr      Voulez-vous 
réellement effacer cette entrée?
do you want to migrate your addressbook-data to addbook? <br>no data will be 
deleted in addressbook.    addbook fr      Voulez-vous migrer les données de 
votre carnet d'adresses vers carnet d'adresses 2 ? <br>Aucune donnée ne sera 
effacée du carnet d'adresses.
employees       addbook fr      Employés
female  addbook fr      Femme
fields to show in address list  addbook fr      Champs à montrer dans la liste 
des adresses
first page      addbook fr      Première page
gender  addbook fr      Genre
hide meta-data  addbook fr      Cacher les meta-données
home email      addbook fr      EMail Domicile
home phone      addbook fr      Téléphone Domicile
homepage        addbook fr      Page personnelle
job     addbook fr      Travail
male    addbook fr      Mâle
meta information        addbook fr      Meta Information
middle  addbook fr      Milieu
migrate addbook fr      Migrer
mobile phone    addbook fr      Téléphone portable
modified        addbook fr      Modifié
modifier        addbook fr      Modificateur
number  addbook fr      Nombre
organization    addbook fr      Organisation
organizations   addbook fr      Organisations
parent organization     addbook fr      Organisation parente
person  addbook fr      Personne
persons addbook fr      Personnes
Phone   addressbook     fr      Téléphone
po box  addbook fr      Boîte Postale
postal code     addbook fr      Code Postal
preferred       addbook fr      Préféré
preferred contact       addbook fr      Contact préféré
private email   addbook fr      EMail privé
private phone   addbook fr      Téléphone privé
read a list of entries. addbook fr      Lire une liste d'entrées.
read a single entry by passing the id and fieldlist.    addbook fr      Lire 
une unique entrée en passant l'ID et la liste des champs.
region  addbook fr      Région
show meta-data  addbook fr      Montrer les meta-données
update a single entry by passing the fields.    addbook fr      Mettre à jour 
une unique entrée en passant les champs.
you must select at least 1 column for organizations to display  addbook fr      
Vous devez choisir au moins 1 colonne pour que les organisations soient 
affichées
you must select at least 1 column for persons to display        addbook fr      
Vous devez choisir au moins 1 colonne pour que les personnes soient affichées

====================================================
Index: phpgw_en.lang
<b>addbook administration</b> - edit categories for additional contacts addbook 
en      <b>Addbook Administration</b> - Edit Categories for additional Contacts
add a single entry by passing the fields.       addbook en      Add a single 
entry by passing the fields.
add extra contacts here addbook en      add extra contacts here
add organization        addbook en      add organization
add person      addbook en      add person
at work addbook en      at work
business email  addbook en      Business Email
business phone  addbook en      Business Phone
choose the organization this person belongs to  addbook en      choose the 
organization this person belongs to
created addbook en      Created
delete a single entry by passing the id.        addbook en      Delete a single 
entry by passing the id.
department of   addbook en      Department of
departments     addbook en      Departments
do you really want to delete this entry?        addbook en      Do you really 
want to delete this entry?
do you want to migrate your addressbook-data to addbook? <br>no data will be 
deleted in addressbook.    addbook en      Do you want to migrate your 
addressbook-data to addbook? <br>No data will be deleted in addressbook.
employees       addbook en      Employees
female  addbook en      female
fields to show in address list  addbook en      Fields to show in address list
first page      addbook en      First page
gender  addbook en      Gender
hide meta-data  addbook en      hide meta-data
home email      addbook en      Home Email
home phone      addbook en      Home Phone
homepage        addbook en      Homepage
job     addbook en      Job
male    addbook en      male
meta information        addbook en      Meta Information
middle  addbook en      Middle
migrate addbook en      Migrate
mobile phone    addbook en      Mobile Phone
modified        addbook en      Modified
modifier        addbook en      Modifier
number  addbook en      Number
organization    addbook en      Organization
organizations   addbook en      Organizations
parent organization     addbook en      Parent Organization
person  addbook en      Person
persons addbook en      Persons
Phone   addressbook     en      Phone
po box  addbook en      PO Box
postal code     addbook en      Postal code
preferred       addbook en      preferred
preferred contact       addbook en      Preferred Contact
private email   addbook en      Private Email
private phone   addbook en      Private Phone
read a list of entries. addbook en      Read a list of entries.
read a single entry by passing the id and fieldlist.    addbook en      Read a 
single entry by passing the id and fieldlist.
region  addbook en      Region
show meta-data  addbook en      show meta-data
update a single entry by passing the fields.    addbook en      Update a single 
entry by passing the fields.
you must select at least 1 column for organizations to display  addbook en      
You must select at least 1 column for organizations to display
you must select at least 1 column for persons to display        addbook en      
You must select at least 1 column for persons to display

====================================================
Index: phpgw_de.lang
birthday        addbook de      Geburtstag
business        addbook de      Geschäftlich
postal code     addbook de      Postleitzahl
Phone   addbook de      Telefon







reply via email to

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