Shortcut translation to French

This commit is contained in:
2022-04-07 00:36:58 +02:00
parent 3c1aad7d27
commit ab46442108
5 changed files with 41 additions and 11 deletions

View File

@ -294,6 +294,24 @@ namespace unison.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Please note that if the input key is not recognized, this is due to a limitation on how virtual keys work..
/// </summary>
public static string Settings_ShortcutsInfo {
get {
return ResourceManager.GetString("Settings_ShortcutsInfo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter a key....
/// </summary>
public static string Settings_ShortcutsKey {
get {
return ResourceManager.GetString("Settings_ShortcutsKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show window.
/// </summary>