]> git.mxchange.org Git - friendica-addons.git/blob - libertree/lang/es/strings.php
regenerated all the strings
[friendica-addons.git] / libertree / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Post to libertree'] = 'Publicar en Libertree';
9 $a->strings['libertree Export'] = 'libertree Exportar';
10 $a->strings['Enable Libertree Post Addon'] = 'Habilitar Plugin de publicación de Libertree';
11 $a->strings['Libertree API token'] = 'Símbolo de API de Libertree';
12 $a->strings['Libertree site URL'] = 'URL de la página de Libertree';
13 $a->strings['Post to Libertree by default'] = 'Publicar en Libertree por defecto';
14 $a->strings['Save Settings'] = 'Guardar Ajustes';