Skip to content

Instantly share code, notes, and snippets.

@colinmegill
Last active August 29, 2015 14:27
Show Gist options
  • Save colinmegill/324578754dc2ea1d0301 to your computer and use it in GitHub Desktop.
Save colinmegill/324578754dc2ea1d0301 to your computer and use it in GitHub Desktop.
Polis strings
var s = {};
s.agree = "Agree";
s.disagree = "Disagree";
s.pass = "Pass / Unsure";
s.x_wrote = "wrote:";
s.x_tweeted = "tweeted:";
s.group_123 = "Group:";
s.majorityOpinion = "Majority Opinion";
s.majorityOpinionShort = "Majority";
s.info = "Info";
s.addPolisToYourSite = "<img style='height: 20px; margin: 0px 4px;' src='https://cdn.brandisty.com/img?id=542da2347b11bf3f3b0000d1&amp;format=png&amp;w=600&amp;h=208'/>";
s.privacy = "Privacy";
s.TOS = "TOS";
s.writePrompt = "Share your perspective...";
s.anonPerson = "Anonymous";
s.helpWhatAmISeeingTitle = "What am I seeing?";
s.helpWhatAmISeeing = "People who vote similarly are grouped. Click a group to see which viewpoints they share.";
s.helpWhatDoIDoTitle = " What do I do?";
s.helpWhatDoIDo = "Vote on other people's comments by clicking 'agree' or 'disagree'. Write a comment (keep each to a single idea). Invite your friends to the discussion!";
s.writeCommentHelpText = "If your perspective isn't already represented, <strong>write</strong> a comment!</i>"
s.heresHowGroupVoted = "Here's how Group {{GROUP_NUMBER}} voted:";
s.one_person = "{{x}} person";
s.x_people = "{{x}} people";
s.acrossAllPtpts = "Across all participants:";
s.xPtptsSawThisComment = "participants saw this comment.";
s.xOfThoseAgreed = "of those participants agreed";
s.xOfthoseDisagreed = "of those participants disagreed";
s.pctAgreed = "{{pct}}% Agreed";
s.pctDisagreed = "{{pct}}% Disagreed";
s.pctAgreedOfGroup = "{{pct}}% of Group {{group}} Agreed";
s.pctDisagreedOfGroup = "{{pct}}% of Group {{group}} Disagreed";
s.commentSent = "Comment Sent!";
s.connectFacebook = "Connect Facebook";
s.connectTwitter = "Connect Twitter";
s.connectToPostPrompt = "Connect an identity to comment. We will not post to your timeline.";
s.tip = "Tip:";
s.tipCommentsRandom = "Comments are displayed randomly. You are not directly replying to anyone.";
s.tipOneIdea = "Break up long comments that contain multiple ideas. This makes it easier for others to vote on your comment.";
s.tipNoQuestions = "Comments should make statements rather than ask questions. Participants will agree or disagree with the statements you make.";
s.notSentSinceDemo = "(not really, this is a demo)";
s.submitComment = "Submit";
s.tipStarred = "Marked as important.";
s.participantHelpWelcomeText = "Welcome to a new kind of discussion - <span style='font-weight: 700;'>vote</span> on people's opinions and <span style='font-weight: 700;'>contribute</span> your own.";
s.participantHelpGroupsText = "People who vote similarly <span style='font-weight: 700;'>are grouped.</span> Click a group <img src='http://localhost:5000/localFile/finger_group.svg'/> to see which viewpoints they share <a style='font-weight: 700; cursor: pointer; text-decoration: underline' id='helpTextGroupsExpand'>...</a>";
s.helpWhatAreGroupsDetail = "<p>You've probably seen 'recommended products' on Amazon, or 'recommended movies' on Netflix. Each of those services uses statistics to group you with people who buy and watch similar things, then show you things that those people bought or watched.</p> <p> When you cast a vote on a comment, you are grouped with people who voted like you did! You can see those groups above. Each is made up of people who have similar opinions. There are fascinating insights to discover in each conversation. Go ahead - click a group to see what brought them together and what makes them unique! </p>";
s.socialConnectPrompt = "Connect to see friends and people you follow in the visualization.";
s.connectFbButton = "Connect with Facebook";
s.connectTwButton = "Connect with Twitter";
module.exports = s;
var s = {};
s.agree = ;
s.disagree = ;
s.pass = ;
s.x_wrote = ;
s.x_tweeted = ;
s.group_123 = ;
s.majorityOpinion = ;
s.majorityOpinionShort = ;
s.info = ;
s.addPolisToYourSite = ;
s.privacy = ;
s.TOS = ;
s.writePrompt = ;
s.anonPerson = ;
s.helpWhatAmISeeingTitle = ;
s.helpWhatAmISeeing = ;
s.helpWhatDoIDoTitle = ;
s.helpWhatDoIDo = ;
s.writeCommentHelpText = ;
s.heresHowGroupVoted = ;
s.one_person = ;
s.x_people = ;
s.acrossAllPtpts = ;
s.xPtptsSawThisComment = ;
s.xOfThoseAgreed = ;
s.xOfthoseDisagreed = ;
s.pctAgreed = ;
s.pctDisagreed = ;
s.pctAgreedOfGroup = ;
s.pctDisagreedOfGroup = ;
s.commentSent = ;
s.connectFacebook = ;
s.connectTwitter = ;
s.connectToPostPrompt = ;
s.tip = ;
s.tipCommentsRandom = ;
s.tipOneIdea = ;
s.tipNoQuestions = ;
s.notSentSinceDemo = ;
s.submitComment = ;
s.tipStarred = ;
s.participantHelpWelcomeText = ;
s.participantHelpGroupsText = ;
s.helpWhatAreGroupsDetail = ;
s.socialConnectPrompt = ;
s.connectFbButton = ;
s.connectTwButton = ;
module.exports = s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment