initial commit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
# index
|
||||
login=Login
|
||||
login.error=Credentials not valid.
|
||||
login.external=Login with <strong>{0}</strong>
|
||||
logout=Logout
|
||||
pagination.first=First
|
||||
pagination.prev=Previous
|
||||
pagination.next=Next
|
||||
pagination.last=Last
|
||||
username=Username
|
||||
password=Password
|
||||
rememberMe=Remember Me
|
||||
settings=Settings
|
||||
submit=Submit
|
||||
top=Top
|
||||
new=New
|
||||
|
||||
comments={0} comments
|
||||
|
||||
|
||||
entry.title=title
|
||||
entry.url=url
|
||||
entry.text=text
|
||||
entry.type=type
|
||||
entry.vote=vote
|
||||
entry.unvote=unvote
|
||||
entry.votes={0} points
|
||||
entry.createdBy=by <a href="/u/{0}">{0}</a>
|
||||
|
||||
entryType.LINK=link
|
||||
entryType.DISCUSSION=discussion
|
||||
entryType.QUESTION=question
|
||||
entryType.INTERN=intern
|
||||
|
||||
entryType.LINK.bicon=bi-link-45deg
|
||||
entryType.DISCUSSION.bicon=bi-chat-text
|
||||
entryType.QUESTION.bicon=bi-question-square
|
||||
entryType.INTERN.bicon=bi-shield-lock
|
||||
|
||||
REQUIRED.entry.title=title is required
|
||||
REQUIRED.entry.type=type is required
|
||||
REQUIRED.entry.url=url is required
|
||||
INVALID.entry.url=url is invalid
|
||||
|
||||
entries.empty=No entries found.
|
||||
submit.info=Create a new entry.
|
||||
Reference in New Issue
Block a user