﻿/* */
if (!Echo) Echo = {};
if (!Echo.Localization) Echo.Localization = { labels: {} };

/* Forum */
Echo.Localization.extend({
    "addNewComment": "Share your thoughts",
    "commentsTitle": "Comments",
    "actionString": " 11 Type your comment here...",
    "moderation": "Moderation Mode",
    "streamSortRecent": "Most Recent",
    "streamSortPopular": "Popular Now",
    "streamSortOldest": "Oldest First",
    "streamSortRating": "Most Likes",
    "adminToggleModeration": "Toggle Moderation"
}, "RealTidbitsComments");

/* file upload */
Echo.Localization.extend({
    "attachPhoto": "+ Attach Photo"
}, "Plugins.FileUpload");

/* UpdateSort */
Echo.Localization.extend({
    "sortLabel": "Sort By:"
}, "Plugins.UpdateSort");

/* RSS Feed */
Echo.Localization.extend({
    "link": "RSS Feed"
}, "Plugins.RSSFeed");

/* Email Subscribe */
Echo.Localization.extend({
    "submitSubscribe": "Subscribe to new comments",
    "link": "Email Subscribe",
    "subscribeButton": "Subscribe",
    "cancelButton": "Cancel",
    "actionString": " 55 Type your comment here...",
    "enterEmail": "Enter your email to subscribe to new comments:",
    "noEmail": "No email available to subscribe you to replies to this comment.",
    "success": "Your are now subscribed to new replies.",
    "notValid": "Email address is not valid."
}, "Plugins.LMKSubscription");

/* Edit */
Echo.Localization.extend({
    "edit": "Edit",
    "editSource": "Edit Source",
    "editControl": "Edit",
    "updating": "Updating..."
}, "Plugins.EditForum");

/* FormAuth */
Echo.Localization.extend({
    "youMustBeLoggedIn": "You must be logged in to comment"
}, "Plugins.FormAuth");

/* Reply */
Echo.Localization.extend({
    "replyControl": "Reply"
}, "Plugins.Reply");

/* Items in Echo Stream Client */
Echo.Localization.extend({
    "defaultModeSwitchTitle": "Switch to metadata view",
    "guest": "Guest",
    "today": "Today",
    "yesterday": "Yesterday",
    "lastWeek": "Last Week",
    "lastMonth": "Last Month",
    "secondAgo": "Second Ago",
    "secondsAgo": "Seconds Ago",
    "minuteAgo": "Minute Ago",
    "minutesAgo": "Minutes Ago",
    "hourAgo": "Hour Ago",
    "hoursAgo": "Hours Ago",
    "dayAgo": "Day Ago",
    "daysAgo": "Days Ago",
    "weekAgo": "Week Ago",
    "weeksAgo": "Weeks Ago",
    "metadataModeSwitchTitle": "Return to default view",
    "monthAgo": "Month Ago",
    "monthsAgo": "Months Ago",
    "sharedThisOn": "I shared this on {service}...",
    "userID": "User ID:",
    "fromLabel": "from",
    "viaLabel": "via"
}, "Item");

/* Echo Stream Client controls */
Echo.Localization.extend({
    "guest": "Guest",
    "live": "Live",
    "paused": "Paused",
    "more": "More",
    "loading": "Loading...",
    "emptyStream": "No items at this time...",
    "waiting": "Building view (This may take a moment)...",
    "new": "new"
}, "Stream");

/* Echo Submit Form */
Echo.Localization.extend({
    "createdBy": "Created by",
    "actionString": " 33 Type your comment here...",
    "loading": "Loading...",
    "markers": "Markers:",
    "markersHint": "Marker1, marker2, marker3, ...",
    "on": "on",
    "post": "Post",
    "posting": "Posting...",
    "tagsHint": "Tag1, tag2, tag3, ...",
    "tags": "Tags:",
    "update": "Update",
    "updating": "Updating...",
    "yourName": "Your Name (required)",
    "yourWebsiteOptional": "Your website (optional)"
}, "Submit");

/* Echo Auth controls */
Echo.Localization.extend({
    "edit": "Edit",
    "loading": "Loading...",
    "login": "Login",
    "logout": "Logout",
    "loggingOut": "Logging out...",
    "or": "or",
    "signup": "signup"
}, "Plugins.Auth");
