Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libriciel
web-DPO
Commits
c0165790
Commit
c0165790
authored
Apr 16, 2020
by
Christian BUFFIN
Browse files
Corrections erreurs de syntaxe (SQL, PO et PHP)
parent
abbdff0b
Changes
33
Hide whitespace changes
Inline
Side-by-side
app/Config/Schema/CreationBase/patchs/1.1.0_to_1.2.0.sql
View file @
c0165790
...
...
@@ -106,7 +106,7 @@ ALTER TABLE fiches
DROP
CONSTRAINT
fiches_form_id_fkey
,
ADD
CONSTRAINT
fiches_form_id_fkey
FOREIGN
KEY
(
form_id
)
REFERENCES
formulaires
(
id
)
ON
DELETE
CASCADE
ON
UPDATE
CASCADE
;
ALTER
TABLE
fiches
ADD
COLUMN
soustraitance
NOT
NULL
BOOLEAN
DEFAULT
FALSE
;
ALTER
TABLE
fiches
ADD
COLUMN
soustraitance
BOOL
NOT
NULL
DEFAULT
FALSE
;
ALTER
TABLE
fiches
ADD
COLUMN
obligation_pia
BOOL
DEFAULT
NULL
;
ALTER
TABLE
fiches
ADD
COLUMN
realisation_pia
BOOL
DEFAULT
NULL
;
ALTER
TABLE
fiches
ADD
COLUMN
depot_pia
BOOL
DEFAULT
NULL
;
...
...
app/Config/webdpo.inc.default
View file @
c0165790
...
...
@@ -88,7 +88,7 @@ define('FORMAT_DATE', '%e-%m-%Y');
define
(
'FORMAT_DATE_HEURE'
,
'%e-%m-%Y à %H:%M'
);
//Validation champs Nom, Prenom etc...
define
(
'REGEXP_ALPHA_FR'
,
"
"
/^
[
a
-
zA
-
Z
\
'-ÂÀâàÇçÉÊÈËéêèëÎÏîïÔÖôöÛÙûù ]*$/i");
define
(
'REGEXP_ALPHA_FR'
,
"/^[a-zA-Z\'-ÂÀâàÇçÉÊÈËéêèëÎÏîïÔÖôöÛÙûù ]*$/i"
);
//Validation champs email
define
(
'REGEXP_EMAIL_FR'
,
'/^[a-zA-Z1-9\-@._]*$/i'
);
...
...
app/Locale/fra/LC_MESSAGES/admin.po
View file @
c0165790
# Locale fra
# admin.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
####################### Controller/AdminsController.php #######################
...
...
app/Locale/fra/LC_MESSAGES/article.po
View file @
c0165790
# Locale fra
# article.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
####################### Controller/AdminsController.php #######################
...
...
app/Locale/fra/LC_MESSAGES/authentification.po
View file @
c0165790
# Locale fra
# authentification.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
####################### Controller/AuthentificationsController.php ########################
...
...
@@ -78,4 +82,4 @@ msgstr "CAS"
msgid "ENUM::TYPE::LDAP"
msgstr "LDAP"
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/checks.po
View file @
c0165790
# Locale fra
# circuit.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
##################### Controller/ChecksController.php #######################
...
...
app/Locale/fra/LC_MESSAGES/circuit.po
View file @
c0165790
# Locale fra
# circuit.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
##################### Controller/CircuitsController.php #######################
...
...
@@ -54,4 +58,4 @@ msgstr "Une erreur est survenue pendant la suppression"
###############################################################
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/composition.po
View file @
c0165790
# Locale fra
# composition.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
#################### Controller/CompositionsController.php ####################
...
...
@@ -44,4 +48,4 @@ msgstr "Impossible d'ajouter une composition à cette étape"
###############################################################
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/connecteur.po
View file @
c0165790
# Locale fra
# connecteur.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
#################### Controller/ConnecteursController.php #####################
...
...
@@ -51,4 +55,4 @@ msgstr "URI"
msgid "connecteur.placeholderChampUri"
msgstr "Exemple : cas_login"
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/connecteur_ldap.po
View file @
c0165790
# Locale fra
# connecteur_ldap.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
####################### Controller/LdapsController.php ########################
...
...
@@ -165,4 +169,4 @@ msgstr "2"
msgid "ENUM::VERSION::3"
msgstr "3"
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/cron.po
View file @
c0165790
# Locale fra
# cron.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
#################### Controller/ConnecteursController.php #####################
...
...
@@ -43,7 +47,7 @@ msgstr "La tâche automatique est verrouillée, impossible de l'exécuter"
msgid "cron.flasherrorErreurCronEnregistrementUser"
msgstr "La tâche automatique ne peut pas être planifier"
msgid "cron.flash
success
TacheDeverrouiller"
msgid "cron.flash
error
TacheDeverrouiller"
msgstr "La tâche automatique n'a pas pu être déverrouillée"
#############
...
...
@@ -119,4 +123,4 @@ msgstr "Heure(s)"
msgid "cron.champMinutesExecutionDuration"
msgstr "Minute(s)"
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/default.po
View file @
c0165790
# Locale fra
# default.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
##########################: View/Layouts/default.ctp ##########################
#: Barre du menu
...
...
app/Locale/fra/LC_MESSAGES/element.po
View file @
c0165790
# Locale fra
# element.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
######################### View/Elements/parcours.ctp ##########################
...
...
@@ -59,9 +63,6 @@ msgstr "Refusé par"
msgid "element.ValideeInsereeRegistre"
msgstr "Validé et inscrit au registre"
msgid "element.ValideePar"
msgstr "Validé par"
msgid "element.CommenterPar"
msgstr "Commenté par"
...
...
@@ -80,4 +81,4 @@ msgstr "Initialisation du traitement par le DPO"
msgid "element.RedactionInitialisation"
msgstr "Rédaction du traitement, initialisé par le DPO"
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/etape.po
View file @
c0165790
# Locale fra
# etape.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
####################### Controller/UsersController.php ########################
...
...
@@ -34,4 +38,4 @@ msgstr "Impossible de changer l'ordre des étapes"
###############################################################
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/etat_fiche.po
View file @
c0165790
# Locale fra
# etat_fiche.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
#####################: Controller/EtatFichesController.php ####################
...
...
@@ -57,4 +61,4 @@ msgstr "Le traitement a été envoyé en rédaction"
###############################################################
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/fiche.po
View file @
c0165790
# Locale fra
# fiche.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
#######################: Controller/FichesController.php ######################
...
...
@@ -522,4 +526,4 @@ msgstr "Avez-vous réalisé l'analyse d'impact (AIPD) ?"
msgid "fiche.champDepotPia"
msgstr "Avez-vous déposer dans l'onglet annexe l'analyse d'impact (AIPD) ?"
###############################################################################
\ No newline at end of file
###############################################################################
app/Locale/fra/LC_MESSAGES/formulaire.po
View file @
c0165790
# Locale fra
# formulaire.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
#####################: Controller/FormulairesController.php####################
...
...
@@ -148,14 +152,6 @@ msgstr "Sous-traitance"
###############################################################################
#########################: View/Formulaires/show.ctp ##########################
msgid "formulaire.textInfo"
msgstr " :"
###############################################################################
#####################: View/Formulaires/add.ctp + edit.ctp ####################
msgid "formulaire.textInfo"
...
...
@@ -269,4 +265,4 @@ msgid "formulaire.champMustBe"
msgstr "doit être"
msgid "formulaire.champIfNot"
msgstr "sinon il sera"
\ No newline at end of file
msgstr "sinon il sera"
app/Locale/fra/LC_MESSAGES/historique.po
View file @
c0165790
# Locale fra
# historique.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
####################### Controller/FichesController.php #######################
...
...
app/Locale/fra/LC_MESSAGES/modele.po
View file @
c0165790
# Locale fra
# modele.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
####################### Controller/ModelesController.php ######################
...
...
app/Locale/fra/LC_MESSAGES/modele_presentation.po
View file @
c0165790
# Locale fra
# modele.po
#
# web-DPO : https://www.libriciel.fr/web-cil/
#
# @author Théo Guillon
# @copyright Libriciel SCOP
# @link https://www.libriciel.fr/
# @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt CeCiLL v2
#
msgid ""
msgstr ""
"Project-Id-Version: web-DPO 1.2\n"
"PO-Revision-Date: 2020-04-03 12:00+0100\n"
"Last-Translator: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language-Team: Théo GUILLON <theo.guillon@libriciel.coop>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n>1);\n"
# ======================================================================================================================
####################### Controller/ModelesController.php ######################
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment