From c4b2934fe6b3103eb797edc76966a626bbff8ba0 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 26 Oct 2021 21:55:52 +0900 Subject: [PATCH] Add new client localisations --- osu.Game.Resources/Localisation/Common.resx | 3 + osu.Game.Resources/Localisation/Toast.resx | 76 +++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 osu.Game.Resources/Localisation/Toast.resx diff --git a/osu.Game.Resources/Localisation/Common.resx b/osu.Game.Resources/Localisation/Common.resx index 6e87e34..d6c40e2 100644 --- a/osu.Game.Resources/Localisation/Common.resx +++ b/osu.Game.Resources/Localisation/Common.resx @@ -67,6 +67,9 @@ Enabled + + Disabled + Default diff --git a/osu.Game.Resources/Localisation/Toast.resx b/osu.Game.Resources/Localisation/Toast.resx new file mode 100644 index 0000000..f496174 --- /dev/null +++ b/osu.Game.Resources/Localisation/Toast.resx @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + no key bound + + + Music Playback + + + Pause track + + + Play track + + + Restart track + + \ No newline at end of file