

TipsResourceText = function()
{
    this.categoryNames = {"TipsTipTargetCatAccommodation":"Hotel/Overnatning","TipsTipTargetCatActivities":"Sport & Aktiviteter","TipsTipTargetCatChildFamily":"Børn & Familie","TipsTipTargetCatEatDrink":"Mad & Natteliv","TipsTipTargetCatLandmarks":"Seværdigheder","TipsTipTargetCatShopping":"Shopping","TipsTipTargetCatSunBath":"Strande & Øer","TipsTipTargetCatTransport":"Transport"},
    this.tipsSearchNoResult = 'Der er ikke fundet noget på din søgning',
    this.tipsSearchHits = 'søgeresultater',
    this.tipsSearching = 'Søger',
    this.tipsFor = 'for',
    this.tipsNext = 'Næste',
    this.tipsPrevious = 'Tilbage',
    this.tipsPreselectedText = 'Ej valgt',
    this.tipsEnlargeImage = 'Klik for at gøre det større',
    this.tipsCancel = 'Annullér',
    this.tipsSaveFieldSuccessfull = 'Feltet er gemt',
    this.tipsSaveFieldFailed = 'Feltet kunne ikke gemmes. Forsøg igen senere.',
    this.tipsSaving = 'Gemmer',
    this.tipsOrHitEscKeyToClose = 'eller tryk på Esc',
    this.tipsClickToZoom = 'Klik her for at zoome og se flere nærliggende tips',
    this.tipsNumberOfTipsOnLocation = 'Antal tips på denne lokation',
    this.tipsTip = 'tips',
    this.tipsLoading = 'loading...',
    this.tipsUploadFinished = 'uploading er færdig',
    this.tipsImages = 'billeder',
    this.tipsTippers = 'personer har givet tips',
    this.tipsCountries = 'Lande',
    this.tipsDestinations = 'Rejsemål',
    this.tipsTipWord = 'Tips',
    this.tipsTipWordInSearch = 'Tips',
    this.tipsMembers = 'Medlemmer',
    this.tipsFaq = 'Ofte stillede spørgsmål',
    this.tipsOf = 'Af',
    this.tipsOfLowerCase = 'af',
    this.tipsDisplays = 'Viser',
    this.tipsFoundNoTipsFor = 'Fandt ingen tips for',
    this.tipsImage = 'Billede',
    this.tipsImageLowerCase = 'Billede',
    this.tipsAllCategories = 'Alle kategorier',
    this.tipsLocationGeographicalAreaTipsVoluntary = 'Frivilligt (vælg ø, stat eller område)',
    this.tipsCloseDragAndZoom = '#TipsCloseDragAndZoom',
    this.tipsDragAndZoom = 'Træk og zoom',
    this.tipsPreErrorTextGeoCountry = 'Det er ikke muligt at vælge',
    this.tipsSuErrorTextGeoCountry = 'både som "land" og "ø, stat eller område".',
    this.tipsSuErrorTextCityGeo = 'både som "by" og "ø, stat eller område".',
    this.tipsSuErrorTextCityCountry = 'både som "by" og "land".',
    this.tipsComments = 'Kommentarer',
    this.tipsComment = 'Kommentar',
    this.tipsCommonError = 'En fejl opstod. Forsøg venligst igen senere.',
    this.tipsCommentDelete = '#TipsCommentDelete',
    this.tipsImageTitleMissing = 'Billedtitel mangler',
    this.tipsAlbum = 'Album',
    this.tipsLocation = 'Sted',
    this.tipsShowNextImage = 'Klik for at se næste billede',
    this.tipsCitySameAsGeo = '"{0}" findes allerede som ø, by eller område".',
    this.tipsCityGeo = '#TipsCityGeo',
    this.tipsFileTypeError = 'Forkert filtype, du skal bruge .jpg, .jpeg, .gif eller .png.'
}

var globalResourceTextInstance = new TipsResourceText();