<?php
// translate the page title
$page_title = "Pròximes versions del Firefox";
// this string is a repalcement for the Beta Download box because we don't always have beta version to promote
$soon = "Pròximament!";
$getnotified = "Rebeu una notificació quan la beta estigui a punt.";
// product names for the download box, translate if needed for your language
$mz_aurora = "Mozilla Aurora";
$mz_beta = "Mozilla Firefox Beta";
$mz_stable = "Mozilla Firefox Final";
// those strings are needed for the online form on the page used to subscribe to mailing lists
$title = "Obteniu les darreres <span>notícies del canal</span> en anglès";
$subtitle = "Registreu-vos a un o a tots els nostres canals de butlletins del Firefox.";
$success = "Gràcies per subscriure-us!";
$email_field = "La vostra adreça electrònica";
$email_error = "Entreu una adreça electrònica vàlida.";
$country = "Seleccioneu el país";
$aurora_list = "Aurora";
$beta_list = "Beta";
$general_list = "Notícies generals de Mozilla";
$select_lists = "Seleccioneu com a mínim un butlletí.";
$send_button = "Registra'm!";
$privacy_text = "Només us enviarem informació relacionada amb Mozilla (<a href=\"/privacy-policy\">política de privadesa de Mozilla</a>).";
// end of translations
$pageid = "firefox-channels";
require_once "{$config['file_root']}/includes/l10n/controller.inc.php";