= htmlspecialchars($tier['name']) ?>
- = htmlspecialchars($feature) ?>
$uiLang === 'no' ? 'Gratis' : ($uiLang === 'uk' ? 'Безкоштовно' : ($uiLang === 'pl' ? 'Bezpłatnie' : 'Free')), 'light' => 'Light', 'pro' => 'Pro', 'pro_plus' => $uiLang === 'no' ? 'Pro+ Familie' : ($uiLang === 'uk' ? 'Pro+ Сім\'я' : ($uiLang === 'pl' ? 'Pro+ Rodzina' : 'Pro+ Family')), ]; $tiers = [ [ 'sku' => 'free', 'name' => $tierNames['free'], 'price' => '€0', 'period' => dbnToolsT('pricing_period_always', $uiLang), 'credits' => '30 ' . dbnToolsT('pricing_credits_mo', $uiLang), 'storage' => dbnToolsT('pricing_no_storage', $uiLang), 'seats' => dbnToolsT('pricing_seat_1', $uiLang), 'cap' => '10 ' . dbnToolsT('pricing_cap_suffix', $uiLang), 'features' => [ dbnToolsT('pricing_free_f1', $uiLang), dbnToolsT('pricing_free_f2', $uiLang), dbnToolsT('pricing_free_f3', $uiLang), ], 'cta' => $isAuthed ? null : dbnToolsT('pricing_cta_login', $uiLang), 'highlight' => false, ], [ 'sku' => 'light', 'name' => $tierNames['light'], 'price' => '€9', 'period' => dbnToolsT('pricing_period_mo', $uiLang), 'credits' => '120 ' . dbnToolsT('pricing_credits_mo', $uiLang), 'storage' => '100 MB', 'seats' => dbnToolsT('pricing_seat_1', $uiLang), 'cap' => '15 ' . dbnToolsT('pricing_cap_suffix', $uiLang), 'features' => [ dbnToolsT('pricing_light_f1', $uiLang), dbnToolsT('pricing_light_f2', $uiLang), dbnToolsT('pricing_light_f3', $uiLang), dbnToolsT('pricing_light_f4', $uiLang), ], 'highlight' => false, ], [ 'sku' => 'pro', 'name' => $tierNames['pro'], 'price' => '€29', 'period' => dbnToolsT('pricing_period_mo', $uiLang), 'credits' => '500 ' . dbnToolsT('pricing_credits_mo', $uiLang), 'storage' => '1 GB', 'seats' => dbnToolsT('pricing_seat_1', $uiLang), 'cap' => '30 ' . dbnToolsT('pricing_cap_suffix', $uiLang), 'features' => [ dbnToolsT('pricing_pro_f1', $uiLang), dbnToolsT('pricing_pro_f2', $uiLang), dbnToolsT('pricing_pro_f3', $uiLang), dbnToolsT('pricing_pro_f4', $uiLang), ], 'highlight' => true, 'badge' => dbnToolsT('pricing_badge_popular', $uiLang), ], [ 'sku' => 'pro_plus', 'name' => $tierNames['pro_plus'], 'price' => '€79', 'period' => dbnToolsT('pricing_period_mo', $uiLang), 'credits' => dbnToolsT('pricing_unlimited', $uiLang), 'storage' => '10 GB', 'seats' => dbnToolsT('pricing_seats_family', $uiLang), 'cap' => '50 ' . dbnToolsT('pricing_cap_per_seat', $uiLang), 'features' => [ dbnToolsT('pricing_proplus_f1', $uiLang), dbnToolsT('pricing_proplus_f2', $uiLang), dbnToolsT('pricing_proplus_f3', $uiLang), dbnToolsT('pricing_proplus_f4', $uiLang), ], 'highlight' => false, 'badge' => dbnToolsT('pricing_badge_family', $uiLang), ], ]; $topupNotes = [ 'topup_s' => dbnToolsT('pricing_topup_s_note', $uiLang), 'topup_m' => dbnToolsT('pricing_topup_m_note', $uiLang), 'topup_l' => dbnToolsT('pricing_topup_l_note', $uiLang), ]; $topups = [ ['sku' => 'topup_s', 'price' => '€5', 'credits' => 30, 'note' => $topupNotes['topup_s']], ['sku' => 'topup_m', 'price' => '€15', 'credits' => 100, 'note' => $topupNotes['topup_m']], ['sku' => 'topup_l', 'price' => '€40', 'credits' => 300, 'note' => $topupNotes['topup_l']], ]; ?>
= pt('pricing_eyebrow', $uiLang) ?>
= pt('pricing_hero_sub', $uiLang) ?>
= pt('pricing_status_success', $uiLang) ?>
= pt('pricing_status_canceled', $uiLang) ?>
= pt('pricing_topup_lead', $uiLang) ?>
= pt('pricing_faq1_a', $uiLang) ?>
= pt('pricing_faq2_a', $uiLang) ?>
= pt('pricing_faq3_a', $uiLang) ?>
= pt('pricing_faq4_a', $uiLang) ?>
= pt('pricing_faq5_a', $uiLang) ?>
= pt('pricing_faq6_a', $uiLang) ?>