Skip to content
Snippets Groups Projects
Commit 9eb2f21e authored by Thomas Nigro's avatar Thomas Nigro
Browse files

Add Dummy translation

parent 645d4e34
No related branches found
No related tags found
No related merge requests found
......@@ -62,5 +62,13 @@ namespace VLC_WinRT.Utils
public static readonly string SpecialThanks = _resourcesLoader.GetString("SpecialThanks");
public static readonly string Settings = _resourcesLoader.GetString("Settings");
public static readonly string License = "License";
static Strings()
{
PlaylistAlreadyExists = "This playlist already exists";
TrackAddedToYourPlaylist = "Track added to the playlist";
TrackAlreadyExistsInPlaylist = "This track is already in the playlist";
HaveToSelectPlaylist = "You need to select a playlist";
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment