Changeset 475

Show
Ignore:
Timestamp:
06/29/07 17:57:58 (2 years ago)
Author:
laurentj
Message:

worked on ticket #132 : moved db drivers into jelix-plugins directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/manifests/jelix-lib.mn

    r474 r475  
    1616cd lib/jelix/auth 
    1717* jAuth.class.php 
    18   jAuthDriverDb.class.php 
    19   jAuthDriverClass.class.php 
    20   jAuthDriverLDS.class.php 
    2118  jAuthUser.class.php 
    2219 
     
    8178  jDbTools.class.php 
    8279  jDbWidget.class.php 
    83  
    84 cd lib/jelix/db/drivers/intuition 
    85   jDbConnection.intuition.class.php 
    86   jDbResultSet.intuition.class.php 
    87   jDbTools.intuition.class.php 
    88  
    89  
    90 cd lib/jelix/db/drivers/mysql 
    91   jDbConnection.mysql.class.php 
    92   jDbResultSet.mysql.class.php 
    93   jDbTools.mysql.class.php 
    94  
    95 cd lib/jelix/db/drivers/postgresql 
    96   jDbConnection.postgresql.class.php 
    97   jDbResultSet.postgresql.class.php 
    98   jDbTools.postgresql.class.php 
    99  
    100 cd lib/jelix/db/drivers/sqlite 
    101   jDbConnection.sqlite.class.php 
    102   jDbResultSet.sqlite.class.php 
    103   jDbTools.sqlite.class.php 
    10480 
    10581cd lib/jelix/events 
     
    267243  CREDITS 
    268244 
     245cd lib/jelix-plugins/auth/db 
     246  db.auth.php 
     247cd lib/jelix-plugins/auth/class 
     248  class.auth.php 
     249cd lib/jelix-plugins/auth/lds 
     250  lds.auth.php 
     251 
    269252cd lib/jelix-plugins/coord/magicquotes 
    270253! magicquotes.plugin.php 
     
    280263  plugin.xml 
    281264  auth.plugin.ini.php.dist 
     265 
     266cd lib/jelix-plugins/db/intuition 
     267  intuition.dbconnection.php 
     268  intuition.dbresultset.php 
     269  intuition.dbtools.php 
     270 
     271cd lib/jelix-plugins/db/mysql 
     272  mysql.dbconnection.php 
     273  mysql.dbresultset.php 
     274  mysql.dbtools.php 
     275 
     276cd lib/jelix-plugins/db/postgresql 
     277  postgresql.dbconnection.php 
     278  postgresql.dbresultset.php 
     279  postgresql.dbtools.php 
     280 
     281cd lib/jelix-plugins/db/sqlite 
     282  sqlite.dbconnection.php 
     283  sqlite.dbresultset.php 
     284  sqlite.dbtools.php 
    282285 
    283286cd lib/jelix-plugins/tpl/common 
  • trunk/build/manifests/jelix-lib.mn

    r474 r475  
    1616cd lib/jelix/auth 
    1717* jAuth.class.php 
    18   jAuthDriverDb.class.php 
    19   jAuthDriverClass.class.php 
    20   jAuthDriverLDS.class.php 
    2118  jAuthUser.class.php 
    2219 
     
    8178  jDbTools.class.php 
    8279  jDbWidget.class.php 
    83  
    84 cd lib/jelix/db/drivers/intuition 
    85   jDbConnection.intuition.class.php 
    86   jDbResultSet.intuition.class.php 
    87   jDbTools.intuition.class.php 
    88  
    89  
    90 cd lib/jelix/db/drivers/mysql 
    91   jDbConnection.mysql.class.php 
    92   jDbResultSet.mysql.class.php 
    93   jDbTools.mysql.class.php 
    94  
    95 cd lib/jelix/db/drivers/postgresql 
    96   jDbConnection.postgresql.class.php 
    97   jDbResultSet.postgresql.class.php 
    98   jDbTools.postgresql.class.php 
    99  
    100 cd lib/jelix/db/drivers/sqlite 
    101   jDbConnection.sqlite.class.php 
    102   jDbResultSet.sqlite.class.php 
    103   jDbTools.sqlite.class.php 
    10480 
    10581cd lib/jelix/events 
     
    267243  CREDITS 
    268244 
     245cd lib/jelix-plugins/auth/db 
     246  db.auth.php 
     247cd lib/jelix-plugins/auth/class 
     248  class.auth.php 
     249cd lib/jelix-plugins/auth/lds 
     250  lds.auth.php 
     251 
    269252cd lib/jelix-plugins/coord/magicquotes 
    270253! magicquotes.plugin.php 
     
    280263  plugin.xml 
    281264  auth.plugin.ini.php.dist 
     265 
     266cd lib/jelix-plugins/db/intuition 
     267  intuition.dbconnection.php 
     268  intuition.dbresultset.php 
     269  intuition.dbtools.php 
     270 
     271cd lib/jelix-plugins/db/mysql 
     272  mysql.dbconnection.php 
     273  mysql.dbresultset.php 
     274  mysql.dbtools.php 
     275 
     276cd lib/jelix-plugins/db/postgresql 
     277  postgresql.dbconnection.php 
     278  postgresql.dbresultset.php 
     279  postgresql.dbtools.php 
     280 
     281cd lib/jelix-plugins/db/sqlite 
     282  sqlite.dbconnection.php 
     283  sqlite.dbresultset.php 
     284  sqlite.dbtools.php 
    282285 
    283286cd lib/jelix-plugins/tpl/common 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/auth.ISO-8859-1.properties

    r354 r475  
    11error.plugin.missing = (601)Auth plugin is required 
     2error.driver.notfound = (602)Authentification driver "%s" not found 
    23error.lds.request.not.send = (605)Error while trying to send request to LDS server 
    34error.lds.unreachable.server = (606)Impossible to connect to LDS server 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/auth.ISO-8859-1.properties

    r354 r475  
    11error.plugin.missing = (601)Auth plugin is required 
     2error.driver.notfound = (602)Authentification driver "%s" not found 
    23error.lds.request.not.send = (605)Error while trying to send request to LDS server 
    34error.lds.unreachable.server = (606)Impossible to connect to LDS server 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/auth.UTF-8.properties

    r354 r475  
    11error.plugin.missing = (601)Auth plugin is required 
     2error.driver.notfound = (602)Authentification driver "%s" not found 
    23error.lds.request.not.send = (605)Error while trying to send request to LDS server 
    34error.lds.unreachable.server = (606)Impossible to connect to LDS server 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/auth.UTF-8.properties

    r354 r475  
    11error.plugin.missing = (601)Auth plugin is required 
     2error.driver.notfound = (602)Authentification driver "%s" not found 
    23error.lds.request.not.send = (605)Error while trying to send request to LDS server 
    34error.lds.unreachable.server = (606)Impossible to connect to LDS server 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/db.ISO-8859-1.properties

    r412 r475  
    77error.profil.type.unknow=(406)jDb: unknow profil type "%s" for connection 
    88error.default.profil.unknow=(407)jDb: no default connection profil 
     9error.driver.notfound=(408)jDb driver "%s" is not found 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/db.ISO-8859-1.properties

    r412 r475  
    77error.profil.type.unknow=(406)jDb: unknow profil type "%s" for connection 
    88error.default.profil.unknow=(407)jDb: no default connection profil 
     9error.driver.notfound=(408)jDb driver "%s" is not found 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/db.UTF-8.properties

    r412 r475  
    77error.profil.type.unknow=(406)jDb: unknow profil type "%s" for connection 
    88error.default.profil.unknow=(407)jDb: no default connection profil 
     9error.driver.notfound=(408)jDb driver "%s" is not found 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/db.UTF-8.properties

    r412 r475  
    77error.profil.type.unknow=(406)jDb: unknow profil type "%s" for connection 
    88error.default.profil.unknow=(407)jDb: no default connection profil 
     9error.driver.notfound=(408)jDb driver "%s" is not found 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/errors.ISO-8859-1.properties

    r454 r475  
    11# RUNTIME ERRORS 
     2 
     3#---- Divers 
     4unknow=(1)unknow error 
     5tech=(2)There is a technic error on the site. Please try connect to it later. 
     6 
     7#---- selectors 
     8selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
     9selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
     10selector.module.unknow=(12)Unknow module in the selector "%s" 
     11 
     12#---- files 
     13file.directory.notexists = (20)The given directory [%s] does not exists 
     14file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
     15file.write.error = (22)Error while writing file %s using temporary %s 
     16file.notexists = (23)The file %s doesn't exists 
     17inifile.write.error = (24)Error while writing ini file %s 
    218 
    319#---- actiondesc 
     
    1935default.response.type.unknow=(133)Action %s : unknow default type "%s" 
    2036default.response.not.loaded=(134)Action %s : the class of default type "%2$s" can't be loaded 
    21 plugin.unregister=(135)The required %1$s plugin is not registered 
     37plugin.unregister=(135)The required %1$s plugin for coordinator is not registered 
    2238module.unknow=(136)Unknow module "%s" 
    2339 
     
    6985mail.encoding = (361)jMailer : Unknown encoding: %s 
    7086 
    71 #---- Divers 
    72 unknow=(1)unknow error 
    73 tech=(2)There is a technic error on the site. Please try connect to it later. 
    74 selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
    75 selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
    76 selector.module.unknow=(12)Unknow module in the selector "%s" 
    7787 
    78 file.directory.notexists = (20)The given directory [%s] does not exists 
    79 file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
    80 file.write.error = (22)Error while writing file %s using temporary %s 
    81 file.notexists = (23)The file %s doesn't exists 
    82 inifile.write.error = (24)Error while writing ini file %s 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/errors.ISO-8859-1.properties

    r454 r475  
    11# RUNTIME ERRORS 
     2 
     3#---- Divers 
     4unknow=(1)unknow error 
     5tech=(2)There is a technic error on the site. Please try connect to it later. 
     6 
     7#---- selectors 
     8selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
     9selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
     10selector.module.unknow=(12)Unknow module in the selector "%s" 
     11 
     12#---- files 
     13file.directory.notexists = (20)The given directory [%s] does not exists 
     14file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
     15file.write.error = (22)Error while writing file %s using temporary %s 
     16file.notexists = (23)The file %s doesn't exists 
     17inifile.write.error = (24)Error while writing ini file %s 
    218 
    319#---- actiondesc 
     
    1935default.response.type.unknow=(133)Action %s : unknow default type "%s" 
    2036default.response.not.loaded=(134)Action %s : the class of default type "%2$s" can't be loaded 
    21 plugin.unregister=(135)The required %1$s plugin is not registered 
     37plugin.unregister=(135)The required %1$s plugin for coordinator is not registered 
    2238module.unknow=(136)Unknow module "%s" 
    2339 
     
    6985mail.encoding = (361)jMailer : Unknown encoding: %s 
    7086 
    71 #---- Divers 
    72 unknow=(1)unknow error 
    73 tech=(2)There is a technic error on the site. Please try connect to it later. 
    74 selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
    75 selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
    76 selector.module.unknow=(12)Unknow module in the selector "%s" 
    7787 
    78 file.directory.notexists = (20)The given directory [%s] does not exists 
    79 file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
    80 file.write.error = (22)Error while writing file %s using temporary %s 
    81 file.notexists = (23)The file %s doesn't exists 
    82 inifile.write.error = (24)Error while writing ini file %s 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/errors.UTF-8.properties

    r454 r475  
    11# RUNTIME ERRORS 
     2 
     3#---- Divers 
     4unknow=(1)unknow error 
     5tech=(2)There is a technic error on the site. Please try connect to it later. 
     6 
     7#---- selectors 
     8selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
     9selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
     10selector.module.unknow=(12)Unknow module in the selector "%s" 
     11 
     12#---- files 
     13file.directory.notexists = (20)The given directory [%s] does not exists 
     14file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
     15file.write.error = (22)Error while writing file %s using temporary %s 
     16file.notexists = (23)The file %s doesn't exists 
     17inifile.write.error = (24)Error while writing ini file %s 
    218 
    319#---- actiondesc 
     
    1935default.response.type.unknow=(133)Action %s : unknow default type "%s" 
    2036default.response.not.loaded=(134)Action %s : the class of default type "%2$s" can't be loaded 
    21 plugin.unregister=(135)The required %1$s plugin is not registered 
     37plugin.unregister=(135)The required %1$s plugin for coordinator is not registered 
    2238module.unknow=(136)Unknow module "%s" 
    2339 
     
    6985mail.encoding = (361)jMailer : Unknown encoding: %s 
    7086 
    71 #---- Divers 
    72 unknow=(1)unknow error 
    73 tech=(2)There is a technic error on the site. Please try connect to it later. 
    74 selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
    75 selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
    76 selector.module.unknow=(12)Unknow module in the selector "%s" 
    7787 
    78 file.directory.notexists = (20)The given directory [%s] does not exists 
    79 file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
    80 file.write.error = (22)Error while writing file %s using temporary %s 
    81 file.notexists = (23)The file %s doesn't exists 
    82 inifile.write.error = (24)Error while writing ini file %s 
  • trunk/lib/jelix-modules/jelix/locales/en_EN/errors.UTF-8.properties

    r454 r475  
    11# RUNTIME ERRORS 
     2 
     3#---- Divers 
     4unknow=(1)unknow error 
     5tech=(2)There is a technic error on the site. Please try connect to it later. 
     6 
     7#---- selectors 
     8selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
     9selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
     10selector.module.unknow=(12)Unknow module in the selector "%s" 
     11 
     12#---- files 
     13file.directory.notexists = (20)The given directory [%s] does not exists 
     14file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
     15file.write.error = (22)Error while writing file %s using temporary %s 
     16file.notexists = (23)The file %s doesn't exists 
     17inifile.write.error = (24)Error while writing ini file %s 
    218 
    319#---- actiondesc 
     
    1935default.response.type.unknow=(133)Action %s : unknow default type "%s" 
    2036default.response.not.loaded=(134)Action %s : the class of default type "%2$s" can't be loaded 
    21 plugin.unregister=(135)The required %1$s plugin is not registered 
     37plugin.unregister=(135)The required %1$s plugin for coordinator is not registered 
    2238module.unknow=(136)Unknow module "%s" 
    2339 
     
    6985mail.encoding = (361)jMailer : Unknown encoding: %s 
    7086 
    71 #---- Divers 
    72 unknow=(1)unknow error 
    73 tech=(2)There is a technic error on the site. Please try connect to it later. 
    74 selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
    75 selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
    76 selector.module.unknow=(12)Unknow module in the selector "%s" 
    7787 
    78 file.directory.notexists = (20)The given directory [%s] does not exists 
    79 file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
    80 file.write.error = (22)Error while writing file %s using temporary %s 
    81 file.notexists = (23)The file %s doesn't exists 
    82 inifile.write.error = (24)Error while writing ini file %s 
  • trunk/lib/jelix-modules/jelix/locales/en_US/auth.ISO-8859-1.properties

    r308 r475  
    11error.plugin.missing = (601)Auth plugin is required 
     2error.driver.notfound = (602)Authentification driver "%s" not found 
    23error.lds.request.not.send = (605)Error while trying to send request to LDS server 
    34error.lds.unreachable.server = (606)Impossible to connect to LDS server 
  • trunk/lib/jelix-modules/jelix/locales/en_US/auth.ISO-8859-1.properties

    r308 r475  
    11error.plugin.missing = (601)Auth plugin is required 
     2error.driver.notfound = (602)Authentification driver "%s" not found 
    23error.lds.request.not.send = (605)Error while trying to send request to LDS server 
    34error.lds.unreachable.server = (606)Impossible to connect to LDS server 
  • trunk/lib/jelix-modules/jelix/locales/en_US/auth.UTF-8.properties

    r354 r475  
    11error.plugin.missing = (601)Auth plugin is required 
     2error.driver.notfound = (602)Authentification driver "%s" not found 
    23error.lds.request.not.send = (605)Error while trying to send request to LDS server 
    34error.lds.unreachable.server = (606)Impossible to connect to LDS server 
  • trunk/lib/jelix-modules/jelix/locales/en_US/auth.UTF-8.properties

    r354 r475  
    11error.plugin.missing = (601)Auth plugin is required 
     2error.driver.notfound = (602)Authentification driver "%s" not found 
    23error.lds.request.not.send = (605)Error while trying to send request to LDS server 
    34error.lds.unreachable.server = (606)Impossible to connect to LDS server 
  • trunk/lib/jelix-modules/jelix/locales/en_US/db.ISO-8859-1.properties

    r412 r475  
    77error.profil.type.unknow=(406)jDb: unknow profil type "%s" for connection 
    88error.default.profil.unknow=(407)jDb: no default connection profil 
     9error.driver.notfound=(408)jDb driver "%s" is not found 
  • trunk/lib/jelix-modules/jelix/locales/en_US/db.ISO-8859-1.properties

    r412 r475  
    77error.profil.type.unknow=(406)jDb: unknow profil type "%s" for connection 
    88error.default.profil.unknow=(407)jDb: no default connection profil 
     9error.driver.notfound=(408)jDb driver "%s" is not found 
  • trunk/lib/jelix-modules/jelix/locales/en_US/db.UTF-8.properties

    r412 r475  
    77error.profil.type.unknow=(406)jDb: unknow profil type "%s" for connection 
    88error.default.profil.unknow=(407)jDb: no default connection profil 
     9error.driver.notfound=(408)jDb driver "%s" is not found 
  • trunk/lib/jelix-modules/jelix/locales/en_US/db.UTF-8.properties

    r412 r475  
    77error.profil.type.unknow=(406)jDb: unknow profil type "%s" for connection 
    88error.default.profil.unknow=(407)jDb: no default connection profil 
     9error.driver.notfound=(408)jDb driver "%s" is not found 
  • trunk/lib/jelix-modules/jelix/locales/en_US/errors.ISO-8859-1.properties

    r454 r475  
    11# RUNTIME ERRORS 
     2 
     3#---- Divers 
     4unknow=(1)unknow error 
     5tech=(2)There is a technic error on the site. Please try connect to it later. 
     6 
     7#---- selectors 
     8selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
     9selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
     10selector.module.unknow=(12)Unknow module in the selector "%s" 
     11 
     12#---- files 
     13file.directory.notexists = (20)The given directory [%s] does not exists 
     14file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
     15file.write.error = (22)Error while writing file %s using temporary %s 
     16file.notexists = (23)The file %s doesn't exists 
     17inifile.write.error = (24)Error while writing ini file %s 
    218 
    319#---- actiondesc 
     
    1935default.response.type.unknow=(133)Action %s : unknow default type "%s" 
    2036default.response.not.loaded=(134)Action %s : the class of default type "%2$s" can't be loaded 
    21 plugin.unregister=(135)The required %1$s plugin is not registered 
     37plugin.unregister=(135)The required %1$s plugin for coordinator is not registered 
    2238module.unknow=(136)Unknow module "%s" 
    2339 
     
    6985mail.encoding = (361)jMailer : Unknown encoding: %s 
    7086 
    71 #---- Divers 
    72 unknow=(1)unknow error 
    73 tech=(2)There is a technic error on the site. Please try connect to it later. 
    74 selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
    75 selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
    76 selector.module.unknow=(12)Unknow module in the selector "%s" 
    7787 
    78 file.directory.notexists = (20)The given directory [%s] does not exists 
    79 file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
    80 file.write.error = (22)Error while writing file %s using temporary %s 
    81 file.notexists = (23)The file %s doesn't exists 
    82 inifile.write.error = (24)Error while writing ini file %s 
  • trunk/lib/jelix-modules/jelix/locales/en_US/errors.ISO-8859-1.properties

    r454 r475  
    11# RUNTIME ERRORS 
     2 
     3#---- Divers 
     4unknow=(1)unknow error 
     5tech=(2)There is a technic error on the site. Please try connect to it later. 
     6 
     7#---- selectors 
     8selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
     9selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
     10selector.module.unknow=(12)Unknow module in the selector "%s" 
     11 
     12#---- files 
     13file.directory.notexists = (20)The given directory [%s] does not exists 
     14file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
     15file.write.error = (22)Error while writing file %s using temporary %s 
     16file.notexists = (23)The file %s doesn't exists 
     17inifile.write.error = (24)Error while writing ini file %s 
    218 
    319#---- actiondesc 
     
    1935default.response.type.unknow=(133)Action %s : unknow default type "%s" 
    2036default.response.not.loaded=(134)Action %s : the class of default type "%2$s" can't be loaded 
    21 plugin.unregister=(135)The required %1$s plugin is not registered 
     37plugin.unregister=(135)The required %1$s plugin for coordinator is not registered 
    2238module.unknow=(136)Unknow module "%s" 
    2339 
     
    6985mail.encoding = (361)jMailer : Unknown encoding: %s 
    7086 
    71 #---- Divers 
    72 unknow=(1)unknow error 
    73 tech=(2)There is a technic error on the site. Please try connect to it later. 
    74 selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
    75 selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
    76 selector.module.unknow=(12)Unknow module in the selector "%s" 
    7787 
    78 file.directory.notexists = (20)The given directory [%s] does not exists 
    79 file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
    80 file.write.error = (22)Error while writing file %s using temporary %s 
    81 file.notexists = (23)The file %s doesn't exists 
    82 inifile.write.error = (24)Error while writing ini file %s 
  • trunk/lib/jelix-modules/jelix/locales/en_US/errors.UTF-8.properties

    r454 r475  
    11# RUNTIME ERRORS 
     2 
     3#---- Divers 
     4unknow=(1)unknow error 
     5tech=(2)There is a technic error on the site. Please try connect to it later. 
     6 
     7#---- selectors 
     8selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
     9selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
     10selector.module.unknow=(12)Unknow module in the selector "%s" 
     11 
     12#---- files 
     13file.directory.notexists = (20)The given directory [%s] does not exists 
     14file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
     15file.write.error = (22)Error while writing file %s using temporary %s 
     16file.notexists = (23)The file %s doesn't exists 
     17inifile.write.error = (24)Error while writing ini file %s 
    218 
    319#---- actiondesc 
     
    1935default.response.type.unknow=(133)Action %s : unknow default type "%s" 
    2036default.response.not.loaded=(134)Action %s : the class of default type "%2$s" can't be loaded 
    21 plugin.unregister=(135)The required %1$s plugin is not registered 
     37plugin.unregister=(135)The required %1$s plugin for coordinator is not registered 
    2238module.unknow=(136)Unknow module "%s" 
    2339 
     
    5571tpl.tag.constant.notallowed=(318)In the tag %s in the template %3$s, constants (%2$s) are not allowed 
    5672 
    57  
    5873#---- mail 
    5974mail.provide_address =(350)jMailer : You must provide at least one recipient email address. 
     
    7085mail.encoding = (361)jMailer : Unknown encoding: %s 
    7186 
    72 #---- Divers 
    73 unknow=(1)unknow error 
    74 tech=(2)There is a technic error on the site. Please try connect to it later. 
    75 selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
    76 selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
    77 selector.module.unknow=(12)Unknow module in the selector "%s" 
    7887 
    79 file.directory.notexists = (20)The given directory [%s] does not exists 
    80 file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
    81 file.write.error = (22)Error while writing file %s using temporary %s 
    82 file.notexists = (23)The file %s doesn't exists 
    83 inifile.write.error = (24)Error while writing ini file %s 
  • trunk/lib/jelix-modules/jelix/locales/en_US/errors.UTF-8.properties

    r454 r475  
    11# RUNTIME ERRORS 
     2 
     3#---- Divers 
     4unknow=(1)unknow error 
     5tech=(2)There is a technic error on the site. Please try connect to it later. 
     6 
     7#---- selectors 
     8selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
     9selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
     10selector.module.unknow=(12)Unknow module in the selector "%s" 
     11 
     12#---- files 
     13file.directory.notexists = (20)The given directory [%s] does not exists 
     14file.directory.notwritable = (21)Unable to write %s, make sure %s is writable 
     15file.write.error = (22)Error while writing file %s using temporary %s 
     16file.notexists = (23)The file %s doesn't exists 
     17inifile.write.error = (24)Error while writing ini file %s 
    218 
    319#---- actiondesc 
     
    1935default.response.type.unknow=(133)Action %s : unknow default type "%s" 
    2036default.response.not.loaded=(134)Action %s : the class of default type "%2$s" can't be loaded 
    21 plugin.unregister=(135)The required %1$s plugin is not registered 
     37plugin.unregister=(135)The required %1$s plugin for coordinator is not registered 
    2238module.unknow=(136)Unknow module "%s" 
    2339 
     
    5571tpl.tag.constant.notallowed=(318)In the tag %s in the template %3$s, constants (%2$s) are not allowed 
    5672 
    57  
    5873#---- mail 
    5974mail.provide_address =(350)jMailer : You must provide at least one recipient email address. 
     
    7085mail.encoding = (361)jMailer : Unknown encoding: %s 
    7186 
    72 #---- Divers 
    73 unknow=(1)unknow error 
    74 tech=(2)There is a technic error on the site. Please try connect to it later. 
    75 selector.invalid.syntax=(10)Invalid Syntax in the "%1$s" selector (type:%2$s) 
    76 selector.invalid.target=(11)The selector "%s" doesn't correspond to a resource of type : "%s" 
    77 selector.module.unknow=(12)Unknow module in the selector "%s"