Skip to content

Instantly share code, notes, and snippets.

@gmarcos87
Last active April 10, 2017 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmarcos87/5a8e10903f01c3577ecc9d13aac21617 to your computer and use it in GitHub Desktop.
Save gmarcos87/5a8e10903f01c3577ecc9d13aac21617 to your computer and use it in GitHub Desktop.
patchwork v3 - English strings
module.exports = {
public : "Public",
private : "Private",
mentions : "Mentions",
profile: "Profile",
hasBeenReleased : "has been released.",
clickInfo : "Click here for more info!",
copyLink : "Copy Link Ref ",
inspectProcess : "Inspect Server Process",
copyMessageId : "Copy Message ID",
copyMessageText : "Copy Message Text",
downloadingMessages : "Downloading new message",
indexingDatabase : "Indexing database",
scuttling : "Scuttling...",
searchPlaceholder : "word, @key, #channel",
show : "Show",
update : "update",
updates : "updates",
loading : "Loading",
reply : "reply",
replied : "replied",
like : "like",
liked : "liked this message",
viewFullThread : "View full thread",
repliedTo : "replied to",
followed : "followed",
subscribedTo : "subscribed to",
and : "and",
others : "others",
pasteCode : "paste invite code here",
seeLocalUsers : "By default, Patchwork will only see other users that are on the same local area network as you.",
needPub : "In order to share with users on the internet, you need to be invited to a pub server.",
error : "Error",
ok : "Ok",
errorRedeemInvite : "An error occured while attempting to redeem invite.",
redeemInvite : "Redeem Invite",
cancel : "Cancel",
confirm : "Confirm",
writeMessage : "Write a message",
publishing : "Publishing...",
publish : "Publish",
compose : "Compose",
clickUnsubscribe : "Click to unsubscribe",
subscribe : "Subscribe",
writeMessageChanel : "Write a message in this channel\n\n\n\nPeople who follow you or subscribe to this channel will also see this message in their main feed.\n\nTo create a new channel, type the channel name (preceded by a #) into the search box above. e.g #cat-pics",
writePrivate : "Write a private reply",
writePublic : "Write a public reply",
cannotLoadThead : "Cannot load thead",
thread : "Thread",
viewFullThread : "View full thread",
writePrivateMessage : "Write a private message \n\n\n\nThis can only be read by yourself and people you have @mentioned.",
selfAssigned : "Self Assigned",
assignedBy : "Assigned By",
editProfile : "Edit Your Profile",
clickUnfollow : "Click to unfollow",
friends : "Friends",
following : "Following",
followBack : "Follow Back",
follow : "Follow",
followers : "Followers",
likeToCall : "What whould you like to call",
writePublicMessage : "Write a public message",
activeChannels : "Active Channels",
unsubscribe : "Unsubscribe",
local : "Local", //pubs
connectedPubs : "Connected Pubs",
whoTofollow : "Who to follow",
searchResults : "Search Results:",
searched : "Searched:",
noMatches : "No matches",
aProfileLink : "a ProfileLink",
chooseProfileImage : "🖼 Choose Profile Image...",
chooseName : "Choose a name",
describeYourself : "Describe yourself (if you want)",
errorPublishing : "An error occured while attempting to publish about message.",
inReplyTo : "in reply to",
on : "on",
referencedFrom : "Referenced from",
newMessage : "New Message",
likedBy : "Liked by\n",
selfIdentifiesAs : "self identifies as ",
identified : "identified",
as : "as",
selfAssignedImage : "self assigned a display image",
assignedImageTo : "assigned a display image to",
selfAssignedDescription : "self assigned a description",
assignedDescriptionTo : "assigned a description to",
subscribedTo : "subscribed to",
unsubscribedFrom : "unsubscribed from"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment