* 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

@ -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);