56 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
$TRANSLATIONS = array(
 | 
						|
"Saved" => "Salveguardate",
 | 
						|
"Can't create document" => "Non pote crear le documento",
 | 
						|
"You don't have permission to rename this document" => "Tu non ha le permissiones pro renominar iste documento",
 | 
						|
"An error occurred while changing directory." => "Un error occurreva durante que tu modificava le directorio.",
 | 
						|
"Directory saved successfully." => "Directorio salveguardate con successo.",
 | 
						|
"Documents" => "Documentos",
 | 
						|
"Saving..." => "Salveguardante...",
 | 
						|
"Failed to load documents." => "Il falleva cargar documentos.",
 | 
						|
"No documents were found. Upload or create a document to get started!" => "Il non trovava alcun documentos. Incarga o crea un documento pro initiar!",
 | 
						|
"Share" => "Compartir",
 | 
						|
"Save" => "Salveguardar",
 | 
						|
"Loading documents..." => "Cargante documentos...",
 | 
						|
"File name cannot be empty." => "Le nomine de file non pote esser vacue.",
 | 
						|
"Align Left" => "Alinea a sinistra",
 | 
						|
"Alignment" => "Alineamento",
 | 
						|
"Align Right" => "Alinea a dextera",
 | 
						|
"Cancel" => "Cancellar",
 | 
						|
"Close" => "Clauder",
 | 
						|
"Color" => "Color",
 | 
						|
"Create" => "Crear",
 | 
						|
"Default Style" => "Stilo predefinite",
 | 
						|
"Delete" => "Deler",
 | 
						|
"Family" => "Familia",
 | 
						|
"Insert Image" => "Inserta imagine",
 | 
						|
"Invite Members" => "Invita Membros",
 | 
						|
"Left" => "Sinistra",
 | 
						|
"Loading" => "Cargante",
 | 
						|
"Members" => "Membros",
 | 
						|
"New Name:" => "Nove nomine",
 | 
						|
"OK" => "Ok",
 | 
						|
"Open" => "Aperi",
 | 
						|
"Options" => "Optiones",
 | 
						|
"Redo" => "Refacer",
 | 
						|
"Size" => "Dimension",
 | 
						|
"Style" => "Stilo",
 | 
						|
"Text" => "Texto",
 | 
						|
"Undo" => "Annulla",
 | 
						|
"Unknown Author" => "Autor incognite",
 | 
						|
"Edit" => "Modificar",
 | 
						|
"guest" => "hospite",
 | 
						|
"External" => "Externe",
 | 
						|
"Server URL" => "URL de servitor",
 | 
						|
"Apply and test" => "Applica e essaya",
 | 
						|
"New document" => "Nove documento",
 | 
						|
"Upload (max. %s)" => "Incargar (max. %s)",
 | 
						|
"Upload" => "Incargar",
 | 
						|
"Save new documents to" => "Salveguardar nove documento in",
 | 
						|
"Wrong password. Please retry." => "Contrasigno errate. Pro favor essaya de novo.",
 | 
						|
"Password" => "Contrasigno",
 | 
						|
"Guest %s" => "Hospite %s",
 | 
						|
"Advanced feature-set" => "Insimul de characteristicas avantiate"
 | 
						|
);
 | 
						|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
 |