]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/ca/strings.php
buffer addon added CA translation THX obiolscat
[friendica-addons.git] / buffer / lang / ca / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ca")) {
4 function string_plural_select_ca($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["Permission denied."] = "";
10 $a->strings["Save Settings"] = "";
11 $a->strings["Client ID"] = "";
12 $a->strings["Client Secret"] = "";
13 $a->strings["Error when registering buffer connection:"] = "";
14 $a->strings["You are now authenticated to buffer. "] = "";
15 $a->strings["return to the connector page"] = "";
16 $a->strings["Post to Buffer"] = "";
17 $a->strings["Buffer Export"] = "Exportació de buffer";
18 $a->strings["Authenticate your Buffer connection"] = "";
19 $a->strings["Enable Buffer Post Addon"] = "";
20 $a->strings["Post to Buffer by default"] = "";
21 $a->strings["Check to delete this preset"] = "";
22 $a->strings["Posts are going to all accounts that are enabled by default:"] = "";