/* gettext library */ var catalog = new Array(); function pluralidx(count) { return (count == 1) ? 0 : 1; } catalog['6 a.m.'] = '6 Uhr'; catalog['Accept Comment'] = 'Kommentar freigeben'; catalog['Accept Invitation to a Group'] = 'Einladung zur Gruppe annehmen'; catalog['Accept Invitation'] = 'Einladung annehmen'; catalog['Accept User'] = 'Person akzeptieren'; catalog['Add Fee'] = 'Geb\u00fchr hinzuf\u00fcgen'; catalog['Add IM'] = 'Weitere Instant Messenger'; catalog['Add URL'] = 'Weitere Webseite'; catalog['Add contact'] = 'Kontakt hinzuf\u00fcgen'; catalog['Add email'] = 'Weitere Email'; catalog['Add to contacts'] = 'Zu Kontakten hinzuf\u00fcgen'; catalog['Add to favorites'] = 'Zu Favoriten hinzuf\u00fcgen'; catalog['Add to recommendations'] = 'Empfehlung hinzuf\u00fcgen'; catalog['Add'] = 'Hinzuf\u00fcgen'; catalog['Are you sure you want to change tabs without saving the page first?'] = 'Wollen Sie tats\u00e4chlich die Seite verlassen, ohne den Inhalt zu sichern?'; catalog['Are you sure you want to change the %(field_name)s without saving the page first?'] = 'Sie sind sicher, dass Sie %(field_name)s \u00e4ndern wollen, ohne die Seite vorher zu sichern?'; catalog['Are you sure you want to delete this plugin?'] = 'Wollen Sie dieses Plugin tats\u00e4chlich l\u00f6schen?'; catalog['Available %s'] = 'Verf\u00fcgbare %s'; catalog['Block Contact'] = 'Kontakt blockieren'; catalog['Calendar'] = 'Kalender'; catalog['Cancel Group Joining'] = 'Anfrage zur Gruppenteilnahme ablehnen'; catalog['Cancel Invitation'] = 'Einladung widerrufen'; catalog['Cancel Joining'] = 'Anfrage zur Gruppenteilnahme zur\u00fcckziehen'; catalog['Cancel relationship'] = 'Beziehung widerrufen'; catalog['Cancel'] = 'Abbrechen'; catalog['Choose a time'] = 'Uhrzeit w\u00e4hlen'; catalog['Choose all'] = 'Alles ausw\u00e4hlen'; catalog['Chosen %s'] = 'Ausgew\u00e4hlte %s'; catalog['Clear all'] = 'Alles abw\u00e4hlen'; catalog['Clock'] = 'Uhr'; catalog['Confirm relationship'] = 'Beziehung best\u00e4tigen'; catalog['Delete Avatar'] = 'Profilbild l\u00f6schen'; catalog['Delete Contact'] = 'Kontakt l\u00f6schen'; catalog['Delete Forum Category'] = 'Forenkategorie l\u00f6schen'; catalog['Delete Media File'] = 'Datei l\u00f6schen'; catalog['Delete Post'] = 'Beitrag l\u00f6schen'; catalog['Delete Thread Category'] = 'Themenkategorie l\u00f6schen'; catalog['Delete Thread'] = 'Diskussion l\u00f6schen'; catalog['Delete'] = 'L\u00f6schen'; catalog['Deny Contact'] = 'Kontakt ablehnen'; catalog['Deny Invitation to a Group'] = 'Einladung zur Gruppe ablehnen'; catalog['Deny User'] = 'Person ablehnen'; catalog['Edit Comment'] = 'Kommentar bearbeiten'; catalog['Edit Forum Category'] = 'Forenkategorie bearbeiten'; catalog['Edit Group Member'] = 'Gruppenmitglied bearbeiten'; catalog['Edit Post'] = 'Beitrag bearbeiten'; catalog['Edit Relationship'] = 'Beziehung bearbeiten'; catalog['Edit Thread Category'] = 'Themenkategorie bearbeiten'; catalog['Edit Thread'] = 'Diskussion bearbeiten'; catalog['Forget'] = 'L\u00f6schen'; catalog['Hide'] = 'Verbergen'; catalog['Invite Contact'] = 'Kontakt einladen'; catalog['Invite User'] = 'Person einladen'; catalog['Invite'] = 'Einladen'; catalog['It\'s your contact'] = 'Als Kontakt hinzugef\u00fcgt'; catalog['It\'s your favorite'] = 'Als Favorit hinzugef\u00fcgt'; catalog['It\'s your recommendation'] = 'Empfehlung hinzugef\u00fcgt'; catalog['January February March April May June July August September October November December'] = 'Januar Februar M\u00e4rz April Mai Juni Juli August September Oktober November Dezember'; catalog['Join Group'] = 'An Gruppe teilnehmen'; catalog['Leave Group'] = 'Gruppe verlassen'; catalog['Loading. Please wait.'] = 'Seite l\u00e4dt. Bitte warten.'; catalog['Mark Post as Spam'] = 'Nachricht als Spam markieren'; catalog['Mark as Spam'] = 'Markieren als Spam'; catalog['Media file is broken.'] = 'Mediendatei ist defekt'; catalog['Memo'] = 'Zur Merkliste hinzuf\u00fcgen'; catalog['Memorized'] = 'Zu Merkliste hinzugef\u00fcgt'; catalog['Midnight'] = 'Mitternacht'; catalog['New Forum Category'] = 'Neue Forenkategorie'; catalog['New Thread Category'] = 'Neue Themenkategorie'; catalog['New Thread'] = 'Neue Diskussion'; catalog['Noon'] = 'Mittag'; catalog['Now'] = 'Jetzt'; catalog['Open Link'] = 'Link \u00f6ffen'; catalog['Refuse Comment'] = 'Kommentar l\u00f6schen'; catalog['Refuse Post'] = 'Beitrag ablehnen'; catalog['Reloading the page...'] = 'Seite l\u00e4dt neu...'; catalog['Remove Fee'] = 'Geb\u00fchr entfernen'; catalog['Remove IM'] = 'Instant Messenger l\u00f6schen'; catalog['Remove Member'] = 'Mitglied entfernen'; catalog['Remove Relationship'] = 'Beziehung widerrufen'; catalog['Remove URL'] = 'Webseite l\u00f6schen'; catalog['Remove contact'] = 'Kontakt entfernen'; catalog['Remove email'] = 'Email entfernen'; catalog['Remove from contacts'] = 'Kontakt entfernen'; catalog['Remove from favorites'] = 'Favorit entfernen'; catalog['Remove from recommendations'] = 'Empfehlung entfernen'; catalog['Remove'] = 'Entfernen'; catalog['Requesting confirmation'] = 'Best\u00e4tigung anfragen'; catalog['S M T W T F S'] = 'S M D M D F S'; catalog['Select your choice(s) and click '] = 'Gew\u00fcnschte Auswahl treffen und klicken'; catalog['Show'] = 'Zeigen'; catalog['Sunday Monday Tuesday Wednesday Thursday Friday Saturday'] = 'Sonntag Montag Dienstag Mittwoch Donnerstag Freitag Samstag'; catalog['Today'] = 'Heute'; catalog['Tomorrow'] = 'Morgen'; catalog['Yesterday'] = 'Gestern'; catalog['add contact'] = 'Kontakt hinzuf\u00fcgen'; catalog['edit'] = 'bearbeiten'; catalog['hide details'] = 'Details ausblenden'; catalog['in progress...'] = 'im Gange...'; catalog['show details'] = 'Details einblenden'; function gettext(msgid) { var value = catalog[msgid]; if (typeof(value) == 'undefined') { return msgid; } else { return (typeof(value) == 'string') ? value : value[0]; } } function ngettext(singular, plural, count) { value = catalog[singular]; if (typeof(value) == 'undefined') { return (count == 1) ? singular : plural; } else { return value[pluralidx(count)]; } } function gettext_noop(msgid) { return msgid; } function pgettext(context, msgid) { var value = gettext(context + '' + msgid); if (value.indexOf('') != -1) { value = msgid; } return value; } function npgettext(context, singular, plural, count) { var value = ngettext(context + '' + singular, context + '' + plural, count); if (value.indexOf('') != -1) { value = ngettext(singular, plural, count); } return value; } function interpolate(fmt, obj, named) { if (named) { return fmt.replace(/%\(\w+\)s/g, function(match){return String(obj[match.slice(2,-2)])}); } else { return fmt.replace(/%s/g, function(match){return String(obj.shift())}); } } /* formatting library */ var formats = new Array(); formats['DATETIME_FORMAT'] = 'N j, Y, P'; formats['DATE_FORMAT'] = 'N j, Y'; formats['DECIMAL_SEPARATOR'] = '.'; formats['MONTH_DAY_FORMAT'] = 'F j'; formats['NUMBER_GROUPING'] = '0'; formats['TIME_FORMAT'] = 'P'; formats['FIRST_DAY_OF_WEEK'] = '0'; formats['TIME_INPUT_FORMATS'] = ['%H:%M:%S', '%H:%M']; formats['THOUSAND_SEPARATOR'] = ','; formats['DATE_INPUT_FORMATS'] = ['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%b %d %Y', '%b %d, %Y', '%d %b %Y', '%d %b, %Y', '%B %d %Y', '%B %d, %Y', '%d %B %Y', '%d %B, %Y']; formats['YEAR_MONTH_FORMAT'] = 'F Y'; formats['SHORT_DATE_FORMAT'] = 'm/d/Y'; formats['SHORT_DATETIME_FORMAT'] = 'm/d/Y P'; formats['DATETIME_INPUT_FORMATS'] = ['%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M', '%Y-%m-%d', '%m/%d/%Y %H:%M:%S', '%m/%d/%Y %H:%M', '%m/%d/%Y', '%m/%d/%y %H:%M:%S', '%m/%d/%y %H:%M', '%m/%d/%y']; function get_format(format_type) { var value = formats[format_type]; if (typeof(value) == 'undefined') { return msgid; } else { return value; } }