+ 'fr' => array(
+ 'title' => 'Varnish',
+ 'description' => 'Varnish est un serveur de cache HTTP déployé en tant que proxy inverse entre les serveurs d\'application et les clients'
+ ),
+ 'en' => array(
+ 'title' => 'Varnish',
+ 'description' => 'Varnish is an HTTP cache server deployed as a reverse proxy between applications servers and clients'
+ )
+ ),
+ 'webservice' => array(
+ 'fr' => array(
+ 'title' => 'Service web',
+ 'description' => 'Un service web, ou service de la toile, est un protocole d\'interface informatique de la famille des technologies web permettant la communication et l\'échange de données entre applications et systèmes hétérogènes'
+ ),
+ 'en' => array(
+ 'title' => 'Web service',
+ 'description' => 'A web service is a service offered by an electronic device to another electronic device, communicating with each other via the World Wide Web'
+ )
+ ),
+ 'rest' => array(
+ 'fr' => array(
+ 'title' => 'REST',
+ 'description' => 'Representational state transfer (REST) ou services web RESTful est une manière de fournir de l\'intéropérabilité entre systèmes d\'information sur Internet'
+ ),
+ 'en' => array(
+ 'title' => 'REST',
+ 'description' => 'Representational state transfer (REST) or RESTful web services are a way of providing interoperability between computer systems on the Internet'
+ )
+ ),
+ 'hateoas' => array(
+ 'fr' => array(
+ 'title' => 'HATEOAS',
+ 'description' => 'HATEOAS, abréviation d\'Hypermedia As Engine of Application State, Hypermédia en tant que moteur de l\'état d\'application, constitue une contrainte de l\'architecture d\'application REST qui la distingue de la plupart des autres architectures d\'applications réseau'
+ ),
+ 'en' => array(
+ 'title' => 'HATEOAS',
+ 'description' => 'HATEOAS, abbreviation of Hypermedia As The Engine Of Application State, is a constraint of the REST application architecture that distinguishes it from other network application architectures'
+ )
+ ),
+ 'uri' => array(
+ 'fr' => array(
+ 'title' => 'URI',
+ 'description' => 'En technologie de l\'information, une URI, abréviation d\'Uniform Resource Identifier, Identifiant uniforme de ressource, est une chaine de caractères utilisée pour identifier une ressource'
+ ),
+ 'en' => array(
+ 'title' => 'URI',
+ 'description' => 'In information technology, a Uniform Resource Identifier (URI) is a string of characters used to identify a resource'
+ )