regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,12 +5,14 @@ function string_plural_select_ca($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["OK"] = "D'acord";
$a->strings["\"cookienotice\" Settings"] = "Configuració 'cookienotice'";
$a->strings["Cookie Usage Notice"] = "Avís dús de cookies";
$a->strings["The cookie usage notice"] = "Lavís dús de cookies";
$a->strings["OK Button Text"] = "Text del botó dacord";
$a->strings["The OK Button text"] = "Text del botó D'acord";
$a->strings["Save Settings"] = "Desa la configuració";
$a->strings["cookienotice Settings saved."] = "Cookienotice S'ha desat la configuració.";
$a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Aquest lloc web utilitza cookies. Si continueu navegant per aquest lloc web, esteu dacord amb lús de cookies.';
$a->strings['OK'] = 'D\'acord';
$a->strings['"cookienotice" Settings'] = 'Configuració \'cookienotice\'';
$a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configureu lavís dús de cookies.</b> Només hauria de ser un avís, dient que el lloc web utilitza cookies. Es mostra sempre que un usuari no confirmi el seu clic al botó D\'acord';
$a->strings['Cookie Usage Notice'] = 'Avís dús de cookies';
$a->strings['The cookie usage notice'] = 'Lavís dús de cookies';
$a->strings['OK Button Text'] = 'Text del botó dacord';
$a->strings['The OK Button text'] = 'Text del botó D\'acord';
$a->strings['Save Settings'] = 'Desa la configuració';
$a->strings['cookienotice Settings saved.'] = 'Cookienotice S\'ha desat la configuració.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Aquest lloc web utilitza cookies per reconèixer la revisió i la sessió dusuaris. Accepteu lús daquestes cookies continuant navegant per aquest lloc web.';