diff -r 983d7be910c1 -r 1c2834888adc middleware/Debug/Properties/Resources.Designer.cs --- a/middleware/Debug/Properties/Resources.Designer.cs Fri Jul 13 14:57:43 2012 +0200 +++ b/middleware/Debug/Properties/Resources.Designer.cs Mon Jul 16 12:39:47 2012 +0200 @@ -1,7 +1,7 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.261 +// Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -68,6 +68,15 @@ } /// + /// Looks up a localized string similar to Le fichier n'a pas été trouvé. + /// + internal static string fileNotFound { + get { + return ResourceManager.GetString("fileNotFound", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Kinect non connectée.. /// internal static string kinectNotConnected { @@ -104,6 +113,231 @@ } /// + /// Looks up a localized string similar to _Configuration. + /// + internal static string menuConfig { + get { + return ResourceManager.GetString("menuConfig", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Documentation du Front Web. + /// + internal static string menuDocFrontJS { + get { + return ResourceManager.GetString("menuDocFrontJS", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Documentation du Front Processing. + /// + internal static string menuDocFrontP { + get { + return ResourceManager.GetString("menuDocFrontP", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Exemples. + /// + internal static string menuEx { + get { + return ResourceManager.GetString("menuEx", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Exécutable. + /// + internal static string menuExExe { + get { + return ResourceManager.GetString("menuExExe", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Processing. + /// + internal static string menuExP { + get { + return ResourceManager.GetString("menuExP", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Manipulation de fluide. + /// + internal static string menuExPFluid { + get { + return ResourceManager.GetString("menuExPFluid", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Interactions à la main. + /// + internal static string menuExPIE { + get { + return ResourceManager.GetString("menuExPIE", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Main en 1D. + /// + internal static string menuExPIEHand1D { + get { + return ResourceManager.GetString("menuExPIEHand1D", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Main en 2D. + /// + internal static string menuExPIEHand2D { + get { + return ResourceManager.GetString("menuExPIEHand2D", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Pression de la main. + /// + internal static string menuExPIEHandPress { + get { + return ResourceManager.GetString("menuExPIEHandPress", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Signal de la main. + /// + internal static string menuExPIEHandSignal { + get { + return ResourceManager.GetString("menuExPIEHandSignal", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Manipulation de fumée. + /// + internal static string menuExPSmoke { + get { + return ResourceManager.GetString("menuExPSmoke", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Affichage des pointeurs. + /// + internal static string menuExPT { + get { + return ResourceManager.GetString("menuExPT", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Affichage des gestures. + /// + internal static string menuExPTG { + get { + return ResourceManager.GetString("menuExPTG", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Source. + /// + internal static string menuExSource { + get { + return ResourceManager.GetString("menuExSource", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Web. + /// + internal static string menuExW { + get { + return ResourceManager.GetString("menuExW", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Affichage des gestures. + /// + internal static string menuExWGestures { + get { + return ResourceManager.GetString("menuExWGestures", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Affichage des pointeurs. + /// + internal static string menuExWPointers { + get { + return ResourceManager.GetString("menuExWPointers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Fichier. + /// + internal static string menuFile { + get { + return ResourceManager.GetString("menuFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Fichier des paramètres. + /// + internal static string menuParam { + get { + return ResourceManager.GetString("menuParam", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Quitter. + /// + internal static string menuQuit { + get { + return ResourceManager.GetString("menuQuit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Readme du Front Web. + /// + internal static string menuReadmeFrontJS { + get { + return ResourceManager.GetString("menuReadmeFrontJS", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Readme du Front Processing. + /// + internal static string menuReadmeFrontProcessing { + get { + return ResourceManager.GetString("menuReadmeFrontProcessing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to _Readme du Middleware. + /// + internal static string menuReadmeMiddleware { + get { + return ResourceManager.GetString("menuReadmeMiddleware", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Impossible de démarrer le serveur TUIO (peut-être host ou port invalide ?).. /// internal static string serverCantStart {