more switching to translatable stuff
This commit is contained in:
parent
e17b7fcc1e
commit
d5536db37f
8 changed files with 59 additions and 18 deletions
|
|
@ -19,6 +19,9 @@ arena.create.success=The arena has been created successfully.
|
|||
arena.delete.success=The {0}-arena {1} has been deleted.
|
||||
arena.delete.noarena=There is no {0}-arena here.
|
||||
|
||||
arena.common.noarena=There is no arena here.
|
||||
|
||||
|
||||
arena.list.created=Created {0} arenas
|
||||
arena.list.none=(none)
|
||||
|
||||
|
|
@ -34,4 +37,22 @@ data.player.thismonth=This month
|
|||
data.delete.playerNotFound=A player with the name "{0}" could not be found.
|
||||
data.delete.deleted=All {0} stats of player "{1}" have been deleted.
|
||||
|
||||
data.console.nodata=No data exists for the console.
|
||||
data.console.nodata=No data exists for the console.
|
||||
|
||||
group.common.notingroup=You are not in a group.
|
||||
|
||||
group.invite.accepted=You have accepted the invitation.
|
||||
group.invite.denied=You declined the invitation.
|
||||
group.invite.notinvited=You have not been invited to any group.
|
||||
group.invite.creatorinround=You cannot accept an invitation while the person who invited you is in a round.
|
||||
group.invite.notwhileinround=You cannot send an invitation while you are in a round.
|
||||
group.invite.offline=You cannot invite a person who is either offline or on another server.
|
||||
group.invite.notyourself=You cannot invite yourself to a group.
|
||||
group.invite.invitedinround=You cannot invite players who are already in a round.
|
||||
group.invite.alreadyinvited=You have already been invited to a group. Please take care of the invitation first before you create your own group.
|
||||
group.invite.nopermission=Only as the creator of the group are you authorized to invite people.
|
||||
group.invite.accept=Accept
|
||||
group.invite.deny=Deny
|
||||
|
||||
group.dismantle.nopermission=You are not authorized to dissolve your group.
|
||||
group.dismantle.yourgroup=The group you are in has been disbanded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue