array( 'title' => 'Site Maintenance', 'heading' => 'We\'ll be back soon!', 'text' => 'Sorry for the inconvenience but we\'re performing some maintenance at the moment. If you need to you can always contact us, otherwise we\'ll be back online shortly!', 'team' => '— The Team', 'day' => 'Days', 'hour' => 'Hours', 'minute' => 'Minutes', 'second' => 'Seconds', ), 'ar' => array( 'title' => 'صيانة الموقع', 'heading' => 'سنعود قريبا!', 'text' => 'نعتذر عن الإزعاج الذي قد يسببه الصيانة الحالية للموقع. في حال كان لديك أي احتياجات يمكنك الاتصال بنا على الفور بريدنا الإلكتروني، وفي غير ذلك فسنعود على المدى القريب!', 'team' => '— فريق العمل', 'day' => 'أيام', 'hour' => 'ساعات', 'minute' => 'دقائق', 'second' => 'ثواني', ), 'fr' => array( 'title' => 'Maintenance du site', 'heading' => 'Nous reviendrons bientôt!', 'text' => 'Désolé pour le dérangement, mais nous effectuons actuellement des travaux de maintenance. Si vous en avez besoin, vous pouvez toujours nous contacter, sinon nous serons de retour en ligne prochainement!', 'team' => '— L\'équipe', 'day' => 'Jours', 'hour' => 'Heures', 'minute' => 'Minutes', 'second' => 'Secondes', ), 'es' => array( 'title' => 'Mantenimiento del sitio', 'heading' => '¡Volveremos pronto!', 'text' => 'Disculpe las molestias, pero estamos realizando mantenimiento en este momento. Si lo necesita, siempre puede contactarnos, ¡de lo contrario volveremos en línea pronto!', 'team' => '— El equipo', 'day' => 'Días', 'hour' => 'Horas', 'minute' => 'Minutos', 'second' => 'Segundos', ), 'zh' => array( 'title' => '网站维护', 'heading' => '我们很快就会回来!', 'text' => '抱歉给您带来不便,但我们目前正在进行维护。如果您需要的话,您随时可以联系我们,否则我们很快就会恢复在线!', 'team' => '— 团队', 'day' => '天', 'hour' => '小时', 'minute' => '分钟', 'second' => '秒', ), 'pt' => array( 'title' => 'Manutenção do Site', 'heading' => 'Voltaremos em breve!', 'text' => 'Desculpe pelo incômodo, mas estamos realizando manutenção no momento. Se precisar, sempre pode entrar em contato conosco, senão estaremos de volta online em breve!', 'team' => '— O time', 'day' => 'Dias', 'hour' => 'Horas', 'minute' => 'Minutos', 'second' => 'Segundos', ), ); // Set the protocol $protocol = isset($_SERVER['SERVER_PROTOCOL']) ?? ''; if (!in_array($protocol, array('HTTP/1.1', 'HTTP/2', 'HTTP/2.0'), true)) { $protocol = 'HTTP/1.0'; } // Set the status code for crawlers like googlebot... header("$protocol 503 Service Unavailable", true, 503); header('Content-Type: text/html; charset=utf-8'); header('Retry-After: 30'); ?> <?php echo $translations[$lang]['title']; ?>