web/traduction.php
changeset 421 c8db83b70def
parent 408 4141c5821c98
child 488 395108b6cf1b
equal deleted inserted replaced
420:eb7c2cff1816 421:c8db83b70def
   152 				"Question" => "question",
   152 				"Question" => "question",
   153 				"Reference" => "référence",
   153 				"Reference" => "référence",
   154                 "addToTweet" => "Tweeter",
   154                 "addToTweet" => "Tweeter",
   155                 "keywords" => "Mots-clés",
   155                 "keywords" => "Mots-clés",
   156                 "suggested" => "Suggérés",
   156                 "suggested" => "Suggérés",
   157                 "contextual" => "Contextuels"
   157                 "contextual" => "Contextuels",
       
   158                 "Video" => "Vidéo",
       
   159                 "SemanticBoard" => "Semantic Board",
       
   160                 "SocialGraph" => "Graphe des contributeurs"
   158 				);
   161 				);
   159                               
   162                               
   160 $english = array(
   163 $english = array(
   161 				//Navigation
   164 				//Navigation
   162 				'Accueil' 			=> 'Home',
   165 				'Accueil' 			=> 'Home',
   294                 "Question" => "question",
   297                 "Question" => "question",
   295                 "Reference" => "reference",
   298                 "Reference" => "reference",
   296                 "addToTweet" => "Tweet it",
   299                 "addToTweet" => "Tweet it",
   297                 "keywords" => "Keywords",
   300                 "keywords" => "Keywords",
   298                 "suggested" => "Suggested",
   301                 "suggested" => "Suggested",
   299                 "contextual" => "Contextual"
   302                 "contextual" => "Contextual",
       
   303                 "Video" => "Video",
       
   304                 "SemanticBoard" => "Semantic Board",
       
   305                 "SocialGraph" => "Contributors Graph"
   300 				);
   306 				);
   301                 
   307                 
   302 $japan = array(
   308 $japan = array(
   303 				// Navigation ########
   309 				// Navigation ########
   304 				'Accueil' 			=> 'ホーム',
   310 				'Accueil' 			=> 'ホーム',
   428                 "Question" => "question",
   434                 "Question" => "question",
   429                 "Reference" => "reference",
   435                 "Reference" => "reference",
   430                 "addToTweet" => "Tweet it",
   436                 "addToTweet" => "Tweet it",
   431                 "keywords" => "Keywords",
   437                 "keywords" => "Keywords",
   432                 "suggested" => "Suggested",
   438                 "suggested" => "Suggested",
   433                 "contextual" => "Contextual"
   439                 "contextual" => "Contextual",
       
   440                 "Video" => "Video",
       
   441                 "SemanticBoard" => "Semantic Board",
       
   442                 "SocialGraph" => "Contributors Graph"
   434 );
   443 );
   435 ?>
   444 ?>