Skip to content
Snippets Groups Projects
Commit 5cad406a authored by insert's avatar insert
Browse files

Add strings.

parent dad00381
Branches
No related merge requests found
...@@ -300,11 +300,17 @@ ...@@ -300,11 +300,17 @@
"special": { "special": {
"copy_username": "Click to copy username", "copy_username": "Click to copy username",
"friends": { "friends": {
"pending": "Pending", "pending": "Pending requests",
"sent": "Outgoing",
"blocked": "Blocked", "blocked": "Blocked",
"incoming": "Incoming friend request.", "incoming": "Incoming friend request.",
"outgoing": "Outgoing friend request.", "outgoing": "Outgoing friend request.",
"nobody": "Nobody here yet!" "nobody": "Nobody here yet!",
"from": {
"single": "From {{user}}",
"multiple": "From {{userlist}} and {{user}}",
"several": "From {{userlist}} and {{count}} more…"
}
}, },
"status": { "status": {
"offline": "Offline.", "offline": "Offline.",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment