composer.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "phppe/CookieAlert",
  3. "name_en": "Cookie Alert",
  4. "name_hu": "Süti figyelmeztetés",
  5. "name_ru": "Cookie оповещения",
  6. "name_de": "Cookie-Alarm",
  7. "name_es": "Alerta de Cookie",
  8. "name_fr": "Cookie Alert",
  9. "name_ch": "曲奇警报",
  10. "name_he": "התראה קוקי",
  11. "name_ar": "كوكي تنبيه",
  12. "keywords": [ "Content" ],
  13. "description": "Displays a warning on page until cookie policy accepted.",
  14. "description_hu": "Egy figyelmeztetést dob fel, amíg a süti házirendet el nem fogadják.",
  15. "description_ru": "Отображает предупреждение на странице, пока не принято куки политики.",
  16. "description_de": "Zeigt eine Warnung auf Seite bis Cookie-Politik akzeptiert.",
  17. "description_es": "Muestra una advertencia en la página hasta que aceptó política de cookies.",
  18. "description_fr": "Affiche un avertissement sur la page jusqu'à ce que la politique de cookie acceptée.",
  19. "description_ch": "显示页面上的警告,直到cookie策略接受。",
  20. "description_he": "מציג אזהרה בדף עד מדיניות ה- cookies קבלה.",
  21. "description_ar": "يعرض تحذير على الصفحة حتى قبلت سياسة الكعكة.",
  22. "version": "1.0.0",
  23. "version_normalized": "1.0.0.0",
  24. "conf":{"cookiename":"string(cookiealert_acked)","message":"string(This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.)","morelabel":"Find out more.","moreurl":"cookiepolicy","acceptlabel":"Acknoledged"},
  25. "conf_en":{"cookiename":"Name of the cookie","message":"Message","morelabel":"More link text","moreurl":"More link url","acceptlabel":"Accept button text"},
  26. "conf_hu":{"cookiename":"Süti neve","message":"Üzenet","morelabel":"Tovább link felirat","moreurl":"Tovább link url","acceptlabel":"Elfogadom gomb felirat"},
  27. "type": "library",
  28. "license": "LGPL-3.0-or-later",
  29. "maintainer": { "name": "bzt" }
  30. }