diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-04 20:41:43 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-04 20:41:43 +0300 |
| commit | 6e28381de77265f8b6a24cdd9c583d1d27d8d7b2 (patch) | |
| tree | 4a960040204580999774bfffea23634c19d02c9c /res/langs/en.json | |
| parent | 4155b95cce55e1176aecb1531b9c06344a2e81b5 (diff) | |
Playlist config limits
Diffstat (limited to 'res/langs/en.json')
| -rw-r--r-- | res/langs/en.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/langs/en.json b/res/langs/en.json index ef70b8c..375bd79 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -5,7 +5,12 @@ "joined": "joined", "online": "online", "nothingPlaying": "Nothing Playing", - "usernameError": "Username must be from 1 to $MAX characters and don't repeat another's. Characters &^<>'\" are not allowed.", + "usernameError": "Username length must be from 1 to $MAX characters and don't repeat another's. Characters &^<>'\" are not allowed.", + "passwordMatchError": "Wrong password.", + "accessError": "Access Error.", + "totalVideoLimitError": "Playlist video limit has been reached.", + "userVideoLimitError": "Playlist video limit per user has been reached.", + "videoAlreadyExistsError": "The video already exists in playlist.", "addVideoError": "Failed to add video.", "rawVideo": "Raw video", "videos": "videos", |
