2016-11-18 01:57:19 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_es")) {
|
|
|
|
function string_plural_select_es($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Post to libertree"] = "Publicar en Libertree";
|
|
|
|
$a->strings["libertree Post Settings"] = "Ajustes de Publicación de Libertree";
|
2018-01-20 11:01:59 -05:00
|
|
|
$a->strings["Enable Libertree Post Addon"] = "Habilitar Addon de publicación de Libertree";
|
2016-11-18 01:57:19 -05:00
|
|
|
$a->strings["Libertree API token"] = "Símbolo de API de Libertree";
|
|
|
|
$a->strings["Libertree site URL"] = "URL de la página de Libertree";
|
|
|
|
$a->strings["Post to Libertree by default"] = "Publicar en Libertree por defecto";
|
|
|
|
$a->strings["Submit"] = "Enviar";
|