Shuffle: Add clear queue and play queue button
This commit is contained in:
27
Resources/Resources.Designer.cs
generated
27
Resources/Resources.Designer.cs
generated
@ -60,6 +60,15 @@ namespace unison.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Clear queue.
|
||||
/// </summary>
|
||||
public static string Clear_Queue {
|
||||
get {
|
||||
return ResourceManager.GetString("Clear_Queue", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Database.
|
||||
/// </summary>
|
||||
@ -213,6 +222,24 @@ namespace unison.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Play queue.
|
||||
/// </summary>
|
||||
public static string Play_Queue {
|
||||
get {
|
||||
return ResourceManager.GetString("Play_Queue", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Queue management.
|
||||
/// </summary>
|
||||
public static string Queue_Management {
|
||||
get {
|
||||
return ResourceManager.GetString("Queue_Management", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Country.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user