little improvments
* style.css: no max width for panels, it's too abstract for a notion * RemovePost.aspx: Adds a Title and fixes the action call * Contact.aspx: cleans the code from totem * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: Localizes a "bill removal"
This commit is contained in:
parent
089a7b3827
commit
441a0fed32
9 changed files with 45 additions and 16 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2015-10-22 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* LocalizedText.resx:
|
||||
* LocalizedText.fr.resx:
|
||||
* LocalizedText.Designer.cs:
|
||||
* LocalizedText.fr.Designer.cs: Localizes a "bill removal"
|
||||
|
||||
2015-10-19 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* YavscModel.csproj:
|
||||
|
|
|
|||
6
yavscModel/LocalizedText.Designer.cs
generated
6
yavscModel/LocalizedText.Designer.cs
generated
|
|
@ -268,6 +268,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string Bill_removal {
|
||||
get {
|
||||
return ResourceManager.GetString("Bill_removal", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Modify {
|
||||
get {
|
||||
return ResourceManager.GetString("Modify", resourceCulture);
|
||||
|
|
|
|||
6
yavscModel/LocalizedText.fr.Designer.cs
generated
6
yavscModel/LocalizedText.fr.Designer.cs
generated
|
|
@ -256,6 +256,12 @@ namespace Yavsc.Model {
|
|||
}
|
||||
}
|
||||
|
||||
public static string Bill_removal {
|
||||
get {
|
||||
return ResourceManager.GetString("Bill_removal", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Modify {
|
||||
get {
|
||||
return ResourceManager.GetString("Modify", resourceCulture);
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
<data name="access_denied"><value>Accès refusé</value></data>
|
||||
<data name="Bill_edition"><value>Édition d'un billet</value></data>
|
||||
<data name="Bill_removal"><value>Suppression d'un billet</value></data>
|
||||
<data name="Consultant"><value>Consultant</value></data>
|
||||
<data name="Count"><value>Nombre</value></data>
|
||||
<data name="Ciffer"><value>Chiffre</value></data>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
</resheader>
|
||||
<data name="access_denied"><value>Access denied</value></data>
|
||||
<data name="Bill_edition"><value>Bill edition</value></data>
|
||||
<data name="Bill_removal"><value>Bill removal</value></data>
|
||||
<data name="Create"><value>Create</value></data>
|
||||
<data name="Count"><value>Count</value></data>
|
||||
<data name="Ciffer"><value>Ciffer</value></data>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue