Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lang_es (0.19 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. ja */
        String ONLINE_HELP_SUPPORTED_LANGS = "online.help.supported.langs";
    
        /** The key of the configuration. e.g. https://discuss.codelibs.org/c/Fess{lang}/ */
        String FORUM_LINK = "forum.link";
    
        /** The key of the configuration. e.g. en,ja */
        String FORUM_SUPPORTED_LANGS = "forum.supported.langs";
    
        /** The key of the configuration. e.g. 0 */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  2. src/main/resources/fess_label_fr.properties

    labels.webConfigName	=	Nom de la configuration Web
    labels.allLanguages	=	Toutes les langues
    labels.dictId	=	ID de dictionnaire
    labels.docId	=	Identifiant du document
    labels.endTime	=	Heure de fin
    labels.hq	=	hq
    labels.inputs	=	Source
    labels.jobLogging	=	Journalisation
    labels.jobName	=	Nom
    labels.jobStatus	=	Statut
    labels.labelTypeIds	=	Étiquettes
    labels.lang	=	langue
    labels.outputs	=	Cible
    labels.pos	=	PDV
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    online.help.name.plugin=plugin
    online.help.name.storage=storage
    
    online.help.supported.langs=ja
    
    # ----------------------------------------------------------
    #                                                      Forum
    #                                                     ------
    forum.link=https://discuss.codelibs.org/c/Fess{lang}/
    forum.supported.langs=en,ja
    
    # ----------------------------------------------------------
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
Back to top