Localisation
This commit is contained in:
parent
8c00771db9
commit
0eff78d00b
158 changed files with 485 additions and 451 deletions
|
|
@ -1711,6 +1711,12 @@ namespace Yavsc {
|
|||
}
|
||||
}
|
||||
|
||||
public static string User {
|
||||
get {
|
||||
return ResourceManager.GetString("User", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string User_List {
|
||||
get {
|
||||
return ResourceManager.GetString("User List", resourceCulture);
|
||||
|
|
@ -2082,5 +2088,11 @@ namespace Yavsc {
|
|||
return ResourceManager.GetString("Fire", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string LiveFlow {
|
||||
get {
|
||||
return ResourceManager.GetString("LiveFlow", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -405,6 +405,7 @@
|
|||
<data name="Use a local account to log in"><value>Utiliser un compte local pour se connecter</value></data>
|
||||
<data name="Use another service to log in"><value>Utiliser un autre service pour se connecter</value></data>
|
||||
<data name="UseGeoLocalizationToReduceDistanceWithClients"><value>Utiliser ma position pour avoir des clients plus proches</value></data>
|
||||
<data name="User"><value>Utilisateur</value><comment></comment></data>
|
||||
<data name="User List"><value>Liste des utilisateurs</value><comment></comment></data>
|
||||
<data name="UserName"><value>Nom d'utilisateur</value></data>
|
||||
<data name="UsersInRole"><value>Liste des utilisateurs assumant le rôle "{0}"</value></data>
|
||||
|
|
@ -499,4 +500,5 @@ Facture réglée: {5}</value></data>
|
|||
<data name="Join"><value>joindre</value></data>
|
||||
<data name="Enroll"><value>Enrôler</value></data>
|
||||
<data name="Fire"><value>Licencier</value></data>
|
||||
<data name="LiveFlow"><value>Flux live</value></data>
|
||||
</root>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue