diff --git a/public_html/AUTHORS b/AUTHORS similarity index 100% rename from public_html/AUTHORS rename to AUTHORS diff --git a/public_html/INSTALL b/INSTALL similarity index 100% rename from public_html/INSTALL rename to INSTALL diff --git a/public_html/LICENSE b/LICENSE similarity index 100% rename from public_html/LICENSE rename to LICENSE diff --git a/debian/conf/apache.conf b/debian/conf/apache.conf index 7a78bafc..903e46a4 100644 --- a/debian/conf/apache.conf +++ b/debian/conf/apache.conf @@ -1,4 +1,4 @@ -Alias /ldapsaisie /usr/share/ldapsaisie +Alias /ldapsaisie /usr/share/ldapsaisie/public_html @@ -7,7 +7,3 @@ Alias /ldapsaisie /usr/share/ldapsaisie Options -Indexes +FollowSymLinks - - - Require all denied - diff --git a/debian/ldapsaisie.install b/debian/ldapsaisie.install index 091b7b64..25c265bc 100644 --- a/debian/ldapsaisie.install +++ b/debian/ldapsaisie.install @@ -1,4 +1,4 @@ debian/conf/apache.conf etc/ldapsaisie/ lsexample/schema/lsexample.schema etc/ldap/schema/ lsexample/schema/lsexample.ldif etc/ldap/schema/ -public_html/* usr/share/ldapsaisie/ +src/* usr/share/ldapsaisie/ diff --git a/public_html/lang/generate_ldapsaisie.pot.sh b/public_html/lang/generate_ldapsaisie.pot.sh deleted file mode 100755 index 2875c8a8..00000000 --- a/public_html/lang/generate_ldapsaisie.pot.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash - -# Detect -PUBLIC_HTML=$( realpath $( dirname $0 )/../ ) - -# Clean php file in tmp directory -[ -d "$PUBLIC_HTML/tmp" ] && rm -fr "$PUBLIC_HTML/tmp/*.php" - -# Extract messages from LdapSaisie PHP files using xgettext -xgettext --from-code utf-8 \ - -o "$PUBLIC_HTML/lang/ldapsaisie-main.pot" \ - --omit-header \ - --copyright-holder="Easter-eggs" \ - --keyword="__" \ - --keyword="___" \ - $( find "$PUBLIC_HTML" -name "*.php" ) - -# Extract other messages from LdapSaisie templates files -$PUBLIC_HTML/lang/generate_lang_file.php -o "$PUBLIC_HTML/lang/ldapsaisie-templates.pot" \ - -f pot \ - --only templates - -# Merge previous results in ldapsaisie.pot file -msgcat $PUBLIC_HTML/lang/ldapsaisie-main.pot $PUBLIC_HTML/lang/ldapsaisie-templates.pot -o $PUBLIC_HTML/lang/ldapsaisie.pot diff --git a/public_html/lang/ldapsaisie.pot b/public_html/lang/ldapsaisie.pot deleted file mode 100644 index fbdffe11..00000000 --- a/public_html/lang/ldapsaisie.pot +++ /dev/null @@ -1,1958 +0,0 @@ -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:27 -msgid "SAMBA Support : Unable to load smbHash class." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:30 -msgid "SAMBA Support : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:34 -msgid "" -"SAMBA Support : The constants LS_SAMBA_SID_BASE_USER and " -"LS_SAMBA_SID_BASE_GROUP must'nt have the same parity to keep SambaSID's " -"unicity." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:39 -msgid "" -"SAMBA Support : The attribute %{dependency} is missing. Unable to forge the " -"attribute %{attr}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:42 -msgid "SAMBA Support : Can't get the sambaDomain object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:45 -msgid "SAMBA Support : Error modifying the sambaDomain object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:48 -msgid "SAMBA Support : The %{attr} of the sambaDomain object is incorrect." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:31 -msgid "SSH Support : PhpSecLib is missing." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:35 -msgid "SSH Support : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:41 -msgid "SSH : Invalid connection paramater : %{param} parameter is missing." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:44 -msgid "" -"SSH : Authentication key file not found (or not accessible, file path : " -"'%{path}')" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:47 -msgid "SSH : Fail to load authentication key (%{path})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:50 -msgid "SSH : Unable to connect to SSH Server (%{host}:%{port})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:53 -msgid "SSH : Unable to make directory %{dir} on the remote server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:56 -msgid "SSH : Unable to delete directory %{dir} on the remote server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:59 -msgid "" -"SSH : Unable to rename folder from %{old} to %{new} on the remote server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:27 -msgid "ExportSearchResultAsCSV Support : function fputcsv is not available." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:30 -msgid "" -"ExportSearchResultAsCSV Support : The constant %{const} is not defined.." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:35 -msgid "" -"ExportSearchResultAsCSV Error : An error occured generating CSV outfile " -"memory space." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:38 -msgid "ExportSearchResultAsCSV Error : An error occured executing the search." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:41 -msgid "ExportSearchResultAsCSV Error : An error occured writing CSV header." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:44 -msgid "ExportSearchResultAsCSV Error : An error occured writing a CSV row." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mail.php:27 -msgid "MAIL Support : Pear::MAIL is missing." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mail.php:30 -msgid "MAIL Support : Pear::MAIL_MIME is missing." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mail.php:35 -msgid "MAIL Error : %{msg}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mail.php:39 -msgid "MAIL : Error sending your email" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.phpldapadmin.php:27 -msgid "PhpLdapAdmin Support : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.posix.php:27 -msgid "POSIX Support : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.posix.php:31 -msgid "POSIX Support : Unable to load LSaddon::FTP." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.posix.php:36 -msgid "" -"POSIX : The attribute %{dependency} is missing. Unable to forge the " -"attribute %{attr}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:27 -msgid "SUPANN Support : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:30 -msgid "" -"SUPANN Support : The LSobject type %{type} does not exist. Can't work with " -"entities.." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:33 -msgid "SUPANN Support : The global array %{array} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:38 -msgid "" -"SUPANN Support : The attribute %{dependency} is missing. Unable to forge the " -"attribute %{attr}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:41 -msgid "" -"SUPANN Support : Can't get the basedn of entities. Unable to forge the " -"attribute %{attr}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:313 -msgid "Entity %{id} (unrecognized)" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:408 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select.php:58 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:103 -msgid "%{value} (unrecognized value)" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:26 -msgid "Access Right Matrix Support : The global array %{array} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:52 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:120 -msgid "Access rights matrix" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:62 -msgid "All connected users" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:116 -msgid "The user him-self" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:27 -msgid "FTP Support : Pear::Net_FTP is missing." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:31 -msgid "FTP Support : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:37 -msgid "Net_FTP Error : %{msg}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:41 -msgid "FTP Support : Unable to connect to FTP Server (Step : %{step})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:44 -msgid "FTP Support : Unable to make directory %{dir} on the remote server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:47 -msgid "FTP Support : Unable to delete directory %{dir} on the remote server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:50 -msgid "" -"FTP Support : Unable to modify rights on the directory %{dir} on the remote " -"server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:53 -msgid "" -"FTP Support : Unable to rename folder from %{old} to %{new} on the remote " -"server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:27 -msgid "MAILQUOTA Support : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:30 -msgid "MAILQUOTA Support : The IMAP PHP module is not available." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:35 -msgid "MAILQUOTA : Fail to connect on IMAP server : %{error}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:38 -msgid "MAILQUOTA : Unexpected error occured retreiving mailbox quota usage." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:41 -msgid "MAILQUOTA : Fail to compose IMAP mailbox username." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:149 -msgid "Mailbox quota usage : %{usage} / %{limit}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:157 -msgid "Unlimited" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:27 -msgid "MAILDIR Support : Unable to load LSaddon::FTP." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:30 -msgid "MAILDIR Support : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:35 -msgid "MAILDIR : Error creating maildir on the remote server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:38 -msgid "MAILDIR : Error deleting the maildir on the remote server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:41 -msgid "MAILDIR : Error renaming the maildir on the remote server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:44 -msgid "MAILDIR : Error retrieving remote path of the maildir." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.asterisk.php:27 -msgid "Asterisk Support : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.asterisk.php:30 -msgid "Asterisk : The function %{function} only work with %{objectName}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.asterisk.php:33 -msgid "" -"Asterisk : The attribute %{dependency} is missing. Unable to generate MD5 " -"hashed password." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.asterisk.php:36 -msgid "" -"Asterisk : Clear password not availlable. Unable to generate MD5 hashed " -"password." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSmail.php:63 -msgid "Email" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSmail.php:64 -msgid "Title" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSmail.php:65 -msgid "Message" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSmail.php:77 -msgid "Your message has been sent successfully." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule.php:49 -msgid "LSformRule_%{type} : Parameter %{param} is not found." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:195 -msgid "Error creating object on LDAP server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:221 -msgid "Error updating object on LDAP server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:227 -msgid "Error validating update form." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:232 -msgid "Failed to set post data on update form." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:237 -msgid "" -"Failed to load existing object %{dn} from LDAP server. Can't update object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:242 -msgid "An object already exist on LDAP server with DN %{dn}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:246 -msgid "Failed to generate DN for this object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:250 -msgid "Failed to validate object data." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:256 -msgid "Error validating creation form." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:261 -msgid "Failed to set post data on creation form." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:320 -msgid "LSimport : Post data not found or not completed." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:323 -msgid "LSimport : object type invalid." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:326 -msgid "LSimport : input/output format %{format} invalid." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:329 -msgid "LSimport : Fail to initialize input/output driver" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSconfirmBox.php:35 -msgid "Confirmation" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSconfirmBox.php:36 -msgid "You confirm your choice ?" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSconfirmBox.php:37 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsmoothbox.php:39 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1367 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:68 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:568 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1148 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1252 -msgid "Validate" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSconfirmBox.php:38 -msgid "Cancel" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauthMethod_anonymous.php:69 -msgid "" -"LSauthMethod_anonymous : You must define the LSAUTHMETHOD_ANONYMOUS_USER " -"contant in the configuration file." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement.php:194 -msgid "Attribute" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_mailQuota.php:80 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_valueWithUnit.php:108 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_quota.php:80 -#: templates/default/LSformElement_mailQuota_field.tpl:17 -msgid "Incorrect value" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_ssh_key.php:57 -msgid "Display the full key." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_ssh_key.php:79 -msgid "Unknown type" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_valueWithUnit.php:203 -msgid "" -"LSformElement_valueWithUnit : Units configuration data are missing for the " -"attribute %{attr}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html.php:133 -msgid "" -"LSattr_html : The method addToForm() of the HTML type of the attribute " -"%{attr} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html.php:137 -msgid "" -"LSattr_html_%{type} : Multiple data are not supported for this field type." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:106 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:260 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:68 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannLabeledValue.php:62 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:167 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:929 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1087 -msgid "Modify" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:107 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:75 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannLabeledValue.php:63 -msgid "No set value" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:108 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:76 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_mail.php:63 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannLabeledValue.php:64 -msgid "No result" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:193 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php:287 -msgid "Component %{c} must be defined" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:204 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:213 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:226 -msgid "Invalid value for component %{c}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:208 -msgid "Unparsable value for component %{c}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:231 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php:265 -msgid "Can't validate value of component %{c}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_labeledValue.php:56 -msgid "(unrecognized value)" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_labeledValue.php:57 -msgid "(unrecognized label)" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_date.php:152 -msgid "Now." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_date.php:153 -msgid "Today." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:93 -msgid "LStemplate : compile directory is not writable (dir : %{dir})" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:112 -msgid "LStemplate : Can't load Smarty 2 support file" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:119 -msgid "LStemplate : Can't load Smarty 3 support file" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:123 -msgid "LStemplate : Smarty version not recognized." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:146 -msgid "LStemplate : Can't load Smarty." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:353 -msgid "Smarty - An exception occured displaying template '%{template}'" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:373 -msgid "Smarty - An exception occured fetching template '%{template}'" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:385 -msgid "A fatal error occured." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:386 -msgid "A fatal error occured. If problem persist, please contact support." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:485 -msgid "LStemplate : Template %{file} not found." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:488 -msgid "" -"LStemplate : Fail to execute trigger %{callable} on event %{event} : is not " -"callable." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:491 -msgid "" -"LStemplate : Error during the execution of the trigger %{callable} on event " -"%{event}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_object.php:237 -msgid "" -"LSattr_html_select_object : LSobject type is undefined (attribute : %{attr})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_object.php:240 -msgid "" -"LSattr_html_select_object : the value of the parameter value_attribute in " -"the configuration of the attribute %{attrs} is incorrect. This attribute " -"does not exists." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_object.php:243 -msgid "" -"LSattr_html_select_object : more than one object returned corresponding to " -"value %{val} of attribute %{attr}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:94 -msgid "" -"LSformRule_differentPassword : Other password attribute is not configured." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:97 -msgid "" -"LSformRule_differentPassword : Fail to load LSattr_ldap :: password class." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:100 -msgid "" -"LSformRule_differentPassword : The other password attribute %{attr} does not " -"exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:103 -msgid "" -"LSformRule_differentPassword : The other password attribute could not be the " -"same of the current one." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:106 -msgid "" -"LSformRule_differentPassword : The other password attributes must use " -"LSattr_ldap :: password. It's not the case of the attribure %{attr}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:259 -msgid "The value of field %{label} is invalid." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:714 -msgid "" -"LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} " -"& HTML = %{html})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:717 -msgid "" -"LSattribute : The function %{func} to display the attribute %{attr} is " -"unknow." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:720 -msgid "" -"LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:723 -msgid "" -"LSattribute : Configuration data to verify the attribute %{attr} are " -"incorrect." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:726 -msgid "" -"LSattribute : The function %{func} to save the attribute %{attr} is unknow." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:729 -msgid "LSattribute : The value of the attribute %{attr} can't be generated." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:732 -msgid "LSattribute : Generation of the attribute %{attr} failed." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:735 -msgid "" -"LSattribute : Generation of the attribute %{attr} did not return a correct " -"value." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:738 -msgid "" -"LSattribute : The attr_%{type} of the attribute %{name} is not yet defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_callable.php:66 -msgid "LSformRule_callable : The given callable option is not callable" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_postaladdress.php:73 -msgid "View on map" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_postaladdress.php:89 -msgid "" -"LSformElement_postaladdress : Map URL pattern generate function is not " -"callabled (%{function})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select.php:52 -msgid "Reset selection." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsmoothbox.php:38 -msgid "Are you sure to want to close this window and lose all changes ?" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_textarea.php:51 -msgid "Clear" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1307 -msgid "Connection" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1317 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1356 -msgid "LDAP server" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1327 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2478 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:669 -msgid "Level" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1328 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1366 -msgid "Identifier" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1329 -msgid "Password" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1330 -msgid "Connect" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1331 -msgid "Forgot your password ?" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1349 -msgid "Recovery of your credentials" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1368 -msgid "Back" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1371 -msgid "Please fill the identifier field to proceed recovery procedure" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1376 -msgid "" -"An email has been sent to %{mail}. Please follow the instructions on it." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1385 -msgid "Your new password has been sent to %{mail}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1536 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:146 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:423 -msgid "Refresh" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1552 -msgid "Language" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1574 -msgid "Connected as" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2624 -msgid "LSsession : The constant %{const} is not defined." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2627 -msgid "" -"LSsession : The %{addon} support is uncertain. Verify system compatibility " -"and the add-on configuration." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2630 -msgid "" -"LSsession : LDAP server's configuration data are invalid. Can't connect." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2633 -msgid "LSsession : Failed to load LSobject type %{type} : unknon type." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2636 -msgid "LSsession : Failed to load LSclass %{class}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2639 -msgid "LSsession : Login or password incorrect." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2642 -msgid "LSsession : Impossible to identify you : Duplication of identities." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2645 -msgid "LSsession : Can't load class of authentification (%{class})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2648 -msgid "LSsession : Can't connect to LDAP server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2651 -msgid "LSsession : Impossible to authenticate you." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2654 -msgid "LSsession : Your are not authorized to do this action." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2657 -msgid "LSsession : Some informations are missing to display this page." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2660 -msgid "" -"LSsession : The function of the custom action %{name} does not exists or is " -"not configured." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2663 -msgid "LSsession : Fail to retreive user's LDAP credentials from LSauth." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2666 -msgid "" -"LSsession : Fail to reconnect to LDAP server with user's LDAP credentials." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2669 -msgid "LSsession : No import/export format define for this object type." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2672 -msgid "" -"LSsession : Error during creation of list of levels. Contact administrators. " -"(Code : %{code})" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2675 -msgid "LSsession : The password recovery is disabled for this LDAP server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2678 -msgid "" -"LSsession : Some informations are missing to recover your password. Contact " -"administrators." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2681 -msgid "" -"LSsession : Error during password recovery. Contact administrators.(Step : " -"%{step})" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2684 -msgid "" -"LSsession : call function %{func} do not provided from LSaddon %{addon}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2687 -msgid "LSsession : problem during initialisation." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2690 -msgid "LSsession : view function %{func} for LSaddon %{addon} doet not exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2693 -msgid "LSsession : invalid related object's DN pass in parameter." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2696 -msgid "" -"LSsession : the LSaddon %{addon} keep using old-style addon view URL. Please " -"upgrade it." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2699 -msgid "" -"LSsession : You have been redirect from an old-style URL %{url}. Please " -"upgrade this link." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2702 -msgid "" -"LSsession : You still seen use LSsession :: redirect() in your custom code. " -"Please upgrade it and use LSurl :: redirect()." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:473 -msgid "The attribute %{attr} is not valid." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2200 -msgid "LSldapObject : Object type unknown." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2203 -msgid "LSldapObject : Update form is not defined for the object %{obj}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2206 -msgid "LSldapObject : No form exists for the object %{obj}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2209 -msgid "" -"LSldapObject : The function %{func} to validate the attribute %{attr} the " -"object %{obj} is unknow." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2212 -msgid "" -"LSldapObject : Configuration data are missing to validate the attribute " -"%{attr} of the object %{obj}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2216 -msgid "" -"LSldapObject : The function %{func} to be executed on the object event " -"%{event} doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2219 -msgid "" -"LSldapObject : The %{func} execution on the object event %{event} failed." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2223 -msgid "" -"LSldapObject : Class %{class}, which method %{meth} to be executed on the " -"object event %{event}, doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2226 -msgid "" -"LSldapObject : Method %{meth} within %{class} class to be executed on object " -"event %{event}, doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2229 -msgid "" -"LSldapObject : Error during execute %{meth} method within %{class} class, to " -"be executed on object event %{event}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2233 -msgid "" -"LSldapObject : Some configuration data of the object type %{obj} are missing " -"to generate the DN of the new object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2236 -msgid "" -"LSldapObject : The attibute %{attr} of the object is not yet defined. Can't " -"generate DN." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2239 -msgid "LSldapObject : Without DN, the object could not be changed." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2242 -msgid "" -"LSldapObject : The attribute %{attr_depend} depending on the attribute " -"%{attr} doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2245 -msgid "LSldapObject : Error during deleting the object %{objectname}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2249 -msgid "" -"LSldapObject : Error during actions to be executed before renaming the objet." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2252 -msgid "" -"LSldapObject : Error during actions to be executed after renaming the objet." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2256 -msgid "" -"LSldapObject : Error during actions to be executed before deleting the objet." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2259 -msgid "" -"LSldapObject : Error during actions to be executed after deleting the objet." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2263 -msgid "" -"LSldapObject : Error during the actions to be executed before creating the " -"object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2266 -msgid "" -"LSldapObject : Error during the actions to be executed after creating the " -"object. It was created anyway." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2270 -msgid "" -"LSldapObject : The function %{func} to be executed before creating the " -"object doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2273 -msgid "" -"LSldapObject : Error executing the function %{func} to be execute after " -"deleting the object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2276 -msgid "" -"LSldapObject : The function %{func} to be executed after deleting the object " -"doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2279 -msgid "" -"LSldapObject : Error executing the function %{func} to be execute after " -"creating the object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2283 -msgid "" -"LSldapObject : %{func} function, to be executed on object event %{event}, " -"doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2286 -msgid "" -"LSldapObject : Error during the execution of %{func} function on object " -"event %{event}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2290 -msgid "" -"LSldapObject : %{meth} method, to be executed on object event %{event}, " -"doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2293 -msgid "" -"LSldapObject : Error during execution of %{meth} method on object event " -"%{event}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2296 -msgid "LSldapObject : Error during generate LDAP filter for %{LSobject}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2300 -msgid "" -"LSldapObject : Error during execution of the custom action %{customAction} " -"on %{objectname}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2304 -msgid "LSldapObject : Fail to retrieve container DN." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2307 -msgid "" -"LSldapObject : The function %{func} to generate container DN is not callable." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2310 -msgid "LSldapObject : Error during generating container DN : %{error}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2315 -msgid "" -"LSrelation : Some parameters are missing in the call of methods to handle " -"standard relations (Method : %{meth})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_password.php:91 -msgid "" -"LSformRule_password : Invalid regex configured : %{regex}. You must use PCRE " -"(begining by '/' caracter)." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:498 -msgid "LSldap : Error during the LDAP server connection (%{msg})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:501 -msgid "LSldap : Error during the LDAP search (%{msg})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:504 -msgid "LSldap : Object type unknown." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:507 -msgid "LSldap : Error while fetching the LDAP entry." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:510 -msgid "LSldap : Error while changing the LDAP entry (DN : %{dn})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:513 -msgid "LSldap : Error while deleting empty attributes." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:516 -msgid "LSldap : Error while changing the DN of the object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:69 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:76 -msgid "listing related objects" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:103 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:109 -msgid "getting key value" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:134 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:141 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:174 -msgid "checking right on relation with specific object" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:150 -msgid "deleting" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:157 -msgid "removing relation with specific object" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:167 -msgid "renaming" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:186 -msgid "updating" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:192 -msgid "updating relations" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:214 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:220 -msgid "Do you really want to delete" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:215 -msgid "Warning" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:216 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:222 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:69 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:85 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:183 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:945 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1079 -msgid "Delete" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:243 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:365 -msgid "No object." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:267 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:410 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:884 -msgid "New" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:453 -msgid "" -"LSrelation : The function %{function} for action '%{action}' on the relation " -"%{relation} is unknown." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:456 -msgid "LSrelation : Relation %{relation} of object type %{LSobject} unknown." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:459 -msgid "LSrelation : Error during relation update of the relation %{relation}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:462 -msgid "LSrelation : Object type %{LSobject} unknown (Relation : %{relation})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:465 -msgid "" -"LSrelation : Incomplete configuration for LSrelation %{relation} of object " -"type %{LSobject} for action : %{action}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:468 -msgid "" -"LSrelation : Invalid editable attribute for LSrelation %{relation} with " -"LSobject %{LSobject}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:135 -msgid "Generate a password." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:136 -msgid "Compare with stored password." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:137 -msgid "Display password." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:138 -msgid "Display hashed password." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:139 -msgid "Hide password." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:140 -msgid "" -"The password will be sent by mail if changed. Click to disable automatic " -"notification." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:141 -msgid "" -"The password will not be sent if changed. Click to enable automatic " -"notification." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:142 -msgid "Modify the mail sent to notice the user" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:271 -msgid "Notice mail sent." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:348 -msgid "LSformElement_password : No contact mail available to send password." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:351 -msgid "" -"LSformElement_password : Contact mail invalid (%{mail}). Can't send password." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:354 -msgid "" -"LSformElement_password : Fail to exec pwgen. Check it's correctly installed." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:357 -msgid "" -"LSformElement_password : Fail to determine witch e-mail attribute to use to " -"send new password : get_mail_attr_function parameter not refer to a valid " -"function." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:360 -msgid "" -"LSformElement_password : Fail to determine witch e-mail attribute to use to " -"send new password : get_mail_attr_function throwed an exception : %{msg}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_url.php:51 -msgid "Display this website." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_url.php:52 -msgid "Add this website to my bookmarks." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_text.php:57 -msgid "Generate the value" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauthMethod_CAS.php:140 -msgid "LSauthMethod_CAS : Failed to load phpCAS." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauthMethod_CAS.php:143 -msgid "" -"LSauthMethod_CAS : Please check your configuration : you must configure CAS " -"server SSL certificate validation using one of the following constant : " -"LSAUTH_CAS_SERVER_SSL_CACERT or LSAUTH_CAS_SERVER_NO_SSL_VALIDATION" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:99 -msgid "Add a field to add another values." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:100 -msgid "Delete this field." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:122 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:255 -msgid "No field." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:203 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:564 -msgid "Do you really want to execute custom action %{title} on this search ?" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:209 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1246 -msgid "" -"Do you really want to execute custom action %{customAction} on " -"%{objectname} ?" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:221 -msgid "Caution" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:276 -msgid "%{label} attribute data is not valid." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:354 -msgid "Mandatory field" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:786 -msgid "LSform : Error during the recovery of the values of the form." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:789 -msgid "" -"LSform : Error durring the recovery of the value of the field '%{element}'." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:796 -msgid "LSform : The field %{element} doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:799 -msgid "LSfom : Field type unknow (%{type})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:802 -msgid "LSform : Error during the creation of the element '%{element}'." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:805 -msgid "LSform : The data entry form %{name} doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:808 -msgid "LSform : The data entry form %{name} is not correctly configured." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:811 -msgid "" -"LSform : The element %{name}, listed as displayed in data entry form " -"configuration, doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_maildir.php:68 -msgid "" -"Maildir creation/modification on user creation/modification is enabled. " -"Click to disable." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_maildir.php:69 -msgid "" -"Click to enable maildir creation/modification on user creation/modification." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_regex.php:62 -msgid "LSformRule_regex : Regex has not been configured to validate data." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:70 -msgid "Move up" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:71 -msgid "Move down" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:83 -msgid "Fast Add" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:84 -msgid "Display advanced search and selection panel." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSurl.php:107 -msgid "Fail to determine the requested URL." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSurl.php:200 -msgid "Fail to determine the requested URL (loop detected)." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSurl.php:221 -msgid "The requested page was not found." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_date.php:43 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:63 -msgid "Invalid value" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauthMethod_HTTP.php:128 -msgid "LSauthMethod_HTTP : the %{var} environnement variable is missing." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_mail.php:56 -msgid "Send a mail from here." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_boolean.php:52 -msgid "Reset the choice." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_rss.php:50 -msgid "Display RSS stack." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_ldap_password.php:123 -msgid "undefined" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_ldap_password.php:373 -msgid "" -"LSattr_ldap_password : Encoding type %{type} is not supported. This password " -"will be stored in clear text." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_ldap_password.php:376 -msgid "" -"LSattr_ldap_password : Encoding function %{function} is not callable. This " -"password will be stored in clear text." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:183 -msgid "LSauth : Login or password incorrect." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:186 -msgid "LSauth : Impossible to identify you : Duplication of identities." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:189 -msgid "LSauth : Could not load type of identifiable objects." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:192 -msgid "LSauth : Can't load authentication method %{method}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:195 -msgid "LSauth : Failed to build the authentication provider %{method}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:198 -msgid "LSauth : Not correctly initialized." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:201 -msgid "LSauth : Failed to get authentication informations from provider." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:41 -msgid "Organism" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:47 -msgid "Registration year" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:52 -msgid "Registration year must be an integer" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:61 -msgid "Registration regime" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:67 -msgid "Discipline sector" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:73 -msgid "Diploma type" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:79 -msgid "Cursus & Year" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:91 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannRoleEntite.php:52 -msgid "Entity" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:96 -msgid "Diploma" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:102 -msgid "Step" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:108 -msgid "Pedagogical element" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1083 -msgid "Actions" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1086 -#: templates/default/global_search.tpl:25 -msgid "This search didn't get any result." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1526 -msgid "LSsearch : Invalid filter : %{filter}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1529 -msgid "LSsearch : Invalid basedn : %{basedn}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1532 -msgid "LSsearch : Invalid value for %{param} parameter." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1535 -msgid "" -"LSsearch : Invalid size limit. Must be an integer greater or equal to 0." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1538 -msgid "LSsearch : Invalid parameter %{attr}. Must be an boolean." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1541 -msgid "" -"LSsearch : Invalid parameter attributes. Must be an string or an array of " -"strings." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1544 -msgid "LSsearch : Can't build attributes list for make filter." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1547 -msgid "" -"LSsearch : Error building filter with attribute '%{attr}' and pattern " -"'%{pattern}'" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1550 -msgid "LSsearch : Error combining filters." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1553 -msgid "LSsearch : Invalid pattern." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1556 -msgid "LSsearch : Invalid attribute %{attr} in parameters." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1559 -msgid "LSsearch : Error during the search." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1562 -msgid "LSsearch : Error sorting the search." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1565 -msgid "" -"LSsearch : The function of the custum information %{name} is not callable." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1568 -msgid "" -"LSsearch : Invalid predefinedFilter for LSobject type %{type} : %{label} " -"(filter : %{filter})." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1571 -msgid "LSsearch : Error during execution of the custom action %{customAction}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1574 -msgid "LSsearch : Invalid search pattern." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:54 -msgid "Click to enlarge." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:55 -msgid "Click to delete the picture." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:134 -msgid "The uploaded file size exceeds the limit accepted by the server." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:136 -msgid "The uploaded file size exceeds the limit accepted by the HTML form." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:138 -msgid "The file was only partially uploaded." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:140 -msgid "No file was uploaded." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:142 -msgid "No temporary folder found to store this uploaded file." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:144 -msgid "Failed to write file on server disk." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:146 -msgid "A PHP extension stopped the file upload." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:149 -msgid "An unknown error occured sending this file." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_xmpp.php:50 -msgid "Chat with this person." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannLabeledValue.php:93 -#, php-format -msgid "%s (Unparsable value)" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:402 -msgid "" -"LSattr_html_select_list : Configuration data are missing to generate the " -"select list of the attribute %{attr}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:405 -msgid "" -"LSattr_html_select_list : Invalid attribute %{attr} reference as " -"OTHER_ATTRIBUTE possible values." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:408 -msgid "" -"LSattr_html_select_list : Attribute %{attr} referenced as OTHER_ATTRIBUTE " -"possible values is not a jsonCompositeAttribute." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:411 -msgid "" -"LSattr_html_select_list : Fail to decode the following attribute %{attr} " -"value as JSON : %{value}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:414 -msgid "" -"LSattr_html_select_list : No component %{component} found in the following " -"attribute %{attr} JSON value : %{value}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_inarray.php:57 -msgid "" -"LSformRule_inarray : Possible values has not been configured to validate " -"data." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php:247 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php:260 -msgid "Invalid value \"%{value}\" for component %{component}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_date.php:62 -msgid "LSformRule_date : No date format specify." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_maildir.php:58 -msgid "The mailbox has been moved." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_maildir.php:65 -msgid "The mailbox has been created." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_maildir.php:85 -msgid "The mailbox has been archived successfully." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_maildir.php:96 -msgid "The mailbox has been deleted." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannRoleEntite.php:40 -msgid "Role" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannRoleEntite.php:46 -msgid "Entity type" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LScli.php:122 -msgid "Only one command could be executed !" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LScli.php:168 -msgid "" -"Invalid parameter \"%{parameter}\".\n" -"Note: Command's parameter/argument must be place after the command." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LScli.php:207 -msgid "LScli : The CLI command '%{command}' already exists." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LScli.php:210 -msgid "LScli : The CLI command '%{command}' handler is not callable." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSlog.php:434 -msgid "LSlog : Fail to load logging handler %{handler}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSerror.php:102 -#: templates/default/import.tpl:28 -msgid "Errors" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSerror.php:105 -msgid "Stop" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSerror.php:181 -msgid "Unknown error : %{error}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:159 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1071 -msgid "View" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:175 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:937 -msgid "Copy" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:251 -msgid "Unknown property !" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:261 -msgid "" -"LSsearchEntry : Invalid formaterFunction %{func} for extraDisplayedColumns " -"%{column}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSioFormat.php:92 -msgid "LSioFormat : IOformat driver %{driver} invalid or unavailable." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:39 -msgid "Home" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:140 -msgid "You must provide pattern for global search." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:416 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:760 -msgid "Import" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:428 -msgid "Reset" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:466 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:666 -#: templates/default/global_search.tpl:7 -msgid "Search" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:467 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:667 -msgid "Approximative search" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:468 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:668 -msgid "Recursive search" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:545 -msgid "" -"The custom action %{title} have been successfully execute on this search." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:843 -msgid "Data entry form" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:849 -msgid "Object has been added." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:976 -msgid "My account" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1029 -msgid "The object has been partially modified." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1032 -msgid "The object has been modified successfully." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1136 -msgid "%{objectname} has been successfully deleted." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1145 -msgid "Deleting : %{objectname}" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1146 -msgid "Do you really want to delete %{displayName} ?" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1220 -msgid "" -"The custom action %{customAction} have been successfully execute on " -"%{objectname}." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/functions.php:112 -msgid "" -"Function 'getFData' : The method %{meth} of the object %{obj} doesn't exist." -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/functions.php:205 -msgid "[not string value]" -msgstr "" - -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/functions.php:251 -msgid "Folder not found" -msgstr "" - -#: templates/default/LSaccessRightsMatrixView.tpl:17 -msgid "Attributes / Profiles" -msgstr "" - -#: templates/default/error.tpl:22 -msgid "Details" -msgstr "" - -#: templates/default/import.tpl:9 -msgid "File" -msgstr "" - -#: templates/default/import.tpl:12 -msgid "Format" -msgstr "" - -#: templates/default/top.tpl:36 templates/default/top.tpl:37 -#: templates/default/global_search.tpl:10 -msgid "Global search" -msgstr "" - -#: templates/default/import.tpl:70 -msgid "Imported objects" -msgstr "" - -#: templates/default/LSaccessRightsMatrixView.tpl:19 -#: templates/default/LSaccessRightsMatrixView.tpl:55 -msgid "Legend:" -msgstr "" - -#: templates/default/viewSearch.tpl:133 -msgid "Nb / page :" -msgstr "" - -#: templates/default/import.tpl:75 -msgid "No imported object" -msgstr "" - -#: templates/default/import.tpl:43 -msgid "No value" -msgstr "" - -#: templates/default/import.tpl:18 -msgid "Only validate data" -msgstr "" - -#: templates/default/LSaccessRightsMatrixView.tpl:20 -#: templates/default/LSaccessRightsMatrixView.tpl:37 -#: templates/default/LSaccessRightsMatrixView.tpl:72 -msgid "R" -msgstr "" - -#: templates/default/LSaccessRightsMatrixView.tpl:22 -#: templates/default/LSaccessRightsMatrixView.tpl:39 -#: templates/default/LSaccessRightsMatrixView.tpl:74 -msgid "R/W" -msgstr "" - -#: templates/default/LSaccessRightsMatrixView.tpl:20 -#: templates/default/LSaccessRightsMatrixView.tpl:56 -msgid "Readable" -msgstr "" - -#: templates/default/LSaccessRightsMatrixView.tpl:22 -#: templates/default/LSaccessRightsMatrixView.tpl:58 -msgid "Readable / Writable" -msgstr "" - -#: templates/default/top.tpl:63 -msgid "Refresh my access rights" -msgstr "" - -#: templates/default/LSaccessRightsMatrixView.tpl:53 -msgid "Relations / Profiles" -msgstr "" - -#: templates/default/import.tpl:26 -msgid "Result" -msgstr "" - -#: templates/default/LSaccessRightsMatrixView.tpl:48 -msgid "Their relations with other objects" -msgstr "" - -#: templates/default/LSaccessRightsMatrixView.tpl:83 -msgid "This object type has no configured relation." -msgstr "" - -#: templates/default/import.tpl:15 -msgid "Update objects if exists" -msgstr "" - -#: templates/default/import.tpl:80 -msgid "Updated objects" -msgstr "" - -#: templates/default/import.tpl:21 -msgid "Valid" -msgstr "" - -#: templates/default/import.tpl:16 templates/default/import.tpl:19 -msgid "no" -msgstr "" - -#: templates/default/import.tpl:16 templates/default/import.tpl:19 -msgid "yes" -msgstr "" diff --git a/public_html/bin/ldapsaisie.php b/src/bin/ldapsaisie.php similarity index 100% rename from public_html/bin/ldapsaisie.php rename to src/bin/ldapsaisie.php diff --git a/public_html/conf/LSaddons/config.LSaddons.LSaccessRightsMatrixView.php b/src/conf/LSaddons/config.LSaddons.LSaccessRightsMatrixView.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.LSaccessRightsMatrixView.php rename to src/conf/LSaddons/config.LSaddons.LSaccessRightsMatrixView.php diff --git a/public_html/conf/LSaddons/config.LSaddons.asterisk.php b/src/conf/LSaddons/config.LSaddons.asterisk.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.asterisk.php rename to src/conf/LSaddons/config.LSaddons.asterisk.php diff --git a/public_html/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php b/src/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php rename to src/conf/LSaddons/config.LSaddons.exportSearchResultAsCSV.php diff --git a/public_html/conf/LSaddons/config.LSaddons.ftp.php b/src/conf/LSaddons/config.LSaddons.ftp.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.ftp.php rename to src/conf/LSaddons/config.LSaddons.ftp.php diff --git a/public_html/conf/LSaddons/config.LSaddons.mail.php b/src/conf/LSaddons/config.LSaddons.mail.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.mail.php rename to src/conf/LSaddons/config.LSaddons.mail.php diff --git a/public_html/conf/LSaddons/config.LSaddons.maildir.php b/src/conf/LSaddons/config.LSaddons.maildir.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.maildir.php rename to src/conf/LSaddons/config.LSaddons.maildir.php diff --git a/public_html/conf/LSaddons/config.LSaddons.mailquota.php b/src/conf/LSaddons/config.LSaddons.mailquota.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.mailquota.php rename to src/conf/LSaddons/config.LSaddons.mailquota.php diff --git a/public_html/conf/LSaddons/config.LSaddons.phpldapadmin.php b/src/conf/LSaddons/config.LSaddons.phpldapadmin.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.phpldapadmin.php rename to src/conf/LSaddons/config.LSaddons.phpldapadmin.php diff --git a/public_html/conf/LSaddons/config.LSaddons.posix.php b/src/conf/LSaddons/config.LSaddons.posix.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.posix.php rename to src/conf/LSaddons/config.LSaddons.posix.php diff --git a/public_html/conf/LSaddons/config.LSaddons.samba.php b/src/conf/LSaddons/config.LSaddons.samba.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.samba.php rename to src/conf/LSaddons/config.LSaddons.samba.php diff --git a/public_html/conf/LSaddons/config.LSaddons.ssh.php b/src/conf/LSaddons/config.LSaddons.ssh.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.ssh.php rename to src/conf/LSaddons/config.LSaddons.ssh.php diff --git a/public_html/conf/LSaddons/config.LSaddons.supann.php b/src/conf/LSaddons/config.LSaddons.supann.php similarity index 100% rename from public_html/conf/LSaddons/config.LSaddons.supann.php rename to src/conf/LSaddons/config.LSaddons.supann.php diff --git a/public_html/conf/LSauth/.placefolder b/src/conf/LSauth/.placefolder similarity index 100% rename from public_html/conf/LSauth/.placefolder rename to src/conf/LSauth/.placefolder diff --git a/public_html/conf/LSauth/config.LSauthMethod_CAS.php b/src/conf/LSauth/config.LSauthMethod_CAS.php similarity index 100% rename from public_html/conf/LSauth/config.LSauthMethod_CAS.php rename to src/conf/LSauth/config.LSauthMethod_CAS.php diff --git a/public_html/conf/LSauth/config.LSauthMethod_HTTP.php b/src/conf/LSauth/config.LSauthMethod_HTTP.php similarity index 100% rename from public_html/conf/LSauth/config.LSauthMethod_HTTP.php rename to src/conf/LSauth/config.LSauthMethod_HTTP.php diff --git a/public_html/conf/LSauth/config.LSauthMethod_anonymous.php b/src/conf/LSauth/config.LSauthMethod_anonymous.php similarity index 100% rename from public_html/conf/LSauth/config.LSauthMethod_anonymous.php rename to src/conf/LSauth/config.LSauthMethod_anonymous.php diff --git a/public_html/conf/LSobjects/config.LSobjects.LScompany.php b/src/conf/LSobjects/config.LSobjects.LScompany.php similarity index 100% rename from public_html/conf/LSobjects/config.LSobjects.LScompany.php rename to src/conf/LSobjects/config.LSobjects.LScompany.php diff --git a/public_html/conf/LSobjects/config.LSobjects.LSgroup.php b/src/conf/LSobjects/config.LSobjects.LSgroup.php similarity index 100% rename from public_html/conf/LSobjects/config.LSobjects.LSgroup.php rename to src/conf/LSobjects/config.LSobjects.LSgroup.php diff --git a/public_html/conf/LSobjects/config.LSobjects.LSpeople.php b/src/conf/LSobjects/config.LSobjects.LSpeople.php similarity index 100% rename from public_html/conf/LSobjects/config.LSobjects.LSpeople.php rename to src/conf/LSobjects/config.LSobjects.LSpeople.php diff --git a/public_html/conf/config.LSaddons.php b/src/conf/config.LSaddons.php similarity index 100% rename from public_html/conf/config.LSaddons.php rename to src/conf/config.LSaddons.php diff --git a/public_html/conf/config.inc.php b/src/conf/config.inc.php similarity index 100% rename from public_html/conf/config.inc.php rename to src/conf/config.inc.php diff --git a/public_html/css/black/LSconfirmBox.css b/src/css/black/LSconfirmBox.css similarity index 100% rename from public_html/css/black/LSconfirmBox.css rename to src/css/black/LSconfirmBox.css diff --git a/public_html/css/black/LSdefault.css b/src/css/black/LSdefault.css similarity index 100% rename from public_html/css/black/LSdefault.css rename to src/css/black/LSdefault.css diff --git a/public_html/css/black/LSform.css b/src/css/black/LSform.css similarity index 100% rename from public_html/css/black/LSform.css rename to src/css/black/LSform.css diff --git a/public_html/css/black/LSformElement_image.css b/src/css/black/LSformElement_image.css similarity index 100% rename from public_html/css/black/LSformElement_image.css rename to src/css/black/LSformElement_image.css diff --git a/public_html/css/black/LSformElement_password.css b/src/css/black/LSformElement_password.css similarity index 100% rename from public_html/css/black/LSformElement_password.css rename to src/css/black/LSformElement_password.css diff --git a/public_html/css/black/LSformElement_select_object.css b/src/css/black/LSformElement_select_object.css similarity index 100% rename from public_html/css/black/LSformElement_select_object.css rename to src/css/black/LSformElement_select_object.css diff --git a/public_html/css/black/LSformElement_ssh_key.css b/src/css/black/LSformElement_ssh_key.css similarity index 100% rename from public_html/css/black/LSformElement_ssh_key.css rename to src/css/black/LSformElement_ssh_key.css diff --git a/public_html/css/black/LSmail.css b/src/css/black/LSmail.css similarity index 100% rename from public_html/css/black/LSmail.css rename to src/css/black/LSmail.css diff --git a/public_html/css/black/LSrelation.css b/src/css/black/LSrelation.css similarity index 100% rename from public_html/css/black/LSrelation.css rename to src/css/black/LSrelation.css diff --git a/public_html/css/black/LSselect.css b/src/css/black/LSselect.css similarity index 100% rename from public_html/css/black/LSselect.css rename to src/css/black/LSselect.css diff --git a/public_html/css/black/LSsmoothbox.css b/src/css/black/LSsmoothbox.css similarity index 100% rename from public_html/css/black/LSsmoothbox.css rename to src/css/black/LSsmoothbox.css diff --git a/public_html/css/black/base.css b/src/css/black/base.css similarity index 100% rename from public_html/css/black/base.css rename to src/css/black/base.css diff --git a/public_html/css/black/base_print.css b/src/css/black/base_print.css similarity index 100% rename from public_html/css/black/base_print.css rename to src/css/black/base_print.css diff --git a/public_html/css/black/color.html b/src/css/black/color.html similarity index 100% rename from public_html/css/black/color.html rename to src/css/black/color.html diff --git a/public_html/css/black/login.css b/src/css/black/login.css similarity index 100% rename from public_html/css/black/login.css rename to src/css/black/login.css diff --git a/public_html/css/black/recoverpassword.css b/src/css/black/recoverpassword.css similarity index 100% rename from public_html/css/black/recoverpassword.css rename to src/css/black/recoverpassword.css diff --git a/public_html/css/default/LSaccessRightsMatrixView.css b/src/css/default/LSaccessRightsMatrixView.css similarity index 100% rename from public_html/css/default/LSaccessRightsMatrixView.css rename to src/css/default/LSaccessRightsMatrixView.css diff --git a/public_html/css/default/LSconfirmBox.css b/src/css/default/LSconfirmBox.css similarity index 100% rename from public_html/css/default/LSconfirmBox.css rename to src/css/default/LSconfirmBox.css diff --git a/public_html/css/default/LSdefault.css b/src/css/default/LSdefault.css similarity index 100% rename from public_html/css/default/LSdefault.css rename to src/css/default/LSdefault.css diff --git a/public_html/css/default/LSform.css b/src/css/default/LSform.css similarity index 100% rename from public_html/css/default/LSform.css rename to src/css/default/LSform.css diff --git a/public_html/css/default/LSformElement_image.css b/src/css/default/LSformElement_image.css similarity index 100% rename from public_html/css/default/LSformElement_image.css rename to src/css/default/LSformElement_image.css diff --git a/public_html/css/default/LSformElement_jsonCompositeAttribute.css b/src/css/default/LSformElement_jsonCompositeAttribute.css similarity index 100% rename from public_html/css/default/LSformElement_jsonCompositeAttribute.css rename to src/css/default/LSformElement_jsonCompositeAttribute.css diff --git a/public_html/css/default/LSformElement_mail.css b/src/css/default/LSformElement_mail.css similarity index 100% rename from public_html/css/default/LSformElement_mail.css rename to src/css/default/LSformElement_mail.css diff --git a/public_html/css/default/LSformElement_mailQuota.css b/src/css/default/LSformElement_mailQuota.css similarity index 100% rename from public_html/css/default/LSformElement_mailQuota.css rename to src/css/default/LSformElement_mailQuota.css diff --git a/public_html/css/default/LSformElement_password.css b/src/css/default/LSformElement_password.css similarity index 100% rename from public_html/css/default/LSformElement_password.css rename to src/css/default/LSformElement_password.css diff --git a/public_html/css/default/LSformElement_pre.css b/src/css/default/LSformElement_pre.css similarity index 100% rename from public_html/css/default/LSformElement_pre.css rename to src/css/default/LSformElement_pre.css diff --git a/public_html/css/default/LSformElement_quota.css b/src/css/default/LSformElement_quota.css similarity index 100% rename from public_html/css/default/LSformElement_quota.css rename to src/css/default/LSformElement_quota.css diff --git a/public_html/css/default/LSformElement_select_box.css b/src/css/default/LSformElement_select_box.css similarity index 100% rename from public_html/css/default/LSformElement_select_box.css rename to src/css/default/LSformElement_select_box.css diff --git a/public_html/css/default/LSformElement_select_object.css b/src/css/default/LSformElement_select_object.css similarity index 100% rename from public_html/css/default/LSformElement_select_object.css rename to src/css/default/LSformElement_select_object.css diff --git a/public_html/css/default/LSformElement_ssh_key.css b/src/css/default/LSformElement_ssh_key.css similarity index 100% rename from public_html/css/default/LSformElement_ssh_key.css rename to src/css/default/LSformElement_ssh_key.css diff --git a/public_html/css/default/LSformElement_supannCompositeAttribute.css b/src/css/default/LSformElement_supannCompositeAttribute.css similarity index 100% rename from public_html/css/default/LSformElement_supannCompositeAttribute.css rename to src/css/default/LSformElement_supannCompositeAttribute.css diff --git a/public_html/css/default/LSformElement_supannLabeledValue.css b/src/css/default/LSformElement_supannLabeledValue.css similarity index 100% rename from public_html/css/default/LSformElement_supannLabeledValue.css rename to src/css/default/LSformElement_supannLabeledValue.css diff --git a/public_html/css/default/LSformElement_textarea.css b/src/css/default/LSformElement_textarea.css similarity index 100% rename from public_html/css/default/LSformElement_textarea.css rename to src/css/default/LSformElement_textarea.css diff --git a/public_html/css/default/LSformElement_valueWithUnit.css b/src/css/default/LSformElement_valueWithUnit.css similarity index 100% rename from public_html/css/default/LSformElement_valueWithUnit.css rename to src/css/default/LSformElement_valueWithUnit.css diff --git a/public_html/css/default/LSformElement_wysiwyg.css b/src/css/default/LSformElement_wysiwyg.css similarity index 100% rename from public_html/css/default/LSformElement_wysiwyg.css rename to src/css/default/LSformElement_wysiwyg.css diff --git a/public_html/css/default/LSimport.css b/src/css/default/LSimport.css similarity index 100% rename from public_html/css/default/LSimport.css rename to src/css/default/LSimport.css diff --git a/public_html/css/default/LSmail.css b/src/css/default/LSmail.css similarity index 100% rename from public_html/css/default/LSmail.css rename to src/css/default/LSmail.css diff --git a/public_html/css/default/LSrelation.css b/src/css/default/LSrelation.css similarity index 100% rename from public_html/css/default/LSrelation.css rename to src/css/default/LSrelation.css diff --git a/public_html/css/default/LSselect.css b/src/css/default/LSselect.css similarity index 100% rename from public_html/css/default/LSselect.css rename to src/css/default/LSselect.css diff --git a/public_html/css/default/LSsmoothbox.css b/src/css/default/LSsmoothbox.css similarity index 100% rename from public_html/css/default/LSsmoothbox.css rename to src/css/default/LSsmoothbox.css diff --git a/public_html/css/default/base.css b/src/css/default/base.css similarity index 100% rename from public_html/css/default/base.css rename to src/css/default/base.css diff --git a/public_html/css/default/base_print.css b/src/css/default/base_print.css similarity index 100% rename from public_html/css/default/base_print.css rename to src/css/default/base_print.css diff --git a/public_html/css/default/color.html b/src/css/default/color.html similarity index 100% rename from public_html/css/default/color.html rename to src/css/default/color.html diff --git a/public_html/css/default/login.css b/src/css/default/login.css similarity index 100% rename from public_html/css/default/login.css rename to src/css/default/login.css diff --git a/public_html/css/default/recoverpassword.css b/src/css/default/recoverpassword.css similarity index 100% rename from public_html/css/default/recoverpassword.css rename to src/css/default/recoverpassword.css diff --git a/public_html/css/light-blue.css b/src/css/light-blue.css similarity index 100% rename from public_html/css/light-blue.css rename to src/css/light-blue.css diff --git a/public_html/css/light-green.css b/src/css/light-green.css similarity index 100% rename from public_html/css/light-green.css rename to src/css/light-green.css diff --git a/public_html/css/light-grey.css b/src/css/light-grey.css similarity index 100% rename from public_html/css/light-grey.css rename to src/css/light-grey.css diff --git a/public_html/css/light-red.css b/src/css/light-red.css similarity index 100% rename from public_html/css/light-red.css rename to src/css/light-red.css diff --git a/public_html/css/light-turquoise.css b/src/css/light-turquoise.css similarity index 100% rename from public_html/css/light-turquoise.css rename to src/css/light-turquoise.css diff --git a/public_html/css/local b/src/css/local similarity index 100% rename from public_html/css/local rename to src/css/local diff --git a/public_html/css/std-grey.css b/src/css/std-grey.css similarity index 100% rename from public_html/css/std-grey.css rename to src/css/std-grey.css diff --git a/public_html/images/black/ASC.png b/src/images/black/ASC.png similarity index 100% rename from public_html/images/black/ASC.png rename to src/images/black/ASC.png diff --git a/public_html/images/black/DESC.png b/src/images/black/DESC.png similarity index 100% rename from public_html/images/black/DESC.png rename to src/images/black/DESC.png diff --git a/public_html/images/black/add.png b/src/images/black/add.png similarity index 100% rename from public_html/images/black/add.png rename to src/images/black/add.png diff --git a/public_html/images/black/ajax-loader.gif b/src/images/black/ajax-loader.gif similarity index 100% rename from public_html/images/black/ajax-loader.gif rename to src/images/black/ajax-loader.gif diff --git a/public_html/images/black/calendar.png b/src/images/black/calendar.png similarity index 100% rename from public_html/images/black/calendar.png rename to src/images/black/calendar.png diff --git a/public_html/images/black/clear.png b/src/images/black/clear.png similarity index 100% rename from public_html/images/black/clear.png rename to src/images/black/clear.png diff --git a/public_html/images/black/close.png b/src/images/black/close.png similarity index 100% rename from public_html/images/black/close.png rename to src/images/black/close.png diff --git a/public_html/images/black/copy.png b/src/images/black/copy.png similarity index 100% rename from public_html/images/black/copy.png rename to src/images/black/copy.png diff --git a/public_html/images/black/create.png b/src/images/black/create.png similarity index 100% rename from public_html/images/black/create.png rename to src/images/black/create.png diff --git a/public_html/images/black/delete.png b/src/images/black/delete.png similarity index 100% rename from public_html/images/black/delete.png rename to src/images/black/delete.png diff --git a/public_html/images/black/en_US.png b/src/images/black/en_US.png similarity index 100% rename from public_html/images/black/en_US.png rename to src/images/black/en_US.png diff --git a/public_html/images/black/favicon.png b/src/images/black/favicon.png similarity index 100% rename from public_html/images/black/favicon.png rename to src/images/black/favicon.png diff --git a/public_html/images/black/find.png b/src/images/black/find.png similarity index 100% rename from public_html/images/black/find.png rename to src/images/black/find.png diff --git a/public_html/images/black/fr_FR.png b/src/images/black/fr_FR.png similarity index 100% rename from public_html/images/black/fr_FR.png rename to src/images/black/fr_FR.png diff --git a/public_html/images/black/generate.png b/src/images/black/generate.png similarity index 100% rename from public_html/images/black/generate.png rename to src/images/black/generate.png diff --git a/public_html/images/black/help.png b/src/images/black/help.png similarity index 100% rename from public_html/images/black/help.png rename to src/images/black/help.png diff --git a/public_html/images/black/hide.png b/src/images/black/hide.png similarity index 100% rename from public_html/images/black/hide.png rename to src/images/black/hide.png diff --git a/public_html/images/black/loading.gif b/src/images/black/loading.gif similarity index 100% rename from public_html/images/black/loading.gif rename to src/images/black/loading.gif diff --git a/public_html/images/black/login_fd.png b/src/images/black/login_fd.png similarity index 100% rename from public_html/images/black/login_fd.png rename to src/images/black/login_fd.png diff --git a/public_html/images/black/logo.png b/src/images/black/logo.png similarity index 100% rename from public_html/images/black/logo.png rename to src/images/black/logo.png diff --git a/public_html/images/black/logout.png b/src/images/black/logout.png similarity index 100% rename from public_html/images/black/logout.png rename to src/images/black/logout.png diff --git a/public_html/images/black/mail-edit.png b/src/images/black/mail-edit.png similarity index 100% rename from public_html/images/black/mail-edit.png rename to src/images/black/mail-edit.png diff --git a/public_html/images/black/mail.png b/src/images/black/mail.png similarity index 100% rename from public_html/images/black/mail.png rename to src/images/black/mail.png diff --git a/public_html/images/black/maildir_do.png b/src/images/black/maildir_do.png similarity index 100% rename from public_html/images/black/maildir_do.png rename to src/images/black/maildir_do.png diff --git a/public_html/images/black/maildir_nodo.png b/src/images/black/maildir_nodo.png similarity index 100% rename from public_html/images/black/maildir_nodo.png rename to src/images/black/maildir_nodo.png diff --git a/public_html/images/black/map_go.png b/src/images/black/map_go.png similarity index 100% rename from public_html/images/black/map_go.png rename to src/images/black/map_go.png diff --git a/public_html/images/black/modify.png b/src/images/black/modify.png similarity index 100% rename from public_html/images/black/modify.png rename to src/images/black/modify.png diff --git a/public_html/images/black/nomail.png b/src/images/black/nomail.png similarity index 100% rename from public_html/images/black/nomail.png rename to src/images/black/nomail.png diff --git a/public_html/images/black/now.png b/src/images/black/now.png similarity index 100% rename from public_html/images/black/now.png rename to src/images/black/now.png diff --git a/public_html/images/black/puce.png b/src/images/black/puce.png similarity index 100% rename from public_html/images/black/puce.png rename to src/images/black/puce.png diff --git a/public_html/images/black/refresh.png b/src/images/black/refresh.png similarity index 100% rename from public_html/images/black/refresh.png rename to src/images/black/refresh.png diff --git a/public_html/images/black/remove.png b/src/images/black/remove.png similarity index 100% rename from public_html/images/black/remove.png rename to src/images/black/remove.png diff --git a/public_html/images/black/rss.png b/src/images/black/rss.png similarity index 100% rename from public_html/images/black/rss.png rename to src/images/black/rss.png diff --git a/public_html/images/black/url_add.png b/src/images/black/url_add.png similarity index 100% rename from public_html/images/black/url_add.png rename to src/images/black/url_add.png diff --git a/public_html/images/black/url_go.png b/src/images/black/url_go.png similarity index 100% rename from public_html/images/black/url_go.png rename to src/images/black/url_go.png diff --git a/public_html/images/black/verify.png b/src/images/black/verify.png similarity index 100% rename from public_html/images/black/verify.png rename to src/images/black/verify.png diff --git a/public_html/images/black/view.png b/src/images/black/view.png similarity index 100% rename from public_html/images/black/view.png rename to src/images/black/view.png diff --git a/public_html/images/black/view_hash.png b/src/images/black/view_hash.png similarity index 100% rename from public_html/images/black/view_hash.png rename to src/images/black/view_hash.png diff --git a/public_html/images/black/xmpp.png b/src/images/black/xmpp.png similarity index 100% rename from public_html/images/black/xmpp.png rename to src/images/black/xmpp.png diff --git a/public_html/images/black/zoom.png b/src/images/black/zoom.png similarity index 100% rename from public_html/images/black/zoom.png rename to src/images/black/zoom.png diff --git a/public_html/images/default/ASC.png b/src/images/default/ASC.png similarity index 100% rename from public_html/images/default/ASC.png rename to src/images/default/ASC.png diff --git a/public_html/images/default/DESC.png b/src/images/default/DESC.png similarity index 100% rename from public_html/images/default/DESC.png rename to src/images/default/DESC.png diff --git a/public_html/images/default/add.png b/src/images/default/add.png similarity index 100% rename from public_html/images/default/add.png rename to src/images/default/add.png diff --git a/public_html/images/default/ajax-loader.gif b/src/images/default/ajax-loader.gif similarity index 100% rename from public_html/images/default/ajax-loader.gif rename to src/images/default/ajax-loader.gif diff --git a/public_html/images/default/calendar.png b/src/images/default/calendar.png similarity index 100% rename from public_html/images/default/calendar.png rename to src/images/default/calendar.png diff --git a/public_html/images/default/clear.png b/src/images/default/clear.png similarity index 100% rename from public_html/images/default/clear.png rename to src/images/default/clear.png diff --git a/public_html/images/default/close.png b/src/images/default/close.png similarity index 100% rename from public_html/images/default/close.png rename to src/images/default/close.png diff --git a/public_html/images/default/copy.png b/src/images/default/copy.png similarity index 100% rename from public_html/images/default/copy.png rename to src/images/default/copy.png diff --git a/public_html/images/default/create.png b/src/images/default/create.png similarity index 100% rename from public_html/images/default/create.png rename to src/images/default/create.png diff --git a/public_html/images/default/delete.png b/src/images/default/delete.png similarity index 100% rename from public_html/images/default/delete.png rename to src/images/default/delete.png diff --git a/public_html/images/default/down.png b/src/images/default/down.png similarity index 100% rename from public_html/images/default/down.png rename to src/images/default/down.png diff --git a/public_html/images/default/en_US.png b/src/images/default/en_US.png similarity index 100% rename from public_html/images/default/en_US.png rename to src/images/default/en_US.png diff --git a/public_html/images/default/export_csv.png b/src/images/default/export_csv.png similarity index 100% rename from public_html/images/default/export_csv.png rename to src/images/default/export_csv.png diff --git a/public_html/images/default/favicon.png b/src/images/default/favicon.png similarity index 100% rename from public_html/images/default/favicon.png rename to src/images/default/favicon.png diff --git a/public_html/images/default/find.png b/src/images/default/find.png similarity index 100% rename from public_html/images/default/find.png rename to src/images/default/find.png diff --git a/public_html/images/default/fr_FR.png b/src/images/default/fr_FR.png similarity index 100% rename from public_html/images/default/fr_FR.png rename to src/images/default/fr_FR.png diff --git a/public_html/images/default/generate.png b/src/images/default/generate.png similarity index 100% rename from public_html/images/default/generate.png rename to src/images/default/generate.png diff --git a/public_html/images/default/help.png b/src/images/default/help.png similarity index 100% rename from public_html/images/default/help.png rename to src/images/default/help.png diff --git a/public_html/images/default/hide.png b/src/images/default/hide.png similarity index 100% rename from public_html/images/default/hide.png rename to src/images/default/hide.png diff --git a/public_html/images/default/import.png b/src/images/default/import.png similarity index 100% rename from public_html/images/default/import.png rename to src/images/default/import.png diff --git a/public_html/images/default/loading.gif b/src/images/default/loading.gif similarity index 100% rename from public_html/images/default/loading.gif rename to src/images/default/loading.gif diff --git a/public_html/images/default/login_fd.png b/src/images/default/login_fd.png similarity index 100% rename from public_html/images/default/login_fd.png rename to src/images/default/login_fd.png diff --git a/public_html/images/default/logo.png b/src/images/default/logo.png similarity index 100% rename from public_html/images/default/logo.png rename to src/images/default/logo.png diff --git a/public_html/images/default/logout.png b/src/images/default/logout.png similarity index 100% rename from public_html/images/default/logout.png rename to src/images/default/logout.png diff --git a/public_html/images/default/mail-edit.png b/src/images/default/mail-edit.png similarity index 100% rename from public_html/images/default/mail-edit.png rename to src/images/default/mail-edit.png diff --git a/public_html/images/default/mail.png b/src/images/default/mail.png similarity index 100% rename from public_html/images/default/mail.png rename to src/images/default/mail.png diff --git a/public_html/images/default/maildir_do.png b/src/images/default/maildir_do.png similarity index 100% rename from public_html/images/default/maildir_do.png rename to src/images/default/maildir_do.png diff --git a/public_html/images/default/maildir_nodo.png b/src/images/default/maildir_nodo.png similarity index 100% rename from public_html/images/default/maildir_nodo.png rename to src/images/default/maildir_nodo.png diff --git a/public_html/images/default/map_go.png b/src/images/default/map_go.png similarity index 100% rename from public_html/images/default/map_go.png rename to src/images/default/map_go.png diff --git a/public_html/images/default/modify.png b/src/images/default/modify.png similarity index 100% rename from public_html/images/default/modify.png rename to src/images/default/modify.png diff --git a/public_html/images/default/nomail.png b/src/images/default/nomail.png similarity index 100% rename from public_html/images/default/nomail.png rename to src/images/default/nomail.png diff --git a/public_html/images/default/now.png b/src/images/default/now.png similarity index 100% rename from public_html/images/default/now.png rename to src/images/default/now.png diff --git a/public_html/images/default/phpldapadmin.png b/src/images/default/phpldapadmin.png similarity index 100% rename from public_html/images/default/phpldapadmin.png rename to src/images/default/phpldapadmin.png diff --git a/public_html/images/default/puce.png b/src/images/default/puce.png similarity index 100% rename from public_html/images/default/puce.png rename to src/images/default/puce.png diff --git a/public_html/images/default/refresh.png b/src/images/default/refresh.png similarity index 100% rename from public_html/images/default/refresh.png rename to src/images/default/refresh.png diff --git a/public_html/images/default/remove.png b/src/images/default/remove.png similarity index 100% rename from public_html/images/default/remove.png rename to src/images/default/remove.png diff --git a/public_html/images/default/reset.png b/src/images/default/reset.png similarity index 100% rename from public_html/images/default/reset.png rename to src/images/default/reset.png diff --git a/public_html/images/default/rss.png b/src/images/default/rss.png similarity index 100% rename from public_html/images/default/rss.png rename to src/images/default/rss.png diff --git a/public_html/images/default/supann_label_BCN.png b/src/images/default/supann_label_BCN.png similarity index 100% rename from public_html/images/default/supann_label_BCN.png rename to src/images/default/supann_label_BCN.png diff --git a/public_html/images/default/supann_label_NCORPS.png b/src/images/default/supann_label_NCORPS.png similarity index 100% rename from public_html/images/default/supann_label_NCORPS.png rename to src/images/default/supann_label_NCORPS.png diff --git a/public_html/images/default/supann_label_SISE.png b/src/images/default/supann_label_SISE.png similarity index 100% rename from public_html/images/default/supann_label_SISE.png rename to src/images/default/supann_label_SISE.png diff --git a/public_html/images/default/supann_label_SUPANN.png b/src/images/default/supann_label_SUPANN.png similarity index 100% rename from public_html/images/default/supann_label_SUPANN.png rename to src/images/default/supann_label_SUPANN.png diff --git a/public_html/images/default/supann_label_UAI.png b/src/images/default/supann_label_UAI.png similarity index 100% rename from public_html/images/default/supann_label_UAI.png rename to src/images/default/supann_label_UAI.png diff --git a/public_html/images/default/up.png b/src/images/default/up.png similarity index 100% rename from public_html/images/default/up.png rename to src/images/default/up.png diff --git a/public_html/images/default/url_add.png b/src/images/default/url_add.png similarity index 100% rename from public_html/images/default/url_add.png rename to src/images/default/url_add.png diff --git a/public_html/images/default/url_go.png b/src/images/default/url_go.png similarity index 100% rename from public_html/images/default/url_go.png rename to src/images/default/url_go.png diff --git a/public_html/images/default/verify.png b/src/images/default/verify.png similarity index 100% rename from public_html/images/default/verify.png rename to src/images/default/verify.png diff --git a/public_html/images/default/view.png b/src/images/default/view.png similarity index 100% rename from public_html/images/default/view.png rename to src/images/default/view.png diff --git a/public_html/images/default/view_hash.png b/src/images/default/view_hash.png similarity index 100% rename from public_html/images/default/view_hash.png rename to src/images/default/view_hash.png diff --git a/public_html/images/default/xmpp.png b/src/images/default/xmpp.png similarity index 100% rename from public_html/images/default/xmpp.png rename to src/images/default/xmpp.png diff --git a/public_html/images/default/zoom.png b/src/images/default/zoom.png similarity index 100% rename from public_html/images/default/zoom.png rename to src/images/default/zoom.png diff --git a/public_html/images/local b/src/images/local similarity index 100% rename from public_html/images/local rename to src/images/local diff --git a/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php b/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php similarity index 100% rename from public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php rename to src/includes/addons/LSaddons.LSaccessRightsMatrixView.php diff --git a/public_html/includes/addons/LSaddons.asterisk.php b/src/includes/addons/LSaddons.asterisk.php similarity index 100% rename from public_html/includes/addons/LSaddons.asterisk.php rename to src/includes/addons/LSaddons.asterisk.php diff --git a/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php b/src/includes/addons/LSaddons.exportSearchResultAsCSV.php similarity index 100% rename from public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php rename to src/includes/addons/LSaddons.exportSearchResultAsCSV.php diff --git a/public_html/includes/addons/LSaddons.ftp.php b/src/includes/addons/LSaddons.ftp.php similarity index 100% rename from public_html/includes/addons/LSaddons.ftp.php rename to src/includes/addons/LSaddons.ftp.php diff --git a/public_html/includes/addons/LSaddons.mail.php b/src/includes/addons/LSaddons.mail.php similarity index 100% rename from public_html/includes/addons/LSaddons.mail.php rename to src/includes/addons/LSaddons.mail.php diff --git a/public_html/includes/addons/LSaddons.maildir.php b/src/includes/addons/LSaddons.maildir.php similarity index 100% rename from public_html/includes/addons/LSaddons.maildir.php rename to src/includes/addons/LSaddons.maildir.php diff --git a/public_html/includes/addons/LSaddons.mailquota.php b/src/includes/addons/LSaddons.mailquota.php similarity index 100% rename from public_html/includes/addons/LSaddons.mailquota.php rename to src/includes/addons/LSaddons.mailquota.php diff --git a/public_html/includes/addons/LSaddons.phpldapadmin.php b/src/includes/addons/LSaddons.phpldapadmin.php similarity index 100% rename from public_html/includes/addons/LSaddons.phpldapadmin.php rename to src/includes/addons/LSaddons.phpldapadmin.php diff --git a/public_html/includes/addons/LSaddons.posix.php b/src/includes/addons/LSaddons.posix.php similarity index 100% rename from public_html/includes/addons/LSaddons.posix.php rename to src/includes/addons/LSaddons.posix.php diff --git a/public_html/includes/addons/LSaddons.samba.php b/src/includes/addons/LSaddons.samba.php similarity index 100% rename from public_html/includes/addons/LSaddons.samba.php rename to src/includes/addons/LSaddons.samba.php diff --git a/public_html/includes/addons/LSaddons.ssh.php b/src/includes/addons/LSaddons.ssh.php similarity index 100% rename from public_html/includes/addons/LSaddons.ssh.php rename to src/includes/addons/LSaddons.ssh.php diff --git a/public_html/includes/addons/LSaddons.supann.php b/src/includes/addons/LSaddons.supann.php similarity index 100% rename from public_html/includes/addons/LSaddons.supann.php rename to src/includes/addons/LSaddons.supann.php diff --git a/public_html/includes/class/class.LSattr_html.php b/src/includes/class/class.LSattr_html.php similarity index 100% rename from public_html/includes/class/class.LSattr_html.php rename to src/includes/class/class.LSattr_html.php diff --git a/public_html/includes/class/class.LSattr_html_boolean.php b/src/includes/class/class.LSattr_html_boolean.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_boolean.php rename to src/includes/class/class.LSattr_html_boolean.php diff --git a/public_html/includes/class/class.LSattr_html_date.php b/src/includes/class/class.LSattr_html_date.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_date.php rename to src/includes/class/class.LSattr_html_date.php diff --git a/public_html/includes/class/class.LSattr_html_image.php b/src/includes/class/class.LSattr_html_image.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_image.php rename to src/includes/class/class.LSattr_html_image.php diff --git a/public_html/includes/class/class.LSattr_html_jsonCompositeAttribute.php b/src/includes/class/class.LSattr_html_jsonCompositeAttribute.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_jsonCompositeAttribute.php rename to src/includes/class/class.LSattr_html_jsonCompositeAttribute.php diff --git a/public_html/includes/class/class.LSattr_html_labeledValue.php b/src/includes/class/class.LSattr_html_labeledValue.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_labeledValue.php rename to src/includes/class/class.LSattr_html_labeledValue.php diff --git a/public_html/includes/class/class.LSattr_html_mail.php b/src/includes/class/class.LSattr_html_mail.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_mail.php rename to src/includes/class/class.LSattr_html_mail.php diff --git a/public_html/includes/class/class.LSattr_html_mailQuota.php b/src/includes/class/class.LSattr_html_mailQuota.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_mailQuota.php rename to src/includes/class/class.LSattr_html_mailQuota.php diff --git a/public_html/includes/class/class.LSattr_html_maildir.php b/src/includes/class/class.LSattr_html_maildir.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_maildir.php rename to src/includes/class/class.LSattr_html_maildir.php diff --git a/public_html/includes/class/class.LSattr_html_password.php b/src/includes/class/class.LSattr_html_password.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_password.php rename to src/includes/class/class.LSattr_html_password.php diff --git a/public_html/includes/class/class.LSattr_html_postaladdress.php b/src/includes/class/class.LSattr_html_postaladdress.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_postaladdress.php rename to src/includes/class/class.LSattr_html_postaladdress.php diff --git a/public_html/includes/class/class.LSattr_html_pre.php b/src/includes/class/class.LSattr_html_pre.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_pre.php rename to src/includes/class/class.LSattr_html_pre.php diff --git a/public_html/includes/class/class.LSattr_html_quota.php b/src/includes/class/class.LSattr_html_quota.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_quota.php rename to src/includes/class/class.LSattr_html_quota.php diff --git a/public_html/includes/class/class.LSattr_html_rss.php b/src/includes/class/class.LSattr_html_rss.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_rss.php rename to src/includes/class/class.LSattr_html_rss.php diff --git a/public_html/includes/class/class.LSattr_html_select_box.php b/src/includes/class/class.LSattr_html_select_box.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_select_box.php rename to src/includes/class/class.LSattr_html_select_box.php diff --git a/public_html/includes/class/class.LSattr_html_select_list.php b/src/includes/class/class.LSattr_html_select_list.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_select_list.php rename to src/includes/class/class.LSattr_html_select_list.php diff --git a/public_html/includes/class/class.LSattr_html_select_object.php b/src/includes/class/class.LSattr_html_select_object.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_select_object.php rename to src/includes/class/class.LSattr_html_select_object.php diff --git a/public_html/includes/class/class.LSattr_html_ssh_key.php b/src/includes/class/class.LSattr_html_ssh_key.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_ssh_key.php rename to src/includes/class/class.LSattr_html_ssh_key.php diff --git a/public_html/includes/class/class.LSattr_html_supannActivite.php b/src/includes/class/class.LSattr_html_supannActivite.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_supannActivite.php rename to src/includes/class/class.LSattr_html_supannActivite.php diff --git a/public_html/includes/class/class.LSattr_html_supannEmpCorps.php b/src/includes/class/class.LSattr_html_supannEmpCorps.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_supannEmpCorps.php rename to src/includes/class/class.LSattr_html_supannEmpCorps.php diff --git a/public_html/includes/class/class.LSattr_html_supannEtablissement.php b/src/includes/class/class.LSattr_html_supannEtablissement.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_supannEtablissement.php rename to src/includes/class/class.LSattr_html_supannEtablissement.php diff --git a/public_html/includes/class/class.LSattr_html_supannEtuInscription.php b/src/includes/class/class.LSattr_html_supannEtuInscription.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_supannEtuInscription.php rename to src/includes/class/class.LSattr_html_supannEtuInscription.php diff --git a/public_html/includes/class/class.LSattr_html_supannLabeledValue.php b/src/includes/class/class.LSattr_html_supannLabeledValue.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_supannLabeledValue.php rename to src/includes/class/class.LSattr_html_supannLabeledValue.php diff --git a/public_html/includes/class/class.LSattr_html_supannRoleEntite.php b/src/includes/class/class.LSattr_html_supannRoleEntite.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_supannRoleEntite.php rename to src/includes/class/class.LSattr_html_supannRoleEntite.php diff --git a/public_html/includes/class/class.LSattr_html_supannRoleGenerique.php b/src/includes/class/class.LSattr_html_supannRoleGenerique.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_supannRoleGenerique.php rename to src/includes/class/class.LSattr_html_supannRoleGenerique.php diff --git a/public_html/includes/class/class.LSattr_html_supannTypeEntite.php b/src/includes/class/class.LSattr_html_supannTypeEntite.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_supannTypeEntite.php rename to src/includes/class/class.LSattr_html_supannTypeEntite.php diff --git a/public_html/includes/class/class.LSattr_html_tel.php b/src/includes/class/class.LSattr_html_tel.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_tel.php rename to src/includes/class/class.LSattr_html_tel.php diff --git a/public_html/includes/class/class.LSattr_html_text.php b/src/includes/class/class.LSattr_html_text.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_text.php rename to src/includes/class/class.LSattr_html_text.php diff --git a/public_html/includes/class/class.LSattr_html_textarea.php b/src/includes/class/class.LSattr_html_textarea.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_textarea.php rename to src/includes/class/class.LSattr_html_textarea.php diff --git a/public_html/includes/class/class.LSattr_html_url.php b/src/includes/class/class.LSattr_html_url.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_url.php rename to src/includes/class/class.LSattr_html_url.php diff --git a/public_html/includes/class/class.LSattr_html_valueWithUnit.php b/src/includes/class/class.LSattr_html_valueWithUnit.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_valueWithUnit.php rename to src/includes/class/class.LSattr_html_valueWithUnit.php diff --git a/public_html/includes/class/class.LSattr_html_wysiwyg.php b/src/includes/class/class.LSattr_html_wysiwyg.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_wysiwyg.php rename to src/includes/class/class.LSattr_html_wysiwyg.php diff --git a/public_html/includes/class/class.LSattr_html_xmpp.php b/src/includes/class/class.LSattr_html_xmpp.php similarity index 100% rename from public_html/includes/class/class.LSattr_html_xmpp.php rename to src/includes/class/class.LSattr_html_xmpp.php diff --git a/public_html/includes/class/class.LSattr_ldap.php b/src/includes/class/class.LSattr_ldap.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap.php rename to src/includes/class/class.LSattr_ldap.php diff --git a/public_html/includes/class/class.LSattr_ldap_ascii.php b/src/includes/class/class.LSattr_ldap_ascii.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_ascii.php rename to src/includes/class/class.LSattr_ldap_ascii.php diff --git a/public_html/includes/class/class.LSattr_ldap_boolean.php b/src/includes/class/class.LSattr_ldap_boolean.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_boolean.php rename to src/includes/class/class.LSattr_ldap_boolean.php diff --git a/public_html/includes/class/class.LSattr_ldap_compositeValueToJSON.php b/src/includes/class/class.LSattr_ldap_compositeValueToJSON.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_compositeValueToJSON.php rename to src/includes/class/class.LSattr_ldap_compositeValueToJSON.php diff --git a/public_html/includes/class/class.LSattr_ldap_date.php b/src/includes/class/class.LSattr_ldap_date.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_date.php rename to src/includes/class/class.LSattr_ldap_date.php diff --git a/public_html/includes/class/class.LSattr_ldap_image.php b/src/includes/class/class.LSattr_ldap_image.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_image.php rename to src/includes/class/class.LSattr_ldap_image.php diff --git a/public_html/includes/class/class.LSattr_ldap_naiveDate.php b/src/includes/class/class.LSattr_ldap_naiveDate.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_naiveDate.php rename to src/includes/class/class.LSattr_ldap_naiveDate.php diff --git a/public_html/includes/class/class.LSattr_ldap_numeric.php b/src/includes/class/class.LSattr_ldap_numeric.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_numeric.php rename to src/includes/class/class.LSattr_ldap_numeric.php diff --git a/public_html/includes/class/class.LSattr_ldap_password.php b/src/includes/class/class.LSattr_ldap_password.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_password.php rename to src/includes/class/class.LSattr_ldap_password.php diff --git a/public_html/includes/class/class.LSattr_ldap_postaladdress.php b/src/includes/class/class.LSattr_ldap_postaladdress.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_postaladdress.php rename to src/includes/class/class.LSattr_ldap_postaladdress.php diff --git a/public_html/includes/class/class.LSattr_ldap_shadowExpire.php b/src/includes/class/class.LSattr_ldap_shadowExpire.php similarity index 100% rename from public_html/includes/class/class.LSattr_ldap_shadowExpire.php rename to src/includes/class/class.LSattr_ldap_shadowExpire.php diff --git a/public_html/includes/class/class.LSattribute.php b/src/includes/class/class.LSattribute.php similarity index 100% rename from public_html/includes/class/class.LSattribute.php rename to src/includes/class/class.LSattribute.php diff --git a/public_html/includes/class/class.LSauth.php b/src/includes/class/class.LSauth.php similarity index 100% rename from public_html/includes/class/class.LSauth.php rename to src/includes/class/class.LSauth.php diff --git a/public_html/includes/class/class.LSauthMethod.php b/src/includes/class/class.LSauthMethod.php similarity index 100% rename from public_html/includes/class/class.LSauthMethod.php rename to src/includes/class/class.LSauthMethod.php diff --git a/public_html/includes/class/class.LSauthMethod_CAS.php b/src/includes/class/class.LSauthMethod_CAS.php similarity index 100% rename from public_html/includes/class/class.LSauthMethod_CAS.php rename to src/includes/class/class.LSauthMethod_CAS.php diff --git a/public_html/includes/class/class.LSauthMethod_HTTP.php b/src/includes/class/class.LSauthMethod_HTTP.php similarity index 100% rename from public_html/includes/class/class.LSauthMethod_HTTP.php rename to src/includes/class/class.LSauthMethod_HTTP.php diff --git a/public_html/includes/class/class.LSauthMethod_anonymous.php b/src/includes/class/class.LSauthMethod_anonymous.php similarity index 100% rename from public_html/includes/class/class.LSauthMethod_anonymous.php rename to src/includes/class/class.LSauthMethod_anonymous.php diff --git a/public_html/includes/class/class.LSauthMethod_basic.php b/src/includes/class/class.LSauthMethod_basic.php similarity index 100% rename from public_html/includes/class/class.LSauthMethod_basic.php rename to src/includes/class/class.LSauthMethod_basic.php diff --git a/public_html/includes/class/class.LScli.php b/src/includes/class/class.LScli.php similarity index 100% rename from public_html/includes/class/class.LScli.php rename to src/includes/class/class.LScli.php diff --git a/public_html/includes/class/class.LSconfig.php b/src/includes/class/class.LSconfig.php similarity index 100% rename from public_html/includes/class/class.LSconfig.php rename to src/includes/class/class.LSconfig.php diff --git a/public_html/includes/class/class.LSconfirmBox.php b/src/includes/class/class.LSconfirmBox.php similarity index 100% rename from public_html/includes/class/class.LSconfirmBox.php rename to src/includes/class/class.LSconfirmBox.php diff --git a/public_html/includes/class/class.LSerror.php b/src/includes/class/class.LSerror.php similarity index 100% rename from public_html/includes/class/class.LSerror.php rename to src/includes/class/class.LSerror.php diff --git a/public_html/includes/class/class.LSform.php b/src/includes/class/class.LSform.php similarity index 100% rename from public_html/includes/class/class.LSform.php rename to src/includes/class/class.LSform.php diff --git a/public_html/includes/class/class.LSformElement.php b/src/includes/class/class.LSformElement.php similarity index 100% rename from public_html/includes/class/class.LSformElement.php rename to src/includes/class/class.LSformElement.php diff --git a/public_html/includes/class/class.LSformElement_boolean.php b/src/includes/class/class.LSformElement_boolean.php similarity index 100% rename from public_html/includes/class/class.LSformElement_boolean.php rename to src/includes/class/class.LSformElement_boolean.php diff --git a/public_html/includes/class/class.LSformElement_date.php b/src/includes/class/class.LSformElement_date.php similarity index 100% rename from public_html/includes/class/class.LSformElement_date.php rename to src/includes/class/class.LSformElement_date.php diff --git a/public_html/includes/class/class.LSformElement_image.php b/src/includes/class/class.LSformElement_image.php similarity index 100% rename from public_html/includes/class/class.LSformElement_image.php rename to src/includes/class/class.LSformElement_image.php diff --git a/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php b/src/includes/class/class.LSformElement_jsonCompositeAttribute.php similarity index 100% rename from public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php rename to src/includes/class/class.LSformElement_jsonCompositeAttribute.php diff --git a/public_html/includes/class/class.LSformElement_labeledValue.php b/src/includes/class/class.LSformElement_labeledValue.php similarity index 100% rename from public_html/includes/class/class.LSformElement_labeledValue.php rename to src/includes/class/class.LSformElement_labeledValue.php diff --git a/public_html/includes/class/class.LSformElement_mail.php b/src/includes/class/class.LSformElement_mail.php similarity index 100% rename from public_html/includes/class/class.LSformElement_mail.php rename to src/includes/class/class.LSformElement_mail.php diff --git a/public_html/includes/class/class.LSformElement_mailQuota.php b/src/includes/class/class.LSformElement_mailQuota.php similarity index 100% rename from public_html/includes/class/class.LSformElement_mailQuota.php rename to src/includes/class/class.LSformElement_mailQuota.php diff --git a/public_html/includes/class/class.LSformElement_maildir.php b/src/includes/class/class.LSformElement_maildir.php similarity index 100% rename from public_html/includes/class/class.LSformElement_maildir.php rename to src/includes/class/class.LSformElement_maildir.php diff --git a/public_html/includes/class/class.LSformElement_password.php b/src/includes/class/class.LSformElement_password.php similarity index 100% rename from public_html/includes/class/class.LSformElement_password.php rename to src/includes/class/class.LSformElement_password.php diff --git a/public_html/includes/class/class.LSformElement_postaladdress.php b/src/includes/class/class.LSformElement_postaladdress.php similarity index 100% rename from public_html/includes/class/class.LSformElement_postaladdress.php rename to src/includes/class/class.LSformElement_postaladdress.php diff --git a/public_html/includes/class/class.LSformElement_pre.php b/src/includes/class/class.LSformElement_pre.php similarity index 100% rename from public_html/includes/class/class.LSformElement_pre.php rename to src/includes/class/class.LSformElement_pre.php diff --git a/public_html/includes/class/class.LSformElement_quota.php b/src/includes/class/class.LSformElement_quota.php similarity index 100% rename from public_html/includes/class/class.LSformElement_quota.php rename to src/includes/class/class.LSformElement_quota.php diff --git a/public_html/includes/class/class.LSformElement_rss.php b/src/includes/class/class.LSformElement_rss.php similarity index 100% rename from public_html/includes/class/class.LSformElement_rss.php rename to src/includes/class/class.LSformElement_rss.php diff --git a/public_html/includes/class/class.LSformElement_select.php b/src/includes/class/class.LSformElement_select.php similarity index 100% rename from public_html/includes/class/class.LSformElement_select.php rename to src/includes/class/class.LSformElement_select.php diff --git a/public_html/includes/class/class.LSformElement_select_box.php b/src/includes/class/class.LSformElement_select_box.php similarity index 100% rename from public_html/includes/class/class.LSformElement_select_box.php rename to src/includes/class/class.LSformElement_select_box.php diff --git a/public_html/includes/class/class.LSformElement_select_object.php b/src/includes/class/class.LSformElement_select_object.php similarity index 100% rename from public_html/includes/class/class.LSformElement_select_object.php rename to src/includes/class/class.LSformElement_select_object.php diff --git a/public_html/includes/class/class.LSformElement_ssh_key.php b/src/includes/class/class.LSformElement_ssh_key.php similarity index 100% rename from public_html/includes/class/class.LSformElement_ssh_key.php rename to src/includes/class/class.LSformElement_ssh_key.php diff --git a/public_html/includes/class/class.LSformElement_supannActivite.php b/src/includes/class/class.LSformElement_supannActivite.php similarity index 100% rename from public_html/includes/class/class.LSformElement_supannActivite.php rename to src/includes/class/class.LSformElement_supannActivite.php diff --git a/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php b/src/includes/class/class.LSformElement_supannCompositeAttribute.php similarity index 100% rename from public_html/includes/class/class.LSformElement_supannCompositeAttribute.php rename to src/includes/class/class.LSformElement_supannCompositeAttribute.php diff --git a/public_html/includes/class/class.LSformElement_supannEmpCorps.php b/src/includes/class/class.LSformElement_supannEmpCorps.php similarity index 100% rename from public_html/includes/class/class.LSformElement_supannEmpCorps.php rename to src/includes/class/class.LSformElement_supannEmpCorps.php diff --git a/public_html/includes/class/class.LSformElement_supannEtablissement.php b/src/includes/class/class.LSformElement_supannEtablissement.php similarity index 100% rename from public_html/includes/class/class.LSformElement_supannEtablissement.php rename to src/includes/class/class.LSformElement_supannEtablissement.php diff --git a/public_html/includes/class/class.LSformElement_supannEtuInscription.php b/src/includes/class/class.LSformElement_supannEtuInscription.php similarity index 100% rename from public_html/includes/class/class.LSformElement_supannEtuInscription.php rename to src/includes/class/class.LSformElement_supannEtuInscription.php diff --git a/public_html/includes/class/class.LSformElement_supannLabeledValue.php b/src/includes/class/class.LSformElement_supannLabeledValue.php similarity index 100% rename from public_html/includes/class/class.LSformElement_supannLabeledValue.php rename to src/includes/class/class.LSformElement_supannLabeledValue.php diff --git a/public_html/includes/class/class.LSformElement_supannRoleEntite.php b/src/includes/class/class.LSformElement_supannRoleEntite.php similarity index 100% rename from public_html/includes/class/class.LSformElement_supannRoleEntite.php rename to src/includes/class/class.LSformElement_supannRoleEntite.php diff --git a/public_html/includes/class/class.LSformElement_supannRoleGenerique.php b/src/includes/class/class.LSformElement_supannRoleGenerique.php similarity index 100% rename from public_html/includes/class/class.LSformElement_supannRoleGenerique.php rename to src/includes/class/class.LSformElement_supannRoleGenerique.php diff --git a/public_html/includes/class/class.LSformElement_supannTypeEntite.php b/src/includes/class/class.LSformElement_supannTypeEntite.php similarity index 100% rename from public_html/includes/class/class.LSformElement_supannTypeEntite.php rename to src/includes/class/class.LSformElement_supannTypeEntite.php diff --git a/public_html/includes/class/class.LSformElement_tel.php b/src/includes/class/class.LSformElement_tel.php similarity index 100% rename from public_html/includes/class/class.LSformElement_tel.php rename to src/includes/class/class.LSformElement_tel.php diff --git a/public_html/includes/class/class.LSformElement_text.php b/src/includes/class/class.LSformElement_text.php similarity index 100% rename from public_html/includes/class/class.LSformElement_text.php rename to src/includes/class/class.LSformElement_text.php diff --git a/public_html/includes/class/class.LSformElement_textarea.php b/src/includes/class/class.LSformElement_textarea.php similarity index 100% rename from public_html/includes/class/class.LSformElement_textarea.php rename to src/includes/class/class.LSformElement_textarea.php diff --git a/public_html/includes/class/class.LSformElement_url.php b/src/includes/class/class.LSformElement_url.php similarity index 100% rename from public_html/includes/class/class.LSformElement_url.php rename to src/includes/class/class.LSformElement_url.php diff --git a/public_html/includes/class/class.LSformElement_valueWithUnit.php b/src/includes/class/class.LSformElement_valueWithUnit.php similarity index 100% rename from public_html/includes/class/class.LSformElement_valueWithUnit.php rename to src/includes/class/class.LSformElement_valueWithUnit.php diff --git a/public_html/includes/class/class.LSformElement_wysiwyg.php b/src/includes/class/class.LSformElement_wysiwyg.php similarity index 100% rename from public_html/includes/class/class.LSformElement_wysiwyg.php rename to src/includes/class/class.LSformElement_wysiwyg.php diff --git a/public_html/includes/class/class.LSformElement_xmpp.php b/src/includes/class/class.LSformElement_xmpp.php similarity index 100% rename from public_html/includes/class/class.LSformElement_xmpp.php rename to src/includes/class/class.LSformElement_xmpp.php diff --git a/public_html/includes/class/class.LSformRule.php b/src/includes/class/class.LSformRule.php similarity index 100% rename from public_html/includes/class/class.LSformRule.php rename to src/includes/class/class.LSformRule.php diff --git a/public_html/includes/class/class.LSformRule_LSformElement_select_validValue.php b/src/includes/class/class.LSformRule_LSformElement_select_validValue.php similarity index 100% rename from public_html/includes/class/class.LSformRule_LSformElement_select_validValue.php rename to src/includes/class/class.LSformRule_LSformElement_select_validValue.php diff --git a/public_html/includes/class/class.LSformRule_alphanumeric.php b/src/includes/class/class.LSformRule_alphanumeric.php similarity index 100% rename from public_html/includes/class/class.LSformRule_alphanumeric.php rename to src/includes/class/class.LSformRule_alphanumeric.php diff --git a/public_html/includes/class/class.LSformRule_callable.php b/src/includes/class/class.LSformRule_callable.php similarity index 100% rename from public_html/includes/class/class.LSformRule_callable.php rename to src/includes/class/class.LSformRule_callable.php diff --git a/public_html/includes/class/class.LSformRule_compare.php b/src/includes/class/class.LSformRule_compare.php similarity index 100% rename from public_html/includes/class/class.LSformRule_compare.php rename to src/includes/class/class.LSformRule_compare.php diff --git a/public_html/includes/class/class.LSformRule_date.php b/src/includes/class/class.LSformRule_date.php similarity index 100% rename from public_html/includes/class/class.LSformRule_date.php rename to src/includes/class/class.LSformRule_date.php diff --git a/public_html/includes/class/class.LSformRule_differentPassword.php b/src/includes/class/class.LSformRule_differentPassword.php similarity index 100% rename from public_html/includes/class/class.LSformRule_differentPassword.php rename to src/includes/class/class.LSformRule_differentPassword.php diff --git a/public_html/includes/class/class.LSformRule_email.php b/src/includes/class/class.LSformRule_email.php similarity index 100% rename from public_html/includes/class/class.LSformRule_email.php rename to src/includes/class/class.LSformRule_email.php diff --git a/public_html/includes/class/class.LSformRule_filesize.php b/src/includes/class/class.LSformRule_filesize.php similarity index 100% rename from public_html/includes/class/class.LSformRule_filesize.php rename to src/includes/class/class.LSformRule_filesize.php diff --git a/public_html/includes/class/class.LSformRule_imagefile.php b/src/includes/class/class.LSformRule_imagefile.php similarity index 100% rename from public_html/includes/class/class.LSformRule_imagefile.php rename to src/includes/class/class.LSformRule_imagefile.php diff --git a/public_html/includes/class/class.LSformRule_imagesize.php b/src/includes/class/class.LSformRule_imagesize.php similarity index 100% rename from public_html/includes/class/class.LSformRule_imagesize.php rename to src/includes/class/class.LSformRule_imagesize.php diff --git a/public_html/includes/class/class.LSformRule_inarray.php b/src/includes/class/class.LSformRule_inarray.php similarity index 100% rename from public_html/includes/class/class.LSformRule_inarray.php rename to src/includes/class/class.LSformRule_inarray.php diff --git a/public_html/includes/class/class.LSformRule_integer.php b/src/includes/class/class.LSformRule_integer.php similarity index 100% rename from public_html/includes/class/class.LSformRule_integer.php rename to src/includes/class/class.LSformRule_integer.php diff --git a/public_html/includes/class/class.LSformRule_lettersonly.php b/src/includes/class/class.LSformRule_lettersonly.php similarity index 100% rename from public_html/includes/class/class.LSformRule_lettersonly.php rename to src/includes/class/class.LSformRule_lettersonly.php diff --git a/public_html/includes/class/class.LSformRule_maxlength.php b/src/includes/class/class.LSformRule_maxlength.php similarity index 100% rename from public_html/includes/class/class.LSformRule_maxlength.php rename to src/includes/class/class.LSformRule_maxlength.php diff --git a/public_html/includes/class/class.LSformRule_mimetype.php b/src/includes/class/class.LSformRule_mimetype.php similarity index 100% rename from public_html/includes/class/class.LSformRule_mimetype.php rename to src/includes/class/class.LSformRule_mimetype.php diff --git a/public_html/includes/class/class.LSformRule_minlength.php b/src/includes/class/class.LSformRule_minlength.php similarity index 100% rename from public_html/includes/class/class.LSformRule_minlength.php rename to src/includes/class/class.LSformRule_minlength.php diff --git a/public_html/includes/class/class.LSformRule_nonzero.php b/src/includes/class/class.LSformRule_nonzero.php similarity index 100% rename from public_html/includes/class/class.LSformRule_nonzero.php rename to src/includes/class/class.LSformRule_nonzero.php diff --git a/public_html/includes/class/class.LSformRule_nopunctuation.php b/src/includes/class/class.LSformRule_nopunctuation.php similarity index 100% rename from public_html/includes/class/class.LSformRule_nopunctuation.php rename to src/includes/class/class.LSformRule_nopunctuation.php diff --git a/public_html/includes/class/class.LSformRule_numeric.php b/src/includes/class/class.LSformRule_numeric.php similarity index 100% rename from public_html/includes/class/class.LSformRule_numeric.php rename to src/includes/class/class.LSformRule_numeric.php diff --git a/public_html/includes/class/class.LSformRule_password.php b/src/includes/class/class.LSformRule_password.php similarity index 100% rename from public_html/includes/class/class.LSformRule_password.php rename to src/includes/class/class.LSformRule_password.php diff --git a/public_html/includes/class/class.LSformRule_rangelength.php b/src/includes/class/class.LSformRule_rangelength.php similarity index 100% rename from public_html/includes/class/class.LSformRule_rangelength.php rename to src/includes/class/class.LSformRule_rangelength.php diff --git a/public_html/includes/class/class.LSformRule_regex.php b/src/includes/class/class.LSformRule_regex.php similarity index 100% rename from public_html/includes/class/class.LSformRule_regex.php rename to src/includes/class/class.LSformRule_regex.php diff --git a/public_html/includes/class/class.LSformRule_required.php b/src/includes/class/class.LSformRule_required.php similarity index 100% rename from public_html/includes/class/class.LSformRule_required.php rename to src/includes/class/class.LSformRule_required.php diff --git a/public_html/includes/class/class.LSformRule_ssh_pub_key.php b/src/includes/class/class.LSformRule_ssh_pub_key.php similarity index 100% rename from public_html/includes/class/class.LSformRule_ssh_pub_key.php rename to src/includes/class/class.LSformRule_ssh_pub_key.php diff --git a/public_html/includes/class/class.LSformRule_telephonenumber.php b/src/includes/class/class.LSformRule_telephonenumber.php similarity index 100% rename from public_html/includes/class/class.LSformRule_telephonenumber.php rename to src/includes/class/class.LSformRule_telephonenumber.php diff --git a/public_html/includes/class/class.LSimport.php b/src/includes/class/class.LSimport.php similarity index 100% rename from public_html/includes/class/class.LSimport.php rename to src/includes/class/class.LSimport.php diff --git a/public_html/includes/class/class.LSioFormat.php b/src/includes/class/class.LSioFormat.php similarity index 100% rename from public_html/includes/class/class.LSioFormat.php rename to src/includes/class/class.LSioFormat.php diff --git a/public_html/includes/class/class.LSioFormatCSV.php b/src/includes/class/class.LSioFormatCSV.php similarity index 100% rename from public_html/includes/class/class.LSioFormatCSV.php rename to src/includes/class/class.LSioFormatCSV.php diff --git a/public_html/includes/class/class.LSioFormatDriver.php b/src/includes/class/class.LSioFormatDriver.php similarity index 100% rename from public_html/includes/class/class.LSioFormatDriver.php rename to src/includes/class/class.LSioFormatDriver.php diff --git a/public_html/includes/class/class.LSldap.php b/src/includes/class/class.LSldap.php similarity index 100% rename from public_html/includes/class/class.LSldap.php rename to src/includes/class/class.LSldap.php diff --git a/public_html/includes/class/class.LSldapObject.php b/src/includes/class/class.LSldapObject.php similarity index 100% rename from public_html/includes/class/class.LSldapObject.php rename to src/includes/class/class.LSldapObject.php diff --git a/public_html/includes/class/class.LSlog.php b/src/includes/class/class.LSlog.php similarity index 100% rename from public_html/includes/class/class.LSlog.php rename to src/includes/class/class.LSlog.php diff --git a/public_html/includes/class/class.LSlog_console.php b/src/includes/class/class.LSlog_console.php similarity index 100% rename from public_html/includes/class/class.LSlog_console.php rename to src/includes/class/class.LSlog_console.php diff --git a/public_html/includes/class/class.LSlog_email.php b/src/includes/class/class.LSlog_email.php similarity index 100% rename from public_html/includes/class/class.LSlog_email.php rename to src/includes/class/class.LSlog_email.php diff --git a/public_html/includes/class/class.LSlog_file.php b/src/includes/class/class.LSlog_file.php similarity index 100% rename from public_html/includes/class/class.LSlog_file.php rename to src/includes/class/class.LSlog_file.php diff --git a/public_html/includes/class/class.LSlog_handler.php b/src/includes/class/class.LSlog_handler.php similarity index 100% rename from public_html/includes/class/class.LSlog_handler.php rename to src/includes/class/class.LSlog_handler.php diff --git a/public_html/includes/class/class.LSlog_syslog.php b/src/includes/class/class.LSlog_syslog.php similarity index 100% rename from public_html/includes/class/class.LSlog_syslog.php rename to src/includes/class/class.LSlog_syslog.php diff --git a/public_html/includes/class/class.LSlog_system.php b/src/includes/class/class.LSlog_system.php similarity index 100% rename from public_html/includes/class/class.LSlog_system.php rename to src/includes/class/class.LSlog_system.php diff --git a/public_html/includes/class/class.LSmail.php b/src/includes/class/class.LSmail.php similarity index 100% rename from public_html/includes/class/class.LSmail.php rename to src/includes/class/class.LSmail.php diff --git a/public_html/includes/class/class.LSobjects.LScompany.php b/src/includes/class/class.LSobjects.LScompany.php similarity index 100% rename from public_html/includes/class/class.LSobjects.LScompany.php rename to src/includes/class/class.LSobjects.LScompany.php diff --git a/public_html/includes/class/class.LSobjects.LSgroup.php b/src/includes/class/class.LSobjects.LSgroup.php similarity index 100% rename from public_html/includes/class/class.LSobjects.LSgroup.php rename to src/includes/class/class.LSobjects.LSgroup.php diff --git a/public_html/includes/class/class.LSobjects.LSpeople.php b/src/includes/class/class.LSobjects.LSpeople.php similarity index 100% rename from public_html/includes/class/class.LSobjects.LSpeople.php rename to src/includes/class/class.LSobjects.LSpeople.php diff --git a/public_html/includes/class/class.LSrelation.php b/src/includes/class/class.LSrelation.php similarity index 100% rename from public_html/includes/class/class.LSrelation.php rename to src/includes/class/class.LSrelation.php diff --git a/public_html/includes/class/class.LSsearch.php b/src/includes/class/class.LSsearch.php similarity index 100% rename from public_html/includes/class/class.LSsearch.php rename to src/includes/class/class.LSsearch.php diff --git a/public_html/includes/class/class.LSsearchEntry.php b/src/includes/class/class.LSsearchEntry.php similarity index 100% rename from public_html/includes/class/class.LSsearchEntry.php rename to src/includes/class/class.LSsearchEntry.php diff --git a/public_html/includes/class/class.LSselect.php b/src/includes/class/class.LSselect.php similarity index 100% rename from public_html/includes/class/class.LSselect.php rename to src/includes/class/class.LSselect.php diff --git a/public_html/includes/class/class.LSsession.php b/src/includes/class/class.LSsession.php similarity index 98% rename from public_html/includes/class/class.LSsession.php rename to src/includes/class/class.LSsession.php index a5b8dcb2..af0c272a 100644 --- a/public_html/includes/class/class.LSsession.php +++ b/src/includes/class/class.LSsession.php @@ -196,10 +196,10 @@ class LSsession { array( 'smarty_path' => LSconfig :: get('Smarty'), 'template_dir' => LS_ROOT_DIR . '/'. LS_TEMPLATES_DIR, - 'image_dir' => LS_IMAGES_DIR, - 'css_dir' => LS_CSS_DIR, - 'js_dir' => LS_JS_DIR, - 'libs_dir' => LS_LIB_DIR, + 'image_dir' => LS_ROOT_DIR. '/'. LS_IMAGES_DIR, + 'css_dir' => LS_ROOT_DIR. '/'. LS_CSS_DIR, + 'js_dir' => LS_ROOT_DIR. '/'. LS_JS_DIR, + 'libs_dir' => LS_ROOT_DIR. '/'. LS_LIB_DIR, 'compile_dir' => LS_TMP_DIR_PATH, 'debug' => LSdebug, 'debug_smarty' => (isset($_REQUEST) && isset($_REQUEST['LStemplate_debug'])), @@ -456,7 +456,7 @@ class LSsession { if (setlocale(LC_ALL, $lang) === false) LSlog :: error("An error occured setting locale to '$lang'"); // Configure and set the text domain - $fullpath = bindtextdomain(LS_TEXT_DOMAIN, LS_I18N_DIR); + $fullpath = bindtextdomain(LS_TEXT_DOMAIN, LS_I18N_DIR_PATH); LSlog :: debug("Text domain fullpath is '$fullpath'."); LSlog :: debug("Text domain is : ".textdomain(LS_TEXT_DOMAIN)); @@ -464,10 +464,14 @@ class LSsession { self :: includeFile(LS_I18N_DIR.'/'.$lang.'/lang.php'); // Include other local translation file(s) - foreach (listFiles(LS_LOCAL_DIR.'/'.LS_I18N_DIR.'/'.$lang, '/^lang.+\.php$/') as $file) { - $path = LS_LOCAL_DIR.'/'.LS_I18N_DIR."/$lang/$file"; - LSlog :: debug("LSession :: setLocale() : Local '$lang.$encoding' : load translation file '$path'"); - include($path); + foreach(array(LS_I18N_DIR_PATH.'/'.$lang, LS_LOCAL_DIR.'/'.LS_I18N_DIR.'/'.$lang) as $lang_dir) { + if (is_dir($lang_dir)) { + foreach (listFiles($lang_dir, '/^lang.+\.php$/') as $file) { + $path = "$lang_dir/$file"; + LSlog :: debug("LSession :: setLocale() : Local '$lang.$encoding' : load translation file '$path'"); + include($path); + } + } } } else { @@ -491,12 +495,16 @@ class LSsession { else { $regex = '/^([a-zA-Z_]*)$/'; } - if ($handle = opendir(LS_I18N_DIR)) { - while (false !== ($file = readdir($handle))) { - if(is_dir(LS_I18N_DIR.'/'.$file)) { - if (preg_match($regex,$file,$regs)) { - if (!in_array($regs[1],$list)) { - $list[]=$regs[1]; + foreach(array(LS_I18N_DIR_PATH, LS_LOCAL_DIR.'/'.LS_I18N_DIR) as $lang_dir) { + if (!is_dir($lang_dir)) + continue; + if ($handle = opendir($lang_dir)) { + while (false !== ($file = readdir($handle))) { + if(is_dir("$lang_dir/$file")) { + if (preg_match($regex, $file, $regs)) { + if (!in_array($regs[1], $list)) { + $list[]=$regs[1]; + } } } } @@ -527,15 +535,18 @@ class LSsession { * * @retval boolean True si la locale est disponible, False sinon **/ - public static function localeExist($lang,$encoding) { + public static function localeExist($lang, $encoding) { if ( !$lang && !$encoding ) { return; } $locale=$lang.(($encoding)?'.'.$encoding:''); - if ($locale=='en_US.UTF8') { + if ($locale == 'en_US.UTF8') { return true; } - return (is_dir(LS_I18N_DIR.'/'.$locale)); + foreach(array(LS_I18N_DIR_PATH, LS_LOCAL_DIR.'/'.LS_I18N_DIR) as $lang_dir) + if (is_dir("$lang_dir/$locale")) + return true; + return false; } /** diff --git a/public_html/includes/class/class.LSsmoothbox.php b/src/includes/class/class.LSsmoothbox.php similarity index 100% rename from public_html/includes/class/class.LSsmoothbox.php rename to src/includes/class/class.LSsmoothbox.php diff --git a/public_html/includes/class/class.LStemplate.php b/src/includes/class/class.LStemplate.php similarity index 100% rename from public_html/includes/class/class.LStemplate.php rename to src/includes/class/class.LStemplate.php diff --git a/public_html/includes/class/class.LStemplate_smarty2_support.php b/src/includes/class/class.LStemplate_smarty2_support.php similarity index 100% rename from public_html/includes/class/class.LStemplate_smarty2_support.php rename to src/includes/class/class.LStemplate_smarty2_support.php diff --git a/public_html/includes/class/class.LStemplate_smarty3_support.php b/src/includes/class/class.LStemplate_smarty3_support.php similarity index 100% rename from public_html/includes/class/class.LStemplate_smarty3_support.php rename to src/includes/class/class.LStemplate_smarty3_support.php diff --git a/public_html/includes/class/class.LSurl.php b/src/includes/class/class.LSurl.php similarity index 100% rename from public_html/includes/class/class.LSurl.php rename to src/includes/class/class.LSurl.php diff --git a/public_html/includes/class/class.LSurlRequest.php b/src/includes/class/class.LSurlRequest.php similarity index 100% rename from public_html/includes/class/class.LSurlRequest.php rename to src/includes/class/class.LSurlRequest.php diff --git a/public_html/core.php b/src/includes/core.php similarity index 86% rename from public_html/core.php rename to src/includes/core.php index da936ded..eb46e4b6 100644 --- a/public_html/core.php +++ b/src/includes/core.php @@ -38,12 +38,12 @@ else { if (basename($script) == 'core.php') break; } -define('LS_ROOT_DIR', realpath(dirname($script))); +define('LS_ROOT_DIR', realpath(dirname($script).'/../')); // Définitions des dossiers d'inclusions -define('LS_CONF_DIR','conf/'); +define('LS_CONF_DIR', 'conf/'); define('LS_OBJECTS_DIR', LS_CONF_DIR . 'LSobjects/'); -define('LS_INCLUDE_DIR','includes/'); +define('LS_INCLUDE_DIR', 'includes/'); define('LS_CLASS_DIR', LS_INCLUDE_DIR .'class/'); define('LS_LIB_DIR', LS_INCLUDE_DIR .'libs/'); define('LS_ADDONS_DIR', LS_INCLUDE_DIR .'addons/'); @@ -55,7 +55,8 @@ define('LS_LOCAL_DIR', 'local/'); // Locale define('LS_TEXT_DOMAIN', 'ldapsaisie'); define('LS_I18N_DIR', 'lang'); +define('LS_I18N_DIR_PATH', LS_ROOT_DIR.'/lang'); -require_once LS_INCLUDE_DIR.'functions.php'; +require_once LS_ROOT_DIR.'/'.LS_INCLUDE_DIR.'functions.php'; -require_once LS_CLASS_DIR.'class.LSsession.php'; +require_once LS_ROOT_DIR.'/'.LS_CLASS_DIR.'class.LSsession.php'; diff --git a/public_html/includes/functions.php b/src/includes/functions.php similarity index 100% rename from public_html/includes/functions.php rename to src/includes/functions.php diff --git a/public_html/includes/js/LSconfirmBox.js b/src/includes/js/LSconfirmBox.js similarity index 100% rename from public_html/includes/js/LSconfirmBox.js rename to src/includes/js/LSconfirmBox.js diff --git a/public_html/includes/js/LSdefault.js b/src/includes/js/LSdefault.js similarity index 100% rename from public_html/includes/js/LSdefault.js rename to src/includes/js/LSdefault.js diff --git a/public_html/includes/js/LSform.js b/src/includes/js/LSform.js similarity index 100% rename from public_html/includes/js/LSform.js rename to src/includes/js/LSform.js diff --git a/public_html/includes/js/LSformElement.js b/src/includes/js/LSformElement.js similarity index 100% rename from public_html/includes/js/LSformElement.js rename to src/includes/js/LSformElement.js diff --git a/public_html/includes/js/LSformElement_boolean.js b/src/includes/js/LSformElement_boolean.js similarity index 100% rename from public_html/includes/js/LSformElement_boolean.js rename to src/includes/js/LSformElement_boolean.js diff --git a/public_html/includes/js/LSformElement_date.js b/src/includes/js/LSformElement_date.js similarity index 100% rename from public_html/includes/js/LSformElement_date.js rename to src/includes/js/LSformElement_date.js diff --git a/public_html/includes/js/LSformElement_date_field.js b/src/includes/js/LSformElement_date_field.js similarity index 100% rename from public_html/includes/js/LSformElement_date_field.js rename to src/includes/js/LSformElement_date_field.js diff --git a/public_html/includes/js/LSformElement_field.js b/src/includes/js/LSformElement_field.js similarity index 100% rename from public_html/includes/js/LSformElement_field.js rename to src/includes/js/LSformElement_field.js diff --git a/public_html/includes/js/LSformElement_image.js b/src/includes/js/LSformElement_image.js similarity index 100% rename from public_html/includes/js/LSformElement_image.js rename to src/includes/js/LSformElement_image.js diff --git a/public_html/includes/js/LSformElement_jsonCompositeAttribute.js b/src/includes/js/LSformElement_jsonCompositeAttribute.js similarity index 100% rename from public_html/includes/js/LSformElement_jsonCompositeAttribute.js rename to src/includes/js/LSformElement_jsonCompositeAttribute.js diff --git a/public_html/includes/js/LSformElement_jsonCompositeAttribute_field.js b/src/includes/js/LSformElement_jsonCompositeAttribute_field.js similarity index 100% rename from public_html/includes/js/LSformElement_jsonCompositeAttribute_field.js rename to src/includes/js/LSformElement_jsonCompositeAttribute_field.js diff --git a/public_html/includes/js/LSformElement_jsonCompositeAttribute_field_value.js b/src/includes/js/LSformElement_jsonCompositeAttribute_field_value.js similarity index 100% rename from public_html/includes/js/LSformElement_jsonCompositeAttribute_field_value.js rename to src/includes/js/LSformElement_jsonCompositeAttribute_field_value.js diff --git a/public_html/includes/js/LSformElement_jsonCompositeAttribute_field_value_component.js b/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component.js similarity index 100% rename from public_html/includes/js/LSformElement_jsonCompositeAttribute_field_value_component.js rename to src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component.js diff --git a/public_html/includes/js/LSformElement_jsonCompositeAttribute_field_value_component_text_value.js b/src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component_text_value.js similarity index 100% rename from public_html/includes/js/LSformElement_jsonCompositeAttribute_field_value_component_text_value.js rename to src/includes/js/LSformElement_jsonCompositeAttribute_field_value_component_text_value.js diff --git a/public_html/includes/js/LSformElement_mail.js b/src/includes/js/LSformElement_mail.js similarity index 100% rename from public_html/includes/js/LSformElement_mail.js rename to src/includes/js/LSformElement_mail.js diff --git a/public_html/includes/js/LSformElement_mail_field.js b/src/includes/js/LSformElement_mail_field.js similarity index 100% rename from public_html/includes/js/LSformElement_mail_field.js rename to src/includes/js/LSformElement_mail_field.js diff --git a/public_html/includes/js/LSformElement_maildir.js b/src/includes/js/LSformElement_maildir.js similarity index 100% rename from public_html/includes/js/LSformElement_maildir.js rename to src/includes/js/LSformElement_maildir.js diff --git a/public_html/includes/js/LSformElement_maildir_field.js b/src/includes/js/LSformElement_maildir_field.js similarity index 100% rename from public_html/includes/js/LSformElement_maildir_field.js rename to src/includes/js/LSformElement_maildir_field.js diff --git a/public_html/includes/js/LSformElement_password.js b/src/includes/js/LSformElement_password.js similarity index 100% rename from public_html/includes/js/LSformElement_password.js rename to src/includes/js/LSformElement_password.js diff --git a/public_html/includes/js/LSformElement_password_field.js b/src/includes/js/LSformElement_password_field.js similarity index 100% rename from public_html/includes/js/LSformElement_password_field.js rename to src/includes/js/LSformElement_password_field.js diff --git a/public_html/includes/js/LSformElement_postaladdress.js b/src/includes/js/LSformElement_postaladdress.js similarity index 100% rename from public_html/includes/js/LSformElement_postaladdress.js rename to src/includes/js/LSformElement_postaladdress.js diff --git a/public_html/includes/js/LSformElement_rss.js b/src/includes/js/LSformElement_rss.js similarity index 100% rename from public_html/includes/js/LSformElement_rss.js rename to src/includes/js/LSformElement_rss.js diff --git a/public_html/includes/js/LSformElement_select.js b/src/includes/js/LSformElement_select.js similarity index 100% rename from public_html/includes/js/LSformElement_select.js rename to src/includes/js/LSformElement_select.js diff --git a/public_html/includes/js/LSformElement_select_object.js b/src/includes/js/LSformElement_select_object.js similarity index 100% rename from public_html/includes/js/LSformElement_select_object.js rename to src/includes/js/LSformElement_select_object.js diff --git a/public_html/includes/js/LSformElement_select_object_field.js b/src/includes/js/LSformElement_select_object_field.js similarity index 100% rename from public_html/includes/js/LSformElement_select_object_field.js rename to src/includes/js/LSformElement_select_object_field.js diff --git a/public_html/includes/js/LSformElement_ssh_key.js b/src/includes/js/LSformElement_ssh_key.js similarity index 100% rename from public_html/includes/js/LSformElement_ssh_key.js rename to src/includes/js/LSformElement_ssh_key.js diff --git a/public_html/includes/js/LSformElement_supannCompositeAttribute.js b/src/includes/js/LSformElement_supannCompositeAttribute.js similarity index 100% rename from public_html/includes/js/LSformElement_supannCompositeAttribute.js rename to src/includes/js/LSformElement_supannCompositeAttribute.js diff --git a/public_html/includes/js/LSformElement_supannCompositeAttribute_field.js b/src/includes/js/LSformElement_supannCompositeAttribute_field.js similarity index 100% rename from public_html/includes/js/LSformElement_supannCompositeAttribute_field.js rename to src/includes/js/LSformElement_supannCompositeAttribute_field.js diff --git a/public_html/includes/js/LSformElement_supannCompositeAttribute_field_value.js b/src/includes/js/LSformElement_supannCompositeAttribute_field_value.js similarity index 100% rename from public_html/includes/js/LSformElement_supannCompositeAttribute_field_value.js rename to src/includes/js/LSformElement_supannCompositeAttribute_field_value.js diff --git a/public_html/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js b/src/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js similarity index 100% rename from public_html/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js rename to src/includes/js/LSformElement_supannCompositeAttribute_field_value_component.js diff --git a/public_html/includes/js/LSformElement_supannLabeledValue.js b/src/includes/js/LSformElement_supannLabeledValue.js similarity index 100% rename from public_html/includes/js/LSformElement_supannLabeledValue.js rename to src/includes/js/LSformElement_supannLabeledValue.js diff --git a/public_html/includes/js/LSformElement_supannLabeledValue_field.js b/src/includes/js/LSformElement_supannLabeledValue_field.js similarity index 100% rename from public_html/includes/js/LSformElement_supannLabeledValue_field.js rename to src/includes/js/LSformElement_supannLabeledValue_field.js diff --git a/public_html/includes/js/LSformElement_supannLabeledValue_field_value.js b/src/includes/js/LSformElement_supannLabeledValue_field_value.js similarity index 100% rename from public_html/includes/js/LSformElement_supannLabeledValue_field_value.js rename to src/includes/js/LSformElement_supannLabeledValue_field_value.js diff --git a/public_html/includes/js/LSformElement_text.js b/src/includes/js/LSformElement_text.js similarity index 100% rename from public_html/includes/js/LSformElement_text.js rename to src/includes/js/LSformElement_text.js diff --git a/public_html/includes/js/LSformElement_text_field.js b/src/includes/js/LSformElement_text_field.js similarity index 100% rename from public_html/includes/js/LSformElement_text_field.js rename to src/includes/js/LSformElement_text_field.js diff --git a/public_html/includes/js/LSformElement_textarea.js b/src/includes/js/LSformElement_textarea.js similarity index 100% rename from public_html/includes/js/LSformElement_textarea.js rename to src/includes/js/LSformElement_textarea.js diff --git a/public_html/includes/js/LSformElement_url.js b/src/includes/js/LSformElement_url.js similarity index 100% rename from public_html/includes/js/LSformElement_url.js rename to src/includes/js/LSformElement_url.js diff --git a/public_html/includes/js/LSformElement_wysiwyg.js b/src/includes/js/LSformElement_wysiwyg.js similarity index 100% rename from public_html/includes/js/LSformElement_wysiwyg.js rename to src/includes/js/LSformElement_wysiwyg.js diff --git a/public_html/includes/js/LSformElement_wysiwyg_field.js b/src/includes/js/LSformElement_wysiwyg_field.js similarity index 100% rename from public_html/includes/js/LSformElement_wysiwyg_field.js rename to src/includes/js/LSformElement_wysiwyg_field.js diff --git a/public_html/includes/js/LSformElement_xmpp.js b/src/includes/js/LSformElement_xmpp.js similarity index 100% rename from public_html/includes/js/LSformElement_xmpp.js rename to src/includes/js/LSformElement_xmpp.js diff --git a/public_html/includes/js/LSinfosBox.js b/src/includes/js/LSinfosBox.js similarity index 100% rename from public_html/includes/js/LSinfosBox.js rename to src/includes/js/LSinfosBox.js diff --git a/public_html/includes/js/LSmail.js b/src/includes/js/LSmail.js similarity index 100% rename from public_html/includes/js/LSmail.js rename to src/includes/js/LSmail.js diff --git a/public_html/includes/js/LSrelation.js b/src/includes/js/LSrelation.js similarity index 100% rename from public_html/includes/js/LSrelation.js rename to src/includes/js/LSrelation.js diff --git a/public_html/includes/js/LSselect.js b/src/includes/js/LSselect.js similarity index 100% rename from public_html/includes/js/LSselect.js rename to src/includes/js/LSselect.js diff --git a/public_html/includes/js/LSsession_login.js b/src/includes/js/LSsession_login.js similarity index 100% rename from public_html/includes/js/LSsession_login.js rename to src/includes/js/LSsession_login.js diff --git a/public_html/includes/js/LSsession_recoverPassword.js b/src/includes/js/LSsession_recoverPassword.js similarity index 100% rename from public_html/includes/js/LSsession_recoverPassword.js rename to src/includes/js/LSsession_recoverPassword.js diff --git a/public_html/includes/js/LSsmoothbox.js b/src/includes/js/LSsmoothbox.js similarity index 100% rename from public_html/includes/js/LSsmoothbox.js rename to src/includes/js/LSsmoothbox.js diff --git a/public_html/includes/js/LSview.js b/src/includes/js/LSview.js similarity index 100% rename from public_html/includes/js/LSview.js rename to src/includes/js/LSview.js diff --git a/public_html/includes/js/functions.js b/src/includes/js/functions.js similarity index 100% rename from public_html/includes/js/functions.js rename to src/includes/js/functions.js diff --git a/public_html/includes/js/mootools-core.js b/src/includes/js/mootools-core.js similarity index 100% rename from public_html/includes/js/mootools-core.js rename to src/includes/js/mootools-core.js diff --git a/public_html/includes/js/mootools-more.js b/src/includes/js/mootools-more.js similarity index 100% rename from public_html/includes/js/mootools-more.js rename to src/includes/js/mootools-more.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Locale.cs-CZ.DatePicker.js b/src/includes/libs/arian-mootools-datepicker/Locale.cs-CZ.DatePicker.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Locale.cs-CZ.DatePicker.js rename to src/includes/libs/arian-mootools-datepicker/Locale.cs-CZ.DatePicker.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Locale.de-DE.DatePicker.js b/src/includes/libs/arian-mootools-datepicker/Locale.de-DE.DatePicker.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Locale.de-DE.DatePicker.js rename to src/includes/libs/arian-mootools-datepicker/Locale.de-DE.DatePicker.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Locale.en-US.DatePicker.js b/src/includes/libs/arian-mootools-datepicker/Locale.en-US.DatePicker.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Locale.en-US.DatePicker.js rename to src/includes/libs/arian-mootools-datepicker/Locale.en-US.DatePicker.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Locale.fr-FR.DatePicker.js b/src/includes/libs/arian-mootools-datepicker/Locale.fr-FR.DatePicker.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Locale.fr-FR.DatePicker.js rename to src/includes/libs/arian-mootools-datepicker/Locale.fr-FR.DatePicker.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Locale.it-IT.DatePicker.js b/src/includes/libs/arian-mootools-datepicker/Locale.it-IT.DatePicker.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Locale.it-IT.DatePicker.js rename to src/includes/libs/arian-mootools-datepicker/Locale.it-IT.DatePicker.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Locale.nl-NL.DatePicker.js b/src/includes/libs/arian-mootools-datepicker/Locale.nl-NL.DatePicker.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Locale.nl-NL.DatePicker.js rename to src/includes/libs/arian-mootools-datepicker/Locale.nl-NL.DatePicker.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Locale.pl-PL.DatePicker.js b/src/includes/libs/arian-mootools-datepicker/Locale.pl-PL.DatePicker.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Locale.pl-PL.DatePicker.js rename to src/includes/libs/arian-mootools-datepicker/Locale.pl-PL.DatePicker.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Locale.ru-RU.DatePicker.js b/src/includes/libs/arian-mootools-datepicker/Locale.ru-RU.DatePicker.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Locale.ru-RU.DatePicker.js rename to src/includes/libs/arian-mootools-datepicker/Locale.ru-RU.DatePicker.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Picker.Attach.js b/src/includes/libs/arian-mootools-datepicker/Picker.Attach.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Picker.Attach.js rename to src/includes/libs/arian-mootools-datepicker/Picker.Attach.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Picker.Date.js b/src/includes/libs/arian-mootools-datepicker/Picker.Date.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Picker.Date.js rename to src/includes/libs/arian-mootools-datepicker/Picker.Date.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/Picker.js b/src/includes/libs/arian-mootools-datepicker/Picker.js similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/Picker.js rename to src/includes/libs/arian-mootools-datepicker/Picker.js diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_dashboard/buttons.png b/src/includes/libs/arian-mootools-datepicker/datepicker_dashboard/buttons.png similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_dashboard/buttons.png rename to src/includes/libs/arian-mootools-datepicker/datepicker_dashboard/buttons.png diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_dashboard/datepicker_dashboard.css b/src/includes/libs/arian-mootools-datepicker/datepicker_dashboard/datepicker_dashboard.css similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_dashboard/datepicker_dashboard.css rename to src/includes/libs/arian-mootools-datepicker/datepicker_dashboard/datepicker_dashboard.css diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_dashboard/frame.png b/src/includes/libs/arian-mootools-datepicker/datepicker_dashboard/frame.png similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_dashboard/frame.png rename to src/includes/libs/arian-mootools-datepicker/datepicker_dashboard/frame.png diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_default/datepicker_default.css b/src/includes/libs/arian-mootools-datepicker/datepicker_default/datepicker_default.css similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_default/datepicker_default.css rename to src/includes/libs/arian-mootools-datepicker/datepicker_default/datepicker_default.css diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_jqui/arrows.png b/src/includes/libs/arian-mootools-datepicker/datepicker_jqui/arrows.png similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_jqui/arrows.png rename to src/includes/libs/arian-mootools-datepicker/datepicker_jqui/arrows.png diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_jqui/datepicker_jqui.css b/src/includes/libs/arian-mootools-datepicker/datepicker_jqui/datepicker_jqui.css similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_jqui/datepicker_jqui.css rename to src/includes/libs/arian-mootools-datepicker/datepicker_jqui/datepicker_jqui.css diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_jqui/frame.png b/src/includes/libs/arian-mootools-datepicker/datepicker_jqui/frame.png similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_jqui/frame.png rename to src/includes/libs/arian-mootools-datepicker/datepicker_jqui/frame.png diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/buttons.png b/src/includes/libs/arian-mootools-datepicker/datepicker_vista/buttons.png similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/buttons.png rename to src/includes/libs/arian-mootools-datepicker/datepicker_vista/buttons.png diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/datepicker_vista.css b/src/includes/libs/arian-mootools-datepicker/datepicker_vista/datepicker_vista.css similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/datepicker_vista.css rename to src/includes/libs/arian-mootools-datepicker/datepicker_vista/datepicker_vista.css diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/days.png b/src/includes/libs/arian-mootools-datepicker/datepicker_vista/days.png similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/days.png rename to src/includes/libs/arian-mootools-datepicker/datepicker_vista/days.png diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/frame.png b/src/includes/libs/arian-mootools-datepicker/datepicker_vista/frame.png similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/frame.png rename to src/includes/libs/arian-mootools-datepicker/datepicker_vista/frame.png diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/months.png b/src/includes/libs/arian-mootools-datepicker/datepicker_vista/months.png similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/months.png rename to src/includes/libs/arian-mootools-datepicker/datepicker_vista/months.png diff --git a/public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/years.png b/src/includes/libs/arian-mootools-datepicker/datepicker_vista/years.png similarity index 100% rename from public_html/includes/libs/arian-mootools-datepicker/datepicker_vista/years.png rename to src/includes/libs/arian-mootools-datepicker/datepicker_vista/years.png diff --git a/public_html/includes/libs/class.smbHash.php b/src/includes/libs/class.smbHash.php similarity index 100% rename from public_html/includes/libs/class.smbHash.php rename to src/includes/libs/class.smbHash.php diff --git a/public_html/includes/libs/tinymce/LICENSE.TXT b/src/includes/libs/tinymce/LICENSE.TXT similarity index 100% rename from public_html/includes/libs/tinymce/LICENSE.TXT rename to src/includes/libs/tinymce/LICENSE.TXT diff --git a/public_html/includes/libs/tinymce/changelog.txt b/src/includes/libs/tinymce/changelog.txt similarity index 100% rename from public_html/includes/libs/tinymce/changelog.txt rename to src/includes/libs/tinymce/changelog.txt diff --git a/public_html/includes/libs/tinymce/js/tinymce/jquery.tinymce.min.js b/src/includes/libs/tinymce/js/tinymce/jquery.tinymce.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/jquery.tinymce.min.js rename to src/includes/libs/tinymce/js/tinymce/jquery.tinymce.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/langs/fr_FR.js b/src/includes/libs/tinymce/js/tinymce/langs/fr_FR.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/langs/fr_FR.js rename to src/includes/libs/tinymce/js/tinymce/langs/fr_FR.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/langs/readme.md b/src/includes/libs/tinymce/js/tinymce/langs/readme.md similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/langs/readme.md rename to src/includes/libs/tinymce/js/tinymce/langs/readme.md diff --git a/public_html/includes/libs/tinymce/js/tinymce/license.txt b/src/includes/libs/tinymce/js/tinymce/license.txt similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/license.txt rename to src/includes/libs/tinymce/js/tinymce/license.txt diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/advlist/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/advlist/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/advlist/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/advlist/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/anchor/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/anchor/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/anchor/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/anchor/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/autolink/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/autolink/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/autolink/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/autolink/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/autoresize/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/autoresize/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/autoresize/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/autoresize/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/autosave/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/autosave/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/autosave/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/autosave/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/bbcode/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/bbcode/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/bbcode/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/bbcode/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/charmap/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/charmap/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/charmap/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/charmap/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/code/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/code/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/code/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/code/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/codesample/css/prism.css b/src/includes/libs/tinymce/js/tinymce/plugins/codesample/css/prism.css similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/codesample/css/prism.css rename to src/includes/libs/tinymce/js/tinymce/plugins/codesample/css/prism.css diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/codesample/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/codesample/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/codesample/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/codesample/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/directionality/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/directionality/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/directionality/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/directionality/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-cool.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-cool.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-cool.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-cool.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-cry.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-cry.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-cry.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-cry.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-frown.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-frown.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-frown.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-frown.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-innocent.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-innocent.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-innocent.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-innocent.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-kiss.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-kiss.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-kiss.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-kiss.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-laughing.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-laughing.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-laughing.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-laughing.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-sealed.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-sealed.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-sealed.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-sealed.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-smile.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-smile.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-smile.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-smile.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-surprised.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-surprised.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-surprised.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-surprised.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-undecided.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-undecided.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-undecided.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-undecided.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-wink.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-wink.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-wink.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-wink.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-yell.gif b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-yell.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-yell.gif rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/img/smiley-yell.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/emoticons/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/emoticons/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/emoticons/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/fullpage/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/fullpage/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/fullpage/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/fullpage/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/help/img/logo.png b/src/includes/libs/tinymce/js/tinymce/plugins/help/img/logo.png similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/help/img/logo.png rename to src/includes/libs/tinymce/js/tinymce/plugins/help/img/logo.png diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/help/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/help/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/help/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/help/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/hr/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/hr/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/hr/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/hr/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/image/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/image/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/image/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/image/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/imagetools/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/imagetools/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/imagetools/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/imagetools/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/importcss/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/importcss/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/importcss/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/importcss/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/link/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/link/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/link/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/link/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/lists/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/lists/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/lists/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/lists/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/media/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/media/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/media/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/media/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/noneditable/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/noneditable/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/noneditable/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/noneditable/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/paste/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/paste/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/paste/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/paste/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/preview/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/preview/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/preview/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/preview/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/print/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/print/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/print/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/print/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/save/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/save/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/save/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/save/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/tabfocus/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/tabfocus/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/tabfocus/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/tabfocus/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/table/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/table/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/table/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/table/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/template/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/template/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/template/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/template/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/textcolor/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/textcolor/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/textcolor/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/textcolor/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/textpattern/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/textpattern/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/textpattern/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/textpattern/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/toc/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/toc/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/toc/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/toc/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/visualblocks/css/visualblocks.css b/src/includes/libs/tinymce/js/tinymce/plugins/visualblocks/css/visualblocks.css similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/visualblocks/css/visualblocks.css rename to src/includes/libs/tinymce/js/tinymce/plugins/visualblocks/css/visualblocks.css diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/visualchars/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/visualchars/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/visualchars/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/visualchars/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/plugins/wordcount/plugin.min.js b/src/includes/libs/tinymce/js/tinymce/plugins/wordcount/plugin.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/plugins/wordcount/plugin.min.js rename to src/includes/libs/tinymce/js/tinymce/plugins/wordcount/plugin.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/content.inline.min.css b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/content.inline.min.css similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/content.inline.min.css rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/content.inline.min.css diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/content.min.css b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/content.min.css similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/content.min.css rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/content.min.css diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/content.mobile.min.css b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/content.mobile.min.css similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/content.mobile.min.css rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/content.mobile.min.css diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-mobile.woff diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.eot b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.eot similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.eot rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.eot diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.svg b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.svg similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.svg rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.svg diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.woff b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.woff similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.woff rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce-small.woff diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.eot b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.eot similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.eot rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.eot diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.svg b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.svg similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.svg rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.svg diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.ttf b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.ttf similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.ttf rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.ttf diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.woff b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.woff similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.woff rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/fonts/tinymce.woff diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/img/anchor.gif b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/img/anchor.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/img/anchor.gif rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/img/anchor.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/img/loader.gif b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/img/loader.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/img/loader.gif rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/img/loader.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/img/object.gif b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/img/object.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/img/object.gif rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/img/object.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/img/trans.gif b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/img/trans.gif similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/img/trans.gif rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/img/trans.gif diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/skin.min.css b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/skin.min.css similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/skin.min.css rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/skin.min.css diff --git a/public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/skin.mobile.min.css b/src/includes/libs/tinymce/js/tinymce/skins/lightgray/skin.mobile.min.css similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/skins/lightgray/skin.mobile.min.css rename to src/includes/libs/tinymce/js/tinymce/skins/lightgray/skin.mobile.min.css diff --git a/public_html/includes/libs/tinymce/js/tinymce/themes/inlite/theme.min.js b/src/includes/libs/tinymce/js/tinymce/themes/inlite/theme.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/themes/inlite/theme.min.js rename to src/includes/libs/tinymce/js/tinymce/themes/inlite/theme.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/themes/mobile/theme.min.js b/src/includes/libs/tinymce/js/tinymce/themes/mobile/theme.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/themes/mobile/theme.min.js rename to src/includes/libs/tinymce/js/tinymce/themes/mobile/theme.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/themes/modern/theme.min.js b/src/includes/libs/tinymce/js/tinymce/themes/modern/theme.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/themes/modern/theme.min.js rename to src/includes/libs/tinymce/js/tinymce/themes/modern/theme.min.js diff --git a/public_html/includes/libs/tinymce/js/tinymce/tinymce.min.js b/src/includes/libs/tinymce/js/tinymce/tinymce.min.js similarity index 100% rename from public_html/includes/libs/tinymce/js/tinymce/tinymce.min.js rename to src/includes/libs/tinymce/js/tinymce/tinymce.min.js diff --git a/public_html/includes/routes.php b/src/includes/routes.php similarity index 100% rename from public_html/includes/routes.php rename to src/includes/routes.php diff --git a/public_html/lang/.gitignore b/src/lang/.gitignore similarity index 100% rename from public_html/lang/.gitignore rename to src/lang/.gitignore diff --git a/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo b/src/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo similarity index 99% rename from public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo rename to src/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo index dd19e436..9746d288 100644 Binary files a/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo and b/src/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.mo differ diff --git a/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po b/src/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po similarity index 58% rename from public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po rename to src/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po index 8caf861d..4f5fef75 100644 --- a/public_html/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po +++ b/src/lang/fr_FR.UTF8/LC_MESSAGES/ldapsaisie.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: LdapSaisie\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-05-05 13:01+0200\n" +"PO-Revision-Date: 2020-05-06 12:10+0200\n" "Last-Translator: Benjamin Renard \n" "Language-Team: LdapSaisie \n" @@ -20,15 +20,15 @@ msgstr "" "X-Poedit-Basepath: /var/www/ldapsaisie/trunk\n" "X-Generator: Poedit 2.2.1\n" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:27 msgid "SAMBA Support : Unable to load smbHash class." msgstr "Support SAMBA : Impossible de charger la classe smbHash." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:30 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:30 msgid "SAMBA Support : The constant %{const} is not defined." msgstr "Support SAMBA : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:34 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:34 msgid "" "SAMBA Support : The constants LS_SAMBA_SID_BASE_USER and " "LS_SAMBA_SID_BASE_GROUP must'nt have the same parity to keep SambaSID's " @@ -38,7 +38,7 @@ msgstr "" "LS_SAMBA_SID_BASE_GROUP ne doivent pas avoir la même parité pour préserver " "l'unicité des SambaSID." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:39 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:39 msgid "" "SAMBA Support : The attribute %{dependency} is missing. Unable to forge the " "attribute %{attr}." @@ -46,33 +46,33 @@ msgstr "" "Support SAMBA : L'attribut %{dependency} est manquant. Impossible de générer " "l'attribut %{attr}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:42 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:42 msgid "SAMBA Support : Can't get the sambaDomain object." msgstr "SAMBA Support : Impossible de récupérer l'objet sambaDomain." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:45 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:45 msgid "SAMBA Support : Error modifying the sambaDomain object." msgstr "SAMBA Support : Erreur durant la modification de l'objet sambaDomain." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.samba.php:48 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:48 msgid "SAMBA Support : The %{attr} of the sambaDomain object is incorrect." msgstr "" "SAMBA Support : L'attribut %{attr} de l'objet sambaDomain est incorrect." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:31 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:31 msgid "SSH Support : PhpSecLib is missing." msgstr "Support SSH : la librairie PhpSecLib est manquante." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:35 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:35 msgid "SSH Support : The constant %{const} is not defined." msgstr "Support SSH : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:41 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:41 msgid "SSH : Invalid connection paramater : %{param} parameter is missing." msgstr "" "SSH : Paramètre de connexion invalide : le paramètre %{param} est manquant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:44 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:44 msgid "" "SSH : Authentication key file not found (or not accessible, file path : " "'%{path}')" @@ -80,40 +80,40 @@ msgstr "" "SSH : le fichier de la clé d'authentification est introuvable (ou " "inaccessible, chemin du fichier '%{path}')" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:47 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:47 msgid "SSH : Fail to load authentication key (%{path})." msgstr "SSH : Impossible de chargé la clé d'authentification (%{path})" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:50 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:50 msgid "SSH : Unable to connect to SSH Server (%{host}:%{port})." msgstr "SSH : Impossible de se connecter au serveur SSH (%{host}:%{port})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:53 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:53 msgid "SSH : Unable to make directory %{dir} on the remote server." msgstr "SSH : Impossible de créer le dossier %{dir} sur le serveur distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:56 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:56 msgid "SSH : Unable to delete directory %{dir} on the remote server." msgstr "" "SSH : Impossible de supprimer le dossier %{dir} sur le serveur distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ssh.php:59 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:59 msgid "" "SSH : Unable to rename folder from %{old} to %{new} on the remote server." msgstr "SSH : Impossible de renommer le dossier %{dir} sur le serveur distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:27 msgid "ExportSearchResultAsCSV Support : function fputcsv is not available." msgstr "" "Support ExportSearchResultAsCSV : la fonction fputcsv n'est pas disponible." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:30 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:30 msgid "" "ExportSearchResultAsCSV Support : The constant %{const} is not defined.." msgstr "" "Support ExportSearchResultAsCSV : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:35 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:35 msgid "" "ExportSearchResultAsCSV Error : An error occured generating CSV outfile " "memory space." @@ -121,53 +121,53 @@ msgstr "" "Erreur ExportSearchResultAsCSV : Une erreur est survenue en générant " "l'espace mémoire pour le fichier CSV." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:38 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:38 msgid "ExportSearchResultAsCSV Error : An error occured executing the search." msgstr "" "Erreur ExportSearchResultAsCSV : Une erreur est survenue en exécutant la " "recherche." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:41 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:41 msgid "ExportSearchResultAsCSV Error : An error occured writing CSV header." msgstr "" "Erreur ExportSearchResultAsCSV : Une erreur est survenue en écrivant les " "entêtes CSV." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.exportSearchResultAsCSV.php:44 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:44 msgid "ExportSearchResultAsCSV Error : An error occured writing a CSV row." msgstr "" "Erreur ExportSearchResultAsCSV : Une erreur est survenue en écrivant une " "ligne CSV." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mail.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mail.php:27 msgid "MAIL Support : Pear::MAIL is missing." msgstr "Support MAIL : Pear::MAIL est manquant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mail.php:30 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mail.php:30 msgid "MAIL Support : Pear::MAIL_MIME is missing." msgstr "Support MAIL : Pear::MAIL_MIME est manquant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mail.php:35 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mail.php:35 msgid "MAIL Error : %{msg}" msgstr "Erreur MAIL : %{msg}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mail.php:39 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mail.php:39 msgid "MAIL : Error sending your email" msgstr "MAIL : Erreur durant l'envoie de votre mail" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.phpldapadmin.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.phpldapadmin.php:27 msgid "PhpLdapAdmin Support : The constant %{const} is not defined." msgstr "Support PhpLdapAdmin : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.posix.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.posix.php:27 msgid "POSIX Support : The constant %{const} is not defined." msgstr "Support POSIX : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.posix.php:31 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.posix.php:31 msgid "POSIX Support : Unable to load LSaddon::FTP." msgstr "Support POSIX : Impossible de charger LSaddon::FTP." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.posix.php:36 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.posix.php:36 msgid "" "POSIX : The attribute %{dependency} is missing. Unable to forge the " "attribute %{attr}." @@ -175,11 +175,11 @@ msgstr "" "Support POSIX : L'attribut %{dependency} est manquant. Impossible de générer " "l'attribut %{attr}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:27 msgid "SUPANN Support : The constant %{const} is not defined." msgstr "Support SUPPAN : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:30 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:30 msgid "" "SUPANN Support : The LSobject type %{type} does not exist. Can't work with " "entities.." @@ -187,11 +187,11 @@ msgstr "" "Support SUPPAN : Le type d'LSobject %{type} n'existe pas. Impossible de " "travailler sur avec les entités.." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:33 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:33 msgid "SUPANN Support : The global array %{array} is not defined." msgstr "Support SUPPAN : Le tableau global %{array} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:38 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:38 msgid "" "SUPANN Support : The attribute %{dependency} is missing. Unable to forge the " "attribute %{attr}." @@ -199,7 +199,7 @@ msgstr "" "Support SUPANN : L'attribut %{dependency} est manquant. Impossible de " "générer l'attribut %{attr}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:41 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:41 msgid "" "SUPANN Support : Can't get the basedn of entities. Unable to forge the " "attribute %{attr}." @@ -207,64 +207,64 @@ msgstr "" "Support SUPANN : Impossible de récupérer le basedn des entités. Impossible " "de générer l'attribut %{attr}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:313 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:313 msgid "Entity %{id} (unrecognized)" msgstr "Entité %{id} (non-reconnue)" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.supann.php:408 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select.php:58 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:103 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:408 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select.php:58 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:103 msgid "%{value} (unrecognized value)" msgstr "%{value} (valeur non-reconnue)" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:26 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:26 msgid "Access Right Matrix Support : The global array %{array} is not defined." msgstr "" "Support Matrice des droits d'accès : Le tableau global %{array} n'est pas " "défini." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:52 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:120 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:52 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:120 msgid "Access rights matrix" msgstr "Matrice des droits d'accès" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:62 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:62 msgid "All connected users" msgstr "Tous les utilisateurs connectés" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.LSaccessRightsMatrixView.php:116 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:116 msgid "The user him-self" msgstr "L'utilisateur lui-même" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:27 msgid "FTP Support : Pear::Net_FTP is missing." msgstr "Support FTP : Pear::Net_FTP n'est pas installé." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:31 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:31 msgid "FTP Support : The constant %{const} is not defined." msgstr "Support FTP : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:37 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:37 msgid "Net_FTP Error : %{msg}" msgstr "Net_FTP Erreur : %{msg}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:41 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:41 msgid "FTP Support : Unable to connect to FTP Server (Step : %{step})." msgstr "" "Support FTP : Impossible de se connecter au serveur FTP (Étape : %{step})" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:44 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:44 msgid "FTP Support : Unable to make directory %{dir} on the remote server." msgstr "" "Support FTP : Impossible de créer le dossier %{dir} sur le serveur distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:47 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:47 msgid "FTP Support : Unable to delete directory %{dir} on the remote server." msgstr "" "Support FTP : Impossible de supprimer le dossier %{dir} sur le serveur " "distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:50 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:50 msgid "" "FTP Support : Unable to modify rights on the directory %{dir} on the remote " "server." @@ -272,7 +272,7 @@ msgstr "" "Support FTP : Impossible de modifier les droits sur le dossier %{dir} sur le " "serveur distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.ftp.php:53 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:53 msgid "" "FTP Support : Unable to rename folder from %{old} to %{new} on the remote " "server." @@ -280,79 +280,79 @@ msgstr "" "Support FTP : Impossible de renommer le dossier %{old} en %{new} sur le " "serveur distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:27 msgid "MAILQUOTA Support : The constant %{const} is not defined." msgstr "Support MAILQUOTA : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:30 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:30 msgid "MAILQUOTA Support : The IMAP PHP module is not available." msgstr "Support MAILQUOTA : Le module IMAP pour PHP n'est pas disponible." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:35 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:35 msgid "MAILQUOTA : Fail to connect on IMAP server : %{error}" msgstr "MAILQUOTA : Impossible de se connecter au serveur IMAP : %{error}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:38 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:38 msgid "MAILQUOTA : Unexpected error occured retreiving mailbox quota usage." msgstr "" "MAILQUOTA : Une erreur inattendue est survenue en récupérant l'utilisation " "du quota de la boîte mail." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:41 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:41 msgid "MAILQUOTA : Fail to compose IMAP mailbox username." msgstr "" "MAILQUOTA : Impossible de composer l'identifiant IMAP de la boîte mail." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:149 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:149 msgid "Mailbox quota usage : %{usage} / %{limit}" msgstr "Utilisation de la boîte mail : %{usage} / %{limit}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.mailquota.php:157 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:157 msgid "Unlimited" msgstr "Illimité" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:27 msgid "MAILDIR Support : Unable to load LSaddon::FTP." msgstr "Support MAILDIR : Impossible de charger LSaddon::FTP." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:30 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:30 msgid "MAILDIR Support : The constant %{const} is not defined." msgstr "Support MAILDIR : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:35 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:35 msgid "MAILDIR : Error creating maildir on the remote server." msgstr "" "MAILDIR : Erreur durant la création du dossier des mails sur le serveur " "distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:38 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:38 msgid "MAILDIR : Error deleting the maildir on the remote server." msgstr "" "MAILDIR : Erreur durant la suppression du dossier des mails sur le serveur " "distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:41 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:41 msgid "MAILDIR : Error renaming the maildir on the remote server." msgstr "" "MAILDIR : Erreur durant le renommage du dossier des mails sur le serveur " "distant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.maildir.php:44 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:44 msgid "MAILDIR : Error retrieving remote path of the maildir." msgstr "" "MAILDIR : Erreur durant la récupération du chemin distant du dossier des " "mails." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.asterisk.php:27 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.asterisk.php:27 msgid "Asterisk Support : The constant %{const} is not defined." msgstr "Support Asterisk : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.asterisk.php:30 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.asterisk.php:30 msgid "Asterisk : The function %{function} only work with %{objectName}." msgstr "" "Asterisk : La fonction %{function} ne fonctionne qu'avec %{objectName}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.asterisk.php:33 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.asterisk.php:33 msgid "" "Asterisk : The attribute %{dependency} is missing. Unable to generate MD5 " "hashed password." @@ -360,7 +360,7 @@ msgstr "" "Asterisk : L'attribut %{dependency} est manquant. Impossible de générer le " "mot de passe haché en MD5." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/addons/LSaddons.asterisk.php:36 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.asterisk.php:36 msgid "" "Asterisk : Clear password not availlable. Unable to generate MD5 hashed " "password." @@ -368,109 +368,109 @@ msgstr "" "Asterisk : Le mot de passe en clair est indisponible. Impossible de générer " "le mot de passe haché en MD5." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSmail.php:63 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSmail.php:63 msgid "Email" msgstr "E-mail" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSmail.php:64 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSmail.php:64 msgid "Title" msgstr "Titre" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSmail.php:65 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSmail.php:65 msgid "Message" msgstr "Message" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSmail.php:77 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSmail.php:77 msgid "Your message has been sent successfully." msgstr "Votre message a bien été envoyé." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule.php:49 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule.php:49 msgid "LSformRule_%{type} : Parameter %{param} is not found." msgstr "LSformRule_%{type} : Le paramètre %{param} n'est pas défini." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:195 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:195 msgid "Error creating object on LDAP server." msgstr "Une erreur est survenue en création cet objet dans l'annuaire LDAP." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:221 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:221 msgid "Error updating object on LDAP server." msgstr "" "Une erreur est survenue en mettant à jour cet objet dans l'annuaire LDAP." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:227 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:227 msgid "Error validating update form." msgstr "Une erreur est survenue en validant le formulaire de mise à jour." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:232 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:232 msgid "Failed to set post data on update form." msgstr "Impossible de définir les données dans le formulaire de mise à jours." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:237 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:237 msgid "" "Failed to load existing object %{dn} from LDAP server. Can't update object." msgstr "" "Impossible de charger l'objet existant %{dn} depuis l'annuaire LDAP. " "Impossible de mettre à jour cet objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:242 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:242 msgid "An object already exist on LDAP server with DN %{dn}." msgstr "Un objet existe déjà dans l'annuaire LDAP avec le DN %{dn}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:246 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:246 msgid "Failed to generate DN for this object." msgstr "Impossible de générer le DN de cet objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:250 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:250 msgid "Failed to validate object data." msgstr "Impossible de valider les données de l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:256 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:256 msgid "Error validating creation form." msgstr "Une erreur est survenue en validant le formulaire de création." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:261 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:261 msgid "Failed to set post data on creation form." msgstr "Impossible de définir les données dans le formulaire de création." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:320 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:320 msgid "LSimport : Post data not found or not completed." msgstr "LSimport : les données transmises sont introuvables ou incomplètes." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:323 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:323 msgid "LSimport : object type invalid." msgstr "LSimport : type d'objet invalide." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:326 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:326 msgid "LSimport : input/output format %{format} invalid." msgstr "LSimport : Le format d'entrée/sortie %{format} est invalide." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSimport.php:329 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:329 msgid "LSimport : Fail to initialize input/output driver" msgstr "LSimport : Impossible d'initialiser le pilote d'entrée/sortie" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSconfirmBox.php:35 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:35 msgid "Confirmation" msgstr "Confirmation" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSconfirmBox.php:36 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:36 msgid "You confirm your choice ?" msgstr "Confirmez-vous votre choix ?" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSconfirmBox.php:37 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsmoothbox.php:39 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1367 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:68 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:568 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1148 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1252 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:37 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsmoothbox.php:39 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1378 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:68 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:568 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1148 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1252 msgid "Validate" msgstr "Valider" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSconfirmBox.php:38 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:38 msgid "Cancel" msgstr "Annuler" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauthMethod_anonymous.php:69 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauthMethod_anonymous.php:69 msgid "" "LSauthMethod_anonymous : You must define the LSAUTHMETHOD_ANONYMOUS_USER " "contant in the configuration file." @@ -478,26 +478,26 @@ msgstr "" "LSauthMethod_anonymous : Vous devez définir la constante " "LSAUTHMETHOD_ANONYMOUS_USER dans le fichier de configuration." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement.php:194 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement.php:194 msgid "Attribute" msgstr "Attribut" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_mailQuota.php:80 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_valueWithUnit.php:108 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_quota.php:80 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_mailQuota.php:80 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_valueWithUnit.php:108 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_quota.php:80 #: templates/default/LSformElement_mailQuota_field.tpl:17 msgid "Incorrect value" msgstr "Valeur incorrecte" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_ssh_key.php:57 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_ssh_key.php:57 msgid "Display the full key." msgstr "Affichier la clé en entier." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_ssh_key.php:79 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_ssh_key.php:79 msgid "Unknown type" msgstr "Type inconnu" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_valueWithUnit.php:203 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_valueWithUnit.php:203 msgid "" "LSformElement_valueWithUnit : Units configuration data are missing for the " "attribute %{attr}." @@ -505,7 +505,7 @@ msgstr "" "LSformElement_valueWithUnit : La configuration des unités est manquante pour " "l'attribut %{attr}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html.php:133 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:133 msgid "" "LSattr_html : The method addToForm() of the HTML type of the attribute " "%{attr} is not defined." @@ -513,119 +513,119 @@ msgstr "" "LSattr_html : La méthode addToForm() du type HTML de l'attribut %{attr} " "n'est pas encore définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html.php:137 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:137 msgid "" "LSattr_html_%{type} : Multiple data are not supported for this field type." msgstr "" "LSattr_html_%{type} : Les données multiples ne sont pas supportées pour ce " "type de champ." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:106 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:260 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:68 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannLabeledValue.php:62 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:167 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:929 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1087 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:106 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:260 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:68 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:62 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:167 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:929 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1087 msgid "Modify" msgstr "Modifier" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:107 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:75 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannLabeledValue.php:63 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:107 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:75 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:63 msgid "No set value" msgstr "Aucune valeur définie" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:108 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:76 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_mail.php:63 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannLabeledValue.php:64 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:108 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:76 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_mail.php:63 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:64 msgid "No result" msgstr "Aucun résultat" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:193 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php:287 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:193 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_jsonCompositeAttribute.php:287 msgid "Component %{c} must be defined" msgstr "Le composant %{c} est obligatoire" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:204 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:213 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:226 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:204 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:213 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:226 msgid "Invalid value for component %{c}." msgstr "Valeur du composant %{c} invalide." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:208 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:208 msgid "Unparsable value for component %{c}." msgstr "Valeur du composant %{c} non-analysable." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannCompositeAttribute.php:231 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php:265 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:231 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_jsonCompositeAttribute.php:265 msgid "Can't validate value of component %{c}." msgstr "Impossible de valider la valeur du composant %{c}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_labeledValue.php:56 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_labeledValue.php:56 msgid "(unrecognized value)" msgstr "(valeur non-reconnue)" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_labeledValue.php:57 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_labeledValue.php:57 msgid "(unrecognized label)" msgstr "(label non-reconnue)" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_date.php:152 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_date.php:152 msgid "Now." msgstr "Maintenant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_date.php:153 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_date.php:153 msgid "Today." msgstr "Aujourd'hui." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:93 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:93 msgid "LStemplate : compile directory is not writable (dir : %{dir})" msgstr "" "LStemplate : Le dossier de compilation n'est pas accessible en écriture " "(dossier : %{dir})" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:112 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:112 msgid "LStemplate : Can't load Smarty 2 support file" msgstr "LStemplate : Impossible de charger le fichier de support de Smarty 2" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:119 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:119 msgid "LStemplate : Can't load Smarty 3 support file" msgstr "LStemplate : Impossible de charger le fichier de support de Smarty 3" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:123 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:123 msgid "LStemplate : Smarty version not recognized." msgstr "LStemplate : Version de Smarty non reconnue." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:146 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:146 msgid "LStemplate : Can't load Smarty." msgstr "" "LStemplate : Impossible de charger le moteur de gestion de template Smarty." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:353 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:353 msgid "Smarty - An exception occured displaying template '%{template}'" msgstr "" "Smarty - Un erreur est survenue en affichant le modèle de page '%{template}'." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:373 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:373 msgid "Smarty - An exception occured fetching template '%{template}'" msgstr "Smarty - Un erreur est survenue en générant le modèle '%{template}'." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:385 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:385 msgid "A fatal error occured." msgstr "Une erreur fatale est survenue." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:386 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:386 msgid "A fatal error occured. If problem persist, please contact support." msgstr "" "Une erreur irrécupérable est survenue. Si le problème persiste, merci de " "contacter le support." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:485 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:485 msgid "LStemplate : Template %{file} not found." msgstr "LStemplate : le template %{file} est introuvable." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:488 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:488 msgid "" "LStemplate : Fail to execute trigger %{callable} on event %{event} : is not " "callable." @@ -633,7 +633,7 @@ msgstr "" "LStemplate : Échec d'exécution du déclencheur %{callable} lors de événement " "%{event} : il n'est pas un callable." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LStemplate.php:491 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:491 msgid "" "LStemplate : Error during the execution of the trigger %{callable} on event " "%{event}." @@ -641,14 +641,14 @@ msgstr "" "LStemplate : Erreur durant l'exécution du déclencheur %{callable} lors de " "événement %{event}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_object.php:237 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_object.php:237 msgid "" "LSattr_html_select_object : LSobject type is undefined (attribute : %{attr})." msgstr "" "LSattr_html_select_objet : Le type d'LSobject n'est pas définie (attritbut : " "%{attr})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_object.php:240 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_object.php:240 msgid "" "LSattr_html_select_object : the value of the parameter value_attribute in " "the configuration of the attribute %{attrs} is incorrect. This attribute " @@ -658,7 +658,7 @@ msgstr "" "configuration de l'attribut %{attr} est incorrecte. Cet attribut n'existe " "pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_object.php:243 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_object.php:243 msgid "" "LSattr_html_select_object : more than one object returned corresponding to " "value %{val} of attribute %{attr}." @@ -666,21 +666,21 @@ msgstr "" "LSattr_html_select_objet : plus d'un objet retourné en correspondance à la " "valeur %{val} de l'attribut %{attr}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:94 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:94 msgid "" "LSformRule_differentPassword : Other password attribute is not configured." msgstr "" "LSformRule_differentPassword : L'autre attribut mot de passe n'est pas " "configuré." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:97 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:97 msgid "" "LSformRule_differentPassword : Fail to load LSattr_ldap :: password class." msgstr "" "LSformRule_differentPassword : Impossible de charger la classe " "LSattr_ldap :: password." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:100 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:100 msgid "" "LSformRule_differentPassword : The other password attribute %{attr} does not " "exist." @@ -688,7 +688,7 @@ msgstr "" "LSformRule_differentPassword : L'autre attribut mot de passe %{attr} " "n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:103 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:103 msgid "" "LSformRule_differentPassword : The other password attribute could not be the " "same of the current one." @@ -696,7 +696,7 @@ msgstr "" "LSformRule_differentPassword : L'autre attribut mot de passe ne peut être le " "même que l'attribut courant." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_differentPassword.php:106 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:106 msgid "" "LSformRule_differentPassword : The other password attributes must use " "LSattr_ldap :: password. It's not the case of the attribure %{attr}." @@ -704,11 +704,11 @@ msgstr "" "LSformRule_differentPassword : Les autres attributs mots de passe doivent " "utiliser LSattr_ldap :: password. Ce n'est pas le cas de l'attribut %{attr}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:259 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:259 msgid "The value of field %{label} is invalid." msgstr "La valeur du champ %{label} est incorrecte." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:714 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:714 msgid "" "LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} " "& HTML = %{html})." @@ -716,7 +716,7 @@ msgstr "" "LSattribute : Attribut %{attr} : Les types LDAP ou HTML sont inconnus (LDAP " "= %{ldap} & HTML = %{html})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:717 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:717 msgid "" "LSattribute : The function %{func} to display the attribute %{attr} is " "unknow." @@ -724,14 +724,14 @@ msgstr "" "LSattribute : La fonction %{func} pour afficher l'attribut %{attr} est " "inconnue." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:720 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:720 msgid "" "LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow." msgstr "" "LSattribute : La règle %{rule} de validation de l'attribut %{attr} n'existe " "pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:723 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:723 msgid "" "LSattribute : Configuration data to verify the attribute %{attr} are " "incorrect." @@ -739,22 +739,22 @@ msgstr "" "LSattribute : Les données de configuration pour vérifier l'attribut %{attr} " "sont incorrecte." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:726 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:726 msgid "" "LSattribute : The function %{func} to save the attribute %{attr} is unknow." msgstr "" "LSattribute : La fonction %{func} pour sauvegarder l'attribut %{attr} est " "inconnue." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:729 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:729 msgid "LSattribute : The value of the attribute %{attr} can't be generated." msgstr "LSattribute : La valeur de l'attribut %{attr} ne peut être générée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:732 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:732 msgid "LSattribute : Generation of the attribute %{attr} failed." msgstr "LSattribute : La génération de l'attribut %{attr} a échouée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:735 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:735 msgid "" "LSattribute : Generation of the attribute %{attr} did not return a correct " "value." @@ -762,22 +762,22 @@ msgstr "" "LSattribute : La génération de l'attribut %{attr} n'a pas retournée de " "valeur correcte." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattribute.php:738 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:738 msgid "" "LSattribute : The attr_%{type} of the attribute %{name} is not yet defined." msgstr "" "LSattribute : L'objet attr_%{type} de l'attribut %{name} n'est pas encore " "défini." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_callable.php:66 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_callable.php:66 msgid "LSformRule_callable : The given callable option is not callable" msgstr "LSformRule_callable : Le paramètre fournis n'est pas exécutable" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_postaladdress.php:73 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_postaladdress.php:73 msgid "View on map" msgstr "Voir sur une carte" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_postaladdress.php:89 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_postaladdress.php:89 msgid "" "LSformElement_postaladdress : Map URL pattern generate function is not " "callabled (%{function})." @@ -785,95 +785,95 @@ msgstr "" "LSformElement_postaladdress : La fonction de génération de l'URL de la carte " "n'est pas exécutable (%{function})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select.php:52 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select.php:52 msgid "Reset selection." msgstr "Réinitiliser la sélection." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsmoothbox.php:38 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsmoothbox.php:38 msgid "Are you sure to want to close this window and lose all changes ?" msgstr "" "Êtes-vous sûre de vouloir femer cette fenêtre et de perdre tous vos " "changements ?" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_textarea.php:51 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_textarea.php:51 msgid "Clear" msgstr "Nettoyer" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1307 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1318 msgid "Connection" msgstr "Connexion" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1317 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1356 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1328 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1367 msgid "LDAP server" msgstr "Serveur LDAP" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1327 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2478 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:669 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1338 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2489 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:669 msgid "Level" msgstr "Niveau" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1328 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1366 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1339 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1377 msgid "Identifier" msgstr "Identifiant" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1329 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1340 msgid "Password" msgstr "Mot de passe" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1330 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1341 msgid "Connect" msgstr "Se connecter" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1331 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1342 msgid "Forgot your password ?" msgstr "Mot de passe perdu ?" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1349 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1360 msgid "Recovery of your credentials" msgstr "Récupération de votre mot de passe" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1368 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1379 msgid "Back" msgstr "Retour" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1371 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1382 msgid "Please fill the identifier field to proceed recovery procedure" msgstr "" "Merci d'entrer votre identifiant pour poursuivre la procédure de récupération" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1376 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1387 msgid "" "An email has been sent to %{mail}. Please follow the instructions on it." msgstr "" "Un e-mail vient de vous être envoyé à l'adresse %{mail}. Merci de suivre les " "indications qu'il contient." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1385 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1396 msgid "Your new password has been sent to %{mail}." msgstr "Votre nouveau mot de passe vous a été envoyé à l'adresse %{mail}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1536 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:146 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:423 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1547 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:146 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:423 msgid "Refresh" msgstr "Rafraîchir" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1552 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1563 msgid "Language" msgstr "Langue" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:1574 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1585 msgid "Connected as" msgstr "Connecté en tant que" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2624 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2635 msgid "LSsession : The constant %{const} is not defined." msgstr "LSsession : La constante %{const} n'est pas définie." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2627 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2638 msgid "" "LSsession : The %{addon} support is uncertain. Verify system compatibility " "and the add-on configuration." @@ -881,52 +881,52 @@ msgstr "" "LSsession : Le support %{addon} est incertain. Vérifiez la compatibilité du " "système et la configuration de l'add-on." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2630 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2641 msgid "" "LSsession : LDAP server's configuration data are invalid. Can't connect." msgstr "" "LSsession : Les données de configuration du serveur LDAP sont invalide. " "Impossible de s'y connecter." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2633 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2644 msgid "LSsession : Failed to load LSobject type %{type} : unknon type." msgstr "" "LSsession : Impossible de charger le type d'LSobject %{type} : type inconnu." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2636 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2647 msgid "LSsession : Failed to load LSclass %{class}." msgstr "LSsession : Impossible de charger la LSclass %{class}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2639 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2650 msgid "LSsession : Login or password incorrect." msgstr "LSsession : Identifiant ou mot de passe incorrects." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2642 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2653 msgid "LSsession : Impossible to identify you : Duplication of identities." msgstr "LSsession : Impossible de vous identifier : Duplication d'identité." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2645 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2656 msgid "LSsession : Can't load class of authentification (%{class})." msgstr "" "LSsession : Impossible de charger la classe d'authentification (%{class})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2648 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2659 msgid "LSsession : Can't connect to LDAP server." msgstr "LSsession : Impossible de se connecter au serveur LDAP." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2651 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2662 msgid "LSsession : Impossible to authenticate you." msgstr "LSsession : Impossible de vous identifier." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2654 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2665 msgid "LSsession : Your are not authorized to do this action." msgstr "LSsession : Vous n'êtes pas autorisé à faire cette action." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2657 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2668 msgid "LSsession : Some informations are missing to display this page." msgstr "LSsession : Des informations sont manquant pour afficher cette page." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2660 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2671 msgid "" "LSsession : The function of the custom action %{name} does not exists or is " "not configured." @@ -934,24 +934,24 @@ msgstr "" "LSsearch : La fonction de l'action personnalisée %{name} n'existe pas ou " "n'est pas configurée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2663 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2674 msgid "LSsession : Fail to retreive user's LDAP credentials from LSauth." msgstr "" "LSsession : Erreur en récupérant les identifiants LDAP de l'utilisateur " "depuis LSauth." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2666 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2677 msgid "" "LSsession : Fail to reconnect to LDAP server with user's LDAP credentials." msgstr "" "LSsession : Impossible de se reconnecter au serveur LDAP avec les " "identifiants de l'utilisateur." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2669 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2680 msgid "LSsession : No import/export format define for this object type." msgstr "LSsession : Aucun format d'entrée/sortie définie pour ce type d'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2672 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2683 msgid "" "LSsession : Error during creation of list of levels. Contact administrators. " "(Code : %{code})" @@ -959,13 +959,13 @@ msgstr "" "LSsession : Erreur durant la création de la liste des niveaux. Contacter les " "administrateurs. (Code : %{type})" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2675 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2686 msgid "LSsession : The password recovery is disabled for this LDAP server." msgstr "" "LSsession : La récupération de mot de passe est désactivée pour ce serveur " "LDAP." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2678 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2689 msgid "" "LSsession : Some informations are missing to recover your password. Contact " "administrators." @@ -973,7 +973,7 @@ msgstr "" "LSsession : Des informations sont manques pour pouvoir récupérer votre mot " "de passe. Contacter les administrateurs." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2681 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2692 msgid "" "LSsession : Error during password recovery. Contact administrators.(Step : " "%{step})" @@ -981,26 +981,26 @@ msgstr "" "LSsession : Erreur durant la récupération de votre mot de passe. Contacter " "les administrateurs. (Etape : %{step})" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2684 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2695 msgid "" "LSsession : call function %{func} do not provided from LSaddon %{addon}." msgstr "" "LSsession : la fonction %{func} n'est pas fournie par le LSaddon %{addon}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2687 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2698 msgid "LSsession : problem during initialisation." msgstr "LSsession : Problème durant l'initialisation." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2690 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2701 msgid "LSsession : view function %{func} for LSaddon %{addon} doet not exist." msgstr "" "LSsession : la fonction de vue %{func} du LSaddon %{addon} n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2693 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2704 msgid "LSsession : invalid related object's DN pass in parameter." msgstr "LSsession : DN d'objet en relation incorrect dans les paramètres." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2696 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2707 msgid "" "LSsession : the LSaddon %{addon} keep using old-style addon view URL. Please " "upgrade it." @@ -1008,7 +1008,7 @@ msgstr "" "LSsession : le LSaddon %{addon} utilise toujours l'ancien type d'URL de " "vues. Merci de le mettre à jour." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2699 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2710 msgid "" "LSsession : You have been redirect from an old-style URL %{url}. Please " "upgrade this link." @@ -1016,7 +1016,7 @@ msgstr "" "LSsession : Vous avez été redirigé depuis une ancienne URL %{url}. Merci de " "le mettre à jour ce lien." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsession.php:2702 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2713 msgid "" "LSsession : You still seen use LSsession :: redirect() in your custom code. " "Please upgrade it and use LSurl :: redirect()." @@ -1025,25 +1025,25 @@ msgstr "" "code personnalisé. Merci de mettre à jour ce code et d'utiliser LSurl :: " "redirect()." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:473 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:473 msgid "The attribute %{attr} is not valid." msgstr "L'attribut %{attr} n'est pas valide." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2200 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2200 msgid "LSldapObject : Object type unknown." msgstr "LSldapObject : Type d'objet inconnu." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2203 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2203 msgid "LSldapObject : Update form is not defined for the object %{obj}." msgstr "" "LSldapObject : Le formulaire de mise à jour n'est pas défini pour l'objet " "%{obj}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2206 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2206 msgid "LSldapObject : No form exists for the object %{obj}." msgstr "LSldapObject : Aucun formulaire n'existe pour l'objet %{obj}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2209 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2209 msgid "" "LSldapObject : The function %{func} to validate the attribute %{attr} the " "object %{obj} is unknow." @@ -1051,7 +1051,7 @@ msgstr "" "LSldapObject : La fonction %{func} pour valider l'attribut %{attr} de " "l'objet %{obj} est inconnu." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2212 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2212 msgid "" "LSldapObject : Configuration data are missing to validate the attribute " "%{attr} of the object %{obj}." @@ -1059,7 +1059,7 @@ msgstr "" "LSldapObject : Des données de configurations sont manquant pour pouvoir " "valider l'attribut %{attr} de l'objet %{obj}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2216 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2216 msgid "" "LSldapObject : The function %{func} to be executed on the object event " "%{event} doesn't exist." @@ -1067,14 +1067,14 @@ msgstr "" "LSldapObject : La fonction %{func} devant être exécutée lors de l'évènement " "%{event} de l'objet n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2219 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2219 msgid "" "LSldapObject : The %{func} execution on the object event %{event} failed." msgstr "" "LSldapObject : L'exécution de la fonction %{func} lors de l'évènement " "%{event} de l'objet a échouée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2223 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2223 msgid "" "LSldapObject : Class %{class}, which method %{meth} to be executed on the " "object event %{event}, doesn't exist." @@ -1082,7 +1082,7 @@ msgstr "" "La classe %{class}, contenant la méthode %{meth} devant être exécutée lors " "de l'évènement %{event} de l'objet, n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2226 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2226 msgid "" "LSldapObject : Method %{meth} within %{class} class to be executed on object " "event %{event}, doesn't exist." @@ -1090,7 +1090,7 @@ msgstr "" "LSldapObject : La méthode %{meth} de la classe %{class} devant être exécutée " "lors de l'évènement %{event} de l'objet n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2229 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2229 msgid "" "LSldapObject : Error during execute %{meth} method within %{class} class, to " "be executed on object event %{event}." @@ -1098,7 +1098,7 @@ msgstr "" "LSldapObject : Erreur durant l'exécution de la méthode %{meth} de la classe " "%{class} devant être exécutée lors de l'évènement %{event} de l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2233 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2233 msgid "" "LSldapObject : Some configuration data of the object type %{obj} are missing " "to generate the DN of the new object." @@ -1106,7 +1106,7 @@ msgstr "" "LSldapObject : Des informations de configuration du type d'objet %{obj} sont " "manquantes pour la génération du DN du nouvel objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2236 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2236 msgid "" "LSldapObject : The attibute %{attr} of the object is not yet defined. Can't " "generate DN." @@ -1114,11 +1114,11 @@ msgstr "" "LSldapObjet : L'attribut %{attr} de l'objet n'est pas encore défini. " "Impossible de générer le DN." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2239 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2239 msgid "LSldapObject : Without DN, the object could not be changed." msgstr "LSldapObject : Sans DN, l'objet ne peut pas être modifié." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2242 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2242 msgid "" "LSldapObject : The attribute %{attr_depend} depending on the attribute " "%{attr} doesn't exist." @@ -1126,39 +1126,39 @@ msgstr "" "LSldapObject : L'attritbut %{attr_depend} dépendant de l'attribut %{attr} " "n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2245 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2245 msgid "LSldapObject : Error during deleting the object %{objectname}." msgstr "LSldapObject : Erreur durant la suppression de l'objet %{objectname}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2249 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2249 msgid "" "LSldapObject : Error during actions to be executed before renaming the objet." msgstr "" "LSldapObject : Erreur durant les actions devant être exécutée avant de " "renommer l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2252 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2252 msgid "" "LSldapObject : Error during actions to be executed after renaming the objet." msgstr "" "LSldapObject : Erreur durant les actions devant être exécutée après avoir " "renommé l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2256 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2256 msgid "" "LSldapObject : Error during actions to be executed before deleting the objet." msgstr "" "LSldapObject : Erreur durant les actions devant être exécutée avant de " "supprimer l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2259 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2259 msgid "" "LSldapObject : Error during actions to be executed after deleting the objet." msgstr "" "LSldapObject : Erreur durant les actions devant être exécutée après avoir " "supprimé l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2263 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2263 msgid "" "LSldapObject : Error during the actions to be executed before creating the " "object." @@ -1166,7 +1166,7 @@ msgstr "" "LSldapObject : Erreur durant les actions devant être exécutée avant de créer " "l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2266 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2266 msgid "" "LSldapObject : Error during the actions to be executed after creating the " "object. It was created anyway." @@ -1174,7 +1174,7 @@ msgstr "" "LSldapObject : Erreur durant les actions devant être exécutées après la " "création de l'objet. Il a tout de même été créé." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2270 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2270 msgid "" "LSldapObject : The function %{func} to be executed before creating the " "object doesn't exist." @@ -1182,7 +1182,7 @@ msgstr "" "LSldapObject : La fonction %{func} devant être exécutée avant la création de " "l'objet n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2273 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2273 msgid "" "LSldapObject : Error executing the function %{func} to be execute after " "deleting the object." @@ -1190,7 +1190,7 @@ msgstr "" "LSldapObject : Erreur durant l'exécution de la fonction %{func} devant être " "exécutée après la suppression de l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2276 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2276 msgid "" "LSldapObject : The function %{func} to be executed after deleting the object " "doesn't exist." @@ -1198,7 +1198,7 @@ msgstr "" "LSldapObject : La fonction %{func} devant être exécutée après la suppression " "de l'objet n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2279 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2279 msgid "" "LSldapObject : Error executing the function %{func} to be execute after " "creating the object." @@ -1206,7 +1206,7 @@ msgstr "" "LSldapObject : Erreur durant l'exécution de la fonction %{func} devant être " "exécutée après la création de l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2283 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2283 msgid "" "LSldapObject : %{func} function, to be executed on object event %{event}, " "doesn't exist." @@ -1214,7 +1214,7 @@ msgstr "" "LSldapObject : La fonction %{func}, devant être exécutée lors de l'évènement " "%{event} de l'objet, n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2286 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2286 msgid "" "LSldapObject : Error during the execution of %{func} function on object " "event %{event}." @@ -1222,7 +1222,7 @@ msgstr "" "LSldapObject : Erreur durant l'exécution de la fonction %{func} lors de " "l'évènement %{event} de l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2290 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2290 msgid "" "LSldapObject : %{meth} method, to be executed on object event %{event}, " "doesn't exist." @@ -1230,7 +1230,7 @@ msgstr "" "LSldapObject : La méthode %{meth}, devant être exécutée lors de l'évènement " "%{event} de l'objet, n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2293 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2293 msgid "" "LSldapObject : Error during execution of %{meth} method on object event " "%{event}." @@ -1238,13 +1238,13 @@ msgstr "" "LSldapObject : Erreur durant l'exécution de la méthode %{meth} lors de " "l'évènement %{event} de l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2296 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2296 msgid "LSldapObject : Error during generate LDAP filter for %{LSobject}." msgstr "" "LSldapObject : Erreur durant la génération du filtre LDAP de l'objet " "%{LSobject}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2300 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2300 msgid "" "LSldapObject : Error during execution of the custom action %{customAction} " "on %{objectname}." @@ -1252,22 +1252,22 @@ msgstr "" "LSldapObject : Erreur durant l'exécution de l'action personnalisée " "%{customAction} sur l'objet %{objectname}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2304 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2304 msgid "LSldapObject : Fail to retrieve container DN." msgstr "LSldapObject : Impossible de récupérer le DN parent." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2307 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2307 msgid "" "LSldapObject : The function %{func} to generate container DN is not callable." msgstr "" "LSldapObject : La fonction %{func} pour générer le DN parent n'est pas " "exécutable." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2310 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2310 msgid "LSldapObject : Error during generating container DN : %{error}" msgstr "LSldapObject : Erreur durant la génération du DN parent : %{error}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldapObject.php:2315 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2315 msgid "" "LSrelation : Some parameters are missing in the call of methods to handle " "standard relations (Method : %{meth})." @@ -1275,7 +1275,7 @@ msgstr "" "LSrelation : Des paramètres sont manquant dans l'appel des méthodes de " "manipulation des relations standards." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_password.php:91 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_password.php:91 msgid "" "LSformRule_password : Invalid regex configured : %{regex}. You must use PCRE " "(begining by '/' caracter)." @@ -1283,101 +1283,101 @@ msgstr "" "LSformRule_password : Regex invalide configurée : %{regex}. Vous devez " "utiliser des regex de type PCRE (commencant par le caractère '/')." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:498 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:498 msgid "LSldap : Error during the LDAP server connection (%{msg})." msgstr "LSldap : Erreur durant la connexion au serveur LDAP (%{msg})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:501 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:501 msgid "LSldap : Error during the LDAP search (%{msg})." msgstr "LSldap : Erreur pendant la recherche LDAP (%{msg})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:504 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:504 msgid "LSldap : Object type unknown." msgstr "LSldap : Type d'objet inconnu." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:507 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:507 msgid "LSldap : Error while fetching the LDAP entry." msgstr "LSldap : Erreur durant la récupération de l'entrée LDAP." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:510 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:510 msgid "LSldap : Error while changing the LDAP entry (DN : %{dn})." msgstr "LSldap : Erreur durant la modification de l'entrée LDAP (DN : %{dn})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:513 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:513 msgid "LSldap : Error while deleting empty attributes." msgstr "LSldap : Erreur durant la suppression des attributs vides." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSldap.php:516 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:516 msgid "LSldap : Error while changing the DN of the object." msgstr "LSldap : Erreur pendant la modification du DN de l'objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:69 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:76 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:69 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:76 msgid "listing related objects" msgstr "énumaration des objets liés" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:103 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:109 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:103 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:109 msgid "getting key value" msgstr "récupération de la valeur clé" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:134 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:141 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:174 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:134 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:141 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:174 msgid "checking right on relation with specific object" msgstr "vérification des droits sur la relation avec un objet en particulier" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:150 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:150 msgid "deleting" msgstr "suppression" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:157 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:157 msgid "removing relation with specific object" msgstr "suppression de la relation avec un object en particulier" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:167 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:167 msgid "renaming" msgstr "renommage" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:186 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:186 msgid "updating" msgstr "mise à jour" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:192 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:192 msgid "updating relations" msgstr "mise à jour des relations" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:214 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:220 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:214 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:220 msgid "Do you really want to delete" msgstr "Voulez-vous vraiment supprimer" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:215 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:215 msgid "Warning" msgstr "Attention" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:216 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:222 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:69 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:85 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:183 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:945 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1079 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:216 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:222 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:69 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:85 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:183 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:945 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1079 msgid "Delete" msgstr "Supprimer" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:243 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:365 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:243 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:365 msgid "No object." msgstr "Aucun objet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:267 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:410 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:884 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:267 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:410 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:884 msgid "New" msgstr "Nouveau" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:453 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:453 msgid "" "LSrelation : The function %{function} for action '%{action}' on the relation " "%{relation} is unknown." @@ -1385,23 +1385,23 @@ msgstr "" "LSrelation : La fonction %{function} pour l'action '%{action}' sur la " "relation %{relation} est inconnue." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:456 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:456 msgid "LSrelation : Relation %{relation} of object type %{LSobject} unknown." msgstr "" "LSrelation : La relation %{relation} du type d'objet %{LSobject} est " "inconnue." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:459 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:459 msgid "LSrelation : Error during relation update of the relation %{relation}." msgstr "LSsession : Erreur durant la mise à jour de la relation %{relation}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:462 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:462 msgid "LSrelation : Object type %{LSobject} unknown (Relation : %{relation})." msgstr "" "LSsession : La fonction de mise à jour de la relation %{relation} est " "inconnue." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:465 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:465 msgid "" "LSrelation : Incomplete configuration for LSrelation %{relation} of object " "type %{LSobject} for action : %{action}." @@ -1409,7 +1409,7 @@ msgstr "" "LSrelation : Configuration incomplète de la LSrelation %{relation} du type " "d'objet %{LSobject} pour l'action : %{action}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSrelation.php:468 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:468 msgid "" "LSrelation : Invalid editable attribute for LSrelation %{relation} with " "LSobject %{LSobject}." @@ -1417,27 +1417,27 @@ msgstr "" "LSrelation : Attribut éditable invalide pour la LSrelation %{relation} du " "type d'objet %{LSobject}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:135 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:135 msgid "Generate a password." msgstr "Générer un mot de passe." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:136 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:136 msgid "Compare with stored password." msgstr "Comparer avec le mot de passe stocké." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:137 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:137 msgid "Display password." msgstr "Afficher le mot de passe." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:138 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:138 msgid "Display hashed password." msgstr "Afficher le mot de passe haché." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:139 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:139 msgid "Hide password." msgstr "Cacher le mot de passe." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:140 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:140 msgid "" "The password will be sent by mail if changed. Click to disable automatic " "notification." @@ -1445,7 +1445,7 @@ msgstr "" "Le mot de passe sera envoyé par e-mail en cas de modification. Cliquer pour " "désactiver la notification." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:141 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:141 msgid "" "The password will not be sent if changed. Click to enable automatic " "notification." @@ -1453,35 +1453,35 @@ msgstr "" "Le mot de passe ne sera pas envoyé en cas de modification. Cliquer pour " "activer la notification automatique." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:142 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:142 msgid "Modify the mail sent to notice the user" msgstr "Modifier mail de notification de l'utilisateur" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:271 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:271 msgid "Notice mail sent." msgstr "Le mail de notification a été envoyé." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:348 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:348 msgid "LSformElement_password : No contact mail available to send password." msgstr "" "LSformElement_password : Aucun mail de contact disponible pour envoyer le " "mot de passe." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:351 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:351 msgid "" "LSformElement_password : Contact mail invalid (%{mail}). Can't send password." msgstr "" "LSformElement_password : Mail de contact invalide (%{mail}). Impossible " "d'envoyer le mot de passe." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:354 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:354 msgid "" "LSformElement_password : Fail to exec pwgen. Check it's correctly installed." msgstr "" "LSformElement_password : Impossible d'exécuter pwgen. Vérifier qu'il est " "bien installé." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:357 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:357 msgid "" "LSformElement_password : Fail to determine witch e-mail attribute to use to " "send new password : get_mail_attr_function parameter not refer to a valid " @@ -1491,7 +1491,7 @@ msgstr "" "être utilisé pour l'envoi du mot de passe : le paramètre " "get_mail_attr_function ne fait pas référence à une fonction valide." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_password.php:360 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:360 msgid "" "LSformElement_password : Fail to determine witch e-mail attribute to use to " "send new password : get_mail_attr_function throwed an exception : %{msg}" @@ -1500,23 +1500,23 @@ msgstr "" "être utilisé pour l'envoi du mot de passe : le fonction " "get_mail_attr_function a déclenchée une exception : %{msg}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_url.php:51 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_url.php:51 msgid "Display this website." msgstr "Afficher le site internet." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_url.php:52 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_url.php:52 msgid "Add this website to my bookmarks." msgstr "Ajouter ce site internet à mes favoris." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_text.php:57 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_text.php:57 msgid "Generate the value" msgstr "Générer une valeur" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauthMethod_CAS.php:140 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauthMethod_CAS.php:140 msgid "LSauthMethod_CAS : Failed to load phpCAS." msgstr "LSauthMethod_CAS : Impossible de charger phpCAS." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauthMethod_CAS.php:143 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauthMethod_CAS.php:143 msgid "" "LSauthMethod_CAS : Please check your configuration : you must configure CAS " "server SSL certificate validation using one of the following constant : " @@ -1527,28 +1527,28 @@ msgstr "" "des constantes suivantes : LSAUTH_CAS_SERVER_SSL_CACERT ou " "LSAUTH_CAS_SERVER_NO_SSL_VALIDATION" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:99 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:99 msgid "Add a field to add another values." msgstr "Ajouter une autre valeur à ce champ." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:100 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:100 msgid "Delete this field." msgstr "Supprimer cette valeur." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:122 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:255 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:122 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:255 msgid "No field." msgstr "Aucun champ." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:203 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:564 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:203 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:564 msgid "Do you really want to execute custom action %{title} on this search ?" msgstr "" "Êtes-vous vraiment sûre de vouloir exécuter l'action personnalisée %{title} " "sur cette recherche ?" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:209 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1246 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:209 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1246 msgid "" "Do you really want to execute custom action %{customAction} on " "%{objectname} ?" @@ -1556,49 +1556,49 @@ msgstr "" "Êtes-vous vraiment sûre de vouloir exécuter l'action personnalisée " "%{customAction} sur %{objectname} ?" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:221 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:221 msgid "Caution" msgstr "Attention" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:276 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:276 msgid "%{label} attribute data is not valid." msgstr "Les données de l'attribut %{label} sont incorrectes." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:354 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:354 msgid "Mandatory field" msgstr "Champ obligatoire" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:786 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:786 msgid "LSform : Error during the recovery of the values of the form." msgstr "LSform : Erreur durant la récupération des valeurs du formulaire." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:789 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:789 msgid "" "LSform : Error durring the recovery of the value of the field '%{element}'." msgstr "" "LSform : Erreur durant la recupération de la valeur du champ %{element}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:796 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:796 msgid "LSform : The field %{element} doesn't exist." msgstr "LSform : Le champ %{element} n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:799 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:799 msgid "LSfom : Field type unknow (%{type})." msgstr "LSform : Type de champ inconnu (%{type})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:802 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:802 msgid "LSform : Error during the creation of the element '%{element}'." msgstr "LSform : Erreur durant la création de l'élément %{element}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:805 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:805 msgid "LSform : The data entry form %{name} doesn't exist." msgstr "LSform : Le masque de saisie %{name} n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:808 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:808 msgid "LSform : The data entry form %{name} is not correctly configured." msgstr "LSform : Le masque de saisie %{name} n'est pas correctement configuré." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSform.php:811 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:811 msgid "" "LSform : The element %{name}, listed as displayed in data entry form " "configuration, doesn't exist." @@ -1606,7 +1606,7 @@ msgstr "" "LSform : L'élement %{name}, listé comme affiché dans la configuration du " "masque de saisie, n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_maildir.php:68 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_maildir.php:68 msgid "" "Maildir creation/modification on user creation/modification is enabled. " "Click to disable." @@ -1614,73 +1614,73 @@ msgstr "" "La création/modification de la maildir en même temps que la création/" "modification de l'utilisateur est activée. Cliquer pour désactiver." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_maildir.php:69 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_maildir.php:69 msgid "" "Click to enable maildir creation/modification on user creation/modification." msgstr "" "Cliquer pour activer la création/modification de la maildir en même temps " "que la création/modification du l'utilisateur." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_regex.php:62 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_regex.php:62 msgid "LSformRule_regex : Regex has not been configured to validate data." msgstr "" "LSformRule_regex : L'expression régulière de vérification des données n'est " "pas configurée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:70 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:70 msgid "Move up" msgstr "Monter" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:71 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:71 msgid "Move down" msgstr "Descendre" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:83 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:83 msgid "Fast Add" msgstr "Ajout rapide" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_select_object.php:84 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:84 msgid "Display advanced search and selection panel." msgstr "Afficher la fenêtre de recherche et de sélection étendue." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSurl.php:107 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSurl.php:107 msgid "Fail to determine the requested URL." msgstr "Impossible de déterminer l'URL demandée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSurl.php:200 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSurl.php:200 msgid "Fail to determine the requested URL (loop detected)." msgstr "Impossible de déterminer l'URL demandée (boucle détectée)." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSurl.php:221 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSurl.php:221 msgid "The requested page was not found." msgstr "La page demandée est introuvable." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_date.php:43 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:63 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_date.php:43 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:63 msgid "Invalid value" msgstr "Valeur invalide" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauthMethod_HTTP.php:128 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauthMethod_HTTP.php:128 msgid "LSauthMethod_HTTP : the %{var} environnement variable is missing." msgstr "LSauthMethod_HTTP : la variable d'environnement %{var} est manquante." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_mail.php:56 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_mail.php:56 msgid "Send a mail from here." msgstr "Envoyer un mail depuis l'interface." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_boolean.php:52 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_boolean.php:52 msgid "Reset the choice." msgstr "Réinitialiser le choix." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_rss.php:50 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_rss.php:50 msgid "Display RSS stack." msgstr "Afficher la file RSS." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_ldap_password.php:123 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_ldap_password.php:123 msgid "undefined" msgstr "non-définie" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_ldap_password.php:373 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_ldap_password.php:373 msgid "" "LSattr_ldap_password : Encoding type %{type} is not supported. This password " "will be stored in clear text." @@ -1688,7 +1688,7 @@ msgstr "" "LSattr_ldap_password : Le type d'encodage %{type} n'est pas supporté. Le mot " "de passe sera stocké en clair." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_ldap_password.php:376 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_ldap_password.php:376 msgid "" "LSattr_ldap_password : Encoding function %{function} is not callable. This " "password will be stored in clear text." @@ -1696,117 +1696,117 @@ msgstr "" "LSattr_ldap_password : La fonction d'encodage %{function} n'est pas " "disponible. Le mot de passe sera stocké en clair." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:183 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:183 msgid "LSauth : Login or password incorrect." msgstr "LSauth : Identifiant ou mot de passe incorrects." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:186 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:186 msgid "LSauth : Impossible to identify you : Duplication of identities." msgstr "LSauth : Impossible de vous identifier : Duplication d'identité." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:189 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:189 msgid "LSauth : Could not load type of identifiable objects." msgstr "LSauth : Impossible de charger le type d'objets identifiables." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:192 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:192 msgid "LSauth : Can't load authentication method %{method}." msgstr "" "LSauth : Impossible de charger la méthode d'authentification %{method}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:195 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:195 msgid "LSauth : Failed to build the authentication provider %{method}." msgstr "" "LSauth : Impossible de construire le gestionnaire d'authentification " "%{method}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:198 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:198 msgid "LSauth : Not correctly initialized." msgstr "LSauth : Mauvaise initialisation." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSauth.php:201 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:201 msgid "LSauth : Failed to get authentication informations from provider." msgstr "" "LSauth : Impossible de récupérer les informations authentification auprès du " "gestionnaire." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:41 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:41 msgid "Organism" msgstr "Etablissement" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:47 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:47 msgid "Registration year" msgstr "Année d'inscription" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:52 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:52 msgid "Registration year must be an integer" msgstr "L'année d'inscription doit être un entier" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:61 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:61 msgid "Registration regime" msgstr "Régime d'inscription" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:67 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:67 msgid "Discipline sector" msgstr "Secteur disciplinaire" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:73 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:73 msgid "Diploma type" msgstr "Type de diplôme" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:79 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:79 msgid "Cursus & Year" msgstr "Cursus et année" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:91 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannRoleEntite.php:52 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:91 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannRoleEntite.php:52 msgid "Entity" msgstr "Entité" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:96 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:96 msgid "Diploma" msgstr "Diplôme" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:102 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:102 msgid "Step" msgstr "Étape" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannEtuInscription.php:108 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:108 msgid "Pedagogical element" msgstr "Élement pédagogique" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1083 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1083 msgid "Actions" msgstr "Actions" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1086 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1086 #: templates/default/global_search.tpl:25 msgid "This search didn't get any result." msgstr "Cette recherche n'a retournée aucun résultat." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1526 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1526 msgid "LSsearch : Invalid filter : %{filter}." msgstr "LSsearch : Filtre invalide : %{filter}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1529 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1529 msgid "LSsearch : Invalid basedn : %{basedn}." msgstr "LSsearch : Base DN invalide." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1532 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1532 msgid "LSsearch : Invalid value for %{param} parameter." msgstr "LSsearch : La valeur du paramètre %{param} est incorrecte." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1535 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1535 msgid "" "LSsearch : Invalid size limit. Must be an integer greater or equal to 0." msgstr "" "LSsearch : Limite de taille de recherche invalide. Elle doit être un entier " "supérieur ou égal à 0." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1538 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1538 msgid "LSsearch : Invalid parameter %{attr}. Must be an boolean." msgstr "LSsearch : Paramètre %{param} invalide. Il doit être un booléen." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1541 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1541 msgid "" "LSsearch : Invalid parameter attributes. Must be an string or an array of " "strings." @@ -1814,13 +1814,13 @@ msgstr "" "LSsearch : Paramètre 'attributes' invalide. Il doit être une chaîne de " "caractères ou un tableau de chaînes de caractères." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1544 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1544 msgid "LSsearch : Can't build attributes list for make filter." msgstr "" "LSsearch : Impossible de construire la liste des attributs pour faire le " "filtre." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1547 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1547 msgid "" "LSsearch : Error building filter with attribute '%{attr}' and pattern " "'%{pattern}'" @@ -1828,34 +1828,34 @@ msgstr "" "LSsearch : Problème en construisant le filtre avec l'attribut '%{attr}' et " "le mot clé '%{pattern}'" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1550 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1550 msgid "LSsearch : Error combining filters." msgstr "LSsearch : Problème en combinant les filtres." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1553 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1553 msgid "LSsearch : Invalid pattern." msgstr "LSsearch : Mot clé invalide." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1556 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1556 msgid "LSsearch : Invalid attribute %{attr} in parameters." msgstr "LSsearch : Attribut %{attr} incorrect dans les paramètres." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1559 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1559 msgid "LSsearch : Error during the search." msgstr "LSsearch : Erreur pendant la recherche." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1562 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1562 msgid "LSsearch : Error sorting the search." msgstr "LSsearch : Erreur pendant le trie de la recherche." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1565 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1565 msgid "" "LSsearch : The function of the custum information %{name} is not callable." msgstr "" "LSsearch : La fonction de l'information personnalisée %{name} n'est pas " "exécutable." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1568 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1568 msgid "" "LSsearch : Invalid predefinedFilter for LSobject type %{type} : %{label} " "(filter : %{filter})." @@ -1863,69 +1863,69 @@ msgstr "" "LSsearch : PredefinedFilter invalide pour le type d'LSobject %{type} : " "%{label} (filtre : %{filter})." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1571 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1571 msgid "LSsearch : Error during execution of the custom action %{customAction}." msgstr "" "LSldapObject : Erreur durant l'exécution de l'action personnalisée " "%{customAction}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearch.php:1574 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1574 msgid "LSsearch : Invalid search pattern." msgstr "LSsearch : Mot clé de recherche invalide." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:54 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:54 msgid "Click to enlarge." msgstr "Cliquer pour agrandir." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:55 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:55 msgid "Click to delete the picture." msgstr "Cliquer pour supprimer cette photo." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:134 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:134 msgid "The uploaded file size exceeds the limit accepted by the server." msgstr "La taille du fichier envoyé dépasse la limite acceptée par le serveur." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:136 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:136 msgid "The uploaded file size exceeds the limit accepted by the HTML form." msgstr "" "La taille du fichier envoyé dépasse la limite acceptée par le formulaire " "HTML." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:138 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:138 msgid "The file was only partially uploaded." msgstr "Le fichier n'a été que partiellement envoyé." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:140 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:140 msgid "No file was uploaded." msgstr "Aucun fichier n'a été envoyé." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:142 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:142 msgid "No temporary folder found to store this uploaded file." msgstr "" "Aucun dossier temporaire n'a été trouvé pour stocker le fichier envoyé." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:144 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:144 msgid "Failed to write file on server disk." msgstr "Impossible d'écrire le fichier temporaire sur le disque du serveur." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:146 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:146 msgid "A PHP extension stopped the file upload." msgstr "Une extension PHP a stoppé l'envoi de fichier." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_image.php:149 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:149 msgid "An unknown error occured sending this file." msgstr "Une erreur inconnue est survenue durant l'envoi de ce fichier." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_xmpp.php:50 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_xmpp.php:50 msgid "Chat with this person." msgstr "Discuter avec cette personne." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannLabeledValue.php:93 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:93 #, php-format msgid "%s (Unparsable value)" msgstr "%s (valeur non-analysable)" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:402 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:402 msgid "" "LSattr_html_select_list : Configuration data are missing to generate the " "select list of the attribute %{attr}." @@ -1933,7 +1933,7 @@ msgstr "" "LSattr_html_select_list : Des données de configuration sont manquantes pour " "générer la liste de sélection de l'attribut %{attr}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:405 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:405 msgid "" "LSattr_html_select_list : Invalid attribute %{attr} reference as " "OTHER_ATTRIBUTE possible values." @@ -1941,7 +1941,7 @@ msgstr "" "LSattr_html_select_list : Référence invalide à l'attribut %{attr} comme " "valeurs possibles (OTHER_ATTRIBUTE)." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:408 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:408 msgid "" "LSattr_html_select_list : Attribute %{attr} referenced as OTHER_ATTRIBUTE " "possible values is not a jsonCompositeAttribute." @@ -1949,7 +1949,7 @@ msgstr "" "LSattr_html_select_list : L'attribute %{attr} référencé comme valeurs " "possibles (OTHER_ATTRIBUTE) n'est pas du type jsonCompositeAttribute." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:411 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:411 msgid "" "LSattr_html_select_list : Fail to decode the following attribute %{attr} " "value as JSON : %{value}" @@ -1957,7 +1957,7 @@ msgstr "" "LSattr_html_select_list : Impossible de décodé la valeur JSON suivante de " "l'attribut %{attr} : %{value}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_select_list.php:414 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:414 msgid "" "LSattr_html_select_list : No component %{component} found in the following " "attribute %{attr} JSON value : %{value}" @@ -1965,7 +1965,7 @@ msgstr "" "LSattr_html_select_list : Le composant %{component} n'a pas été trouvé dans " "la valeur JSON de l'attribut %{attr} : %{value}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_inarray.php:57 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_inarray.php:57 msgid "" "LSformRule_inarray : Possible values has not been configured to validate " "data." @@ -1973,44 +1973,44 @@ msgstr "" "LSformRule_inarray : Les valeurs possibles n'ont pas été configurées pour " "valider les données." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php:247 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_jsonCompositeAttribute.php:260 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_jsonCompositeAttribute.php:247 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_jsonCompositeAttribute.php:260 msgid "Invalid value \"%{value}\" for component %{component}." msgstr "Valeur invalide pour le composant %{component} : \"%{value}\"." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformRule_date.php:62 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_date.php:62 msgid "LSformRule_date : No date format specify." msgstr "LSformRule_date : Aucun format de date spécifié." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_maildir.php:58 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_maildir.php:58 msgid "The mailbox has been moved." msgstr "La boîte mail a été déplacée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_maildir.php:65 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_maildir.php:65 msgid "The mailbox has been created." msgstr "La boîte mail a été créée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_maildir.php:85 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_maildir.php:85 msgid "The mailbox has been archived successfully." msgstr "Le dossier mail a bien été archivée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSattr_html_maildir.php:96 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_maildir.php:96 msgid "The mailbox has been deleted." msgstr "La boîte mail a été supprimée." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannRoleEntite.php:40 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannRoleEntite.php:40 msgid "Role" msgstr "Rôle" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSformElement_supannRoleEntite.php:46 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannRoleEntite.php:46 msgid "Entity type" msgstr "Type d'entité" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LScli.php:122 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LScli.php:122 msgid "Only one command could be executed !" msgstr "Une seule commande peut-être exécutée !" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LScli.php:168 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LScli.php:168 msgid "" "Invalid parameter \"%{parameter}\".\n" "Note: Command's parameter/argument must be place after the command." @@ -2019,48 +2019,48 @@ msgstr "" "Note: Les paramètres/arguments de la commande doivent être placés après " "celle-ci." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LScli.php:207 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LScli.php:207 msgid "LScli : The CLI command '%{command}' already exists." msgstr "LScli : La commande CLI '%{command}' existe déjà." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LScli.php:210 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LScli.php:210 msgid "LScli : The CLI command '%{command}' handler is not callable." msgstr "" "LScli : La fonction de prise en charge de la commande CLI '%{command}' n'est " "pas exécutable." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSlog.php:434 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSlog.php:434 msgid "LSlog : Fail to load logging handler %{handler}." msgstr "LSlog : Impossible de charger l'handler %{handler}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSerror.php:102 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSerror.php:102 #: templates/default/import.tpl:28 msgid "Errors" msgstr "Erreurs" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSerror.php:105 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSerror.php:105 msgid "Stop" msgstr "Stop" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSerror.php:181 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSerror.php:181 msgid "Unknown error : %{error}" msgstr "Erreur inconnu : %{error}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:159 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1071 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:159 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1071 msgid "View" msgstr "Voir" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:175 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:937 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:175 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:937 msgid "Copy" msgstr "Copier" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:251 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:251 msgid "Unknown property !" msgstr "Propriété inconnue !" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSsearchEntry.php:261 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:261 msgid "" "LSsearchEntry : Invalid formaterFunction %{func} for extraDisplayedColumns " "%{column}." @@ -2068,85 +2068,85 @@ msgstr "" "LSsearchEntry : formaterFunction %{func} invalide utilisé pour " "l'extraDisplayedColumns %{column}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/class/class.LSioFormat.php:92 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSioFormat.php:92 msgid "LSioFormat : IOformat driver %{driver} invalid or unavailable." msgstr "" "LSioFormat : Le pilote d'IOformat %{driver} est invalide ou n'est pas " "disponible." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:39 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:39 msgid "Home" msgstr "Accueil" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:140 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:140 msgid "You must provide pattern for global search." msgstr "Vous devez fournir un mot clé pour les recherches globales." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:416 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:760 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:416 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:760 msgid "Import" msgstr "Importer" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:428 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:428 msgid "Reset" msgstr "Réinitialiser" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:466 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:666 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:466 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:666 #: templates/default/global_search.tpl:7 msgid "Search" msgstr "Rechercher" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:467 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:667 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:467 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:667 msgid "Approximative search" msgstr "Recherche approximative" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:468 -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:668 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:468 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:668 msgid "Recursive search" msgstr "Recherche récursive" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:545 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:545 msgid "" "The custom action %{title} have been successfully execute on this search." msgstr "" "L'action personnalisée %{title} a été correctement exécutée sur cette " "recherche." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:843 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:843 msgid "Data entry form" msgstr "Masque de saisie" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:849 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:849 msgid "Object has been added." msgstr "L'objet a été ajouté." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:976 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:976 msgid "My account" msgstr "Mon compte" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1029 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1029 msgid "The object has been partially modified." msgstr "L'objet a été partiellement modifié." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1032 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1032 msgid "The object has been modified successfully." msgstr "L'objet a bien été modifié." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1136 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1136 msgid "%{objectname} has been successfully deleted." msgstr "%{objectname} a bien été supprimé." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1145 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1145 msgid "Deleting : %{objectname}" msgstr "Suppression : %{objectname}" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1146 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1146 msgid "Do you really want to delete %{displayName} ?" msgstr "Voulez-vous vraiment supprimer %{displayName} ?" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/routes.php:1220 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1220 msgid "" "The custom action %{customAction} have been successfully execute on " "%{objectname}." @@ -2154,16 +2154,16 @@ msgstr "" "L'action personnalisée %{customAction} a été correctement exécutée sur " "%{objectname}." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/functions.php:112 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/functions.php:112 msgid "" "Function 'getFData' : The method %{meth} of the object %{obj} doesn't exist." msgstr "Fonction getFData : La méthode %{meth} de l'objet %{obj} n'existe pas." -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/functions.php:205 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/functions.php:205 msgid "[not string value]" msgstr "[pas une chaîne de caractères]" -#: /home/brenard/dev/ldapsaisie_clean3/public_html/includes/functions.php:251 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/functions.php:251 msgid "Folder not found" msgstr "Dossier introuvable" diff --git a/public_html/lang/fr_FR.UTF8/lang.php b/src/lang/fr_FR.UTF8/lang.php similarity index 99% rename from public_html/lang/fr_FR.UTF8/lang.php rename to src/lang/fr_FR.UTF8/lang.php index aa8e5412..a0215ecc 100644 --- a/public_html/lang/fr_FR.UTF8/lang.php +++ b/src/lang/fr_FR.UTF8/lang.php @@ -71,7 +71,7 @@ $GLOBALS['LSlang'] = array ( "First Name" => "Prénom", -# templates/default/import.tpl:11 +# templates/default/import.tpl:12 "Format" => "Format", @@ -163,7 +163,7 @@ $GLOBALS['LSlang'] = array ( "Name must contain alphanumeric values only." => "Le nom doit contenir uniquement des valeurs alpha-numériques.", -# templates/default/viewSearch.tpl:120 +# templates/default/viewSearch.tpl:133 "Nb / page :" => "Nb / page :", diff --git a/public_html/lang/generate_lang_file.php b/src/lang/generate_lang_file.php similarity index 99% rename from public_html/lang/generate_lang_file.php rename to src/lang/generate_lang_file.php index 47134b2e..28277617 100755 --- a/public_html/lang/generate_lang_file.php +++ b/src/lang/generate_lang_file.php @@ -27,7 +27,7 @@ error_reporting(E_ERROR); $curdir=getcwd(); chdir(dirname(__FILE__).'/../'); -require_once('core.php'); +require_once('includes/core.php'); require_once('conf/config.inc.php'); $available_onlys = array("config", "templates", "addons"); diff --git a/src/lang/generate_ldapsaisie.pot.sh b/src/lang/generate_ldapsaisie.pot.sh new file mode 100755 index 00000000..40c2bbbc --- /dev/null +++ b/src/lang/generate_ldapsaisie.pot.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +# Detect +SRC=$( realpath $( dirname $0 )/../ ) + +# Clean php file in tmp directory +[ -d "$SRC/tmp" ] && rm -fr "$SRC/tmp/*.php" + +# Extract messages from LdapSaisie PHP files using xgettext +xgettext --from-code utf-8 \ + -o "$SRC/lang/ldapsaisie-main.pot" \ + --omit-header \ + --copyright-holder="Easter-eggs" \ + --keyword="__" \ + --keyword="___" \ + $( find "$SRC" -name "*.php" ) + +# Extract other messages from LdapSaisie templates files +$SRC/lang/generate_lang_file.php -o "$SRC/lang/ldapsaisie-templates.pot" \ + -f pot \ + --only templates + +# Merge previous results in ldapsaisie.pot file +msgcat $SRC/lang/ldapsaisie-main.pot $SRC/lang/ldapsaisie-templates.pot -o $SRC/lang/ldapsaisie.pot diff --git a/src/lang/ldapsaisie.pot b/src/lang/ldapsaisie.pot new file mode 100644 index 00000000..607b7744 --- /dev/null +++ b/src/lang/ldapsaisie.pot @@ -0,0 +1,1958 @@ +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:27 +msgid "SAMBA Support : Unable to load smbHash class." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:30 +msgid "SAMBA Support : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:34 +msgid "" +"SAMBA Support : The constants LS_SAMBA_SID_BASE_USER and " +"LS_SAMBA_SID_BASE_GROUP must'nt have the same parity to keep SambaSID's " +"unicity." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:39 +msgid "" +"SAMBA Support : The attribute %{dependency} is missing. Unable to forge the " +"attribute %{attr}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:42 +msgid "SAMBA Support : Can't get the sambaDomain object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:45 +msgid "SAMBA Support : Error modifying the sambaDomain object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.samba.php:48 +msgid "SAMBA Support : The %{attr} of the sambaDomain object is incorrect." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:31 +msgid "SSH Support : PhpSecLib is missing." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:35 +msgid "SSH Support : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:41 +msgid "SSH : Invalid connection paramater : %{param} parameter is missing." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:44 +msgid "" +"SSH : Authentication key file not found (or not accessible, file path : " +"'%{path}')" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:47 +msgid "SSH : Fail to load authentication key (%{path})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:50 +msgid "SSH : Unable to connect to SSH Server (%{host}:%{port})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:53 +msgid "SSH : Unable to make directory %{dir} on the remote server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:56 +msgid "SSH : Unable to delete directory %{dir} on the remote server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ssh.php:59 +msgid "" +"SSH : Unable to rename folder from %{old} to %{new} on the remote server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:27 +msgid "ExportSearchResultAsCSV Support : function fputcsv is not available." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:30 +msgid "" +"ExportSearchResultAsCSV Support : The constant %{const} is not defined.." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:35 +msgid "" +"ExportSearchResultAsCSV Error : An error occured generating CSV outfile " +"memory space." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:38 +msgid "ExportSearchResultAsCSV Error : An error occured executing the search." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:41 +msgid "ExportSearchResultAsCSV Error : An error occured writing CSV header." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.exportSearchResultAsCSV.php:44 +msgid "ExportSearchResultAsCSV Error : An error occured writing a CSV row." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mail.php:27 +msgid "MAIL Support : Pear::MAIL is missing." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mail.php:30 +msgid "MAIL Support : Pear::MAIL_MIME is missing." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mail.php:35 +msgid "MAIL Error : %{msg}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mail.php:39 +msgid "MAIL : Error sending your email" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.phpldapadmin.php:27 +msgid "PhpLdapAdmin Support : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.posix.php:27 +msgid "POSIX Support : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.posix.php:31 +msgid "POSIX Support : Unable to load LSaddon::FTP." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.posix.php:36 +msgid "" +"POSIX : The attribute %{dependency} is missing. Unable to forge the " +"attribute %{attr}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:27 +msgid "SUPANN Support : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:30 +msgid "" +"SUPANN Support : The LSobject type %{type} does not exist. Can't work with " +"entities.." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:33 +msgid "SUPANN Support : The global array %{array} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:38 +msgid "" +"SUPANN Support : The attribute %{dependency} is missing. Unable to forge the " +"attribute %{attr}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:41 +msgid "" +"SUPANN Support : Can't get the basedn of entities. Unable to forge the " +"attribute %{attr}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:313 +msgid "Entity %{id} (unrecognized)" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.supann.php:408 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select.php:58 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:103 +msgid "%{value} (unrecognized value)" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:26 +msgid "Access Right Matrix Support : The global array %{array} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:52 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:120 +msgid "Access rights matrix" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:62 +msgid "All connected users" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.LSaccessRightsMatrixView.php:116 +msgid "The user him-self" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:27 +msgid "FTP Support : Pear::Net_FTP is missing." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:31 +msgid "FTP Support : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:37 +msgid "Net_FTP Error : %{msg}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:41 +msgid "FTP Support : Unable to connect to FTP Server (Step : %{step})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:44 +msgid "FTP Support : Unable to make directory %{dir} on the remote server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:47 +msgid "FTP Support : Unable to delete directory %{dir} on the remote server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:50 +msgid "" +"FTP Support : Unable to modify rights on the directory %{dir} on the remote " +"server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.ftp.php:53 +msgid "" +"FTP Support : Unable to rename folder from %{old} to %{new} on the remote " +"server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:27 +msgid "MAILQUOTA Support : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:30 +msgid "MAILQUOTA Support : The IMAP PHP module is not available." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:35 +msgid "MAILQUOTA : Fail to connect on IMAP server : %{error}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:38 +msgid "MAILQUOTA : Unexpected error occured retreiving mailbox quota usage." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:41 +msgid "MAILQUOTA : Fail to compose IMAP mailbox username." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:149 +msgid "Mailbox quota usage : %{usage} / %{limit}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.mailquota.php:157 +msgid "Unlimited" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:27 +msgid "MAILDIR Support : Unable to load LSaddon::FTP." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:30 +msgid "MAILDIR Support : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:35 +msgid "MAILDIR : Error creating maildir on the remote server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:38 +msgid "MAILDIR : Error deleting the maildir on the remote server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:41 +msgid "MAILDIR : Error renaming the maildir on the remote server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.maildir.php:44 +msgid "MAILDIR : Error retrieving remote path of the maildir." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.asterisk.php:27 +msgid "Asterisk Support : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.asterisk.php:30 +msgid "Asterisk : The function %{function} only work with %{objectName}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.asterisk.php:33 +msgid "" +"Asterisk : The attribute %{dependency} is missing. Unable to generate MD5 " +"hashed password." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/addons/LSaddons.asterisk.php:36 +msgid "" +"Asterisk : Clear password not availlable. Unable to generate MD5 hashed " +"password." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSmail.php:63 +msgid "Email" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSmail.php:64 +msgid "Title" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSmail.php:65 +msgid "Message" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSmail.php:77 +msgid "Your message has been sent successfully." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule.php:49 +msgid "LSformRule_%{type} : Parameter %{param} is not found." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:195 +msgid "Error creating object on LDAP server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:221 +msgid "Error updating object on LDAP server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:227 +msgid "Error validating update form." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:232 +msgid "Failed to set post data on update form." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:237 +msgid "" +"Failed to load existing object %{dn} from LDAP server. Can't update object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:242 +msgid "An object already exist on LDAP server with DN %{dn}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:246 +msgid "Failed to generate DN for this object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:250 +msgid "Failed to validate object data." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:256 +msgid "Error validating creation form." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:261 +msgid "Failed to set post data on creation form." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:320 +msgid "LSimport : Post data not found or not completed." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:323 +msgid "LSimport : object type invalid." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:326 +msgid "LSimport : input/output format %{format} invalid." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSimport.php:329 +msgid "LSimport : Fail to initialize input/output driver" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:35 +msgid "Confirmation" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:36 +msgid "You confirm your choice ?" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:37 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsmoothbox.php:39 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1378 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:68 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:568 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1148 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1252 +msgid "Validate" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:38 +msgid "Cancel" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauthMethod_anonymous.php:69 +msgid "" +"LSauthMethod_anonymous : You must define the LSAUTHMETHOD_ANONYMOUS_USER " +"contant in the configuration file." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement.php:194 +msgid "Attribute" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_mailQuota.php:80 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_valueWithUnit.php:108 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_quota.php:80 +#: templates/default/LSformElement_mailQuota_field.tpl:17 +msgid "Incorrect value" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_ssh_key.php:57 +msgid "Display the full key." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_ssh_key.php:79 +msgid "Unknown type" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_valueWithUnit.php:203 +msgid "" +"LSformElement_valueWithUnit : Units configuration data are missing for the " +"attribute %{attr}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:133 +msgid "" +"LSattr_html : The method addToForm() of the HTML type of the attribute " +"%{attr} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:137 +msgid "" +"LSattr_html_%{type} : Multiple data are not supported for this field type." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:106 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:260 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:68 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:62 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:167 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:929 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1087 +msgid "Modify" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:107 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:75 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:63 +msgid "No set value" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:108 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:76 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_mail.php:63 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:64 +msgid "No result" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:193 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_jsonCompositeAttribute.php:287 +msgid "Component %{c} must be defined" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:204 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:213 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:226 +msgid "Invalid value for component %{c}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:208 +msgid "Unparsable value for component %{c}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:231 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_jsonCompositeAttribute.php:265 +msgid "Can't validate value of component %{c}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_labeledValue.php:56 +msgid "(unrecognized value)" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_labeledValue.php:57 +msgid "(unrecognized label)" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_date.php:152 +msgid "Now." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_date.php:153 +msgid "Today." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:93 +msgid "LStemplate : compile directory is not writable (dir : %{dir})" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:112 +msgid "LStemplate : Can't load Smarty 2 support file" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:119 +msgid "LStemplate : Can't load Smarty 3 support file" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:123 +msgid "LStemplate : Smarty version not recognized." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:146 +msgid "LStemplate : Can't load Smarty." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:353 +msgid "Smarty - An exception occured displaying template '%{template}'" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:373 +msgid "Smarty - An exception occured fetching template '%{template}'" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:385 +msgid "A fatal error occured." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:386 +msgid "A fatal error occured. If problem persist, please contact support." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:485 +msgid "LStemplate : Template %{file} not found." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:488 +msgid "" +"LStemplate : Fail to execute trigger %{callable} on event %{event} : is not " +"callable." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:491 +msgid "" +"LStemplate : Error during the execution of the trigger %{callable} on event " +"%{event}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_object.php:237 +msgid "" +"LSattr_html_select_object : LSobject type is undefined (attribute : %{attr})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_object.php:240 +msgid "" +"LSattr_html_select_object : the value of the parameter value_attribute in " +"the configuration of the attribute %{attrs} is incorrect. This attribute " +"does not exists." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_object.php:243 +msgid "" +"LSattr_html_select_object : more than one object returned corresponding to " +"value %{val} of attribute %{attr}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:94 +msgid "" +"LSformRule_differentPassword : Other password attribute is not configured." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:97 +msgid "" +"LSformRule_differentPassword : Fail to load LSattr_ldap :: password class." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:100 +msgid "" +"LSformRule_differentPassword : The other password attribute %{attr} does not " +"exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:103 +msgid "" +"LSformRule_differentPassword : The other password attribute could not be the " +"same of the current one." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_differentPassword.php:106 +msgid "" +"LSformRule_differentPassword : The other password attributes must use " +"LSattr_ldap :: password. It's not the case of the attribure %{attr}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:259 +msgid "The value of field %{label} is invalid." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:714 +msgid "" +"LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} " +"& HTML = %{html})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:717 +msgid "" +"LSattribute : The function %{func} to display the attribute %{attr} is " +"unknow." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:720 +msgid "" +"LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:723 +msgid "" +"LSattribute : Configuration data to verify the attribute %{attr} are " +"incorrect." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:726 +msgid "" +"LSattribute : The function %{func} to save the attribute %{attr} is unknow." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:729 +msgid "LSattribute : The value of the attribute %{attr} can't be generated." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:732 +msgid "LSattribute : Generation of the attribute %{attr} failed." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:735 +msgid "" +"LSattribute : Generation of the attribute %{attr} did not return a correct " +"value." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:738 +msgid "" +"LSattribute : The attr_%{type} of the attribute %{name} is not yet defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_callable.php:66 +msgid "LSformRule_callable : The given callable option is not callable" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_postaladdress.php:73 +msgid "View on map" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_postaladdress.php:89 +msgid "" +"LSformElement_postaladdress : Map URL pattern generate function is not " +"callabled (%{function})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select.php:52 +msgid "Reset selection." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsmoothbox.php:38 +msgid "Are you sure to want to close this window and lose all changes ?" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_textarea.php:51 +msgid "Clear" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1318 +msgid "Connection" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1328 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1367 +msgid "LDAP server" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1338 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2489 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:669 +msgid "Level" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1339 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1377 +msgid "Identifier" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1340 +msgid "Password" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1341 +msgid "Connect" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1342 +msgid "Forgot your password ?" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1360 +msgid "Recovery of your credentials" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1379 +msgid "Back" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1382 +msgid "Please fill the identifier field to proceed recovery procedure" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1387 +msgid "" +"An email has been sent to %{mail}. Please follow the instructions on it." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1396 +msgid "Your new password has been sent to %{mail}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1547 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:146 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:423 +msgid "Refresh" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1563 +msgid "Language" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:1585 +msgid "Connected as" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2635 +msgid "LSsession : The constant %{const} is not defined." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2638 +msgid "" +"LSsession : The %{addon} support is uncertain. Verify system compatibility " +"and the add-on configuration." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2641 +msgid "" +"LSsession : LDAP server's configuration data are invalid. Can't connect." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2644 +msgid "LSsession : Failed to load LSobject type %{type} : unknon type." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2647 +msgid "LSsession : Failed to load LSclass %{class}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2650 +msgid "LSsession : Login or password incorrect." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2653 +msgid "LSsession : Impossible to identify you : Duplication of identities." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2656 +msgid "LSsession : Can't load class of authentification (%{class})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2659 +msgid "LSsession : Can't connect to LDAP server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2662 +msgid "LSsession : Impossible to authenticate you." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2665 +msgid "LSsession : Your are not authorized to do this action." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2668 +msgid "LSsession : Some informations are missing to display this page." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2671 +msgid "" +"LSsession : The function of the custom action %{name} does not exists or is " +"not configured." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2674 +msgid "LSsession : Fail to retreive user's LDAP credentials from LSauth." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2677 +msgid "" +"LSsession : Fail to reconnect to LDAP server with user's LDAP credentials." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2680 +msgid "LSsession : No import/export format define for this object type." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2683 +msgid "" +"LSsession : Error during creation of list of levels. Contact administrators. " +"(Code : %{code})" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2686 +msgid "LSsession : The password recovery is disabled for this LDAP server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2689 +msgid "" +"LSsession : Some informations are missing to recover your password. Contact " +"administrators." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2692 +msgid "" +"LSsession : Error during password recovery. Contact administrators.(Step : " +"%{step})" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2695 +msgid "" +"LSsession : call function %{func} do not provided from LSaddon %{addon}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2698 +msgid "LSsession : problem during initialisation." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2701 +msgid "LSsession : view function %{func} for LSaddon %{addon} doet not exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2704 +msgid "LSsession : invalid related object's DN pass in parameter." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2707 +msgid "" +"LSsession : the LSaddon %{addon} keep using old-style addon view URL. Please " +"upgrade it." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2710 +msgid "" +"LSsession : You have been redirect from an old-style URL %{url}. Please " +"upgrade this link." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsession.php:2713 +msgid "" +"LSsession : You still seen use LSsession :: redirect() in your custom code. " +"Please upgrade it and use LSurl :: redirect()." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:473 +msgid "The attribute %{attr} is not valid." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2200 +msgid "LSldapObject : Object type unknown." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2203 +msgid "LSldapObject : Update form is not defined for the object %{obj}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2206 +msgid "LSldapObject : No form exists for the object %{obj}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2209 +msgid "" +"LSldapObject : The function %{func} to validate the attribute %{attr} the " +"object %{obj} is unknow." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2212 +msgid "" +"LSldapObject : Configuration data are missing to validate the attribute " +"%{attr} of the object %{obj}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2216 +msgid "" +"LSldapObject : The function %{func} to be executed on the object event " +"%{event} doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2219 +msgid "" +"LSldapObject : The %{func} execution on the object event %{event} failed." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2223 +msgid "" +"LSldapObject : Class %{class}, which method %{meth} to be executed on the " +"object event %{event}, doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2226 +msgid "" +"LSldapObject : Method %{meth} within %{class} class to be executed on object " +"event %{event}, doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2229 +msgid "" +"LSldapObject : Error during execute %{meth} method within %{class} class, to " +"be executed on object event %{event}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2233 +msgid "" +"LSldapObject : Some configuration data of the object type %{obj} are missing " +"to generate the DN of the new object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2236 +msgid "" +"LSldapObject : The attibute %{attr} of the object is not yet defined. Can't " +"generate DN." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2239 +msgid "LSldapObject : Without DN, the object could not be changed." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2242 +msgid "" +"LSldapObject : The attribute %{attr_depend} depending on the attribute " +"%{attr} doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2245 +msgid "LSldapObject : Error during deleting the object %{objectname}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2249 +msgid "" +"LSldapObject : Error during actions to be executed before renaming the objet." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2252 +msgid "" +"LSldapObject : Error during actions to be executed after renaming the objet." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2256 +msgid "" +"LSldapObject : Error during actions to be executed before deleting the objet." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2259 +msgid "" +"LSldapObject : Error during actions to be executed after deleting the objet." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2263 +msgid "" +"LSldapObject : Error during the actions to be executed before creating the " +"object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2266 +msgid "" +"LSldapObject : Error during the actions to be executed after creating the " +"object. It was created anyway." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2270 +msgid "" +"LSldapObject : The function %{func} to be executed before creating the " +"object doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2273 +msgid "" +"LSldapObject : Error executing the function %{func} to be execute after " +"deleting the object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2276 +msgid "" +"LSldapObject : The function %{func} to be executed after deleting the object " +"doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2279 +msgid "" +"LSldapObject : Error executing the function %{func} to be execute after " +"creating the object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2283 +msgid "" +"LSldapObject : %{func} function, to be executed on object event %{event}, " +"doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2286 +msgid "" +"LSldapObject : Error during the execution of %{func} function on object " +"event %{event}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2290 +msgid "" +"LSldapObject : %{meth} method, to be executed on object event %{event}, " +"doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2293 +msgid "" +"LSldapObject : Error during execution of %{meth} method on object event " +"%{event}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2296 +msgid "LSldapObject : Error during generate LDAP filter for %{LSobject}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2300 +msgid "" +"LSldapObject : Error during execution of the custom action %{customAction} " +"on %{objectname}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2304 +msgid "LSldapObject : Fail to retrieve container DN." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2307 +msgid "" +"LSldapObject : The function %{func} to generate container DN is not callable." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2310 +msgid "LSldapObject : Error during generating container DN : %{error}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2315 +msgid "" +"LSrelation : Some parameters are missing in the call of methods to handle " +"standard relations (Method : %{meth})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_password.php:91 +msgid "" +"LSformRule_password : Invalid regex configured : %{regex}. You must use PCRE " +"(begining by '/' caracter)." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:498 +msgid "LSldap : Error during the LDAP server connection (%{msg})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:501 +msgid "LSldap : Error during the LDAP search (%{msg})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:504 +msgid "LSldap : Object type unknown." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:507 +msgid "LSldap : Error while fetching the LDAP entry." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:510 +msgid "LSldap : Error while changing the LDAP entry (DN : %{dn})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:513 +msgid "LSldap : Error while deleting empty attributes." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldap.php:516 +msgid "LSldap : Error while changing the DN of the object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:69 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:76 +msgid "listing related objects" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:103 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:109 +msgid "getting key value" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:134 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:141 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:174 +msgid "checking right on relation with specific object" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:150 +msgid "deleting" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:157 +msgid "removing relation with specific object" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:167 +msgid "renaming" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:186 +msgid "updating" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:192 +msgid "updating relations" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:214 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:220 +msgid "Do you really want to delete" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:215 +msgid "Warning" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:216 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:222 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:69 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:85 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:183 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:945 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1079 +msgid "Delete" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:243 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:365 +msgid "No object." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:267 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:410 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:884 +msgid "New" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:453 +msgid "" +"LSrelation : The function %{function} for action '%{action}' on the relation " +"%{relation} is unknown." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:456 +msgid "LSrelation : Relation %{relation} of object type %{LSobject} unknown." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:459 +msgid "LSrelation : Error during relation update of the relation %{relation}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:462 +msgid "LSrelation : Object type %{LSobject} unknown (Relation : %{relation})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:465 +msgid "" +"LSrelation : Incomplete configuration for LSrelation %{relation} of object " +"type %{LSobject} for action : %{action}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:468 +msgid "" +"LSrelation : Invalid editable attribute for LSrelation %{relation} with " +"LSobject %{LSobject}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:135 +msgid "Generate a password." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:136 +msgid "Compare with stored password." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:137 +msgid "Display password." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:138 +msgid "Display hashed password." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:139 +msgid "Hide password." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:140 +msgid "" +"The password will be sent by mail if changed. Click to disable automatic " +"notification." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:141 +msgid "" +"The password will not be sent if changed. Click to enable automatic " +"notification." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:142 +msgid "Modify the mail sent to notice the user" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:271 +msgid "Notice mail sent." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:348 +msgid "LSformElement_password : No contact mail available to send password." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:351 +msgid "" +"LSformElement_password : Contact mail invalid (%{mail}). Can't send password." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:354 +msgid "" +"LSformElement_password : Fail to exec pwgen. Check it's correctly installed." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:357 +msgid "" +"LSformElement_password : Fail to determine witch e-mail attribute to use to " +"send new password : get_mail_attr_function parameter not refer to a valid " +"function." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_password.php:360 +msgid "" +"LSformElement_password : Fail to determine witch e-mail attribute to use to " +"send new password : get_mail_attr_function throwed an exception : %{msg}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_url.php:51 +msgid "Display this website." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_url.php:52 +msgid "Add this website to my bookmarks." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_text.php:57 +msgid "Generate the value" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauthMethod_CAS.php:140 +msgid "LSauthMethod_CAS : Failed to load phpCAS." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauthMethod_CAS.php:143 +msgid "" +"LSauthMethod_CAS : Please check your configuration : you must configure CAS " +"server SSL certificate validation using one of the following constant : " +"LSAUTH_CAS_SERVER_SSL_CACERT or LSAUTH_CAS_SERVER_NO_SSL_VALIDATION" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:99 +msgid "Add a field to add another values." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:100 +msgid "Delete this field." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:122 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:255 +msgid "No field." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:203 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:564 +msgid "Do you really want to execute custom action %{title} on this search ?" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:209 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1246 +msgid "" +"Do you really want to execute custom action %{customAction} on " +"%{objectname} ?" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:221 +msgid "Caution" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:276 +msgid "%{label} attribute data is not valid." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:354 +msgid "Mandatory field" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:786 +msgid "LSform : Error during the recovery of the values of the form." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:789 +msgid "" +"LSform : Error durring the recovery of the value of the field '%{element}'." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:796 +msgid "LSform : The field %{element} doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:799 +msgid "LSfom : Field type unknow (%{type})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:802 +msgid "LSform : Error during the creation of the element '%{element}'." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:805 +msgid "LSform : The data entry form %{name} doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:808 +msgid "LSform : The data entry form %{name} is not correctly configured." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:811 +msgid "" +"LSform : The element %{name}, listed as displayed in data entry form " +"configuration, doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_maildir.php:68 +msgid "" +"Maildir creation/modification on user creation/modification is enabled. " +"Click to disable." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_maildir.php:69 +msgid "" +"Click to enable maildir creation/modification on user creation/modification." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_regex.php:62 +msgid "LSformRule_regex : Regex has not been configured to validate data." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:70 +msgid "Move up" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:71 +msgid "Move down" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:83 +msgid "Fast Add" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:84 +msgid "Display advanced search and selection panel." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSurl.php:107 +msgid "Fail to determine the requested URL." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSurl.php:200 +msgid "Fail to determine the requested URL (loop detected)." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSurl.php:221 +msgid "The requested page was not found." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_date.php:43 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:63 +msgid "Invalid value" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauthMethod_HTTP.php:128 +msgid "LSauthMethod_HTTP : the %{var} environnement variable is missing." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_mail.php:56 +msgid "Send a mail from here." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_boolean.php:52 +msgid "Reset the choice." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_rss.php:50 +msgid "Display RSS stack." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_ldap_password.php:123 +msgid "undefined" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_ldap_password.php:373 +msgid "" +"LSattr_ldap_password : Encoding type %{type} is not supported. This password " +"will be stored in clear text." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_ldap_password.php:376 +msgid "" +"LSattr_ldap_password : Encoding function %{function} is not callable. This " +"password will be stored in clear text." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:183 +msgid "LSauth : Login or password incorrect." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:186 +msgid "LSauth : Impossible to identify you : Duplication of identities." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:189 +msgid "LSauth : Could not load type of identifiable objects." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:192 +msgid "LSauth : Can't load authentication method %{method}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:195 +msgid "LSauth : Failed to build the authentication provider %{method}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:198 +msgid "LSauth : Not correctly initialized." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSauth.php:201 +msgid "LSauth : Failed to get authentication informations from provider." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:41 +msgid "Organism" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:47 +msgid "Registration year" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:52 +msgid "Registration year must be an integer" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:61 +msgid "Registration regime" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:67 +msgid "Discipline sector" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:73 +msgid "Diploma type" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:79 +msgid "Cursus & Year" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:91 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannRoleEntite.php:52 +msgid "Entity" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:96 +msgid "Diploma" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:102 +msgid "Step" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannEtuInscription.php:108 +msgid "Pedagogical element" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1083 +msgid "Actions" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1086 +#: templates/default/global_search.tpl:25 +msgid "This search didn't get any result." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1526 +msgid "LSsearch : Invalid filter : %{filter}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1529 +msgid "LSsearch : Invalid basedn : %{basedn}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1532 +msgid "LSsearch : Invalid value for %{param} parameter." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1535 +msgid "" +"LSsearch : Invalid size limit. Must be an integer greater or equal to 0." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1538 +msgid "LSsearch : Invalid parameter %{attr}. Must be an boolean." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1541 +msgid "" +"LSsearch : Invalid parameter attributes. Must be an string or an array of " +"strings." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1544 +msgid "LSsearch : Can't build attributes list for make filter." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1547 +msgid "" +"LSsearch : Error building filter with attribute '%{attr}' and pattern " +"'%{pattern}'" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1550 +msgid "LSsearch : Error combining filters." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1553 +msgid "LSsearch : Invalid pattern." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1556 +msgid "LSsearch : Invalid attribute %{attr} in parameters." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1559 +msgid "LSsearch : Error during the search." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1562 +msgid "LSsearch : Error sorting the search." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1565 +msgid "" +"LSsearch : The function of the custum information %{name} is not callable." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1568 +msgid "" +"LSsearch : Invalid predefinedFilter for LSobject type %{type} : %{label} " +"(filter : %{filter})." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1571 +msgid "LSsearch : Error during execution of the custom action %{customAction}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearch.php:1574 +msgid "LSsearch : Invalid search pattern." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:54 +msgid "Click to enlarge." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:55 +msgid "Click to delete the picture." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:134 +msgid "The uploaded file size exceeds the limit accepted by the server." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:136 +msgid "The uploaded file size exceeds the limit accepted by the HTML form." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:138 +msgid "The file was only partially uploaded." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:140 +msgid "No file was uploaded." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:142 +msgid "No temporary folder found to store this uploaded file." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:144 +msgid "Failed to write file on server disk." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:146 +msgid "A PHP extension stopped the file upload." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:149 +msgid "An unknown error occured sending this file." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_xmpp.php:50 +msgid "Chat with this person." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:93 +#, php-format +msgid "%s (Unparsable value)" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:402 +msgid "" +"LSattr_html_select_list : Configuration data are missing to generate the " +"select list of the attribute %{attr}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:405 +msgid "" +"LSattr_html_select_list : Invalid attribute %{attr} reference as " +"OTHER_ATTRIBUTE possible values." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:408 +msgid "" +"LSattr_html_select_list : Attribute %{attr} referenced as OTHER_ATTRIBUTE " +"possible values is not a jsonCompositeAttribute." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:411 +msgid "" +"LSattr_html_select_list : Fail to decode the following attribute %{attr} " +"value as JSON : %{value}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:414 +msgid "" +"LSattr_html_select_list : No component %{component} found in the following " +"attribute %{attr} JSON value : %{value}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_inarray.php:57 +msgid "" +"LSformRule_inarray : Possible values has not been configured to validate " +"data." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_jsonCompositeAttribute.php:247 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_jsonCompositeAttribute.php:260 +msgid "Invalid value \"%{value}\" for component %{component}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformRule_date.php:62 +msgid "LSformRule_date : No date format specify." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_maildir.php:58 +msgid "The mailbox has been moved." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_maildir.php:65 +msgid "The mailbox has been created." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_maildir.php:85 +msgid "The mailbox has been archived successfully." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_maildir.php:96 +msgid "The mailbox has been deleted." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannRoleEntite.php:40 +msgid "Role" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannRoleEntite.php:46 +msgid "Entity type" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LScli.php:122 +msgid "Only one command could be executed !" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LScli.php:168 +msgid "" +"Invalid parameter \"%{parameter}\".\n" +"Note: Command's parameter/argument must be place after the command." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LScli.php:207 +msgid "LScli : The CLI command '%{command}' already exists." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LScli.php:210 +msgid "LScli : The CLI command '%{command}' handler is not callable." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSlog.php:434 +msgid "LSlog : Fail to load logging handler %{handler}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSerror.php:102 +#: templates/default/import.tpl:28 +msgid "Errors" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSerror.php:105 +msgid "Stop" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSerror.php:181 +msgid "Unknown error : %{error}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:159 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1071 +msgid "View" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:175 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:937 +msgid "Copy" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:251 +msgid "Unknown property !" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:261 +msgid "" +"LSsearchEntry : Invalid formaterFunction %{func} for extraDisplayedColumns " +"%{column}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSioFormat.php:92 +msgid "LSioFormat : IOformat driver %{driver} invalid or unavailable." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:39 +msgid "Home" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:140 +msgid "You must provide pattern for global search." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:416 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:760 +msgid "Import" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:428 +msgid "Reset" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:466 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:666 +#: templates/default/global_search.tpl:7 +msgid "Search" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:467 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:667 +msgid "Approximative search" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:468 +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:668 +msgid "Recursive search" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:545 +msgid "" +"The custom action %{title} have been successfully execute on this search." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:843 +msgid "Data entry form" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:849 +msgid "Object has been added." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:976 +msgid "My account" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1029 +msgid "The object has been partially modified." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1032 +msgid "The object has been modified successfully." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1136 +msgid "%{objectname} has been successfully deleted." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1145 +msgid "Deleting : %{objectname}" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1146 +msgid "Do you really want to delete %{displayName} ?" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1220 +msgid "" +"The custom action %{customAction} have been successfully execute on " +"%{objectname}." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/functions.php:112 +msgid "" +"Function 'getFData' : The method %{meth} of the object %{obj} doesn't exist." +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/functions.php:205 +msgid "[not string value]" +msgstr "" + +#: /home/brenard/dev/ldapsaisie_clean3/src/includes/functions.php:251 +msgid "Folder not found" +msgstr "" + +#: templates/default/LSaccessRightsMatrixView.tpl:17 +msgid "Attributes / Profiles" +msgstr "" + +#: templates/default/error.tpl:22 +msgid "Details" +msgstr "" + +#: templates/default/import.tpl:9 +msgid "File" +msgstr "" + +#: templates/default/import.tpl:12 +msgid "Format" +msgstr "" + +#: templates/default/top.tpl:36 templates/default/top.tpl:37 +#: templates/default/global_search.tpl:10 +msgid "Global search" +msgstr "" + +#: templates/default/import.tpl:70 +msgid "Imported objects" +msgstr "" + +#: templates/default/LSaccessRightsMatrixView.tpl:19 +#: templates/default/LSaccessRightsMatrixView.tpl:55 +msgid "Legend:" +msgstr "" + +#: templates/default/viewSearch.tpl:133 +msgid "Nb / page :" +msgstr "" + +#: templates/default/import.tpl:75 +msgid "No imported object" +msgstr "" + +#: templates/default/import.tpl:43 +msgid "No value" +msgstr "" + +#: templates/default/import.tpl:18 +msgid "Only validate data" +msgstr "" + +#: templates/default/LSaccessRightsMatrixView.tpl:20 +#: templates/default/LSaccessRightsMatrixView.tpl:37 +#: templates/default/LSaccessRightsMatrixView.tpl:72 +msgid "R" +msgstr "" + +#: templates/default/LSaccessRightsMatrixView.tpl:22 +#: templates/default/LSaccessRightsMatrixView.tpl:39 +#: templates/default/LSaccessRightsMatrixView.tpl:74 +msgid "R/W" +msgstr "" + +#: templates/default/LSaccessRightsMatrixView.tpl:20 +#: templates/default/LSaccessRightsMatrixView.tpl:56 +msgid "Readable" +msgstr "" + +#: templates/default/LSaccessRightsMatrixView.tpl:22 +#: templates/default/LSaccessRightsMatrixView.tpl:58 +msgid "Readable / Writable" +msgstr "" + +#: templates/default/top.tpl:63 +msgid "Refresh my access rights" +msgstr "" + +#: templates/default/LSaccessRightsMatrixView.tpl:53 +msgid "Relations / Profiles" +msgstr "" + +#: templates/default/import.tpl:26 +msgid "Result" +msgstr "" + +#: templates/default/LSaccessRightsMatrixView.tpl:48 +msgid "Their relations with other objects" +msgstr "" + +#: templates/default/LSaccessRightsMatrixView.tpl:83 +msgid "This object type has no configured relation." +msgstr "" + +#: templates/default/import.tpl:15 +msgid "Update objects if exists" +msgstr "" + +#: templates/default/import.tpl:80 +msgid "Updated objects" +msgstr "" + +#: templates/default/import.tpl:21 +msgid "Valid" +msgstr "" + +#: templates/default/import.tpl:16 templates/default/import.tpl:19 +msgid "no" +msgstr "" + +#: templates/default/import.tpl:16 templates/default/import.tpl:19 +msgid "yes" +msgstr "" diff --git a/public_html/local/.gitignore b/src/local/.gitignore similarity index 100% rename from public_html/local/.gitignore rename to src/local/.gitignore diff --git a/public_html/local/conf/.gitignore b/src/local/conf/.gitignore similarity index 100% rename from public_html/local/conf/.gitignore rename to src/local/conf/.gitignore diff --git a/public_html/local/conf/LSaddons/.gitignore b/src/local/conf/LSaddons/.gitignore similarity index 100% rename from public_html/local/conf/LSaddons/.gitignore rename to src/local/conf/LSaddons/.gitignore diff --git a/public_html/local/conf/LSauth/.gitignore b/src/local/conf/LSauth/.gitignore similarity index 100% rename from public_html/local/conf/LSauth/.gitignore rename to src/local/conf/LSauth/.gitignore diff --git a/public_html/local/conf/LSobjects/.gitignore b/src/local/conf/LSobjects/.gitignore similarity index 100% rename from public_html/local/conf/LSobjects/.gitignore rename to src/local/conf/LSobjects/.gitignore diff --git a/public_html/local/css/.gitignore b/src/local/css/.gitignore similarity index 100% rename from public_html/local/css/.gitignore rename to src/local/css/.gitignore diff --git a/public_html/local/images/.gitignore b/src/local/images/.gitignore similarity index 100% rename from public_html/local/images/.gitignore rename to src/local/images/.gitignore diff --git a/public_html/local/includes/.gitignore b/src/local/includes/.gitignore similarity index 100% rename from public_html/local/includes/.gitignore rename to src/local/includes/.gitignore diff --git a/public_html/local/includes/addons/.gitignore b/src/local/includes/addons/.gitignore similarity index 100% rename from public_html/local/includes/addons/.gitignore rename to src/local/includes/addons/.gitignore diff --git a/public_html/local/includes/class/.gitignore b/src/local/includes/class/.gitignore similarity index 100% rename from public_html/local/includes/class/.gitignore rename to src/local/includes/class/.gitignore diff --git a/public_html/local/includes/libs/.gitignore b/src/local/includes/libs/.gitignore similarity index 100% rename from public_html/local/includes/libs/.gitignore rename to src/local/includes/libs/.gitignore diff --git a/public_html/local/lang/.gitignore b/src/local/lang/.gitignore similarity index 100% rename from public_html/local/lang/.gitignore rename to src/local/lang/.gitignore diff --git a/public_html/local/templates/.gitignore b/src/local/templates/.gitignore similarity index 100% rename from public_html/local/templates/.gitignore rename to src/local/templates/.gitignore diff --git a/public_html/.htaccess b/src/public_html/.htaccess similarity index 50% rename from public_html/.htaccess rename to src/public_html/.htaccess index 0be5b1f1..26771e96 100644 --- a/public_html/.htaccess +++ b/src/public_html/.htaccess @@ -1,10 +1,5 @@ RewriteEngine On -# Always rewrite tmp, css & libs file access -RewriteRule ^(tmp/.*)$ index.php?REQUESTED_URL=$1 [L,QSA] -RewriteRule ^(css/.*)$ index.php?REQUESTED_URL=$1 [L,QSA] -RewriteRule ^(libs/.*)$ index.php?REQUESTED_URL=$1 [L,QSA] - # If the request is not for a valid file RewriteCond %{REQUEST_FILENAME} !-f # If the request is not for a valid link diff --git a/public_html/index.php b/src/public_html/index.php similarity index 96% rename from public_html/index.php rename to src/public_html/index.php index 8c49e992..9ac7352f 100644 --- a/public_html/index.php +++ b/src/public_html/index.php @@ -20,7 +20,7 @@ ******************************************************************************/ -require_once 'core.php'; +require_once '../includes/core.php'; if(LSsession :: initialize()) { LSurl :: handle_request(); diff --git a/public_html/templates/default/LSaccessRightsMatrixView.tpl b/src/templates/default/LSaccessRightsMatrixView.tpl similarity index 100% rename from public_html/templates/default/LSaccessRightsMatrixView.tpl rename to src/templates/default/LSaccessRightsMatrixView.tpl diff --git a/public_html/templates/default/LSdefault.tpl b/src/templates/default/LSdefault.tpl similarity index 100% rename from public_html/templates/default/LSdefault.tpl rename to src/templates/default/LSdefault.tpl diff --git a/public_html/templates/default/LSform.tpl b/src/templates/default/LSform.tpl similarity index 100% rename from public_html/templates/default/LSform.tpl rename to src/templates/default/LSform.tpl diff --git a/public_html/templates/default/LSformElement.tpl b/src/templates/default/LSformElement.tpl similarity index 100% rename from public_html/templates/default/LSformElement.tpl rename to src/templates/default/LSformElement.tpl diff --git a/public_html/templates/default/LSformElement_boolean.tpl b/src/templates/default/LSformElement_boolean.tpl similarity index 100% rename from public_html/templates/default/LSformElement_boolean.tpl rename to src/templates/default/LSformElement_boolean.tpl diff --git a/public_html/templates/default/LSformElement_boolean_field.tpl b/src/templates/default/LSformElement_boolean_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_boolean_field.tpl rename to src/templates/default/LSformElement_boolean_field.tpl diff --git a/public_html/templates/default/LSformElement_date_field.tpl b/src/templates/default/LSformElement_date_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_date_field.tpl rename to src/templates/default/LSformElement_date_field.tpl diff --git a/public_html/templates/default/LSformElement_field.tpl b/src/templates/default/LSformElement_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_field.tpl rename to src/templates/default/LSformElement_field.tpl diff --git a/public_html/templates/default/LSformElement_image_field.tpl b/src/templates/default/LSformElement_image_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_image_field.tpl rename to src/templates/default/LSformElement_image_field.tpl diff --git a/public_html/templates/default/LSformElement_jsonCompositeAttribute.tpl b/src/templates/default/LSformElement_jsonCompositeAttribute.tpl similarity index 100% rename from public_html/templates/default/LSformElement_jsonCompositeAttribute.tpl rename to src/templates/default/LSformElement_jsonCompositeAttribute.tpl diff --git a/public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl b/src/templates/default/LSformElement_jsonCompositeAttribute_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_jsonCompositeAttribute_field.tpl rename to src/templates/default/LSformElement_jsonCompositeAttribute_field.tpl diff --git a/public_html/templates/default/LSformElement_labeledValue.tpl b/src/templates/default/LSformElement_labeledValue.tpl similarity index 100% rename from public_html/templates/default/LSformElement_labeledValue.tpl rename to src/templates/default/LSformElement_labeledValue.tpl diff --git a/public_html/templates/default/LSformElement_labeledValue_field.tpl b/src/templates/default/LSformElement_labeledValue_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_labeledValue_field.tpl rename to src/templates/default/LSformElement_labeledValue_field.tpl diff --git a/public_html/templates/default/LSformElement_mailQuota_field.tpl b/src/templates/default/LSformElement_mailQuota_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_mailQuota_field.tpl rename to src/templates/default/LSformElement_mailQuota_field.tpl diff --git a/public_html/templates/default/LSformElement_maildir_field.tpl b/src/templates/default/LSformElement_maildir_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_maildir_field.tpl rename to src/templates/default/LSformElement_maildir_field.tpl diff --git a/public_html/templates/default/LSformElement_password.tpl b/src/templates/default/LSformElement_password.tpl similarity index 100% rename from public_html/templates/default/LSformElement_password.tpl rename to src/templates/default/LSformElement_password.tpl diff --git a/public_html/templates/default/LSformElement_password_field.tpl b/src/templates/default/LSformElement_password_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_password_field.tpl rename to src/templates/default/LSformElement_password_field.tpl diff --git a/public_html/templates/default/LSformElement_quota_field.tpl b/src/templates/default/LSformElement_quota_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_quota_field.tpl rename to src/templates/default/LSformElement_quota_field.tpl diff --git a/public_html/templates/default/LSformElement_select.tpl b/src/templates/default/LSformElement_select.tpl similarity index 100% rename from public_html/templates/default/LSformElement_select.tpl rename to src/templates/default/LSformElement_select.tpl diff --git a/public_html/templates/default/LSformElement_select_box.tpl b/src/templates/default/LSformElement_select_box.tpl similarity index 100% rename from public_html/templates/default/LSformElement_select_box.tpl rename to src/templates/default/LSformElement_select_box.tpl diff --git a/public_html/templates/default/LSformElement_select_object.tpl b/src/templates/default/LSformElement_select_object.tpl similarity index 100% rename from public_html/templates/default/LSformElement_select_object.tpl rename to src/templates/default/LSformElement_select_object.tpl diff --git a/public_html/templates/default/LSformElement_select_object_field.tpl b/src/templates/default/LSformElement_select_object_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_select_object_field.tpl rename to src/templates/default/LSformElement_select_object_field.tpl diff --git a/public_html/templates/default/LSformElement_ssh_key.tpl b/src/templates/default/LSformElement_ssh_key.tpl similarity index 100% rename from public_html/templates/default/LSformElement_ssh_key.tpl rename to src/templates/default/LSformElement_ssh_key.tpl diff --git a/public_html/templates/default/LSformElement_ssh_key_field.tpl b/src/templates/default/LSformElement_ssh_key_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_ssh_key_field.tpl rename to src/templates/default/LSformElement_ssh_key_field.tpl diff --git a/public_html/templates/default/LSformElement_supannCompositeAttribute.tpl b/src/templates/default/LSformElement_supannCompositeAttribute.tpl similarity index 100% rename from public_html/templates/default/LSformElement_supannCompositeAttribute.tpl rename to src/templates/default/LSformElement_supannCompositeAttribute.tpl diff --git a/public_html/templates/default/LSformElement_supannCompositeAttribute_field.tpl b/src/templates/default/LSformElement_supannCompositeAttribute_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_supannCompositeAttribute_field.tpl rename to src/templates/default/LSformElement_supannCompositeAttribute_field.tpl diff --git a/public_html/templates/default/LSformElement_supannLabeledValue.tpl b/src/templates/default/LSformElement_supannLabeledValue.tpl similarity index 100% rename from public_html/templates/default/LSformElement_supannLabeledValue.tpl rename to src/templates/default/LSformElement_supannLabeledValue.tpl diff --git a/public_html/templates/default/LSformElement_supannLabeledValue_field.tpl b/src/templates/default/LSformElement_supannLabeledValue_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_supannLabeledValue_field.tpl rename to src/templates/default/LSformElement_supannLabeledValue_field.tpl diff --git a/public_html/templates/default/LSformElement_text_field.tpl b/src/templates/default/LSformElement_text_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_text_field.tpl rename to src/templates/default/LSformElement_text_field.tpl diff --git a/public_html/templates/default/LSformElement_textarea_field.tpl b/src/templates/default/LSformElement_textarea_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_textarea_field.tpl rename to src/templates/default/LSformElement_textarea_field.tpl diff --git a/public_html/templates/default/LSformElement_uri_field.tpl b/src/templates/default/LSformElement_uri_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_uri_field.tpl rename to src/templates/default/LSformElement_uri_field.tpl diff --git a/public_html/templates/default/LSformElement_valueWithUnit_field.tpl b/src/templates/default/LSformElement_valueWithUnit_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_valueWithUnit_field.tpl rename to src/templates/default/LSformElement_valueWithUnit_field.tpl diff --git a/public_html/templates/default/LSformElement_wysiwyg_field.tpl b/src/templates/default/LSformElement_wysiwyg_field.tpl similarity index 100% rename from public_html/templates/default/LSformElement_wysiwyg_field.tpl rename to src/templates/default/LSformElement_wysiwyg_field.tpl diff --git a/public_html/templates/default/LSform_view.tpl b/src/templates/default/LSform_view.tpl similarity index 100% rename from public_html/templates/default/LSform_view.tpl rename to src/templates/default/LSform_view.tpl diff --git a/public_html/templates/default/LSmail.tpl b/src/templates/default/LSmail.tpl similarity index 100% rename from public_html/templates/default/LSmail.tpl rename to src/templates/default/LSmail.tpl diff --git a/public_html/templates/default/LSrelations.tpl b/src/templates/default/LSrelations.tpl similarity index 100% rename from public_html/templates/default/LSrelations.tpl rename to src/templates/default/LSrelations.tpl diff --git a/public_html/templates/default/LSsession_css.tpl b/src/templates/default/LSsession_css.tpl similarity index 100% rename from public_html/templates/default/LSsession_css.tpl rename to src/templates/default/LSsession_css.tpl diff --git a/public_html/templates/default/LSsession_js.tpl b/src/templates/default/LSsession_js.tpl similarity index 100% rename from public_html/templates/default/LSsession_js.tpl rename to src/templates/default/LSsession_js.tpl diff --git a/public_html/templates/default/accueil.tpl b/src/templates/default/accueil.tpl similarity index 100% rename from public_html/templates/default/accueil.tpl rename to src/templates/default/accueil.tpl diff --git a/public_html/templates/default/blank.tpl b/src/templates/default/blank.tpl similarity index 100% rename from public_html/templates/default/blank.tpl rename to src/templates/default/blank.tpl diff --git a/public_html/templates/default/bottom.tpl b/src/templates/default/bottom.tpl similarity index 100% rename from public_html/templates/default/bottom.tpl rename to src/templates/default/bottom.tpl diff --git a/public_html/templates/default/create.tpl b/src/templates/default/create.tpl similarity index 100% rename from public_html/templates/default/create.tpl rename to src/templates/default/create.tpl diff --git a/public_html/templates/default/empty.tpl b/src/templates/default/empty.tpl similarity index 100% rename from public_html/templates/default/empty.tpl rename to src/templates/default/empty.tpl diff --git a/public_html/templates/default/error.tpl b/src/templates/default/error.tpl similarity index 100% rename from public_html/templates/default/error.tpl rename to src/templates/default/error.tpl diff --git a/public_html/templates/default/global_search.tpl b/src/templates/default/global_search.tpl similarity index 100% rename from public_html/templates/default/global_search.tpl rename to src/templates/default/global_search.tpl diff --git a/public_html/templates/default/global_search_one_page.tpl b/src/templates/default/global_search_one_page.tpl similarity index 100% rename from public_html/templates/default/global_search_one_page.tpl rename to src/templates/default/global_search_one_page.tpl diff --git a/public_html/templates/default/import.tpl b/src/templates/default/import.tpl similarity index 100% rename from public_html/templates/default/import.tpl rename to src/templates/default/import.tpl diff --git a/public_html/templates/default/login.tpl b/src/templates/default/login.tpl similarity index 100% rename from public_html/templates/default/login.tpl rename to src/templates/default/login.tpl diff --git a/public_html/templates/default/modify.tpl b/src/templates/default/modify.tpl similarity index 100% rename from public_html/templates/default/modify.tpl rename to src/templates/default/modify.tpl diff --git a/public_html/templates/default/question.tpl b/src/templates/default/question.tpl similarity index 100% rename from public_html/templates/default/question.tpl rename to src/templates/default/question.tpl diff --git a/public_html/templates/default/recoverpassword.tpl b/src/templates/default/recoverpassword.tpl similarity index 100% rename from public_html/templates/default/recoverpassword.tpl rename to src/templates/default/recoverpassword.tpl diff --git a/public_html/templates/default/redirect.tpl b/src/templates/default/redirect.tpl similarity index 100% rename from public_html/templates/default/redirect.tpl rename to src/templates/default/redirect.tpl diff --git a/public_html/templates/default/select.tpl b/src/templates/default/select.tpl similarity index 100% rename from public_html/templates/default/select.tpl rename to src/templates/default/select.tpl diff --git a/public_html/templates/default/select_table.tpl b/src/templates/default/select_table.tpl similarity index 100% rename from public_html/templates/default/select_table.tpl rename to src/templates/default/select_table.tpl diff --git a/public_html/templates/default/top.tpl b/src/templates/default/top.tpl similarity index 100% rename from public_html/templates/default/top.tpl rename to src/templates/default/top.tpl diff --git a/public_html/templates/default/view.tpl b/src/templates/default/view.tpl similarity index 100% rename from public_html/templates/default/view.tpl rename to src/templates/default/view.tpl diff --git a/public_html/templates/default/viewSearch.tpl b/src/templates/default/viewSearch.tpl similarity index 100% rename from public_html/templates/default/viewSearch.tpl rename to src/templates/default/viewSearch.tpl diff --git a/public_html/templates/local b/src/templates/local similarity index 100% rename from public_html/templates/local rename to src/templates/local diff --git a/public_html/tmp/.gitignore b/src/tmp/.gitignore similarity index 100% rename from public_html/tmp/.gitignore rename to src/tmp/.gitignore diff --git a/public_html/tmp/.placefolder b/src/tmp/.placefolder similarity index 100% rename from public_html/tmp/.placefolder rename to src/tmp/.placefolder diff --git a/tests/test-getFData.php b/tests/test-getFData.php index 8843f1d9..3a2410fb 100644 --- a/tests/test-getFData.php +++ b/tests/test-getFData.php @@ -1,6 +1,6 @@ Store gettext MO files state : " -MO_STATE_BEFORE=$( find $ROOT_DIR/public_html/lang/ -type f -name '*.mo'|sort -u|xargs md5sum ) +MO_STATE_BEFORE=$( find $ROOT_DIR/src/lang/ -type f -name '*.mo'|sort -u|xargs md5sum ) msg "done." msg "-> Clean git repos : " @@ -81,7 +81,7 @@ fi if [ "$THEME" != "" ] then msg "\t\t-> Remove theme : " -en - rm -f $ROOT_DIR/public_html/templates/$THEME $ROOT_DIR/public_html/images/$THEME $ROOT_DIR/public_html/css/$THEME >> $LOG_FILE 2>&1 + rm -f $ROOT_DIR/src/templates/$THEME $ROOT_DIR/src/images/$THEME $ROOT_DIR/src/css/$THEME >> $LOG_FILE 2>&1 if [ $? -gt 0 ] then msg "Error" @@ -92,7 +92,7 @@ then fi msg "\t\t-> Clean template cache : " -en -rm -f $ROOT_DIR/public_html/tmp/*.tpl.php +rm -f $ROOT_DIR/src/tmp/*.tpl.php if [ $? -gt 0 ] then msg "Error" @@ -145,7 +145,7 @@ do then DIFF=`diff $ROOT_DIR/$i.sav $SRC.orig` if [ "$DIFF" != "" ] - then + then msg "\n$DIFF\n\t\t\t-> Caution : This file changed. Do you want edit this file now ? [y/N] " -en read a echo "Reponse : $a" >> $LOG_FILE @@ -187,19 +187,19 @@ then # TPL msg "\t- Template : " -e - ln -s $LOCAL_SAV_DIR/theme/templates $ROOT_DIR/public_html/templates/$THEME >> $LOG_FILE 2>&1 - if [ -d $ROOT_DIR/public_html/templates/$THEME_TPL_REF ] + ln -s $LOCAL_SAV_DIR/theme/templates $ROOT_DIR/src/templates/$THEME >> $LOG_FILE 2>&1 + if [ -d $ROOT_DIR/src/templates/$THEME_TPL_REF ] then msg "\t\t-> Vérification de la présence des fichiers : " -e - for i in $ROOT_DIR/public_html/templates/$THEME_TPL_REF/* + for i in $ROOT_DIR/src/templates/$THEME_TPL_REF/* do f=`basename $i` msg "\t\t\t- $f : " -en - if [ `check_file_or_symlink "$ROOT_DIR/public_html/templates/$THEME/$f"` -eq 0 ] + if [ `check_file_or_symlink "$ROOT_DIR/src/templates/$THEME/$f"` -eq 0 ] then msg "present." else - ln -s $ROOT_DIR/public_html/templates/$THEME_TPL_REF/$f $ROOT_DIR/public_html/templates/$THEME/$f + ln -s $ROOT_DIR/src/templates/$THEME_TPL_REF/$f $ROOT_DIR/src/templates/$THEME/$f msg "link." fi done @@ -207,19 +207,19 @@ then # IMG msg "\t- Images : " -e - ln -s $LOCAL_SAV_DIR/theme/images $ROOT_DIR/public_html/images/$THEME >> $LOG_FILE 2>&1 - if [ -d $ROOT_DIR/public_html/images/$THEME_IMG_REF ] + ln -s $LOCAL_SAV_DIR/theme/images $ROOT_DIR/src/images/$THEME >> $LOG_FILE 2>&1 + if [ -d $ROOT_DIR/src/images/$THEME_IMG_REF ] then msg "\t\t-> Vérification de la présence des fichiers : " -e - for i in $ROOT_DIR/public_html/images/$THEME_IMG_REF/* + for i in $ROOT_DIR/src/images/$THEME_IMG_REF/* do f=`basename $i` msg "\t\t\t- $f : " -en - if [ `check_file_or_symlink "$ROOT_DIR/public_html/images/$THEME/$f"` -eq 0 ] + if [ `check_file_or_symlink "$ROOT_DIR/src/images/$THEME/$f"` -eq 0 ] then msg "present." else - ln -s $ROOT_DIR/public_html/images/$THEME_IMG_REF/$f $ROOT_DIR/public_html/images/$THEME/$f + ln -s $ROOT_DIR/src/images/$THEME_IMG_REF/$f $ROOT_DIR/src/images/$THEME/$f msg "link." fi done @@ -227,19 +227,19 @@ then # CSS msg "\t- CSS : " -e - ln -s $LOCAL_SAV_DIR/theme/css $ROOT_DIR/public_html/css/$THEME >> $LOG_FILE 2>&1 - if [ -d $ROOT_DIR/public_html/css/$THEME_CSS_REF ] + ln -s $LOCAL_SAV_DIR/theme/css $ROOT_DIR/src/css/$THEME >> $LOG_FILE 2>&1 + if [ -d $ROOT_DIR/src/css/$THEME_CSS_REF ] then msg "\t\t-> Vérification de la présence des fichiers : " -e - for i in $ROOT_DIR/public_html/css/$THEME_CSS_REF/* + for i in $ROOT_DIR/src/css/$THEME_CSS_REF/* do f=`basename $i` msg "\t\t\t- $f : " -en - if [ `check_file_or_symlink "$ROOT_DIR/public_html/css/$THEME/$f"` -eq 0 ] + if [ `check_file_or_symlink "$ROOT_DIR/src/css/$THEME/$f"` -eq 0 ] then msg "present." else - ln -s $ROOT_DIR/public_html/css/$THEME_CSS_REF/$f $ROOT_DIR/public_html/css/$THEME/$f + ln -s $ROOT_DIR/src/css/$THEME_CSS_REF/$f $ROOT_DIR/src/css/$THEME/$f msg "link." fi done @@ -247,7 +247,7 @@ then fi msg "-> Check for gettext MO files changes : " -MO_STATE_AFTER=$( find $ROOT_DIR/public_html/lang/ -type f -name '*.mo'|sort -u|xargs md5sum ) +MO_STATE_AFTER=$( find $ROOT_DIR/src/lang/ -type f -name '*.mo'|sort -u|xargs md5sum ) if [ "$MO_STATE_AFTER" == "$MO_STATE_BEFORE" ] then msg "No change detected." @@ -267,27 +267,27 @@ fi if [ $BUILD_DOC -eq 1 ] then - [ -n "$LAST_UPDATE_FILE" ] && [ "`$ROOT_DIR/checkDocExportsNecessity.sh`" == "" ] && echo "Export documentation is not necessary. Pass." && exit + [ -n "$LAST_UPDATE_FILE" ] && [ "`$ROOT_DIR/checkDocExportsNecessity.sh`" == "" ] && echo "Export documentation is not necessary. Pass." && exit msg "-> Do you want build the documentation (y/N) ? " -en read a if [ "$a" == "y" -o "$a" == "Y" ] then msg "-> Build the doc : " -en cd $ROOT_DIR/doc - + make clean >> $LOG_FILE 2>&1 make >> $LOG_FILE 2>&1 & - + export P=$! - + trap exitwhell INT - + function exitwhell() { [ -n "$P" ] && kill -9 $P 2> /dev/null echo " -- INT -- " exit 1 } - + while [ -d /proc/$P ] do echo -n .