friendica-addons/cookienotice/lang/ca/strings.php

17 lines
657 B
PHP
Raw Normal View History

<?php
if(! function_exists("string_plural_select_ca")) {
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ó.";