forked from friendica/friendica-addons
		
	ES translation work THX Albert
This commit is contained in:
		
					parent
					
						
							
								673705dcca
							
						
					
				
			
			
				commit
				
					
						631c7724b6
					
				
			
		
					 51 changed files with 1981 additions and 227 deletions
				
			
		| 
						 | 
				
			
			@ -1,14 +1,19 @@
 | 
			
		|||
<?php
 | 
			
		||||
 | 
			
		||||
$a->strings["Remote Permissions Settings"] = "";
 | 
			
		||||
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
 | 
			
		||||
$a->strings["Submit"] = "Envíar";
 | 
			
		||||
$a->strings["Remote Permissions settings updated."] = "";
 | 
			
		||||
$a->strings["Visible to:"] = "Visible para:";
 | 
			
		||||
$a->strings["Visible to"] = "";
 | 
			
		||||
$a->strings["may only be a partial list"] = "";
 | 
			
		||||
$a->strings["Global"] = "";
 | 
			
		||||
$a->strings["The posts of every user on this server show the post recipients"] = "";
 | 
			
		||||
$a->strings["Individual"] = "";
 | 
			
		||||
$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
 | 
			
		||||
$a->strings["Settings updated."] = "Configuración actualizada.";
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
if(! function_exists("string_plural_select_es")) {
 | 
			
		||||
function string_plural_select_es($n){
 | 
			
		||||
	return ($n != 1);;
 | 
			
		||||
}}
 | 
			
		||||
;
 | 
			
		||||
$a->strings["Remote Permissions Settings"] = "Ajustes de Permisos Remotos";
 | 
			
		||||
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Permitir a los destinatarios de sus publicaciones privadas ver a los otros destinatarios de sus publicaciones";
 | 
			
		||||
$a->strings["Submit"] = "Enviar";
 | 
			
		||||
$a->strings["Remote Permissions settings updated."] = "Ajustes de Permisos Remotos actualizados.";
 | 
			
		||||
$a->strings["Visible to:"] = "Visible para:";
 | 
			
		||||
$a->strings["Visible to"] = "Visible para";
 | 
			
		||||
$a->strings["may only be a partial list"] = "puede ser sólo una lista parcial";
 | 
			
		||||
$a->strings["Global"] = "Global";
 | 
			
		||||
$a->strings["The posts of every user on this server show the post recipients"] = "Las entradas de cada usuario de este servidor muestran a los destinatarios de la entrada";
 | 
			
		||||
$a->strings["Individual"] = "Individuo";
 | 
			
		||||
$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Cada usuario elige si sus entradas muestran a los destinatarios de la entrada";
 | 
			
		||||
$a->strings["Settings updated."] = "Ajustes actualizados.";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue