Show
Ignore:
Timestamp:
2008-07-19 21:26:46 (5 months ago)
Author:
mosipov
Message:

ASSIGNED - #2361: Provide interface for locale resolution

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/localization/LocaleResolver.java

    r2216 r2234  
     1/* 
     2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 
     3 * Copyright (C) 2003-2008 Frederico Caldeira Knabben 
     4 *  
     5 * == BEGIN LICENSE == 
     6 *  
     7 * Licensed under the terms of any of the following licenses at your 
     8 * choice: 
     9 *  
     10 *  - GNU General Public License Version 2 or later (the "GPL") 
     11 *    http://www.gnu.org/licenses/gpl.html 
     12 *  
     13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
     14 *    http://www.gnu.org/licenses/lgpl.html 
     15 *  
     16 *  - Mozilla Public License Version 1.1 or later (the "MPL") 
     17 *    http://www.mozilla.org/MPL/MPL-1.1.html 
     18 *  
     19 * == END LICENSE == 
     20 */ 
    121package net.fckeditor.localization; 
    222