ES translation of the randplace addon updated THX Senex Petrovic
[friendica-addons.git/.git] / randplace / 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 ;
9 $a->strings["Randplace Settings"] = "Ajustes de Randplace";
10 $a->strings["Enable Randplace Addon"] = "Habilitar el complemento Randplace";
11 $a->strings["Save Settings"] = "Guardar ajustes";