* BackOfficeController.cs: Impléménte un accès à l'API back office pour l'envoi d'une notification aux mobiles des cercles séléctionné de l'utilisateur * NotifyEvent.aspx: Implemente un formulaire d'envoi d'une notification mobile * NotifyEventResponse.aspx: initie une page de resultat à la notification mobile * NpgsqlContentProvider.cs: reccupère la photo activité en base de données * BlogsController.cs: En attendant mieux, les billets de blog sont noté par leur auteur, ou un admin. * CalendarController.cs: Les fontions de notification GCM et de declaration d'enregistrement GCM partent dans le controlleur back office. * activity.sql: ajoute la photo activité dans la definition du modèle de données Npgsql * style.css: La fonte de caractère "Open Sans" (Google fonts) pour le thème "clear" * style.css: La fonte de caractère "Open Sans" (Google fonts) pour le thème "dark" aussi * style.css: pas de fonte de caractère dans la feuille de style basique. * BackOfficeController.cs: Impléménte un accès web back office pour l'envoi d'une notification aux mobiles des cercles séléctionné de l'utilisateur * BlogsController.cs: Fixe la page de garde du blogspot en cas d'absence de billet à publier publiquement. * FrontOfficeController.cs: la fontion booking est maintenant censée conerner uniquement une activité, dont le code APE est donné en dernière partie de la route de l'Url, ou en argument `id`. * HomeController.cs: La page d'accueil présente maintenant les activités mises en oeuvre par au moins un utilisateur enregistré, validé et non vérouillé. Le titre de l'activité est un lien vers la methode de reservation simple. * GoogleHelpers.cs: recoit l'implementation de la methode de notification mobile * SimpleJsonPostMethod.cs: Fixe l'envoi en UTF-8 * App.master: fonte de caractère pour le lien vers "Vos billets" * parallax.js: fixe la différence de traitement entre l'horizontale et la verticale * Profile.aspx: ajoute le sommaire de la validation * Index.aspx: initie un index pour le back office * Activities.aspx: nettoye la console de log javascript * Booking.aspx: ajoute le champ caché au formulaire de resa * Index.aspx: affiche les services fournis sur le site, par des utilisateur enregistrés validés non bloqué. * Web.config: rends l'id Google d'enregistrement GCM accessible au utilisateurs anonymes, qui voudraient commander ou interagir avec l'application, sans avoir à créer de compte sur le site. * Web.csproj: ajoute le contrôleur du back office, et le formulaire de notification mobile * EventPub.cs: * BaseEvent.cs: internationalise l'évennement (la base d'une notification) * YaEvent.cs: les champs fournisseur d'une notification ne sont pas requis. On peut en avoir de la part du site lui même, qui ne soient pas à l'origine d'un evennement tiers du workflow. Dans tous les autres cas, ils devraient être renseignés ... à suivre. * Circle.cs: * CircleBase.cs: ajoute une methode de construition des destinataires à partir d'un tableau d'identifiants de cercles. * Activity.cs: implémente la photo activité dans le modèle * SimpleBookingQuery.cs: refabriqué * MessageWithPayLoad.cs: accuse aussi le champ `to` en cas d'absence de destinataire. * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: internationalisation
644 lines
19 KiB
C#
644 lines
19 KiB
C#
// ------------------------------------------------------------------------------
|
|
// <autogenerated>
|
|
// This code was generated by a tool.
|
|
// Mono Runtime Version: 4.0.30319.17020
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </autogenerated>
|
|
// ------------------------------------------------------------------------------
|
|
|
|
namespace Yavsc.Model {
|
|
using System;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class LocalizedText_fr {
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal LocalizedText_fr() {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.Equals(null, resourceMan)) {
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Yavsc.Model.LocalizedText_fr", typeof(LocalizedText_fr).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
public static string EventWebPage {
|
|
get {
|
|
return ResourceManager.GetString("EventWebPage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string StartDateAfterEndDate {
|
|
get {
|
|
return ResourceManager.GetString("StartDateAfterEndDate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string I_understood {
|
|
get {
|
|
return ResourceManager.GetString("I_understood", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Pdf_version {
|
|
get {
|
|
return ResourceManager.GetString("Pdf_version", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string access_denied {
|
|
get {
|
|
return ResourceManager.GetString("access_denied", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Message_sent {
|
|
get {
|
|
return ResourceManager.GetString("Message_sent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Photo {
|
|
get {
|
|
return ResourceManager.GetString("Photo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Preview {
|
|
get {
|
|
return ResourceManager.GetString("Preview", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Remove {
|
|
get {
|
|
return ResourceManager.GetString("Remove", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string DisplayName {
|
|
get {
|
|
return ResourceManager.GetString("DisplayName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Circles {
|
|
get {
|
|
return ResourceManager.GetString("Circles", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string DoSpecifyCircles {
|
|
get {
|
|
return ResourceManager.GetString("DoSpecifyCircles", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string My_Estimates {
|
|
get {
|
|
return ResourceManager.GetString("My_Estimates", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string UserNotInThisRole {
|
|
get {
|
|
return ResourceManager.GetString("UserNotInThisRole", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Create {
|
|
get {
|
|
return ResourceManager.GetString("Create", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string User_name {
|
|
get {
|
|
return ResourceManager.GetString("User_name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Estimate_not_found {
|
|
get {
|
|
return ResourceManager.GetString("Estimate_not_found", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ExistantDB {
|
|
get {
|
|
return ResourceManager.GetString("ExistantDB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string DoComment {
|
|
get {
|
|
return ResourceManager.GetString("DoComment", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Members {
|
|
get {
|
|
return ResourceManager.GetString("Members", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Google_calendar {
|
|
get {
|
|
return ResourceManager.GetString("Google_calendar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Person {
|
|
get {
|
|
return ResourceManager.GetString("Person", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string was_added_to_the_empty_role {
|
|
get {
|
|
return ResourceManager.GetString("was_added_to_the_empty_role", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ImportException {
|
|
get {
|
|
return ResourceManager.GetString("ImportException", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Remember_me {
|
|
get {
|
|
return ResourceManager.GetString("Remember_me", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ProviderName {
|
|
get {
|
|
return ResourceManager.GetString("ProviderName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Ciffer {
|
|
get {
|
|
return ResourceManager.GetString("Ciffer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string EndHour {
|
|
get {
|
|
return ResourceManager.GetString("EndHour", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Submit {
|
|
get {
|
|
return ResourceManager.GetString("Submit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ImgLocator {
|
|
get {
|
|
return ResourceManager.GetString("ImgLocator", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string none {
|
|
get {
|
|
return ResourceManager.GetString("none", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string entries {
|
|
get {
|
|
return ResourceManager.GetString("entries", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Description {
|
|
get {
|
|
return ResourceManager.GetString("Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Tag_name {
|
|
get {
|
|
return ResourceManager.GetString("Tag_name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Google_error {
|
|
get {
|
|
return ResourceManager.GetString("Google_error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string XHasBeenNotified {
|
|
get {
|
|
return ResourceManager.GetString("XHasBeenNotified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Comment {
|
|
get {
|
|
return ResourceManager.GetString("Comment", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Skills {
|
|
get {
|
|
return ResourceManager.GetString("Skills", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ChooseATitle {
|
|
get {
|
|
return ResourceManager.GetString("ChooseATitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Title {
|
|
get {
|
|
return ResourceManager.GetString("Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string DoNotPublishMyActivity {
|
|
get {
|
|
return ResourceManager.GetString("DoNotPublishMyActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Tex_version {
|
|
get {
|
|
return ResourceManager.GetString("Tex_version", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Item_added_to_basket {
|
|
get {
|
|
return ResourceManager.GetString("Item_added_to_basket", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Modify {
|
|
get {
|
|
return ResourceManager.GetString("Modify", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Product_reference {
|
|
get {
|
|
return ResourceManager.GetString("Product_reference", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string No_calendar_for_this_user {
|
|
get {
|
|
return ResourceManager.GetString("No_calendar_for_this_user", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Hide {
|
|
get {
|
|
return ResourceManager.GetString("Hide", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string PhotoUpdated {
|
|
get {
|
|
return ResourceManager.GetString("PhotoUpdated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string PreferedDate {
|
|
get {
|
|
return ResourceManager.GetString("PreferedDate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string younotadmin {
|
|
get {
|
|
return ResourceManager.GetString("younotadmin", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Location {
|
|
get {
|
|
return ResourceManager.GetString("Location", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string New_Tag {
|
|
get {
|
|
return ResourceManager.GetString("New_Tag", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Bill_removal {
|
|
get {
|
|
return ResourceManager.GetString("Bill_removal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Xshouldbeavailable {
|
|
get {
|
|
return ResourceManager.GetString("Xshouldbeavailable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string MEACode {
|
|
get {
|
|
return ResourceManager.GetString("MEACode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string DoTag {
|
|
get {
|
|
return ResourceManager.GetString("DoTag", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Register {
|
|
get {
|
|
return ResourceManager.GetString("Register", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Logout {
|
|
get {
|
|
return ResourceManager.GetString("Logout", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ChooseADescription {
|
|
get {
|
|
return ResourceManager.GetString("ChooseADescription", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string was_added_to_the_role {
|
|
get {
|
|
return ResourceManager.GetString("was_added_to_the_role", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Offline {
|
|
get {
|
|
return ResourceManager.GetString("Offline", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Bill_edition {
|
|
get {
|
|
return ResourceManager.GetString("Bill_edition", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string InternalServerError {
|
|
get {
|
|
return ResourceManager.GetString("InternalServerError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string MaxDate {
|
|
get {
|
|
return ResourceManager.GetString("MaxDate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Count {
|
|
get {
|
|
return ResourceManager.GetString("Count", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Edit {
|
|
get {
|
|
return ResourceManager.GetString("Edit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Date_search {
|
|
get {
|
|
return ResourceManager.GetString("Date_search", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Skill {
|
|
get {
|
|
return ResourceManager.GetString("Skill", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string role_created {
|
|
get {
|
|
return ResourceManager.GetString("role_created", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ProviderId {
|
|
get {
|
|
return ResourceManager.GetString("ProviderId", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Needs {
|
|
get {
|
|
return ResourceManager.GetString("Needs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Role {
|
|
get {
|
|
return ResourceManager.GetString("Role", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ThisSiteUsesCookies {
|
|
get {
|
|
return ResourceManager.GetString("ThisSiteUsesCookies", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string ReadMore {
|
|
get {
|
|
return ResourceManager.GetString("ReadMore", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string View_source {
|
|
get {
|
|
return ResourceManager.GetString("View_source", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string EndDate {
|
|
get {
|
|
return ResourceManager.GetString("EndDate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string MinDate {
|
|
get {
|
|
return ResourceManager.GetString("MinDate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string User_List {
|
|
get {
|
|
return ResourceManager.GetString("User_List", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Not_Approuved {
|
|
get {
|
|
return ResourceManager.GetString("Not Approuved", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Home {
|
|
get {
|
|
return ResourceManager.GetString("Home", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Consultant {
|
|
get {
|
|
return ResourceManager.GetString("Consultant", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string BillUpdated {
|
|
get {
|
|
return ResourceManager.GetString("BillUpdated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Hide_source {
|
|
get {
|
|
return ResourceManager.GetString("Hide_source", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string DocTemplateException {
|
|
get {
|
|
return ResourceManager.GetString("DocTemplateException", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string additionally {
|
|
get {
|
|
return ResourceManager.GetString("additionally", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string no_content {
|
|
get {
|
|
return ResourceManager.GetString("no_content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string StartHour {
|
|
get {
|
|
return ResourceManager.GetString("StartHour", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Unitary_cost {
|
|
get {
|
|
return ResourceManager.GetString("Unitary_cost", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Welcome {
|
|
get {
|
|
return ResourceManager.GetString("Welcome", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string yourquerytransmitted {
|
|
get {
|
|
return ResourceManager.GetString("yourquerytransmitted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Online {
|
|
get {
|
|
return ResourceManager.GetString("Online", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string BillCreated {
|
|
get {
|
|
return ResourceManager.GetString("BillCreated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string StartDate {
|
|
get {
|
|
return ResourceManager.GetString("StartDate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string UsersInRole {
|
|
get {
|
|
return ResourceManager.GetString("UsersInRole", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string DB {
|
|
get {
|
|
return ResourceManager.GetString("DB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string AnIMessageHasbeenSent {
|
|
get {
|
|
return ResourceManager.GetString("AnIMessageHasbeenSent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Profile_edition {
|
|
get {
|
|
return ResourceManager.GetString("Profile_edition", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string Non_existent_user {
|
|
get {
|
|
return ResourceManager.GetString("Non_existent_user", resourceCulture);
|
|
}
|
|
}
|
|
|
|
public static string FillInAFutureDate {
|
|
get {
|
|
return ResourceManager.GetString("FillInAFutureDate", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|