73 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php $TRANSLATIONS = array(
 | 
						|
"Documents" => "Documents",
 | 
						|
"Close" => "Close",
 | 
						|
"Share" => "Share",
 | 
						|
"No connection to server. Trying to reconnect." => "No connection to server. Trying to reconnect.",
 | 
						|
"Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead.",
 | 
						|
"Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently." => "Failed to load this document. Please check if it can be opened with an external ODT editor. This might also mean it has been unshared or deleted recently.",
 | 
						|
"Failed to load documents." => "Failed to load documents.",
 | 
						|
"No documents are found. Please upload or create a document!" => "No documents can be found. Please upload or create a document!",
 | 
						|
"Align Left" => "Align Left",
 | 
						|
"Alignment" => "Alignment",
 | 
						|
"Align Right" => "Align Right",
 | 
						|
"Annotate" => "Annotate",
 | 
						|
"Background" => "Background",
 | 
						|
"Bold" => "Bold",
 | 
						|
"Bottom" => "Bottom",
 | 
						|
"Cancel" => "Cancel",
 | 
						|
"Center" => "Centre",
 | 
						|
"Clone" => "Clone",
 | 
						|
"Clone this Style" => "Clone this Style",
 | 
						|
"Color" => "Colour",
 | 
						|
"Create" => "Create",
 | 
						|
"Decrease Indent" => "Decrease Indent",
 | 
						|
"Default Style" => "Default Style",
 | 
						|
"Delete" => "Delete",
 | 
						|
"Family" => "Family",
 | 
						|
"Font" => "Font",
 | 
						|
"Font Effects" => "Font Effects",
 | 
						|
"Format" => "Format",
 | 
						|
"Increase Indent" => "Increase Indent",
 | 
						|
"Insert Image" => "Insert Image",
 | 
						|
"Invite Members" => "Invite Members",
 | 
						|
"Italic" => "Italic",
 | 
						|
"Justified" => "Justified",
 | 
						|
"Justify" => "Justify",
 | 
						|
"Left" => "Left",
 | 
						|
"Loading" => "Loading",
 | 
						|
"Members" => "Members",
 | 
						|
"New Name:" => "New Name:",
 | 
						|
"OK" => "OK",
 | 
						|
"Open" => "Open",
 | 
						|
"Options" => "Options",
 | 
						|
"Paragraph..." => "Paragraph...",
 | 
						|
"Paragraph Styles" => "Paragraph Styles",
 | 
						|
"Redo" => "Redo",
 | 
						|
"Right" => "Right",
 | 
						|
"Save" => "Save",
 | 
						|
"Size" => "Size",
 | 
						|
"Spacing" => "Spacing",
 | 
						|
"Strikethrough" => "Strikethrough",
 | 
						|
"Style" => "Style",
 | 
						|
"Text" => "Text",
 | 
						|
"Top" => "Top",
 | 
						|
"Underline" => "Underline",
 | 
						|
"Undo" => "Undo",
 | 
						|
"Unknown Author" => "Unknown Author",
 | 
						|
"Edit" => "Edit",
 | 
						|
"Sent" => "Sent",
 | 
						|
"Declined" => "Declined",
 | 
						|
"Accepted" => "Accepted",
 | 
						|
"Incoming" => "Incoming",
 | 
						|
"New document" => "New document",
 | 
						|
"Upload" => "Upload",
 | 
						|
"Save new documents to" => "Save new documents to",
 | 
						|
"Wrong password. Please retry." => "Incorrect password. Please try again.",
 | 
						|
"Password" => "Password",
 | 
						|
"Please enter your nickname" => "Please enter your nickname",
 | 
						|
"Join" => "Join",
 | 
						|
"This link has been expired or is never existed. Please contact the person who shared it with you for details." => "This link has expired or is incorrect. Please contact the person who shared it with you for details.",
 | 
						|
"Advanced feature-set" => "Advanced feature-set",
 | 
						|
"(Unstable)" => "(Unstable)"
 | 
						|
);
 |