what's quipping?
This commit is contained in:
parent
131f9a673d
commit
a2a38680a3
|
@ -6,13 +6,13 @@
|
|||
"loginSignIn": "Sign in",
|
||||
"loginRememberMe": "Remember me",
|
||||
"loginForgotPassword": "Forgot password?",
|
||||
"notices": "Notices",
|
||||
"notices": "Quips",
|
||||
"followers": "Followers",
|
||||
"following": "Following",
|
||||
"groups": "Groups",
|
||||
"compose": "Compose a new notice...",
|
||||
"compose": "What's quipping?",
|
||||
"queetVerb": "Send",
|
||||
"queetsNounPlural": "Notices",
|
||||
"queetsNounPlural": "Quips",
|
||||
"logout": "Sign out",
|
||||
"languageSelected": "Language:",
|
||||
"viewMyProfilePage": "View my profile page",
|
||||
|
@ -21,18 +21,18 @@
|
|||
"details": "Details",
|
||||
"expandFullConversation": "Expand full conversation",
|
||||
"replyVerb": "Reply",
|
||||
"requeetVerb": "Repeat",
|
||||
"requeetVerb": "Requip",
|
||||
"favoriteVerb": "Favorite",
|
||||
"requeetedVerb": "Repeated",
|
||||
"requeetedVerb": "Requipped",
|
||||
"favoritedVerb": "Favorited",
|
||||
"replyTo": "Reply to",
|
||||
"requeetedBy": "Repeated by {requeeted-by}",
|
||||
"requeetedBy": "Requipped by {requeeted-by}",
|
||||
"favoriteNoun": "Favorite",
|
||||
"favoritesNoun": "Favorites",
|
||||
"requeetNoun": "Repeat",
|
||||
"requeetsNoun": "Repeats",
|
||||
"newQueet": "{new-notice-count} new notice",
|
||||
"newQueets": "{new-notice-count} new notices",
|
||||
"requeetNoun": "Requip",
|
||||
"requeetsNoun": "Requips",
|
||||
"newQueet": "{new-notice-count} new quip",
|
||||
"newQueets": "{new-notice-count} new quips",
|
||||
"longmonthsJanuary": "January",
|
||||
"longmonthsFebruary": "February",
|
||||
"longmonthsMars": "March",
|
||||
|
@ -76,7 +76,7 @@
|
|||
"searchVerb": "Search",
|
||||
"deleteVerb": "Delete",
|
||||
"cancelVerb": "Cancel",
|
||||
"deleteConfirmation": "Are you sure you want to delete this notice?",
|
||||
"deleteConfirmation": "Are you sure you want to delete this quip?",
|
||||
"userExternalFollow": "Remote follow",
|
||||
"userExternalFollowHelp": "Your account ID (e.g. user@rainbowdash.net).",
|
||||
"userFollow": "Follow",
|
||||
|
@ -108,8 +108,8 @@
|
|||
"otherServers": "Alternatively you can create an account on another server of the GNU social network. <a href=\"http://federation.skilledtests.com/select_your_server.html\">Comparison</a>",
|
||||
"editMyProfile": "Edit profile",
|
||||
"notifications": "Notifications",
|
||||
"xFavedYourQueet": "favorited your Queet",
|
||||
"xRepeatedYourQueet": "requeeted you",
|
||||
"xFavedYourQueet": "favorited your quip",
|
||||
"xRepeatedYourQueet": "requipped you",
|
||||
"xStartedFollowingYou": "followed you",
|
||||
"followsYou": "follows you",
|
||||
"FAQ": "FAQ",
|
||||
|
@ -119,7 +119,7 @@
|
|||
"showTerms": "Read our Terms of Use",
|
||||
"ellipsisMore": "More",
|
||||
"blockUser": "Block {username}",
|
||||
"goToOriginalNotice": "Go to original notice",
|
||||
"goToOriginalNotice": "Go to the original quip",
|
||||
"goToTheUsersRemoteProfile": "Go to the user's remote profile",
|
||||
"clickToDrag":"Click to drag",
|
||||
"keyboardShortcuts":"Keyboard shortcuts",
|
||||
|
@ -128,7 +128,7 @@
|
|||
"tooltipBookmarkStream":"Add this stream to your bookmarks",
|
||||
"tooltipTopMenu":"Menu and settings",
|
||||
"tooltipAttachImage":"Attach an image",
|
||||
"tooltipShortenUrls":"Shorten all URLs in the Queet",
|
||||
"tooltipShortenUrls":"Shorten all URLs in the quip",
|
||||
"tooltipReloadStream":"Refresh this stream",
|
||||
"tooltipRemoveBookmark":"Remove this bookmark",
|
||||
"clearHistory":"Clear browsing history",
|
||||
|
@ -137,21 +137,21 @@
|
|||
"ERRORcouldNotFindUserWithNickname":"Could not find a user with nickname \"{nickname}\" on this server",
|
||||
"ERRORcouldNotFindGroupWithNickname":"Could not find a group with nickname \"{nickname}\" on this server",
|
||||
"ERRORcouldNotFindPage":"Could not find that page.",
|
||||
"ERRORnoticeRemoved": "This notice has been removed.",
|
||||
"ERRORnoticeRemoved": "This quip has been removed.",
|
||||
"ERRORnoContactWithServer": "Can not establish a connection to the server. The server could be overloaded, or there might be a problem with your internet connection. Please try again later!",
|
||||
"ERRORattachmentUploadFailed": "The upload failed. The format might be unsupported or the size too large.",
|
||||
"hideRepliesToPeopleIDoNotFollow":"Hide replies to people I don't follow",
|
||||
"markAllNotificationsAsSeen":"Mark all notifications as seen",
|
||||
"notifyRepliesAndMentions":"Mentions and replies",
|
||||
"notifyFavs":"Favorites",
|
||||
"notifyRepeats":"Requeets",
|
||||
"notifyRepeats":"Requips",
|
||||
"notifyFollows":"New followers",
|
||||
"timelineOptions":"Timeline options",
|
||||
"ERRORfailedSavingYourSetting":"Failed saving your setting",
|
||||
"ERRORfailedMarkingAllNotificationsAsRead":"Failed marking all notifications as seen.",
|
||||
"newNotification": "{new-notice-count} new notification",
|
||||
"newNotifications": "{new-notice-count} new notifications",
|
||||
"thisIsANoticeFromABlockedUser":"Warning: This is a notice from a user you have blocked. Click to show it.",
|
||||
"thisIsANoticeFromABlockedUser":"Warning: This is a quip from a user you have blocked. Click to show it.",
|
||||
"nicknamesListWithListName":"{nickname}’s list: {list-name}",
|
||||
"myListWithListName":"My list: {list-name}",
|
||||
"listMembers":"Members",
|
||||
|
|
Loading…
Reference in New Issue
Block a user