aboutsummaryrefslogtreecommitdiff
path: root/mod/registrationterms/languages/ca.php
blob: 4d2055ba05364f9559f7e4e731ffbf0c35eaa63f (plain)
1
2
3
4
5
6
<?php
$language = array (
  'registrationterms:agree' => 'He llegit i estic d\'acord amb les <a target="_blank" href="%s">Condicions del Servei</a>',
  'registrationterms:required' => 'Has d\'estar d\'acord amb les condicions',
);
add_translation("ca", $language);