2016-11-18 01:57:19 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_es")) {
|
|
|
|
function string_plural_select_es($n){
|
2021-02-01 12:47:38 -05:00
|
|
|
$n = intval($n);
|
|
|
|
return intval($n != 1);
|
2016-11-18 01:57:19 -05:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Post to libertree"] = "Publicar en Libertree";
|
2021-04-02 02:48:56 -04:00
|
|
|
$a->strings["libertree Export"] = "libertree Exportar";
|
|
|
|
$a->strings["Enable Libertree Post Addon"] = "Habilitar Plugin 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";
|
2021-04-02 02:48:56 -04:00
|
|
|
$a->strings["Save Settings"] = "Guardar Ajustes";
|