]> git.mxchange.org Git - friendica-addons.git/blob - fromapp/lang/es/strings.php
xmpp added NL translation THX Karel Vandecandelaere
[friendica-addons.git] / fromapp / 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["Fromapp settings updated."] = "Ajustes de Fromapp actualizados.";
9 $a->strings["FromApp Settings"] = "Ajustes de FromApp";
10 $a->strings["The application name you would like to show your posts originating from."] = "El nombre de la aplicación desde la que le gustaría que se mostrasen sus publicaciones.";
11 $a->strings["Use this application name even if another application was used."] = "Utilice este nombre de aplicación incluso si otra aplicación fue utilizada.";
12 $a->strings["Submit"] = "Enviar";