* Edit.aspx: A Page Title

* style.css: space was needed

* LocalizedText.resx: A Page Title for bill edition

* LocalizedText.Designer.cs: A Page Title for bill edition

* LocalizedText.fr.Designer.cs:  A Page Title for bill edition

* LocalizedText.fr.resx: Page Title for bill edition
This commit is contained in:
Paul Schneider 2015-06-09 16:04:37 +02:00
commit 7181e09bb7
8 changed files with 31 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2015-06-09 Paul Schneider <paul@pschneider.fr>
* LocalizedText.resx:
* LocalizedText.Designer.cs:
* LocalizedText.fr.Designer.cs:
* LocalizedText.fr.resx: Page Title
2015-06-09 Paul Schneider <paul@pschneider.fr>
* YavscModel.csproj:

View file

@ -274,6 +274,12 @@ namespace Yavsc.Model {
}
}
public static string Bill_edition {
get {
return ResourceManager.GetString("Bill edition", resourceCulture);
}
}
public static string Offline {
get {
return ResourceManager.GetString("Offline", resourceCulture);

View file

@ -268,6 +268,12 @@ namespace Yavsc.Model {
}
}
public static string Bill_edition {
get {
return ResourceManager.GetString("Bill edition", resourceCulture);
}
}
public static string Offline {
get {
return ResourceManager.GetString("Offline", resourceCulture);

View file

@ -59,4 +59,5 @@
<data name="EventWebPage"><value>Page web de l'événement</value></data>
<data name="ImgLocator"><value>URI de l'image</value></data>
<data name="Home"><value>Accueil</value></data>
<data name="Bill edition"><value>Édition d'un billet</value></data>
</root>

View file

@ -61,4 +61,5 @@
<data name="EventWebPage"><value>Event Web page</value></data>
<data name="ImgLocator"><value>Image URI</value></data>
<data name="Home"><value>Home</value></data>
<data name="Bill edition"><value>Bill edition</value></data>
</root>