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

13 lines
989 B
PHP

<?php
if(! function_exists("string_plural_select_ca")) {
function string_plural_select_ca($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Create an account at <a href="http://www.ifttt.com">IFTTT</a>. Create three Facebook recipes that are connected with <a href="https://ifttt.com/maker">Maker</a> (In the form "if Facebook then Maker") with the following parameters:'] = 'Crear un compte en <a href="http://www.ifttt.com">IFTTT</a>. Crear tres fórmules per Facebook que estiguin connectades amb <a href="https://ifttt.com/maker">Maker</a> (de la següent forma "si Facebook llavors Maker") amb els següents paràmetres:';
$a->strings['Body for "new status message"'] = 'Cos pel "nou missatge de estatus"';
$a->strings['Body for "new photo upload"'] = 'Cos per la "nova foto pujada"';
$a->strings['Body for "new link post"'] = 'Cos pel "nou enllaç de l\'enviament"';
$a->strings['IFTTT Mirror'] = 'Espill IFTTT';
$a->strings['Generate new key'] = 'Generar nova clau';