Changes between Version 32 and Version 33 of Presets/AdvertisingPreset
- Timestamp:
- 2016-10-09T21:39:04+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets/AdvertisingPreset
v32 v33 16 16 version="0.[[revision]]_[[date]]" 17 17 link="https://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft" 18 description=" This editor helpstagging advertising devices into JOSM."19 fr.description=" Cet éditeur permet derenseigner les attributs des dispositifs publicitaires dans JOSM."18 description="Editor to help tagging advertising devices into JOSM." 19 fr.description="Editeur pour renseigner les attributs des dispositifs publicitaires dans JOSM." 20 20 shortdescription="Advertising devices editor" 21 21 fr.shortdescription="Editeur de dispositifs publicitaires"> … … 24 24 <group name="Advertising devices" fr.name="Dispositifs publicitaires" icon="images/billboard43_trunk.png" > 25 25 26 <item name="Poster box on public transportation shelter" fr.name="Sucette sur abribus, abritram" icon="images/poster_box_shelter.png" type="closedway"> 26 <item name="Grounded billboard" fr.name="Panneau scellé au sol" icon="images/billboard43_trunk.png" type="node"> 27 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 28 <label text="Editing a 'grounded billboard' advertising device" 29 fr.name="Renseigner un dispositif publicitaire de type 'panneau scellé au sol'" /> 30 <space/> 31 <key key="man_made" value="advertising"/> 32 <key key="advertising" value="billboard" /> 33 <space/> 34 <combo key="advertising:support" 35 text="Support of advertising billboard" 36 fr.text="Support du dispositif publicitaire" 37 values="trunk,grounded_legs,put_on_ground,pole,mast,post,post" 38 default="trunk" /> 39 <combo key="advertising:size" 40 text="Size of billboard (width x height)" 41 fr.text="Taille du panneau publicitaire (largeur x hauteur)" 42 values="1.3x2.15,2x2,3x2,4x3" 43 default="4x3" /> 44 <combo key="advertising:height" 45 text="Height of highest part of billboard" 46 fr.text="Hauteur de la partie la plus haute du panneau publicitaire" 47 values="2,3,4,5,6,7" 48 default="6" /> 49 <combo key="advertising:faces" 50 text="Number of faces" 51 fr.text="Nombre de faces" 52 values="1,2,3,4" 53 default="2" /> 54 <combo key="advertising:lit" 55 text="If lit device, type of illumination" 56 fr.text="Si éclairé, type d'éclairage" 57 values="no,yes,transmission,reflexion,neon,numeric" 58 default="transmission" /> 59 <combo key="advertising:animated" 60 text="If animated device, type of animation" 61 fr.text="Si animé, type d'animation" 62 values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen" 63 default="winding_posters" /> 64 <space/> 65 <combo key="advertising:message" 66 text="Advertising message type" 67 fr.text="Type de message publicitaire" 68 values="commercial,information" 69 default="commercial" /> 70 <combo key="advertising:display_size" 71 text="Display size (width x height)" 72 fr.text="Taille de l'affichage (largeur x hauteur)" 73 values="1.3x2.15,2x2,3x2,4x3" 74 default="4x3" /> 75 <combo key="advertising:operator" 76 text="Operator" 77 fr.text="Régie publicitaire" 78 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor, PAP" 79 default="JCDecaux" /> 80 <combo key="advertising:reference" 81 text="Unique identifier" 82 fr.text="Buteau" 83 values="" 84 default="" /> 85 <combo key="advertising:access" 86 text="Display open to all, or not" 87 fr.text="Surface d'affichage ouverte à tous, ou pas" 88 values="open,private" 89 default="private" /> 90 <combo key="advertising:land_property" 91 text="Installed on public domain or on private property" 92 fr.text="Installé sur domaine public ou sur foncier privé" 93 values="public,private" 94 default="private" /> 95 <space/> 96 <combo key="advertising:legal:FR" 97 text="Type of advertising unit for french legal regulations" 98 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 99 values="Publicité,Enseigne,Publicité:Mobilier urbain:Panneau" 100 default="Publicité" /> 101 <combo key="advertising:status:FR" 102 text="Status in french regulations" 103 fr.text="Statut vis-à-vis de la réglementaion française" 104 values="OK,A vérifier,KO" 105 default="A vérifier" /> 106 <space/> 107 <combo key="advertising:flow" 108 text="Orientation of advertising device as seen from the flow of people" 109 fr.text="Orientation du dispositif publicitaire par rapport au flot du passage" 110 values="front,medium,parallel,reverse,multi" 111 default="front" /> 112 <combo key="advertising:side" 113 text="Side where the advertising device is located relative to the flow of people" 114 fr.text="Coté où se trouve le dispositif publicitaire par rapport au passage" 115 values="same,opposite,middle" 116 default="same" /> 117 <space/> 118 </item> 119 120 <item name="Wall billboard" fr.name="Panneau mural" icon="images/billboard43.png" type="node"> 121 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 122 <label text="Editing a 'wall billboard' advertising device" 123 fr.name="Renseigner un dispositif publicitaire de type 'panneau mural'" /> 124 <space/> 125 <key key="man_made" value="advertising"/> 126 <key key="advertising" value="billboard" /> 127 <space/> 128 <combo key="advertising:support" 129 text="Support of advertising billboard" 130 fr.text="Support du dispositif publicitaire" 131 values="wall,fence" 132 default="wall" /> 133 <combo key="advertising:size" 134 text="Size of billboard (width x height)" 135 fr.text="Taille du panneau publicitaire (largeur x hauteur)" 136 values="2x2,3x2,4x3" 137 default="2x2" /> 138 <combo key="advertising:height" 139 text="Height of highest part of billboard" 140 fr.text="Hauteur de la partie la plus haute du panneau publicitaire" 141 values="3,4,5,6,7" 142 default="6" /> 143 <combo key="advertising:faces" 144 text="Number of faces" 145 fr.text="Nombre de faces" 146 values="1" 147 default="1" /> 148 <combo key="advertising:lit" 149 text="If lit device, type of illumination" 150 fr.text="Si éclairé, type d'éclairage" 151 values="no,yes,transmission,reflexion,neon,numeric" 152 default="reflexion" /> 153 <combo key="advertising:animated" 154 text="If animated device, type of animation" 155 fr.text="Si animé, type d'animation" 156 values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen" 157 default="winding_posters" /> 158 <space/> 159 <combo key="advertising:message" 160 text="Advertising message type" 161 fr.text="Type de message publicitaire" 162 values="commercial,information" 163 default="commercial" /> 164 <combo key="advertising:display_size" 165 text="Display size (width x height)" 166 fr.text="Taille de l'affichage (largeur x hauteur)" 167 values="2x2,3x2,4x3" 168 default="2x2" /> 169 <combo key="advertising:operator" 170 text="Operator" 171 fr.text="Régie publicitaire" 172 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor, PAP" 173 default="JCDecaux" /> 174 <combo key="advertising:reference" 175 text="Unique identifier" 176 fr.text="Buteau" 177 values="" 178 default="" /> 179 <combo key="advertising:access" 180 text="Display open to all, or not" 181 fr.text="Surface d'affichage ouverte à tous, ou pas" 182 values="open,private" 183 default="private" /> 184 <combo key="advertising:land_property" 185 text="Installed on public domain or on private property" 186 fr.text="Installé sur domaine public ou sur foncier privé" 187 values="public,private" 188 default="private" /> 189 <space/> 190 <combo key="advertising:legal:FR" 191 text="Type of advertising unit for french legal regulations" 192 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 193 values="Publicité,Enseigne,Publicité:Mobilier urbain:Panneau" 194 default="Publicité" /> 195 <combo key="advertising:status:FR" 196 text="Status in french regulations" 197 fr.text="Statut vis-à-vis de la réglementaion française" 198 values="OK,A vérifier,KO" 199 default="A vérifier" /> 200 <space/> 201 <combo key="advertising:flow" 202 text="Orientation of advertising device as seen from the flow of people" 203 fr.text="Orientation du dispositif publicitaire par rapport au flot du passage" 204 values="front,medium,parallel,reverse,multi" 205 default="front" /> 206 <combo key="advertising:side" 207 text="Side where the advertising device is located relative to the flow of people" 208 fr.text="Coté où se trouve le dispositif publicitaire par rapport au passage" 209 values="same,opposite,middle" 210 default="same" /> 211 <space/> 212 </item> 213 214 <item name="Wall billboard" fr.name="Panneau mural" icon="images/billboard43.png" type="node"> 215 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 216 <label text="Editing a 'wall billboard' advertising device" 217 fr.name="Renseigner un dispositif publicitaire de type 'panneau mural'" /> 218 <space/> 219 <key key="man_made" value="advertising"/> 220 <key key="advertising" value="billboard" /> 221 <space/> 222 <combo key="advertising:support" 223 text="Support of advertising billboard" 224 fr.text="Support du dispositif publicitaire" 225 values="wall,fence" 226 default="wall" /> 227 <combo key="advertising:size" 228 text="Size of billboard (width x height)" 229 fr.text="Taille du panneau publicitaire (largeur x hauteur)" 230 values="2x2,3x2,4x3" 231 default="2x2" /> 232 <combo key="advertising:height" 233 text="Height of highest part of billboard" 234 fr.text="Hauteur de la partie la plus haute du panneau publicitaire" 235 values="3,4,5,6,7" 236 default="6" /> 237 <combo key="advertising:faces" 238 text="Number of faces" 239 fr.text="Nombre de faces" 240 values="1" 241 default="1" /> 242 <combo key="advertising:lit" 243 text="If lit device, type of illumination" 244 fr.text="Si éclairé, type d'éclairage" 245 values="no,yes,transmission,reflexion,neon,numeric" 246 default="reflexion" /> 247 <combo key="advertising:animated" 248 text="If animated device, type of animation" 249 fr.text="Si animé, type d'animation" 250 values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen" 251 default="winding_posters" /> 252 <space/> 253 <combo key="advertising:message" 254 text="Advertising message type" 255 fr.text="Type de message publicitaire" 256 values="commercial,information" 257 default="commercial" /> 258 <combo key="advertising:display_size" 259 text="Display size (width x height)" 260 fr.text="Taille de l'affichage (largeur x hauteur)" 261 values="2x2,3x2,4x3" 262 default="2x2" /> 263 <combo key="advertising:operator" 264 text="Operator" 265 fr.text="Régie publicitaire" 266 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor, PAP" 267 default="JCDecaux" /> 268 <combo key="advertising:reference" 269 text="Unique identifier" 270 fr.text="Buteau" 271 values="" 272 default="" /> 273 <combo key="advertising:access" 274 text="Display open to all, or not" 275 fr.text="Surface d'affichage ouverte à tous, ou pas" 276 values="open,private" 277 default="private" /> 278 <combo key="advertising:land_property" 279 text="Installed on public domain or on private property" 280 fr.text="Installé sur domaine public ou sur foncier privé" 281 values="public,private" 282 default="private" /> 283 <space/> 284 <combo key="advertising:legal:FR" 285 text="Type of advertising unit for french legal regulations" 286 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 287 values="Publicité,Enseigne,Publicité:Mobilier urbain:Panneau" 288 default="Publicité" /> 289 <combo key="advertising:status:FR" 290 text="Status in french regulations" 291 fr.text="Statut vis-à-vis de la réglementation française" 292 values="OK,A vérifier,KO" 293 default="A vérifier" /> 294 <space/> 295 <combo key="advertising:flow" 296 text="Orientation of advertising device as seen from the flow of people" 297 fr.text="Orientation du dispositif publicitaire par rapport au flot du passage" 298 values="front,medium,parallel,reverse,multi" 299 default="front" /> 300 <combo key="advertising:side" 301 text="Side where the advertising device is located relative to the flow of people" 302 fr.text="Coté où se trouve le dispositif publicitaire par rapport au passage" 303 values="same,opposite,middle" 304 default="same" /> 305 <space/> 306 </item> 307 308 <item name="Totem" fr.name="Totem" icon="images/totem.png" type="node"> 309 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 310 <label text="Editing a 'totem' advertising device" 311 fr.name="Renseigner un dispositif publicitaire de type 'totem'" /> 312 <space/> 313 <key key="man_made" value="advertising"/> 314 <key key="advertising" value="totem"/> 315 <space/> 316 <combo key="advertising:size" 317 text="Size of advertising totem (width x height)" 318 fr.text="Taille du totem publicitaire (largeur x hauteur)" 319 values="1.2x5,1.2x6,1.2x6.5,1x7,1x8" 320 default="1.2x6.5" /> 321 <combo key="advertising:height" 322 text="Height of highest part of advertising totem" 323 fr.text="Hauteur de la partie la plus haute du totem publicitaire" 324 values="5,6,6.5,8" 325 default="6.5" /> 326 <combo key="advertising:faces" 327 text="Number of faces" 328 fr.text="Nombre de faces" 329 values="1,2,3,4" 330 default="2" /> 331 <combo key="advertising:lit" 332 text="If lit device, type of illumination" 333 fr.text="Si éclairé, type d'éclairage" 334 values="no,yes,transmission,reflexion,neon,numeric" 335 default="transmission" /> 336 <combo key="advertising:animated" 337 text="If animated device, type of animation" 338 fr.text="Si animé, type d'animation" 339 values="no,digital_prices,digital_messages" 340 default="no" /> 341 <space/> 342 <combo key="advertising:message" text="Advertising message type" 343 fr.text="Type de message publicitaire" 344 values="commercial,information,municipality" 345 default="commercial" /> 346 <combo key="advertising:display_size" 347 text="Display size (width x height)" 348 fr.text="Taille de l'affichage (largeur x hauteur)" 349 values="1.2x5,1.2x6,1.2x6.5,1x7,1x8" 350 default="1.2x6.5" /> 351 <space/> 352 <combo key="advertising:operator" text="Operator" 353 fr.text="Régie publicitaire" 354 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP" 355 default="" /> 356 <combo key="advertising:reference" 357 text="Unique identifier" 358 fr.text="Buteau" 359 values="" 360 default="" /> 361 <combo key="advertising:access" 362 text="Display open to all, or not" 363 fr.text="Surface d'affichage ouverte à tous, ou pas" 364 values="open,private" 365 default="private" /> 366 <space/> 367 <combo key="advertising:legal:FR" 368 text="Type of advertising unit for french legal regulations" 369 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 370 values="Publicité,Enseigne,Préenseigne" 371 default="Enseigne" /> 372 <combo key="advertising:status:FR" 373 text="Status in french regulations" 374 fr.text="Statut vis-à-vis de la réglementation française" 375 values="OK,A vérifier,KO" 376 default="A vérifier" /> 377 <space/> 378 <combo key="advertising:land_property" 379 text="Installed on public domain or on private property" 380 fr.text="Installé sur domaine public ou sur foncier privé" 381 values="public,private" 382 default="private" /> 383 <space/> 384 <combo key="advertising:flow" 385 text="Orientation of advertising totem as seen from the flow of people" 386 fr.text="Orientation du totem publicitaire par rapport au flot du passage" 387 values="front,medium,parallel,reverse,multi" 388 default="front" /> 389 <combo key="advertising:side" 390 text="Side where the advertising totem is located relative to the flow of people" 391 fr.text="Coté où se trouve le totem publicitaire par rapport au passage" 392 values="same,opposite,middle" 393 default="same" /> 394 </item> 395 396 <item name="Poster box" fr.name="Sucette" icon="images/poster_box.png" type="node"> 397 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 398 <label text="Editing a 'poster box' advertising device" 399 fr.name="Renseigner un dispositif publicitaire de type 'sucette'" /> 400 <space/> 401 <key key="man_made" value="advertising"/> 402 <key key="advertising" value="poster_box"/> 403 <space/> 404 <combo key="advertising:size" 405 text="Size of poster box (width x height)" 406 fr.text="Taille de la sucette publicitaire (largeur x hauteur)" 407 values="1.3x2.15,1.3x2.5" 408 default="1.3x2.15" /> 409 <combo key="advertising:height" 410 text="Height of highest part of poster box" 411 fr.text="Hauteur de la partie la plus haute de la sucette publicitaire" 412 values="2.15,2.5" 413 default="2.15" /> 414 <combo key="advertising:faces" 415 text="Number of faces" 416 fr.text="Nombre de faces" 417 values="1,2,3,4" 418 default="2" /> 419 <combo key="advertising:lit" 420 text="If lit device, type of illumination" 421 fr.text="Si éclairé, type d'éclairage" 422 values="no,yes,transmission,reflexion,neon,numeric" 423 default="transmission" /> 424 <combo key="advertising:animated" 425 text="If animated device, type of animation" 426 fr.text="Si animé, type d'animation" 427 values="no,winding_posters,screen" 428 default="no" /> 429 <space/> 430 <combo key="advertising:message" 431 text="Advertising message type" 432 fr.text="Type de message publicitaire" 433 values="commercial,information,map_information,municipality" 434 default="commercial" /> 435 <combo key="advertising:message:front" 436 text="Advertising message type on front side" 437 fr.text="Type de message publicitaire" 438 values="commercial,information,map_information,municipality" 439 default="commercial" /> 440 <combo key="advertising:message:reverse" 441 text="Advertising message type on reverse side" 442 fr.text="Type de message publicitaire" 443 values="commercial,information,map_information,municipality" 444 default="municipality" /> 445 <combo key="advertising:display_size" 446 text="Display size (width x height)" 447 fr.text="Taille de l'affichage (largeur x hauteur)" 448 values="1.3x2.15,1.3x2.5" 449 default="1.3x2.15" /> 450 <combo key="advertising:operator" 451 text="Operator" 452 fr.text="Régie publicitaire" 453 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP" 454 default="JCDecaux" /> 455 <combo key="advertising:reference" 456 text="Unique identifier" 457 fr.text="Buteau" 458 values="" 459 default="" /> 460 <combo key="advertising:access" 461 text="Display open to all, or not" 462 fr.text="Surface d'affichage ouverte à tous, ou pas" 463 values="open,private" 464 default="private" /> 465 <space/> 466 <combo key="advertising:land_property" 467 text="Installed on public domain or on private property" 468 fr.text="Installé sur domaine public ou sur foncier privé" 469 values="public,private" 470 default="public" /> 471 <space/> 472 <combo key="advertising:legal:FR" 473 text="Type of advertising unit for french legal regulations" 474 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 475 values="Publicité,Enseigne" 476 default="Publicité" /> 477 <combo key="advertising:status:FR" 478 text="Status in french regulations" 479 fr.text="Statut vis-à-vis de la réglementation française" 480 values="OK,A vérifier,KO" 481 default="A vérifier" /> 482 <space/> 483 <combo key="advertising:flow" 484 text="Orientation of poster box as seen from the flow of people" 485 fr.text="Orientation de la sucette publicitaire par rapport au flot du passage" 486 values="front,medium,parallel,reverse,multi" 487 default="front" /> 488 <combo key="advertising:side" 489 text="Side where the poster box is located relative to the flow of people" 490 fr.text="Coté où se trouve la sucette publicitaire par rapport au passage" 491 values="same,opposite,middle" 492 default="same" /> 493 <space/> 494 </item> 495 496 <item name="Poster box on public transportation shelter" fr.name="Sucette sur abribus, abritram" icon="images/poster_box_shelter.png" type="closedway"> 27 497 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 28 498 <label text="Editing a poster box advertising device on public transportation shelter" … … 34 504 text="Size of poster box (width x height)" 35 505 fr.text="Taille de la sucette publicitaire (largeur x hauteur)" 36 values="1 30x215,100x300,100x400,100x500,100x600,200x400,200x500"37 default="1 30x215" />506 values="1.3x2.15,1,3x2.5" 507 default="1.3x2.15" /> 38 508 <combo key="advertising:height" 39 509 text="Height of highest part of poster box" 40 510 fr.text="Hauteur de la partie la plus haute de la sucette publicitaire" 41 values="2 15,300,400,500,600"42 default="215" /> 511 values="2.15,2.5" 512 default="2.15" /> 43 513 <combo key="advertising:faces" 44 514 text="Number of faces" … … 54 524 text="If animated device, type of animation" 55 525 fr.text="Si animé, type d'animation" 56 values="no, trivision_blades,winding_posters,rotating_posters,digital_prices,digital_messages,screen"526 values="no,winding_posters,screen" 57 527 default="no" /> 58 528 <space/> … … 60 530 text="Advertising message type" 61 531 fr.text="Type de message publicitaire" 62 values="commercial,information,m ap_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety"532 values="commercial,information,municipality" 63 533 default="commercial" /> 64 534 <combo key="advertising:display_size" 65 535 text="Display size (width x height)" 66 536 fr.text="Taille de l'affichage (largeur x hauteur)" 67 values="1 30x215,100x300,100x400,100x500,100x600,200x400,200x500"68 default="1 30x215" />537 values="1.3x2.15,1.3x2.5" 538 default="1.3x2.15" /> 69 539 <combo key="advertising:operator" 70 540 text="Operator" 71 541 fr.text="Régie publicitaire" 72 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor" 542 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP" 73 543 default="JCDecaux" /> 74 544 <combo key="advertising:reference" … … 77 547 values="" 78 548 default="" /> 549 <combo key="advertising:access" 550 text="Display open to all, or not" 551 fr.text="Surface d'affichage ouverte à tous, ou pas" 552 values="open,private" 553 default="private" /> 79 554 <space/> 80 555 <combo key="advertising:land_property" … … 84 559 default="public" /> 85 560 <space/> 86 <combo key="advertising: type:FR"87 text=" French type of advertising unit"88 fr.text="Type d edispositif publicitaireen France"89 values="Publicité ,Enseigne,Préenseigne,Affichage libre,JEI,Spectacles"561 <combo key="advertising:legal:FR" 562 text="Type of advertising unit for french legal regulations" 563 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 564 values="Publicité" 90 565 default="Publicité" /> 566 <combo key="advertising:status:FR" 567 text="Status in french regulations" 568 fr.text="Statut vis-à-vis de la réglementation française" 569 values="OK,A vérifier,KO" 570 default="A vérifier" /> 91 571 <space/> 92 572 <combo key="advertising:flow" 93 573 text="Orientation of poster box as seen from the flow of people" 94 fr.text="Orientation d e la sucettepublicitaire par rapport au flot du passage"574 fr.text="Orientation du caisson publicitaire par rapport au flot du passage" 95 575 values="front,medium,parallel,reverse,multi" 96 576 default="front" /> 97 577 <combo key="advertising:side" 98 578 text="Side where the poster box is located relative to the flow of people" 99 fr.text="Coté où se trouve l a sucettepublicitaire par rapport au passage"579 fr.text="Coté où se trouve le caisson publicitaire par rapport au passage" 100 580 values="same,opposite,middle" 101 581 default="same" /> 102 582 <space/> 103 </item>104 105 <item name="Poster box" fr.name="Sucette" icon="images/poster_box.png" type="node">583 </item> 584 585 <item name="Board" fr.name="Préenseigne" icon="images/indication.png" type="node"> 106 586 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 107 <label text="Editing a 'poster box' advertising device" 108 fr.name="Renseigner un dispositif publicitaire de type 'sucette'" /> 109 <space/> 110 <key key="man_made" value="advertising"/> 111 <key key="advertising" value="poster_box"/> 112 <space/> 113 <combo key="advertising:size" 114 text="Size of poster box (width x height)" 115 fr.text="Taille de la sucette publicitaire (largeur x hauteur)" 116 values="130x215,100x300,100x400,100x500,100x600,200x400,200x500" 117 default="130x215" /> 118 <combo key="advertising:height" 119 text="Height of highest part of poster box" 120 fr.text="Hauteur de la partie la plus haute de la sucette publicitaire" 121 values="215,300,400,500,600" 122 default="215" /> 123 <combo key="advertising:faces" 124 text="Number of faces" 125 fr.text="Nombre de faces" 126 values="1,2,3,4" 127 default="2" /> 128 <combo key="advertising:lit" 129 text="If lit device, type of illumination" 130 fr.text="Si éclairé, type d'éclairage" 131 values="no,yes,transmission,reflexion,neon,numeric" 132 default="transmission" /> 133 <combo key="advertising:animated" 134 text="If animated device, type of animation" 135 fr.text="Si animé, type d'animation" 136 values="no,trivision_blades,winding_posters,rotating_posters,digital_prices,digital_messages,screen" 137 default="no" /> 138 <space/> 139 <combo key="advertising:message" 140 text="Advertising message type" 141 fr.text="Type de message publicitaire" 142 values="commercial,information,map_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety" 143 default="commercial" /> 144 <combo key="advertising:message:front" 145 text="Advertising message type on front side" 146 fr.text="Type de message publicitaire" 147 values="commercial,information,map_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety" 148 default="commercial" /> 149 <combo key="advertising:message:reverse" 150 text="Advertising message type on reverse side" 151 fr.text="Type de message publicitaire" 152 values="commercial,information,map_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety" 153 default="information" /> 154 <combo key="advertising:display_size" 155 text="Display size (width x height)" 156 fr.text="Taille de l'affichage (largeur x hauteur)" 157 values="130x215,100x300,100x400,100x500,100x600,200x400,200x500" 158 default="130x215" /> 159 <combo key="advertising:operator" 160 text="Operator" 161 fr.text="Régie publicitaire" 162 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor" 163 default="JCDecaux" /> 164 <combo key="advertising:reference" 165 text="Unique identifier" 166 fr.text="Buteau" 167 values="" 168 default="" /> 169 <space/> 170 <combo key="advertising:land_property" 171 text="Installed on public domain or on private property" 172 fr.text="Installé sur domaine public ou sur foncier privé" 173 values="public,private" 174 default="public" /> 175 <space/> 176 <combo key="advertising:type:FR" 177 text="French type of advertising unit" 178 fr.text="Type de dispositif publicitaire en France" 179 values="Publicité,Enseigne,Préenseigne,Affichage libre,JEI,Spectacles" 180 default="Publicité" /> 181 <space/> 182 <combo key="advertising:flow" 183 text="Orientation of poster box as seen from the flow of people" 184 fr.text="Orientation de la sucette publicitaire par rapport au flot du passage" 185 values="front,medium,parallel,reverse,multi" 186 default="front" /> 187 <combo key="advertising:side" 188 text="Side where the poster box is located relative to the flow of people" 189 fr.text="Coté où se trouve la sucette publicitaire par rapport au passage" 190 values="same,opposite,middle" 191 default="same" /> 192 <space/> 193 </item> 194 195 <item name="Board" fr.name="Préenseigne" icon="images/indication.png" type="node"> 196 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 197 <label text="Editing a board advertising device" 587 <label text="Editing a specific board advertising device, acting as indication" 198 588 fr.name="Renseigner un dispositif publicitaire de type 'préenseigne'" /> 199 589 <space/> … … 204 594 text="Support of advertising board" 205 595 fr.text="Support de la préenseigne publicitaire" 206 values=" trunk,grounded_legs,mast,post,fence,wall,totem,easel,tarp,ceiling"596 values="post,fence,wall" 207 597 default="post" /> 208 598 <combo key="advertising:size" 209 599 text="Size of advertising indication (width x height)" 210 600 fr.text="Taille de la préenseigne publicitaire (diamètre x hauteur)" 211 values="1 50x100,200x100"212 default="1 50x100" />601 values="1.5x1" 602 default="1.5x1" /> 213 603 <combo key="advertising:height" 214 604 text="Height of highest part of advertising indication" 215 605 fr.text="Hauteur de la partie la plus haute de la préenseigne publicitaire" 216 values="2 00,250,300,400"217 default="2 50" />606 values="2,2.5,3,4" 607 default="2.5" /> 218 608 <combo key="advertising:faces" 219 609 text="Number of faces" … … 240 630 text="Display size (width x height)" 241 631 fr.text="Taille de l'affichage (largeur x hauteur)" 242 values="1 50x100,200x100"243 default="1 50x100" />632 values="1.5x1,2x1" 633 default="1.5x1" /> 244 634 <space/> 245 635 <combo key="advertising:operator" text="Operator" 246 636 fr.text="Régie publicitaire" 247 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor" 637 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP" 248 638 default="" /> 249 639 <combo key="advertising:reference" … … 252 642 values="" 253 643 default="" /> 254 <space/> 255 <combo key="advertising:type:FR" 256 text="Advertising device type in France" 257 fr.text="Type de dispositif publicitaire en France" 258 values="Publicité,Enseigne,Préenseigne,Affichage libre,JEI,Spectacles" 644 <combo key="advertising:access" 645 text="Display open to all, or not" 646 fr.text="Surface d'affichage ouverte à tous, ou pas" 647 values="open,private" 648 default="private" /> 649 <space/> 650 <combo key="advertising:legal:FR" 651 text="Type of advertising unit for french legal regulations" 652 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 653 values="Publicité,Enseigne,Préenseigne" 259 654 default="Préenseigne" /> 655 <combo key="advertising:status:FR" 656 text="Status in french regulations" 657 fr.text="Statut vis-à-vis de la réglementation française" 658 values="OK,A vérifier,KO" 659 default="A vérifier" /> 260 660 <space/> 261 661 <combo key="advertising:land_property" … … 275 675 values="same,opposite,middle" 276 676 default="same" /> 277 </item>677 </item> 278 678 279 <item name="Board" fr.name="Pannonceau" icon="images/board.png" type="node">679 <item name="Board" fr.name="Pannonceau" icon="images/board.png" type="node"> 280 680 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 281 681 <label text="Editing a 'board' advertising device" … … 288 688 text="Support of advertising board" 289 689 fr.text="Support du pannonceau publicitaire" 290 values="trunk,grounded_legs,mast,post,fence,wall ,totem,easel,tarp,ceiling"690 values="trunk,grounded_legs,mast,post,fence,wall" 291 691 default="post" /> 292 692 <combo key="advertising:size" 293 693 text="Size of board (width x height)" 294 fr.text="Taille du pannonceau ( diamètrexhauteur)"295 values="1 50x100,200x100"296 default="1 50x100" />694 fr.text="Taille du pannonceau (largeur x hauteur)" 695 values="1.2x1,1.3x1,1.5x1,2x1" 696 default="1.5x1" /> 297 697 <combo key="advertising:height" 298 698 text="Height of highest part of advertising board" 299 699 fr.text="Hauteur de la partie la plus haute du pannonceau publicitaire" 300 values="2 00,250,300,400"301 default="2 50" />700 values="2,2.5,3,4" 701 default="2.5" /> 302 702 <combo key="advertising:faces" 303 703 text="Number of faces" … … 308 708 text="If lit device, type of illumination" 309 709 fr.text="Si éclairé, type d'éclairage" 310 values="no,yes,transmission,reflexion ,neon,numeric"710 values="no,yes,transmission,reflexion" 311 711 default="no" /> 312 712 <combo key="advertising:animated" 313 713 text="If animated device, type of animation" 314 714 fr.text="Si animé, type d'animation" 315 values="no ,trivision_blades,winding_posters,rotating_posters,digital_prices,digital_messages,screen"715 values="no" 316 716 default="no" /> 317 717 <space/> … … 319 719 text="Advertising message type" 320 720 fr.text="Type de message publicitaire" 321 values="commercial,information,m ap_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety"322 default=" commercial" />721 values="commercial,information,municipality,display_opinion,non_profit,cultural_event" 722 default="municipality" /> 323 723 <space/> 324 724 <combo key="advertising:display_size" 325 725 text="Display size (width x height)" 326 726 fr.text="Taille de l'affichage (largeur x hauteur)" 327 values="1 50x100,200x100"328 default="1 50x100" />727 values="1.2x1,1.3x1,1.5x1,2x1" 728 default="1.5x1" /> 329 729 <combo key="advertising:operator" text="Operator" 330 730 fr.text="Régie publicitaire" 331 values=" JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor"731 values="Ville de Grenoble, Ville de Fontaine" 332 732 default="" /> 333 733 <combo key="advertising:reference" … … 336 736 values="" 337 737 default="" /> 338 <space/> 738 <combo key="advertising:access" 739 text="Display open to all, or not" 740 fr.text="Surface d'affichage ouverte à tous, ou pas" 741 values="open,private" 742 default="open" /> 743 <space/> 339 744 <combo key="advertising:land_property" 340 745 text="Installed on public domain or on private property" 341 746 fr.text="Installé sur domaine public ou sur foncier privé" 342 747 values="public,private" 343 default="p rivate" />344 <space/> 345 <combo key="advertising: type:FR"346 text=" Advertisingdevice type in France"347 fr.text="Type d edispositif publicitaireen France"348 values="Publicité,Enseigne,Préenseigne, Affichage libre,JEI,Spectacles"748 default="public" /> 749 <space/> 750 <combo key="advertising:legal:FR" 751 text="Type of advertising unit for french legal regulations" 752 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 753 values="Publicité,Enseigne,Préenseigne,Opinions/Associations,JEI" 349 754 default="Publicité" /> 755 <combo key="advertising:status:FR" 756 text="Status in french regulations" 757 fr.text="Statut vis-à-vis de la réglementation française" 758 values="OK,A vérifier,KO" 759 default="A vérifier" /> 350 760 <space/> 351 761 <combo key="advertising:flow" … … 359 769 values="same,opposite,middle" 360 770 default="same" /> 361 </item>771 </item> 362 772 363 <item name=" Free expression board" fr.name="Panneau d'affichage libre" icon="images/board_free.png" type="node">773 <item name="Opinions/Non Profit" fr.name="Opinions/Associations" icon="images/board_free.png" type="node"> 364 774 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 365 <label text="Editing a ' free expression board' advertising device"366 fr.name="Renseigner un 'panneau d'affichagelibre'" />775 <label text="Editing a 'Opinions/Non Profit' advertising device" 776 fr.name="Renseigner un panneau d'affichage réservé à l'expression d'opinions, et à l'usage des associations à but non lucratif" /> 367 777 <space/> 368 778 <key key="man_made" value="advertising"/> … … 370 780 <space/> 371 781 <combo key="advertising:support" 372 text="Support of free expression advertisingboard"373 fr.text="Support du panneau d'affichage libre"374 values="grounded_legs,wall" 782 text="Support of board" 783 fr.text="Support du panneau" 784 values="grounded_legs,wall,fence" 375 785 default="grounded_legs" /> 376 786 <combo key="advertising:size" 377 787 text="Size of board (width x height)" 378 788 fr.text="Taille du panneau d'affichage libre (diamètre x hauteur)" 379 values="1 20x100,(200x100)+(120x100),2x(120x160),40x60,(125x120)+(200x100),2x(80x120),3x(40x60)"380 default="1 20x100" />789 values="1.2x1,(2x1)+(1.2x1),2x(1.2x1.6),0.4x0.6,(125x1.2)+(2x1),2x(0.8x1.2),3x(0.4x0.6)" 790 default="1.2x1" /> 381 791 <combo key="advertising:height" 382 792 text="Height of highest part of advertising board" 383 fr.text="Hauteur de la partie la plus haute du panneau d'affichage libre"384 values="2 00,300,400"385 default="2 00" />793 fr.text="Hauteur de la partie la plus haute du panneau" 794 values="2,3,4" 795 default="2" /> 386 796 <combo key="advertising:faces" 387 797 text="Number of faces" … … 398 808 text="Display size (width x height)" 399 809 fr.text="Taille de l'affichage (largeur x hauteur)" 400 values="1 20x100,(200x100)+(120x100),2x(120x160),40x60,(125x120)+(200x100),2x(80x120),3x(40x60)"401 default="1 20x100" />810 values="1.2x1,(2x1)+(1.2x1),2x(1.2x1.6),0.4x0.6,(125x1.2)+(2x1),2x(0.8x1.2),3x(0.4x0.6)" 811 default="1.2x1" /> 402 812 <combo key="advertising:operator" text="Operator" 403 813 fr.text="Régie" 404 values="Ville de Grenoble" 814 values="Ville de Grenoble, Ville de Fontaine, Ville de Sassenage" 405 815 default="Ville de Grenoble" /> 406 816 <combo key="advertising:reference" … … 409 819 values="" 410 820 default="" /> 411 <space/> 412 <combo key="advertising:land_property" 821 <combo key="advertising:access" 822 text="Display open to all, or not" 823 fr.text="Surface d'affichage ouverte à tous, ou pas" 824 values="open,private" 825 default="open" /> 826 <space/> 827 <combo key="advertising:legal:FR" 828 text="Type of advertising unit for french legal regulations" 829 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 830 values="Publicité,Enseigne,Préenseigne,JEI,Spectacles" 831 default="Publicité" /> 832 <combo key="advertising:status:FR" 833 text="Status in french regulations" 834 fr.text="Statut vis-à-vis de la réglementation française" 835 values="OK,A vérifier,KO" 836 default="A vérifier" /> 837 <space/> 838 <combo key="advertising:land_property" 413 839 text="Installed on public domain or on private property" 414 840 fr.text="Installé sur domaine public ou sur foncier privé" … … 420 846 fr.text="Orientation du panneau d'affichage libre par rapport au flot du passage" 421 847 values="front,medium,parallel,reverse,multi" 422 default=" front" />848 default="parallel" /> 423 849 <combo key="advertising:side" 424 850 text="Side where the advertising board is located relative to the flow of people" … … 427 853 default="same" /> 428 854 </item> 429 430 <item name="Billboard" fr.name="Panneau" icon="images/billboard43.png"type="node">431 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/>432 <label text="Editing a ' billboard' advertising device"433 fr.name="Renseigner un dispositif publicitaire de type ' panneau'" />855 856 <item name="Column" fr.name="Colonne (de type 'Morris')" icon="images/column.png" type="node"> 857 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 858 <label text="Editing a 'column' advertising device" 859 fr.name="Renseigner un dispositif publicitaire de type 'colonne'" /> 434 860 <space/> 435 861 <key key="man_made" value="advertising"/> 436 <key key="advertising" value="billboard" /> 437 <space/> 438 <combo key="advertising:support" 439 text="Support of advertising billboard" 440 fr.text="Support du dispositif publicitaire" 441 values="trunk,grounded_legs,mast,post,fence,wall,easel,tarp,ceiling" 442 default="trunk" /> 862 <key key="advertising" value="column"/> 863 <space/> 443 864 <combo key="advertising:size" 444 text="Size of billboard (width x height)" 445 fr.text="Taille du panneau publicitaire (largeur x hauteur)" 446 values="130x215,300x200,400x300" 447 default="400x300" /> 448 <combo key="advertising:height" 449 text="Height of highest part of billboard" 450 fr.text="Hauteur de la partie la plus haute du panneau publicitaire" 451 values="200,300,400,500,600,700" 452 default="500" /> 453 <combo key="advertising:faces" 454 text="Number of faces" 455 fr.text="Nombre de faces" 456 values="1,2,3,4" 457 default="2" /> 865 text="Size of column (diameter x height)" 866 fr.text="Taille de la colonne (diamètre x hauteur)" 867 values="2x5,2x6,3x6,3x7" 868 default="2x6" /> 869 <combo key="advertising:height" 870 text="Height of highest part of column" 871 fr.text="Hauteur de la partie la plus haute de la colonne publicitaire" 872 values="5,6,7" 873 default="6" /> 458 874 <combo key="advertising:lit" 459 875 text="If lit device, type of illumination" … … 464 880 text="If animated device, type of animation" 465 881 fr.text="Si animé, type d'animation" 466 values="no, trivision_blades,winding_posters,rotating_posters,digital_prices,digital_messages,screen"467 default=" no" />882 values="no,rotating_posters" 883 default="rotating_posters" /> 468 884 <space/> 469 885 <combo key="advertising:message" 470 886 text="Advertising message type" 471 887 fr.text="Type de message publicitaire" 472 values="commercial,information,map_information,tourism,municipality, display_opinion,non_profit,cultural_event,legal,safety"473 default=" commercial" />888 values="commercial,information,map_information,tourism,municipality,showbiz,cultural_event" 889 default="showbiz" /> 474 890 <combo key="advertising:display_size" 475 text="Display size (width x height)" 476 fr.text="Taille de l'affichage (largeur x hauteur)" 477 values=" 130x215,300x200,400x300"478 default=" 400x300" />479 < combo key="advertising:operator"480 text="Operator"891 text="Display size (number x width x height)" 892 fr.text="Taille de l'affichage (nombre x largeur x hauteur)" 893 values="3x2x5,3x2x6,3x3x6,3x3x7" 894 default="3x2x6" /> 895 <space/> 896 <combo key="advertising:operator" text="Operator" 481 897 fr.text="Régie publicitaire" 482 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor" 898 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP" 483 899 default="JCDecaux" /> 484 900 <combo key="advertising:reference" … … 487 903 values="" 488 904 default="" /> 489 <space/> 905 <combo key="advertising:access" 906 text="Display open to all, or not" 907 fr.text="Surface d'affichage ouverte à tous, ou pas" 908 values="open,private" 909 default="private" /> 910 <space/> 490 911 <combo key="advertising:land_property" 491 912 text="Installed on public domain or on private property" … … 494 915 default="private" /> 495 916 <space/> 496 <combo key="advertising:type:FR" 497 text="French type of advertising unit" 498 fr.text="Type de dispositif publicitaire en France" 499 values="Publicité,Enseigne,Préenseigne,Affichage libre,JEI,Spectacles" 500 default="Publicité" /> 501 <space/> 502 <combo key="advertising:flow" 503 text="Orientation of advertising device as seen from the flow of people" 504 fr.text="Orientation du dispositif publicitaire par rapport au flot du passage" 505 values="front,medium,parallel,reverse,multi" 506 default="front" /> 507 <combo key="advertising:side" 508 text="Side where the advertising device is located relative to the flow of people" 509 fr.text="Coté où se trouve le dispositif publicitaire par rapport au passage" 510 values="same,opposite,middle" 511 default="same" /> 512 <space/> 513 </item> 514 515 <item name="Column" fr.name="Colonne (de type 'Morris')" icon="images/column.png" type="node"> 516 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 517 <label text="Editing a 'column' advertising device" 518 fr.name="Renseigner un dispositif publicitaire de type 'colonne'" /> 519 <space/> 520 <key key="man_made" value="advertising"/> 521 <key key="advertising" value="column"/> 522 <space/> 523 <combo key="advertising:size" 524 text="Size of column (width x height)" 525 fr.text="Taille de la colonne (diamètre x hauteur)" 526 values="200x500,200x600,300x600,300x700" 527 default="200x600" /> 528 <combo key="advertising:height" 529 text="Height of highest part of column" 530 fr.text="Hauteur de la partie la plus haute de la colonne publicitaire" 531 values="500,600,700" 532 default="600" /> 533 <combo key="advertising:lit" 534 text="If lit device, type of illumination" 535 fr.text="Si éclairé, type d'éclairage" 536 values="no,yes,transmission,reflexion,neon,numeric" 537 default="transmission" /> 538 <combo key="advertising:animated" 539 text="If animated device, type of animation" 540 fr.text="Si animé, type d'animation" 541 values="no,trivision_blades,winding_posters,rotating_posters,digital_prices,digital_messages,screen" 542 default="rotating_posters" /> 543 <space/> 544 <combo key="advertising:message" 545 text="Advertising message type" 546 fr.text="Type de message publicitaire" 547 values="commercial,information,map_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety" 548 default="commercial" /> 549 <combo key="advertising:display_size" 550 text="Display size (number x width x height)" 551 fr.text="Taille de l'affichage (nombre x largeur x hauteur)" 552 values="3x200x500,3x200x600,3x300x600,3x300x700" 553 default="3x200x600" /> 554 <space/> 555 <combo key="advertising:operator" text="Operator" 556 fr.text="Régie publicitaire" 557 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor" 558 default="JCDecaux" /> 559 <combo key="advertising:reference" 560 text="Unique identifier" 561 fr.text="Buteau" 562 values="" 563 default="" /> 564 <space/> 565 <combo key="advertising:land_property" 566 text="Installed on public domain or on private property" 567 fr.text="Installé sur domaine public ou sur foncier privé" 568 values="public,private" 569 default="private" /> 570 <space/> 571 <combo key="advertising:type:FR" 572 text="Advertising device type in France" 573 fr.text="Type de dispositif publicitaire en France" 574 values="Publicité,Enseigne,Préenseigne,Affichage libre,JEI,Spectacles" 575 default="Spectacles" /> 917 <combo key="advertising:legal:FR" 918 text="Type of advertising unit for french legal regulations" 919 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 920 values="Publicité:Mobilier urbain:Colonne" 921 default="Publicité:Mobilier urbain:Colonne" /> 922 <combo key="advertising:status:FR" 923 text="Status in french regulations" 924 fr.text="Statut vis-à-vis de la réglementation française" 925 values="OK,A vérifier,KO" 926 default="A vérifier" /> 576 927 <space/> 577 928 <combo key="advertising:flow" … … 585 936 values="same,opposite,middle" 586 937 default="same" /> 587 </item> 588 589 <item name="Totem" fr.name="Totem" icon="images/totem.png" type="node"> 590 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 591 <label text="Editing a 'totem' advertising device" 592 fr.name="Renseigner un dispositif publicitaire de type 'totem'" /> 593 <space/> 594 <key key="man_made" value="advertising"/> 595 <key key="advertising" value="totem"/> 596 <space/> 597 <combo key="advertising:size" 598 text="Size of advertising totem (width x height)" 599 fr.text="Taille du totem publicitaire (largeur x hauteur)" 600 values="130x215,100x300,100x400,100x500,100x600,200x400,200x500" 601 default="100x400" /> 602 <combo key="advertising:height" 603 text="Height of highest part of advertising totem" 604 fr.text="Hauteur de la partie la plus haute du totem publicitaire" 605 values="200,300,400,500,600" 606 default="400" /> 607 <combo key="advertising:faces" 608 text="Number of faces" 609 fr.text="Nombre de faces" 610 values="1,2,3,4" 611 default="2" /> 612 <combo key="advertising:lit" 613 text="If lit device, type of illumination" 614 fr.text="Si éclairé, type d'éclairage" 615 values="no,yes,transmission,reflexion,neon,numeric" 616 default="no" /> 617 <combo key="advertising:animated" 618 text="If animated device, type of animation" 619 fr.text="Si animé, type d'animation" 620 values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen" 621 default="no" /> 622 <space/> 623 <combo key="advertising:message" text="Advertising message type" 624 fr.text="Type de message publicitaire" 625 values="commercial,information,map_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety" 626 default="commercial" /> 627 <combo key="advertising:display_size" 628 text="Display size (width x height)" 629 fr.text="Taille de l'affichage (largeur x hauteur)" 630 values="130x215,100x300,100x400,100x500,100x600,200x400,200x500" 631 default="100x400" /> 632 <space/> 633 <combo key="advertising:operator" text="Operator" 634 fr.text="Régie publicitaire" 635 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor" 636 default="" /> 637 <combo key="advertising:reference" 638 text="Unique identifier" 639 fr.text="Buteau" 640 values="" 641 default="" /> 642 <space/> 643 <combo key="advertising:type:FR" 644 text="Advertising device type in France" 645 fr.text="Type de dispositif publicitaire en France" 646 values="Publicité,Enseigne,Préenseigne,Affichage libre,JEI,Spectacles" 647 default="Enseigne" /> 648 <space/> 649 <combo key="advertising:land_property" 650 text="Installed on public domain or on private property" 651 fr.text="Installé sur domaine public ou sur foncier privé" 652 values="public,private" 653 default="private" /> 654 <space/> 655 <combo key="advertising:flow" 656 text="Orientation of advertising totem as seen from the flow of people" 657 fr.text="Orientation du totem publicitaire par rapport au flot du passage" 658 values="front,medium,parallel,reverse,multi" 659 default="front" /> 660 <combo key="advertising:side" 661 text="Side where the advertising totem is located relative to the flow of people" 662 fr.text="Coté où se trouve le totem publicitaire par rapport au passage" 663 values="same,opposite,middle" 664 default="same" /> 665 </item> 938 </item> 666 939 667 <item name="General advertising device" fr.name="Dispositif publicitaire" icon="images/billboard43_trunk.png" type="node">940 <item name="Advertising device" fr.name="Dispositif publicitaire" icon="images/billboard43_trunk.png" type="node"> 668 941 <link href="http://wiki.openstreetmap.org/wiki/User:Barnes38/advertising_draft"/> 669 942 <label text="Editing an advertising device" … … 673 946 text="Type of advertising device" 674 947 fr.text="Type du dispositif publicitaire" 675 values="billboard,column,flag ,poster_box,sculpture,sign,totem,wall_painting"948 values="billboard,totem,board,poster_box,column,flag,sculpture,sign,neon,screen,wall_painting,tarp" 676 949 default="" /> 677 950 <space/> … … 679 952 text="Support of advertising device" 680 953 fr.text="Support du dispositif publicitaire" 681 values="trunk,grounded_legs,mast,post,fence,wall,totem,easel,tarp,ceiling,street_furniture,street_furniture:transit_shelter,street_furniture:newspaper_kiosk,street_furniture:flower_kiosk,street_furniture:information,street_furniture:map,street_furniture:bench,street_furniture:trash,street_furniture:recycling,street_furniture:clock" 954 values="trunk,grounded_legs,put_on_ground,mast,post,fence,wall,totem,easel,tarp,ceiling, \ 955 street_furniture,street_furniture:transit_shelter,street_furniture:newspaper_kiosk, \ 956 street_furniture:flower_kiosk,street_furniture:information,street_furniture:map, \ 957 street_furniture:bench,street_furniture:trash,street_furniture:recycling,street_furniture:clock" 682 958 default="" /> 683 959 <combo key="advertising:size" 684 960 text="Size of advertising device (width x height)" 685 961 fr.text="Taille du dispositif publicitaire (largeur x hauteur)" 686 values="1 30x215,200x300,300x400"962 values="1.3x2.15,1,2x6.5,1x8,2x2,3x2,4x3" 687 963 default="" /> 688 964 <combo key="advertising:height" 689 965 text="Height of highest part of advertising device" 690 966 fr.text="Hauteur de la partie la plus haute du dispositif publicitaire" 691 values="2 00,300,400,500,600,700"967 values="2,2.15,2.5,3,4,5,6,6.5,7,7.5,8" 692 968 default="" /> 693 969 <combo key="advertising:faces" … … 699 975 text="If lit device, type of illumination" 700 976 fr.text="Si éclairé, type d'éclairage" 701 values="no,yes,transmission,reflexion,neon,numeric" /> 977 values="no,yes,transmission,reflexion,neon,numeric" 978 default="no" /> 702 979 <combo key="advertising:animated" 703 980 text="If animated device, type of animation" 704 981 fr.text="Si animé, type d'animation" 705 values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen" /> 982 values="no,trivision_blades,winding_posters,digital_prices,digital_messages,screen" 983 default="no" /> 706 984 <space/> 707 985 <combo key="advertising:message" 708 986 text="Advertising message type" 709 987 fr.text="Type de message publicitaire" 710 values="commercial,information,map_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety" /> 988 values="commercial,information,map_information,tourism,municipality,display_opinion,non_profit,cultural_event,legal,safety" 989 default="commercial"/> 711 990 <combo key="advertising:display_size" 712 991 text="Display size (width x height)" 713 992 fr.text="Taille de l'affichage (largeur x hauteur)" 714 values="1 30x215,200x300,300x400"715 default=" 130x215" />993 values="1.3x2.15,1,2x6.5,1x8,2x2,3x2,4x3" 994 default="" /> 716 995 <space/> 717 996 <combo key="advertising:operator" text="Operator" 718 997 fr.text="Régie publicitaire" 719 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor" 998 values="JCDecaux,Exterion (CBS Outdoor),ClearChannel Outdoor,PAP" 720 999 default="" /> 721 1000 <combo key="advertising:reference" … … 724 1003 values="" 725 1004 default="" /> 1005 <combo key="advertising:access" 1006 text="Display open to all, or not" 1007 fr.text="Surface d'affichage ouverte à tous, ou pas" 1008 values="open,private" 1009 default="private" /> 726 1010 <space/> 727 1011 <combo key="advertising:land_property" … … 731 1015 delete_if_empty="yes" /> 732 1016 <space/> 733 <combo key="advertising: type:FR"734 text=" French type of advertising unit"735 fr.text="Type d edispositif publicitaireen France"736 values="Publicité,Enseigne, Préenseigne,Affichage libre,JEI,Spectacles"1017 <combo key="advertising:legal:FR" 1018 text="Type of advertising unit for french legal regulations" 1019 fr.text="Type du dispositif publicitaire dans la réglementation légale française " 1020 values="Publicité,Enseigne,Enseigne:Temporaire,Préenseigne,Publicité:Mobilier urbain:Panneau,Publicité:Mobilier urbain:Colonne,Publicité:Mobilier urbain:Mât porte-affiche,Publicité:Mobilier urbain:Abri transport,Publicité:Mobilier urbain:Kiosque,JEI,Opinions/Associations" 737 1021 default="Publicité" /> 1022 <combo key="advertising:status:FR" 1023 text="Status in french regulations" 1024 fr.text="Statut vis-à-vis de la réglementation française" 1025 values="OK,A vérifier,KO" 1026 default="A vérifier" /> 738 1027 <space/> 739 1028 <combo key="advertising:flow"
