Skip to content

Commit

Permalink
Remove year from example identifiers
Browse files Browse the repository at this point in the history
year was removed from identifiers in 3liz/QgisCadastrePlugin#174

noticed by @stous.
  • Loading branch information
landryb committed Aug 20, 2019
1 parent 5e7212c commit 37381ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion addons/cadastrapp/js/detailUniteCadastrale.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Ext.namespace("GEOR.Addons.Cadastre");
/**
* public: method[displayFIUC]
*
* @param parcelleId Identifiant de parcelle ex :20148301032610C0012
* @param parcelleId Identifiant de parcelle ex :8301032610C0012
*
* Création d'une fenêtre de détails présentant les informations cadastrale à parti d'un id de parcelle
*
Expand Down
2 changes: 1 addition & 1 deletion addons/cadastrapp/js/detailUniteFonciere.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Ext.namespace("GEOR.Addons.Cadastre");
/**
* public: method[onClickdisplayFIUF]
*
* @param parcelleId Identifiant de parcelle ex :20148301032610C0012
* @param parcelleId Identifiant de parcelle ex :8301032610C0012
*
*
* Cette methode selection une uf sur la carte en fonction d'un id de parcelle
Expand Down
10 changes: 5 additions & 5 deletions addons/cadastrapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@
"cadastrapp.parcelle.file.path": "Path",
"cadastrapp.parcelle.ident": "Identifier",
"cadastrapp.parcelle.ident.control": "Cadastral identifier must be at least 15 chars for Arcopole model and 19 chars for Qgis model, if more than one identifier is given, they should be separed by space, comma or semi-colon",
"cadastrapp.parcelle.ident.exemple": "ex. 20148301032610C0012 ",
"cadastrapp.parcelle.ident.exemple": "ex. 8301032610C0012 ",
"cadastrapp.parcelle.libcom": "Plot number",
"cadastrapp.parcelle.lot": "Identifiers",
"cadastrapp.parcelle.lot.control": "Identifiers list must contains at least one entry",
"cadastrapp.parcelle.lot.exemple": "ex. 20148301032610C0012, 20148301032610C0013, 20148301032610C0014",
"cadastrapp.parcelle.lot.exemple": "ex. 8301032610C0012, 8301032610C0013, 8301032610C0014",
"cadastrapp.parcelle.millesime": "Basemap millésimer",
"cadastrapp.parcelle.or": "or",
"cadastrapp.parcelle.org": "Organisation",
Expand Down Expand Up @@ -684,11 +684,11 @@
"cadastrapp.parcelle.file.path": "Chemin",
"cadastrapp.parcelle.ident": " Identifiant ",
"cadastrapp.parcelle.ident.control": "L'id de parcelle doit contenir au moins 15 caractères pour le modèle arcopole et 19 pour le modèle qgis, si plusieurs ids de parcelle sont fournis il faut les séparer par un espace, une virgule ou un point virgule",
"cadastrapp.parcelle.ident.exemple": " ex. 20148301032610C0012 ",
"cadastrapp.parcelle.ident.exemple": " ex. 8301032610C0012 ",
"cadastrapp.parcelle.libcom": "Numéro de plan de la parcelle",
"cadastrapp.parcelle.lot": "Liste d'identifiants",
"cadastrapp.parcelle.lot.control": "La liste d'identifiant doit au moins contenir un identifiant ",
"cadastrapp.parcelle.lot.exemple": "Exemple: 20148301032610C0012, 20148301032610C0013, 20148301032610C0014",
"cadastrapp.parcelle.lot.exemple": "Exemple: 8301032610C0012, 8301032610C0013, 8301032610C0014",
"cadastrapp.parcelle.millesime": "Millésime du fond de carte",
"cadastrapp.parcelle.or": "ou",
"cadastrapp.parcelle.org": "Organisme",
Expand Down Expand Up @@ -736,7 +736,7 @@
"cadastrapp.proprietaire.city.exemple": "ex. Rennes, Cesson-Sévigné",
"cadastrapp.proprietaire.compte": "Par compte",
"cadastrapp.proprietaire.file.exemple": "Charger un fichier au format .csv",
"cadastrapp.proprietaire.file.explanation": "Ce fichier doit contenir un liste de comptecommunal, sur une ou plusieurs lignes, séparé par des espaces, virgules ou point virgule. Il ne s'agit pas d'une liste de dnupro mais bien de comptecommunal exemple : 201463092I00020 ",
"cadastrapp.proprietaire.file.explanation": "Ce fichier doit contenir un liste de comptecommunal, sur une ou plusieurs lignes, séparé par des espaces, virgules ou point virgule. Il ne s'agit pas d'une liste de dnupro mais bien de comptecommunal exemple : 63092I00020 ",
"cadastrapp.proprietaire.file.open": "Ouvrir fichier",
"cadastrapp.proprietaire.file.path": "Chemin",
"cadastrapp.proprietaire.firstname": "Prénom(s)",
Expand Down

0 comments on commit 37381ea

Please sign in to comment.