]> git.mxchange.org Git - friendica-addons.git/blob - libertree/lang/es/strings.php
Merge branch '3.6-rc'
[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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Post to libertree"] = "Publicar en Libertree";
9 $a->strings["libertree Post Settings"] = "Ajustes de Publicación de Libertree";
10 $a->strings["Enable Libertree Post Addon"] = "Habilitar Addon 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["Submit"] = "Enviar";