new language keys closes #1403
parent
0a727a4af9
commit
255115745f
@ -1,12 +1,9 @@
|
|||||||
{
|
{
|
||||||
"new_topic_button": "New Topic",
|
"new_topic_button": "New Topic",
|
||||||
"no_topics": "<strong>There are no topics in this category.</strong><br />Why don't you try posting one?",
|
"no_topics": "<strong>There are no topics in this category.</strong><br />Why don't you try posting one?",
|
||||||
"posts": "posts",
|
|
||||||
"views": "views",
|
|
||||||
"posted": "posted",
|
|
||||||
"browsing": "browsing",
|
"browsing": "browsing",
|
||||||
"no_replies": "No one has replied",
|
"no_replies": "No one has replied",
|
||||||
"replied": "replied",
|
|
||||||
"last_edited_by": "last edited by",
|
|
||||||
"share_this_category": "Share this category"
|
"share_this_category": "Share this category"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"stats.online": "Online",
|
|
||||||
"stats.users": "Users",
|
|
||||||
"stats.topics": "Topics",
|
|
||||||
"stats.posts": "Posts",
|
|
||||||
"success": "success"
|
|
||||||
}
|
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"results_matching": "%1 result(s) matching \"%2\""
|
||||||
|
}
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"success": "Success",
|
||||||
"topic-post": "You have successfully posted.",
|
"topic-post": "You have successfully posted.",
|
||||||
"authentication-successful": "Authentication Successful",
|
"authentication-successful": "Authentication Successful",
|
||||||
"settings-saved": "Settings saved!"
|
"settings-saved": "Settings saved!"
|
||||||
|
Loading…
Reference in New Issue