Added support for Descriptions in API Client

Added hint for Replay Name in GuiUploadFile
This commit is contained in:
CrushedPixel
2015-06-04 19:26:16 +02:00
parent 146aa40bd4
commit ea968ca418
5 changed files with 24 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ replaymod.api.authfailed=Authentication to the Minecraft Session Servers failed
replaymod.api.mcuserexists=A ReplayMod account is already associated with this Minecraft account
replaymod.api.filetoobig=The uploaded file is too big
replaymod.api.usernametoolong=The username is too long
replaymod.api.descriptiontoolong=The description is too long
#All of the chat messages
replaymod.chat.recordingstarted=Recording started
@@ -154,6 +155,7 @@ replaymod.gui.upload.title=Upload File
replaymod.gui.upload.start=Start Upload
replaymod.gui.upload.cancel=Cancel Upload
replaymod.gui.upload.tagshint=Tags separated by comma
replaymod.gui.upload.namehint=Replay Title
replaymod.gui.upload.uploading=Uploading...
replaymod.gui.upload.success=File has been successfully uploaded
replaymod.gui.upload.canceled=Upload has been canceled