






/* Copyright (C) 2009 Oliver Charles
   Copyright (C) 2009 Lukas Lalinsky
   Copyright (C) 2010 MetaBrainz Foundation

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

(function(MB) {
    $.extend(MB.text, {
        None: '(none)',
        Artist: 'Artist',
        Name: 'Name',
        JoinPhrase: 'Join phrase',
        Cancel: 'Cancel',
        Change: 'Change',
        Done: 'Done',
        AppearsOn: 'appears on:',
        UseAltNames: 'Some artists credited with alternative names',
        Preview: 'Preview: ',
        UnknownPlaceholder: '[ Unknown ]',
        DisambiguationComment: 'add a disambiguation comment',
        Next:                  'Next',
        Previous:              'Previous',
        NoResults:             'No results',
        SearchInfoFormat:            'Showing results \x3cstrong\x3e#start#\x3c/strong\x3e\x26ndash;\x3cstrong\x3e#end#\x3c/strong\x3e of \x3cstrong\x3e#matches#\x3c/strong\x3e',
        Searching:             'Searching...',
        PleaseSelectARSubtype : "Please select a subtype of the currently selected relationship type. The selected relationship type is only used for grouping subtypes.",
        PleaseSelectARType    : "Please select a relationship type.",
        AddAnother            : "Add another",
        Remove                : "Remove",
        ClickLookup           : "Please click lookup to search",
        Lookup                : "Lookup",
        SearchErrorOccured    : "Sorry, an error occurred during your search",
        AddNewTrack:            "Add another track",
        AddAnotherMedium      : "Add another medium",
        DoNotAddTracks: "\x3cstrong\x3eWarning\x3c/strong\x3e: #{disc} has a discid, you cannot add tracks",
        DoNotRemoveTracks: "\x3cstrong\x3eWarning\x3c/strong\x3e: #{disc} has a discid, you cannot remove tracks",
        RatingTitles: [
              "Remove your rating",
              "Rate: 1 star",
              "Rate: 2 stars",
              "Rate: 3 stars",
              "Rate: 4 stars",
              "Rate: 5 stars"
        ],
        Barcode: {
            NoCheckdigitUPC: 'The barcode you entered looks like a UPC code with the check digit missing.',
            ValidUPC: 'The barcode you entered is a valid UPC code.',
            InvalidUPC: 'The barcode you entered is either an invalid UPC code, or an EAN code with the check digit missing.',
            ValidEAN: 'The barcode you entered is a valid EAN code.',
            InvalidEAN: 'The barcode you entered is not a valid EAN code.',
            Invalid: 'The barcode you entered is not a valid UPC or EAN code.',
            DoubleCheck: 'Please double-check the barcode on the release.',
            CheckDigit: 'The checkdigit is #checkdigit#.'
        },
        ArtistDate: {
            Unknown: [ 'Began:', 'Ended:' ],
            Person: [ 'Born:', 'Deceased:' ],
            Founded: [ 'Founded:', 'Dissolved' ]
        },
        Pager: 'page #{page} of #{total}',
        SwitchToDirectSearch: 'Not found? Try again with direct search.',
        SwitchToIndexedSearch: 'Slow? Switch back to indexed search.',
        RemoveLinkedEntity: {
            'artist':         "Clear artist",
            'label':          "Clear label",
            'recording':      "Clear recording",
            'release':        "Clear release",
            'release-group':  "Clear release group",
            'work':           "Clear work",
        },
        link: 'link'
    });
})(MB);

