mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-11-03 20:08:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			168 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			168 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
OC.L10N.register(
 | 
						|
    "ocsms",
 | 
						|
    {
 | 
						|
    "Cancel" : "取消",
 | 
						|
    "Settings" : "設定",
 | 
						|
    "Enable" : "啟用",
 | 
						|
    "Disable" : "停用"
 | 
						|
},
 | 
						|
"nplurals=1; plural=0;");
 |