kopia lustrzana https://github.com/nextcloud/social
				
				
				
			
		
			
				
	
	
		
			21 wiersze
		
	
	
		
			607 B
		
	
	
	
		
			JavaScript
		
	
	
			
		
		
	
	
			21 wiersze
		
	
	
		
			607 B
		
	
	
	
		
			JavaScript
		
	
	
OC.L10N.register(
 | 
						|
    "social",
 | 
						|
    {
 | 
						|
    "Help" : "Ayuda",
 | 
						|
    "Open documentation" : "Abrir la documentación",
 | 
						|
    "Finish setup" : "Terminar configuración",
 | 
						|
    "Home" : "Inicio",
 | 
						|
    "Notifications" : "Notificaciones",
 | 
						|
    "Post" : "Publicar",
 | 
						|
    "Public" : "Público",
 | 
						|
    "Uploading..." : "Cargando...",
 | 
						|
    "Delete" : "Borrar",
 | 
						|
    "Edit" : "Editar",
 | 
						|
    "Close" : "Cerrar",
 | 
						|
    "Reply" : "Responder",
 | 
						|
    "Continue" : "Continuar",
 | 
						|
    "User not found" : "No se encontró el usuario",
 | 
						|
    "More actions" : "Más acciones"
 | 
						|
},
 | 
						|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
 |