[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: etemplate/setup etemplates.inc.php,1.31,1.32 php
From: |
Guillaume Courtois <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: etemplate/setup etemplates.inc.php,1.31,1.32 phpgw_de.lang,1.5,1.6 phpgw_en.lang,1.28,1.29 phpgw_fr.lang,1.2,1.3 |
Date: |
Mon, 26 May 2003 17:03:17 -0400 |
Update of /cvsroot/phpgroupware/etemplate/setup
In directory subversions:/tmp/cvs-serv29665/etemplate/setup
Modified Files:
etemplates.inc.php phpgw_de.lang phpgw_en.lang phpgw_fr.lang
Log Message:
Changed all %d's and %s's into %x's in lang calls and lang files, added missing
english phrases and french translations.
Index: etemplates.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/setup/etemplates.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** etemplates.inc.php 13 Apr 2003 21:46:24 -0000 1.31
--- etemplates.inc.php 26 May 2003 21:03:14 -0000 1.32
***************
*** 44,50 ****
$templ_data[] = array('name' => 'etemplate.db-tools.cols','template' =>
'','lang' => '','group' => '0','version' => '0.9.13.001','data' =>
'a:3:{i:0;a:2:{s:2:\"c1\";s:3:\"nmh\";s:2:\"c2\";s:3:\"nmr\";}i:1;a:12:{s:1:\"A\";a:4:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:1:\"#\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:6:\"center\";}s:1:\"B\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:10:\"ColumnName\";}s:1:\"C\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Type\";}s:1:\"D\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:9:\"Precision\";}s:1:\"E\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Scale\";}s:1:\"F\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:8:\"Nullable\";}s:1:\"G\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:6:\"Unique\";}s:1:\"H\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Primary
Key\";}s:1:\"I\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:7:\"Indexed\";}s:1:\"J\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Foreign
Key\";}s:1:\"K\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:7:\"Default\";}s:1:\"L\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:10:\"Add
Column\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:10:\"add_column\";}}i:2;a:12:{s:1:\"A\";a:4:{s:4:\"type\";s:5:\"label\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:12:\"Row${row}[n]\";}s:1:\"B\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"20\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:15:\"Row${row}[name]\";s:4:\"help\";s:127:\"need
to be unique in the table and no reseved word from SQL, best prefix all with a
common 2-digit short for the app, eg.
\'et_\'\";}s:1:\"C\";a:4:{s:4:\"type\";s:6:\"select\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:15:\"Row${row}[type]\";s:4:\"help\";s:18:\"type
of the
column\";}s:1:\"D\";a:4:{s:4:\"type\";s:3:\"int\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:20:\"Row${row}[precision]\";s:4:\"help\";s:64:\"length
for char+varchar, precisions int: 2, 4, 8 and float: 4,
8\";}s:1:\"E\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"name\";s:16:\"Row${row}[scale]\";s:4:\"help\";s:15:\"scale
for
float\";}s:1:\"F\";a:4:{s:4:\"type\";s:8:\"checkbox\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:19:\"Row${row}[nullable]\";s:4:\"help\";s:31:\"can
have special SQL-value
NULL\";}s:1:\"G\";a:4:{s:4:\"type\";s:8:\"checkbox\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:13:\"Row${row}[uc]\";s:4:\"help\";s:59:\"DB
ensures that every row has a unique value in that
column\";}s:1:\"H\";a:4:{s:4:\"type\";s:8:\"checkbox\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:13:\"Row${row}[pk]\";s:4:\"help\";s:52:\"Primary
key for the table, gets automaticaly
indexed\";}s:1:\"I\";a:4:{s:4:\"type\";s:8:\"checkbox\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:13:\"Row${row}[ix]\";s:4:\"help\";s:81:\"an
indexed column speeds up querys using that column (cost space on the disk
!!!)\";}s:1:\"J\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"20\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:13:\"Row${row}[fk]\";s:4:\"help\";s:46:\"name
of other table where column is a key
from\";}s:1:\"K\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"20\";s:4:\"name\";s:18:\"Row${row}[default]\";s:4:\"help\";s:54:\"enter
\'\' for an empty default, nothing mean no
default\";}s:1:\"L\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:13:\"Delete
Column\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:12:\"delete[$row]\";}}}','size'
=> '','style' => '','modified' => '1032907904',);
! $templ_data[] = array('name' => 'etemplate.db-tools.ask_save','template' =>
'','lang' => '','group' => '0','version' => '0.9.14.001','data' =>
'a:9:{i:0;a:0:{}i:1;a:2:{s:1:\"A\";a:6:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:2:\"bi\";s:4:\"span\";s:3:\"all\";s:5:\"label\";s:29:\"Editable
Templates -
DB-Tools\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:3:\"msg\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:2;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"hrule\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:3;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:4;a:2:{s:1:\"A\";a:6:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:2:\"bi\";s:5:\"label\";s:27:\"Update
from Version \'%s\'
to\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:5:\"right\";s:4:\"name\";s:7:\"version\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:11:\"new_version\";s:4:\"help\";s:75:\"enter
the new version number here (> old_version), empty for no
update-file\";}}i:5;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:6;a:2:{s:1:\"A\";a:7:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:1:\"b\";s:4:\"span\";s:3:\"all\";s:5:\"label\";s:53:\"Do
you want to save the changes you made in table
%s?\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:5:\"table\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:7;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:8;a:2:{s:1:\"A\";a:5:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:3:\"Yes\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:3:\"yes\";s:4:\"help\";s:39:\"saves
changes to
tables_current.inc.php\";}s:1:\"B\";a:5:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:2:\"No\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:2:\"no\";s:4:\"help\";s:15:\"discard
changes\";}}}','size' => '100%','style' => '','modified' => '1047250747',);
! $templ_data[] = array('name' => 'etemplate.db-tools.ask_save','template' =>
'','lang' => '','group' => '0','version' => '0.9.13.001','data' =>
'a:7:{i:0;a:0:{}i:1;a:2:{s:1:\"A\";a:6:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:2:\"bi\";s:4:\"span\";s:3:\"all\";s:5:\"label\";s:29:\"Editable
Templates -
DB-Tools\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:3:\"msg\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:2;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"hrule\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:3;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:4;a:2:{s:1:\"A\";a:7:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:1:\"b\";s:4:\"span\";s:3:\"all\";s:5:\"label\";s:53:\"Do
you want to save the changes you made in table
%s?\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:5:\"table\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:5;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:6;a:2:{s:1:\"A\";a:5:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:3:\"Yes\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:3:\"yes\";s:4:\"help\";s:39:\"saves
changes to
tables_current.inc.php\";}s:1:\"B\";a:5:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:2:\"No\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:2:\"no\";s:4:\"help\";s:15:\"discard
changes\";}}}','size' => '100%','style' => '','modified' => '1032907904',);
$templ_data[] = array('name' => 'etemplate.datefield','template' => '','lang'
=> '','group' => '0','version' => '0.9.15.001','data' =>
'a:2:{i:0;a:0:{}i:1;a:3:{s:1:\"A\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"1,31\";s:4:\"name\";s:1:\"d\";s:4:\"help\";s:3:\"Day\";}s:1:\"B\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"1,12\";s:4:\"name\";s:1:\"m\";s:4:\"help\";s:5:\"Month\";}s:1:\"C\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"1900\";s:4:\"name\";s:1:\"Y\";s:4:\"help\";s:4:\"Year\";}}}','size'
=> '','style' => '','modified' => '1032907904',);
--- 44,50 ----
$templ_data[] = array('name' => 'etemplate.db-tools.cols','template' =>
'','lang' => '','group' => '0','version' => '0.9.13.001','data' =>
'a:3:{i:0;a:2:{s:2:\"c1\";s:3:\"nmh\";s:2:\"c2\";s:3:\"nmr\";}i:1;a:12:{s:1:\"A\";a:4:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:1:\"#\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:6:\"center\";}s:1:\"B\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:10:\"ColumnName\";}s:1:\"C\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Type\";}s:1:\"D\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:9:\"Precision\";}s:1:\"E\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Scale\";}s:1:\"F\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:8:\"Nullable\";}s:1:\"G\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:6:\"Unique\";}s:1:\"H\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Primary
Key\";}s:1:\"I\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:7:\"Indexed\";}s:1:\"J\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Foreign
Key\";}s:1:\"K\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:7:\"Default\";}s:1:\"L\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:10:\"Add
Column\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:10:\"add_column\";}}i:2;a:12:{s:1:\"A\";a:4:{s:4:\"type\";s:5:\"label\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:12:\"Row${row}[n]\";}s:1:\"B\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"20\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:15:\"Row${row}[name]\";s:4:\"help\";s:127:\"need
to be unique in the table and no reseved word from SQL, best prefix all with a
common 2-digit short for the app, eg.
\'et_\'\";}s:1:\"C\";a:4:{s:4:\"type\";s:6:\"select\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:15:\"Row${row}[type]\";s:4:\"help\";s:18:\"type
of the
column\";}s:1:\"D\";a:4:{s:4:\"type\";s:3:\"int\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:20:\"Row${row}[precision]\";s:4:\"help\";s:64:\"length
for char+varchar, precisions int: 2, 4, 8 and float: 4,
8\";}s:1:\"E\";a:3:{s:4:\"type\";s:3:\"int\";s:4:\"name\";s:16:\"Row${row}[scale]\";s:4:\"help\";s:15:\"scale
for
float\";}s:1:\"F\";a:4:{s:4:\"type\";s:8:\"checkbox\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:19:\"Row${row}[nullable]\";s:4:\"help\";s:31:\"can
have special SQL-value
NULL\";}s:1:\"G\";a:4:{s:4:\"type\";s:8:\"checkbox\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:13:\"Row${row}[uc]\";s:4:\"help\";s:59:\"DB
ensures that every row has a unique value in that
column\";}s:1:\"H\";a:4:{s:4:\"type\";s:8:\"checkbox\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:13:\"Row${row}[pk]\";s:4:\"help\";s:52:\"Primary
key for the table, gets automaticaly
indexed\";}s:1:\"I\";a:4:{s:4:\"type\";s:8:\"checkbox\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:13:\"Row${row}[ix]\";s:4:\"help\";s:81:\"an
indexed column speeds up querys using that column (cost space on the disk
!!!)\";}s:1:\"J\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"20\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:13:\"Row${row}[fk]\";s:4:\"help\";s:46:\"name
of other table where column is a key
from\";}s:1:\"K\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"20\";s:4:\"name\";s:18:\"Row${row}[default]\";s:4:\"help\";s:54:\"enter
\'\' for an empty default, nothing mean no
default\";}s:1:\"L\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:13:\"Delete
Column\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:12:\"delete[$row]\";}}}','size'
=> '','style' => '','modified' => '1032907904',);
! $templ_data[] = array('name' => 'etemplate.db-tools.ask_save','template' =>
'','lang' => '','group' => '0','version' => '0.9.14.001','data' =>
'a:9:{i:0;a:0:{}i:1;a:2:{s:1:\"A\";a:6:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:2:\"bi\";s:4:\"span\";s:3:\"all\";s:5:\"label\";s:29:\"Editable
Templates -
DB-Tools\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:3:\"msg\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:2;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"hrule\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:3;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:4;a:2:{s:1:\"A\";a:6:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:2:\"bi\";s:5:\"label\";s:27:\"Update
from Version \'%1\'
to\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:5:\"right\";s:4:\"name\";s:7:\"version\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:11:\"new_version\";s:4:\"help\";s:75:\"enter
the new version number here (> old_version), empty for no
update-file\";}}i:5;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:6;a:2:{s:1:\"A\";a:7:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:1:\"b\";s:4:\"span\";s:3:\"all\";s:5:\"label\";s:53:\"Do
you want to save the changes you made in table
%1?\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:5:\"table\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:7;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:8;a:2:{s:1:\"A\";a:5:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:3:\"Yes\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:3:\"yes\";s:4:\"help\";s:39:\"saves
changes to
tables_current.inc.php\";}s:1:\"B\";a:5:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:2:\"No\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:2:\"no\";s:4:\"help\";s:15:\"discard
changes\";}}}','size' => '100%','style' => '','modified' => '1047250747',);
! $templ_data[] = array('name' => 'etemplate.db-tools.ask_save','template' =>
'','lang' => '','group' => '0','version' => '0.9.13.001','data' =>
'a:7:{i:0;a:0:{}i:1;a:2:{s:1:\"A\";a:6:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:2:\"bi\";s:4:\"span\";s:3:\"all\";s:5:\"label\";s:29:\"Editable
Templates -
DB-Tools\";s:7:\"no_lang\";s:1:\"1\";s:4:\"name\";s:3:\"msg\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:2;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"hrule\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:3;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:4;a:2:{s:1:\"A\";a:7:{s:4:\"type\";s:5:\"label\";s:4:\"size\";s:1:\"b\";s:4:\"span\";s:3:\"all\";s:5:\"label\";s:53:\"Do
you want to save the changes you made in table
%1?\";s:7:\"no_lang\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:5:\"table\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:5;a:2:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:4:\"span\";s:3:\"all\";}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}}i:6;a:2:{s:1:\"A\";a:5:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:3:\"Yes\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:3:\"yes\";s:4:\"help\";s:39:\"saves
changes to
tables_current.inc.php\";}s:1:\"B\";a:5:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:2:\"No\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:2:\"no\";s:4:\"help\";s:15:\"discard
changes\";}}}','size' => '100%','style' => '','modified' => '1032907904',);
$templ_data[] = array('name' => 'etemplate.datefield','template' => '','lang'
=> '','group' => '0','version' => '0.9.15.001','data' =>
'a:2:{i:0;a:0:{}i:1;a:3:{s:1:\"A\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"1,31\";s:4:\"name\";s:1:\"d\";s:4:\"help\";s:3:\"Day\";}s:1:\"B\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"1,12\";s:4:\"name\";s:1:\"m\";s:4:\"help\";s:5:\"Month\";}s:1:\"C\";a:4:{s:4:\"type\";s:3:\"int\";s:4:\"size\";s:4:\"1900\";s:4:\"name\";s:1:\"Y\";s:4:\"help\";s:4:\"Year\";}}}','size'
=> '','style' => '','modified' => '1032907904',);
***************
*** 60,64 ****
$templ_data[] = array('name' => 'etemplate.editor.show-buttons','template' =>
'','lang' => '','group' => '0','version' => '0.9.15.002','data' =>
'a:2:{i:0;a:0:{}i:1;a:4:{s:1:\"A\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:4:\"Read\";s:4:\"name\";s:4:\"read\";s:4:\"help\";s:49:\"read
eTemplate from database (for the keys
above)\";}s:1:\"B\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:11:\"Show
Values\";s:4:\"name\";s:6:\"values\";s:4:\"help\";s:65:\"shows / allows you to
enter values into the eTemplate for
testing\";}s:1:\"C\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:4:\"Edit\";s:4:\"name\";s:4:\"edit\";s:4:\"help\";s:30:\"edit
the eTemplate spez.
above\";}s:1:\"D\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:6:\"Delete\";s:4:\"name\";s:6:\"delete\";s:4:\"help\";s:33:\"deletes
the eTemplate spez. above\";}}}','size' => '','style' => '','modified' =>
'1032907904',);
! $templ_data[] = array('name' => 'etemplate.editor.cell','template' =>
'','lang' => '','group' => '0','version' => '0.9.15.001','data' =>
'a:5:{i:0;a:4:{s:2:\"c1\";s:3:\"nmr\";s:2:\"c2\";s:3:\"nmr\";s:2:\"c3\";s:3:\"nmr\";s:2:\"c4\";s:3:\"nmr\";}i:1;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Type\";}s:1:\"B\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:4:\"type\";s:4:\"help\";s:57:\"type
of the field (select Label if field should be
empty)\";}s:1:\"C\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:7:\"Options\";s:5:\"align\";s:6:\"center\";}s:1:\"D\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"size\";s:4:\"help\";s:187:\"Label:[bold][italic]
Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols]
Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect]
Date:[values: eg.
\'Y-m-d\']\";}s:1:\"E\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Span,
Class\";s:5:\"align\";s:6:\"center\";}s:1:\"F\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"span\";s:4:\"help\";s:111:\"number
of colums the field/cell should span or \'all\' for the remaining columns,
CSS-class name (for the TD
tag)\";}}i:2;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Label\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"label\";s:4:\"help\";s:118:\"displayed
in front of input or input is inserted for a \'%s\' in the label (label of the
Submitbutton or
Image-filename)\";}s:1:\"C\";a:6:{s:4:\"type\";s:8:\"checkbox\";s:4:\"span\";s:1:\"2\";s:5:\"label\";s:16:\"%s
NoTranslation\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:7:\"no_lang\";s:4:\"help\";s:82:\"select
if content of field should not be translated (label gets always
translated)\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Align\";s:5:\"align\";s:6:\"center\";}s:1:\"F\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:5:\"align\";s:4:\"help\";s:48:\"alignment
of label and input-field in
table-cell\";}}i:3;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Name\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:4:\"help\";s:78:\"index/name
of returned content (name of the Template, Link / Method for
Image)\";}s:1:\"C\";a:3:{s:4:\"type\";s:8:\"template\";s:4:\"span\";s:1:\"4\";s:4:\"name\";s:26:\"etemplate.editor.cell_opts\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"F\";a:1:{s:4:\"type\";s:5:\"label\";}}i:4;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Help\";}s:1:\"B\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"50\";s:4:\"span\";s:3:\"all\";s:4:\"name\";s:4:\"help\";s:4:\"help\";s:60:\"displayed
in statusline of browser if input-field gets
focus\";}s:1:\"C\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"F\";a:1:{s:4:\"type\";s:5:\"label\";}}}','size'
=> ',100%','style' => '','modified' => '1032907904',);
$templ_data[] = array('name' => 'etemplate.xslt_widget.test','template' =>
'','lang' => '','group' => '0','version' => '','data' =>
'a:2:{i:0;a:0:{}i:1;a:1:{s:1:\"A\";a:7:{s:4:\"type\";s:4:\"xslt\";s:4:\"size\";s:14:\"etemplate.test\";s:4:\"span\";s:5:\",test\";s:5:\"label\";s:4:\"Test\";s:4:\"name\";s:4:\"test\";s:8:\"readonly\";s:1:\"1\";s:4:\"help\";s:22:\"This
is a help message\";}}}','size' => '','style' => '','modified' =>
'1033497079',);
--- 60,64 ----
$templ_data[] = array('name' => 'etemplate.editor.show-buttons','template' =>
'','lang' => '','group' => '0','version' => '0.9.15.002','data' =>
'a:2:{i:0;a:0:{}i:1;a:4:{s:1:\"A\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:4:\"Read\";s:4:\"name\";s:4:\"read\";s:4:\"help\";s:49:\"read
eTemplate from database (for the keys
above)\";}s:1:\"B\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:11:\"Show
Values\";s:4:\"name\";s:6:\"values\";s:4:\"help\";s:65:\"shows / allows you to
enter values into the eTemplate for
testing\";}s:1:\"C\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:4:\"Edit\";s:4:\"name\";s:4:\"edit\";s:4:\"help\";s:30:\"edit
the eTemplate spez.
above\";}s:1:\"D\";a:4:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:6:\"Delete\";s:4:\"name\";s:6:\"delete\";s:4:\"help\";s:33:\"deletes
the eTemplate spez. above\";}}}','size' => '','style' => '','modified' =>
'1032907904',);
! $templ_data[] = array('name' => 'etemplate.editor.cell','template' =>
'','lang' => '','group' => '0','version' => '0.9.15.001','data' =>
'a:5:{i:0;a:4:{s:2:\"c1\";s:3:\"nmr\";s:2:\"c2\";s:3:\"nmr\";s:2:\"c3\";s:3:\"nmr\";s:2:\"c4\";s:3:\"nmr\";}i:1;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Type\";}s:1:\"B\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:4:\"type\";s:4:\"help\";s:57:\"type
of the field (select Label if field should be
empty)\";}s:1:\"C\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:7:\"Options\";s:5:\"align\";s:6:\"center\";}s:1:\"D\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"size\";s:4:\"help\";s:187:\"Label:[bold][italic]
Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols]
Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect]
Date:[values: eg.
\'Y-m-d\']\";}s:1:\"E\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Span,
Class\";s:5:\"align\";s:6:\"center\";}s:1:\"F\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"span\";s:4:\"help\";s:111:\"number
of colums the field/cell should span or \'all\' for the remaining columns,
CSS-class name (for the TD
tag)\";}}i:2;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Label\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"label\";s:4:\"help\";s:118:\"displayed
in front of input or input is inserted for a \'%1\' in the label (label of the
Submitbutton or
Image-filename)\";}s:1:\"C\";a:6:{s:4:\"type\";s:8:\"checkbox\";s:4:\"span\";s:1:\"2\";s:5:\"label\";s:16:\"%1
NoTranslation\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:7:\"no_lang\";s:4:\"help\";s:82:\"select
if content of field should not be translated (label gets always
translated)\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Align\";s:5:\"align\";s:6:\"center\";}s:1:\"F\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:5:\"align\";s:4:\"help\";s:48:\"alignment
of label and input-field in
table-cell\";}}i:3;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Name\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:4:\"help\";s:78:\"index/name
of returned content (name of the Template, Link / Method for
Image)\";}s:1:\"C\";a:3:{s:4:\"type\";s:8:\"template\";s:4:\"span\";s:1:\"4\";s:4:\"name\";s:26:\"etemplate.editor.cell_opts\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"F\";a:1:{s:4:\"type\";s:5:\"label\";}}i:4;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Help\";}s:1:\"B\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"50\";s:4:\"span\";s:3:\"all\";s:4:\"name\";s:4:\"help\";s:4:\"help\";s:60:\"displayed
in statusline of browser if input-field gets
focus\";}s:1:\"C\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"F\";a:1:{s:4:\"type\";s:5:\"label\";}}}','size'
=> ',100%','style' => '','modified' => '1032907904',);
$templ_data[] = array('name' => 'etemplate.xslt_widget.test','template' =>
'','lang' => '','group' => '0','version' => '','data' =>
'a:2:{i:0;a:0:{}i:1;a:1:{s:1:\"A\";a:7:{s:4:\"type\";s:4:\"xslt\";s:4:\"size\";s:14:\"etemplate.test\";s:4:\"span\";s:5:\",test\";s:5:\"label\";s:4:\"Test\";s:4:\"name\";s:4:\"test\";s:8:\"readonly\";s:1:\"1\";s:4:\"help\";s:22:\"This
is a help message\";}}}','size' => '','style' => '','modified' =>
'1033497079',);
***************
*** 87,91 ****
$templ_data[] = array('name' => 'etemplate.vbox.test','template' => '','lang'
=> '','group' => '0','version' => '','data' =>
'a:3:{i:0;a:2:{s:2:\"c1\";s:7:\"row,top\";s:2:\"c2\";s:3:\"row\";}i:1;a:3:{s:1:\"A\";a:5:{s:4:\"type\";s:4:\"vbox\";s:4:\"size\";s:1:\"2\";s:4:\"span\";s:4:\"2,th\";i:1;a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Hallo\";}i:2;a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Ralf\";}}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"C\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:2:\"C1\";}}i:2;a:3:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:2:\"A2\";}s:1:\"B\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:2:\"B2\";}s:1:\"C\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:2:\"C2\";}}}','size'
=> ',,1','style' => '','modified' => '1034420647',);
! $templ_data[] = array('name' => 'etemplate.editor.cell','template' =>
'','lang' => '','group' => '0','version' => '0.9.15.002','data' =>
'a:5:{i:0;a:4:{s:2:\"c1\";s:3:\"row\";s:2:\"c2\";s:3:\"row\";s:2:\"c3\";s:3:\"row\";s:2:\"c4\";s:3:\"row\";}i:1;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Type\";}s:1:\"B\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:4:\"type\";s:4:\"help\";s:57:\"type
of the field (select Label if field should be
empty)\";}s:1:\"C\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:7:\"Options\";s:5:\"align\";s:6:\"center\";}s:1:\"D\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"size\";s:4:\"help\";s:187:\"Label:[bold][italic]
Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols]
Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect]
Date:[values: eg.
\'Y-m-d\']\";}s:1:\"E\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Span,
Class\";s:5:\"align\";s:6:\"center\";}s:1:\"F\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"span\";s:4:\"help\";s:111:\"number
of colums the field/cell should span or \'all\' for the remaining columns,
CSS-class name (for the TD
tag)\";}}i:2;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Label\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"label\";s:4:\"help\";s:118:\"displayed
in front of input or input is inserted for a \'%s\' in the label (label of the
Submitbutton or
Image-filename)\";}s:1:\"C\";a:6:{s:4:\"type\";s:8:\"checkbox\";s:4:\"span\";s:1:\"2\";s:5:\"label\";s:16:\"%s
NoTranslation\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:7:\"no_lang\";s:4:\"help\";s:82:\"select
if content of field should not be translated (label gets always
translated)\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Align\";s:5:\"align\";s:6:\"center\";}s:1:\"F\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:5:\"align\";s:4:\"help\";s:48:\"alignment
of label and input-field in
table-cell\";}}i:3;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Name\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:4:\"help\";s:78:\"index/name
of returned content (name of the Template, Link / Method for
Image)\";}s:1:\"C\";a:7:{s:4:\"type\";s:4:\"hbox\";s:4:\"size\";s:1:\"4\";s:4:\"span\";s:1:\"4\";i:1;a:5:{s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:9:\"%s
needed\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:6:\"needed\";s:4:\"help\";s:39:\"check
if field has to be filled by
user\";}i:2;a:5:{s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:11:\"%s
readonly\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:8:\"readonly\";s:4:\"help\";s:94:\"check
if content should only be displayed but not altered (the content is not send
back then!)\";}i:3;a:5:{s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:11:\"%s
disabled\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:8:\"disabled\";s:4:\"help\";s:96:\"if
field is disabled an empty table-cell is displayed, for (temporal) removement
of a
field/cell\";}i:4;a:5:{s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:11:\"%s
onChange\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:8:\"onchange\";s:4:\"help\";s:33:\"enable
JavaScript onChange
submit\";}}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"F\";a:1:{s:4:\"type\";s:5:\"label\";}}i:4;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Help\";}s:1:\"B\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"50\";s:4:\"span\";s:3:\"all\";s:4:\"name\";s:4:\"help\";s:4:\"help\";s:60:\"displayed
in statusline of browser if input-field gets
focus\";}s:1:\"C\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"F\";a:1:{s:4:\"type\";s:5:\"label\";}}}','size'
=> ',100%','style' => '','modified' => '1034540913',);
$templ_data[] = array('name' => 'etemplate.editor.cell.vbox','template' =>
'','lang' => '','group' => '0','version' => '0.9.15.002','data' =>
'a:3:{i:0;a:1:{s:2:\"c1\";s:2:\"th\";}i:1;a:1:{s:1:\"A\";a:10:{s:4:\"type\";s:4:\"hbox\";s:4:\"size\";s:1:\"6\";i:1;a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Type\";}i:2;a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:4:\"type\";s:4:\"help\";s:57:\"type
of the field (select Label if field should be
empty)\";}i:3;a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Cells\";s:5:\"align\";s:6:\"center\";}i:4;a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:1:\"3\";s:4:\"name\";s:4:\"size\";s:4:\"help\";s:42:\"number
of rows in a VBox or cols in a
HBox\";}i:5;a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Span,
Class\";s:5:\"align\";s:6:\"center\";}i:6;a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"span\";s:4:\"help\";s:111:\"number
of colums the field/cell should span or \'all\' for the remaining columns,
CSS-class name (for the TD
tag)\";}i:7;a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Align\";}i:8;a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:5:\"align\";s:4:\"help\";s:43:\"horizontal
alignment of cells in the
V/HBox\";}}}i:2;a:1:{s:1:\"A\";a:3:{s:4:\"type\";s:8:\"template\";s:4:\"size\";s:4:\"$row\";s:4:\"name\";s:21:\"etemplate.editor.cell\";}}}','size'
=> ',100%,1','style' => '','modified' => '1034432196',);
--- 87,91 ----
$templ_data[] = array('name' => 'etemplate.vbox.test','template' => '','lang'
=> '','group' => '0','version' => '','data' =>
'a:3:{i:0;a:2:{s:2:\"c1\";s:7:\"row,top\";s:2:\"c2\";s:3:\"row\";}i:1;a:3:{s:1:\"A\";a:5:{s:4:\"type\";s:4:\"vbox\";s:4:\"size\";s:1:\"2\";s:4:\"span\";s:4:\"2,th\";i:1;a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Hallo\";}i:2;a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Ralf\";}}s:1:\"B\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"C\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:2:\"C1\";}}i:2;a:3:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:2:\"A2\";}s:1:\"B\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:2:\"B2\";}s:1:\"C\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:2:\"C2\";}}}','size'
=> ',,1','style' => '','modified' => '1034420647',);
! $templ_data[] = array('name' => 'etemplate.editor.cell','template' =>
'','lang' => '','group' => '0','version' => '0.9.15.002','data' =>
'a:5:{i:0;a:4:{s:2:\"c1\";s:3:\"row\";s:2:\"c2\";s:3:\"row\";s:2:\"c3\";s:3:\"row\";s:2:\"c4\";s:3:\"row\";}i:1;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Type\";}s:1:\"B\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:4:\"type\";s:4:\"help\";s:57:\"type
of the field (select Label if field should be
empty)\";}s:1:\"C\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:7:\"Options\";s:5:\"align\";s:6:\"center\";}s:1:\"D\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"size\";s:4:\"help\";s:187:\"Label:[bold][italic]
Text:[len][,max] Numbers:[min][,[max][,len]] T.area:[rows][,cols]
Radiob.:value H.Rule:[width] Templ.:[IndexInContent] Select:[multiselect]
Date:[values: eg.
\'Y-m-d\']\";}s:1:\"E\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Span,
Class\";s:5:\"align\";s:6:\"center\";}s:1:\"F\";a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"span\";s:4:\"help\";s:111:\"number
of colums the field/cell should span or \'all\' for the remaining columns,
CSS-class name (for the TD
tag)\";}}i:2;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Label\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"label\";s:4:\"help\";s:118:\"displayed
in front of input or input is inserted for a \'%1\' in the label (label of the
Submitbutton or
Image-filename)\";}s:1:\"C\";a:6:{s:4:\"type\";s:8:\"checkbox\";s:4:\"span\";s:1:\"2\";s:5:\"label\";s:16:\"%1
NoTranslation\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:7:\"no_lang\";s:4:\"help\";s:82:\"select
if content of field should not be translated (label gets always
translated)\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Align\";s:5:\"align\";s:6:\"center\";}s:1:\"F\";a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:5:\"align\";s:4:\"help\";s:48:\"alignment
of label and input-field in
table-cell\";}}i:3;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Name\";}s:1:\"B\";a:3:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:4:\"help\";s:78:\"index/name
of returned content (name of the Template, Link / Method for
Image)\";}s:1:\"C\";a:7:{s:4:\"type\";s:4:\"hbox\";s:4:\"size\";s:1:\"4\";s:4:\"span\";s:1:\"4\";i:1;a:5:{s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:9:\"%1
needed\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:6:\"needed\";s:4:\"help\";s:39:\"check
if field has to be filled by
user\";}i:2;a:5:{s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:11:\"%1
readonly\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:8:\"readonly\";s:4:\"help\";s:94:\"check
if content should only be displayed but not altered (the content is not send
back then!)\";}i:3;a:5:{s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:11:\"%1
disabled\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:8:\"disabled\";s:4:\"help\";s:96:\"if
field is disabled an empty table-cell is displayed, for (temporal) removement
of a
field/cell\";}i:4;a:5:{s:4:\"type\";s:8:\"checkbox\";s:5:\"label\";s:11:\"%1
onChange\";s:5:\"align\";s:6:\"center\";s:4:\"name\";s:8:\"onchange\";s:4:\"help\";s:33:\"enable
JavaScript onChange
submit\";}}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"F\";a:1:{s:4:\"type\";s:5:\"label\";}}i:4;a:6:{s:1:\"A\";a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Help\";}s:1:\"B\";a:5:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"50\";s:4:\"span\";s:3:\"all\";s:4:\"name\";s:4:\"help\";s:4:\"help\";s:60:\"displayed
in statusline of browser if input-field gets
focus\";}s:1:\"C\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"D\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"E\";a:1:{s:4:\"type\";s:5:\"label\";}s:1:\"F\";a:1:{s:4:\"type\";s:5:\"label\";}}}','size'
=> ',100%','style' => '','modified' => '1034540913',);
$templ_data[] = array('name' => 'etemplate.editor.cell.vbox','template' =>
'','lang' => '','group' => '0','version' => '0.9.15.002','data' =>
'a:3:{i:0;a:1:{s:2:\"c1\";s:2:\"th\";}i:1;a:1:{s:1:\"A\";a:10:{s:4:\"type\";s:4:\"hbox\";s:4:\"size\";s:1:\"6\";i:1;a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:4:\"Type\";}i:2;a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:4:\"type\";s:4:\"help\";s:57:\"type
of the field (select Label if field should be
empty)\";}i:3;a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Cells\";s:5:\"align\";s:6:\"center\";}i:4;a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:1:\"3\";s:4:\"name\";s:4:\"size\";s:4:\"help\";s:42:\"number
of rows in a VBox or cols in a
HBox\";}i:5;a:3:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:11:\"Span,
Class\";s:5:\"align\";s:6:\"center\";}i:6;a:4:{s:4:\"type\";s:4:\"text\";s:4:\"size\";s:2:\"10\";s:4:\"name\";s:4:\"span\";s:4:\"help\";s:111:\"number
of colums the field/cell should span or \'all\' for the remaining columns,
CSS-class name (for the TD
tag)\";}i:7;a:2:{s:4:\"type\";s:5:\"label\";s:5:\"label\";s:5:\"Align\";}i:8;a:3:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:5:\"align\";s:4:\"help\";s:43:\"horizontal
alignment of cells in the
V/HBox\";}}}i:2;a:1:{s:1:\"A\";a:3:{s:4:\"type\";s:8:\"template\";s:4:\"size\";s:4:\"$row\";s:4:\"name\";s:21:\"etemplate.editor.cell\";}}}','size'
=> ',100%,1','style' => '','modified' => '1034432196',);
Index: phpgw_de.lang
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/setup/phpgw_de.lang,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** phpgw_de.lang 13 Apr 2003 21:46:24 -0000 1.5
--- phpgw_de.lang 26 May 2003 21:03:14 -0000 1.6
***************
*** 1,9 ****
! %d etemplates deleted etemplate de %d eTemplates gelöscht
! %d etemplates found etemplate de %d eTemplates gefunden
! %s disabled etemplate de %s deaktiviert
! %s needed etemplate de %s benötigt
! %s notranslation etemplate de %s nicht übersetzen
! %s onchange etemplate de %s onChange
! %s readonly etemplate de %s Schreibschutz
a pattern to be searched for etemplate de ein Muster nach dem
gesucht werden soll
add a new column (after the existing ones) etemplate de Neue
Spalte hinzufügen (hinter den bestehenden)
--- 1,9 ----
! %1 etemplates deleted etemplate de %1 eTemplates gelöscht
! %1 etemplates found etemplate de %1 eTemplates gefunden
! %1 disabled etemplate de %1 deaktiviert
! %1 needed etemplate de %1 benötigt
! %1 notranslation etemplate de %1 nicht übersetzen
! %1 onchange etemplate de %1 onChange
! %1 readonly etemplate de %1 Schreibschutz
a pattern to be searched for etemplate de ein Muster nach dem
gesucht werden soll
add a new column (after the existing ones) etemplate de Neue
Spalte hinzufügen (hinter den bestehenden)
***************
*** 60,66 ****
deletes this column etemplate de Löscht diese Spalte
discard changes etemplate de verwirft Änderungen
! displayed in front of input or input is inserted for a '%s' in the label
(label of the submitbutton or image-filename) etemplate de
wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%s' eingefügt
(Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
displayed in statusline of browser if input-field gets focus etemplate
de wird in der Statuszeile des Browsers angezeit, wenn das Eingabefeld
angesprochen wird
! do you want to save the changes you made in table %s? etemplate de
Wollen Sie die Änderungen in der Tabelle '%s' speichern?
drop a table - this can not be undone etemplate de Tabelle löschen
(drop) - NICHT rückgänig zu machen
drop table etemplate de Tabelle löschen
--- 60,66 ----
deletes this column etemplate de Löscht diese Spalte
discard changes etemplate de verwirft Änderungen
! displayed in front of input or input is inserted for a '%1' in the label
(label of the submitbutton or image-filename) etemplate de
wird vor dem Eingabefeld angezeigt oder das Feld wird für ein '%1' eingefügt
(Beschriftung einer Schaltfläche oder Dateiname eine Grafik)
displayed in statusline of browser if input-field gets focus etemplate
de wird in der Statuszeile des Browsers angezeit, wenn das Eingabefeld
angesprochen wird
! do you want to save the changes you made in table %1? etemplate de
Wollen Sie die Änderungen in der Tabelle '%1' speichern?
drop a table - this can not be undone etemplate de Tabelle löschen
(drop) - NICHT rückgänig zu machen
drop table etemplate de Tabelle löschen
***************
*** 81,89 ****
enter the new version number here (has to be > old_version) etemplate
de Neue Versionsnummer eingeben (muss größer als die alte sein)
error: template not found !!! etemplate de Fehler: eTemplate nicht
gefunden !!!
! error: webserver is not allowed to write into '%s' !!! etemplate
de Fehler: der Webserver hat keine Schreibberechtigung in '%s' !!!
error: while saveing !!! etemplate de Fehler: beim Speichern
!!!
etemplate common de eTemplate
! etemplate '%s' imported, use save to put it in the database etemplate
de eTemplate '%s' importiert, benutze Speichern um es in der Datenbank
abzulegen
! etemplate '%s' written to '%s' etemplate de eTemplate '%s'
wurde nach '%s' geschrieben
etemplate editor etemplate de eTemplate Editor
exchange this row with the one above etemplate de diese Zeile mit
der darüber austauschen
--- 81,89 ----
enter the new version number here (has to be > old_version) etemplate
de Neue Versionsnummer eingeben (muss größer als die alte sein)
error: template not found !!! etemplate de Fehler: eTemplate nicht
gefunden !!!
! error: webserver is not allowed to write into '%1' !!! etemplate
de Fehler: der Webserver hat keine Schreibberechtigung in '%1' !!!
error: while saveing !!! etemplate de Fehler: beim Speichern
!!!
etemplate common de eTemplate
! etemplate '%1' imported, use save to put it in the database etemplate
de eTemplate '%1' importiert, benutze Speichern um es in der Datenbank
abzulegen
! etemplate '%1' written to '%2' etemplate de eTemplate '%1'
wurde nach '%2' geschrieben
etemplate editor etemplate de eTemplate Editor
exchange this row with the one above etemplate de diese Zeile mit
der darüber austauschen
***************
*** 146,150 ****
new search etemplate de Neue Suche
new table created etemplate de Neue Tabelle erzeugt
! newer version '%s' exists !!! etemplate de Neuere Version '%s'
existiert !!!
nextmatch etemplate de Nextmatch
no filename given or selected via browse... etemplate de kein
Dateiname angegeben oder mit [Browse...] ausgewählt
--- 146,150 ----
new search etemplate de Neue Suche
new table created etemplate de Neue Tabelle erzeugt
! newer version '%1' exists !!! etemplate de Neuere Version '%1'
existiert !!!
nextmatch etemplate de Nextmatch
no filename given or selected via browse... etemplate de kein
Dateiname angegeben oder mit [Browse...] ausgewählt
***************
*** 232,236 ****
unique etemplate de Unique
unlink etemplate de Lösen
! update from version '%s' to etemplate de Update von Version '%s'
auf
upload etemplate de Hochladen
value etemplate de Wert
--- 232,236 ----
unique etemplate de Unique
unlink etemplate de Lösen
! update from version '%1' to etemplate de Update von Version '%1'
auf
upload etemplate de Hochladen
value etemplate de Wert
Index: phpgw_en.lang
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/setup/phpgw_en.lang,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** phpgw_en.lang 26 May 2003 19:35:34 -0000 1.28
--- phpgw_en.lang 26 May 2003 21:03:14 -0000 1.29
***************
*** 1,9 ****
! %d etemplates deleted etemplate en %d eTemplates deleted
! %d etemplates found etemplate en %d eTemplates found
! %s disabled etemplate en %s disabled
! %s needed etemplate en %s needed
! %s notranslation etemplate en %s NoTranslation
! %s onchange etemplate en %s onChange
! %s readonly etemplate en %s readonly
a pattern to be searched for etemplate en a pattern to be
searched for
add a new column (after the existing ones) etemplate en Add a
new column (after the existing ones)
--- 1,9 ----
! %1 etemplates deleted etemplate en %1 eTemplates deleted
! %1 etemplates found etemplate en %1 eTemplates found
! %1 disabled etemplate en %1 disabled
! %1 needed etemplate en %1 needed
! %1 notranslation etemplate en %1 NoTranslation
! %1 onchange etemplate en %1 onChange
! %1 readonly etemplate en %1 readonly
a pattern to be searched for etemplate en a pattern to be
searched for
add a new column (after the existing ones) etemplate en Add a
new column (after the existing ones)
***************
*** 61,67 ****
deletes this column etemplate en Deletes this column
discard changes etemplate en discard changes
! displayed in front of input or input is inserted for a '%s' in the label
(label of the submitbutton or image-filename) etemplate en
displayed in front of input or input is inserted for a '%s' in the label (label
of the Submitbutton or Image-filename)
displayed in statusline of browser if input-field gets focus etemplate
en displayed in statusline of browser if input-field gets focus
! do you want to save the changes you made in table %s? etemplate en
Do you want to save the changes you made in table %s?
drop a table - this can not be undone etemplate en Drop a table -
this can NOT be undone
drop table etemplate en Drop Table
--- 61,67 ----
deletes this column etemplate en Deletes this column
discard changes etemplate en discard changes
! displayed in front of input or input is inserted for a '%1' in the label
(label of the submitbutton or image-filename) etemplate en
displayed in front of input or input is inserted for a '%1' in the label (label
of the Submitbutton or Image-filename)
displayed in statusline of browser if input-field gets focus etemplate
en displayed in statusline of browser if input-field gets focus
! do you want to save the changes you made in table %1? etemplate en
Do you want to save the changes you made in table %1?
drop a table - this can not be undone etemplate en Drop a table -
this can NOT be undone
drop table etemplate en Drop Table
***************
*** 82,90 ****
enter the new version number here (has to be > old_version) etemplate
en enter the new version number here (has to be > old_version)
error: template not found !!! etemplate en Error: Template not
found !!!
! error: webserver is not allowed to write into '%s' !!! etemplate
en Error: webserver is not allowed to write into '%s' !!!
error: while saveing !!! etemplate en Error: while saveing !!!
etemplate common en eTemplate
! etemplate '%s' imported, use save to put it in the database etemplate
en eTemplate '%s' imported, use Save to put it in the database
! etemplate '%s' written to '%s' etemplate en eTemplate '%s'
written to '%s'
etemplate editor etemplate en eTemplate Editor
exchange this row with the one above etemplate en exchange this
row with the one above
--- 82,90 ----
enter the new version number here (has to be > old_version) etemplate
en enter the new version number here (has to be > old_version)
error: template not found !!! etemplate en Error: Template not
found !!!
! error: webserver is not allowed to write into '%1' !!! etemplate
en Error: webserver is not allowed to write into '%1' !!!
error: while saveing !!! etemplate en Error: while saveing !!!
etemplate common en eTemplate
! etemplate '%1' imported, use save to put it in the database etemplate
en eTemplate '%1' imported, use Save to put it in the database
! etemplate '%1' written to '%2' etemplate en eTemplate '%1'
written to '%2'
etemplate editor etemplate en eTemplate Editor
exchange this row with the one above etemplate en exchange this
row with the one above
***************
*** 147,151 ****
new search etemplate en New search
new table created etemplate en New table created
! newer version '%s' exists !!! etemplate en newer version '%s'
exists !!!
nextmatch etemplate en Nextmatch
no file etemplate en no file
--- 147,151 ----
new search etemplate en New search
new table created etemplate en New table created
! newer version '%1' exists !!! etemplate en newer version '%1'
exists !!!
nextmatch etemplate en Nextmatch
no file etemplate en no file
***************
*** 237,241 ****
unlink etemplate en Unlink
update a single entry by passing the fields. etemplate en Update
a single entry by passing the fields.
! update from version '%s' to etemplate en Update from Version
'%s' to
upload etemplate en Upload
value etemplate en Value
--- 237,241 ----
unlink etemplate en Unlink
update a single entry by passing the fields. etemplate en Update
a single entry by passing the fields.
! update from version '%1' to etemplate en Update from Version
'%1' to
upload etemplate en Upload
value etemplate en Value
Index: phpgw_fr.lang
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/setup/phpgw_fr.lang,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** phpgw_fr.lang 26 May 2003 19:35:34 -0000 1.2
--- phpgw_fr.lang 26 May 2003 21:03:14 -0000 1.3
***************
*** 1,9 ****
! %d etemplates deleted etemplate fr %d eTemplates effacé(s)
! %d etemplates found etemplate fr %d eTemplates trouvé(s)
! %s disabled etemplate fr %s désactivé
! %s needed etemplate fr %s nécessaire
! %s notranslation etemplate fr %s PasDeTraduction
! %s onchange etemplate fr %s EnCoursDeModification
! %s readonly etemplate fr %s LectureSeulement
a pattern to be searched for etemplate fr Une chaine de
caractères à rechercher
add a new column (after the existing ones) etemplate fr Ajouter
une nouvelle colonne (après celles existant déjà)
--- 1,9 ----
! %1 etemplates deleted etemplate fr %1 eTemplates effacé(s)
! %1 etemplates found etemplate fr %1 eTemplates trouvé(s)
! %1 disabled etemplate fr %1 désactivé
! %1 needed etemplate fr %1 nécessaire
! %1 notranslation etemplate fr %1 PasDeTraduction
! %1 onchange etemplate fr %1 EnCoursDeModification
! %1 readonly etemplate fr %1 LectureSeulement
a pattern to be searched for etemplate fr Une chaine de
caractères à rechercher
add a new column (after the existing ones) etemplate fr Ajouter
une nouvelle colonne (après celles existant déjà)
***************
*** 61,67 ****
deletes this column etemplate fr Efface cette colonne
discard changes etemplate fr Annuler les changements
! displayed in front of input or input is inserted for a '%s' in the label
(label of the submitbutton or image-filename) etemplate fr
affiché devant l'entrée ou l'entrée est insérée pour un '%s' dans le label
(label du bouton de soumission ou nom de fichier image)
displayed in statusline of browser if input-field gets focus etemplate
fr affiché dans la ligne de statut du navigateur si le champ d'entrée a le
focus
! do you want to save the changes you made in table %s? etemplate fr
Voulez-vous enregistrer les modifications que vous avez apporté à la table %s ?
drop a table - this can not be undone etemplate fr Détruire une
table - ceci ne peut PAS être annulé
drop table etemplate fr Effacer table
--- 61,67 ----
deletes this column etemplate fr Efface cette colonne
discard changes etemplate fr Annuler les changements
! displayed in front of input or input is inserted for a '%1' in the label
(label of the submitbutton or image-filename) etemplate fr
affiché devant l'entrée ou l'entrée est insérée pour un '%1' dans le label
(label du bouton de soumission ou nom de fichier image)
displayed in statusline of browser if input-field gets focus etemplate
fr affiché dans la ligne de statut du navigateur si le champ d'entrée a le
focus
! do you want to save the changes you made in table %1? etemplate fr
Voulez-vous enregistrer les modifications que vous avez apporté à la table %1 ?
drop a table - this can not be undone etemplate fr Détruire une
table - ceci ne peut PAS être annulé
drop table etemplate fr Effacer table
***************
*** 82,90 ****
enter the new version number here (has to be > old_version) etemplate
fr Entrez le nouveau numéro de version ici (doit être > à la
vieille_version)
error: template not found !!! etemplate fr Erreur: Template non
trouvé !!!
! error: webserver is not allowed to write into '%s' !!! etemplate
fr Erreur: le serveur web n'est pas autorisé à écrire dans '%s' !!!
error: while saveing !!! etemplate fr Erreur: pendant la
sauvegarde !!!
etemplate common fr eTemplate
! etemplate '%s' imported, use save to put it in the database etemplate
fr eTemplate '%s' importé, utilisez Enregistrer pour le mettre dans la
base de données
! etemplate '%s' written to '%s' etemplate fr eTemplate '%s'
écrit dans '%s'
etemplate editor etemplate fr Editeur d'eTemplate
exchange this row with the one above etemplate fr Echanger cette
ligne avec celle du dessus
--- 82,90 ----
enter the new version number here (has to be > old_version) etemplate
fr Entrez le nouveau numéro de version ici (doit être > à la
vieille_version)
error: template not found !!! etemplate fr Erreur: Template non
trouvé !!!
! error: webserver is not allowed to write into '%1' !!! etemplate
fr Erreur: le serveur web n'est pas autorisé à écrire dans '%1' !!!
error: while saveing !!! etemplate fr Erreur: pendant la
sauvegarde !!!
etemplate common fr eTemplate
! etemplate '%1' imported, use save to put it in the database etemplate
fr eTemplate '%1' importé, utilisez Enregistrer pour le mettre dans la
base de données
! etemplate '%1' written to '%2' etemplate fr eTemplate '%1'
écrit dans '%2'
etemplate editor etemplate fr Editeur d'eTemplate
exchange this row with the one above etemplate fr Echanger cette
ligne avec celle du dessus
***************
*** 147,151 ****
new search etemplate fr Nouvelle recherche
new table created etemplate fr Nouvelle table créée
! newer version '%s' exists !!! etemplate fr La nouvelle version
'%s' existe !!!
nextmatch etemplate fr Occurrence trouvée suivante
no file etemplate fr Pas de fichier
--- 147,151 ----
new search etemplate fr Nouvelle recherche
new table created etemplate fr Nouvelle table créée
! newer version '%1' exists !!! etemplate fr La nouvelle version
'%1' existe !!!
nextmatch etemplate fr Occurrence trouvée suivante
no file etemplate fr Pas de fichier
***************
*** 237,241 ****
unlink etemplate fr Délier
update a single entry by passing the fields. etemplate fr Mettre
à jour une unique entrée en passant les champs.
! update from version '%s' to etemplate fr Mettre à jour depuis la
version '%s' vers
upload etemplate fr Uploader
value etemplate fr Valeur
--- 237,241 ----
unlink etemplate fr Délier
update a single entry by passing the fields. etemplate fr Mettre
à jour une unique entrée en passant les champs.
! update from version '%1' to etemplate fr Mettre à jour depuis la
version '%1' vers
upload etemplate fr Uploader
value etemplate fr Valeur
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: etemplate/setup etemplates.inc.php,1.31,1.32 phpgw_de.lang,1.5,1.6 phpgw_en.lang,1.28,1.29 phpgw_fr.lang,1.2,1.3,
Guillaume Courtois <address@hidden> <=