All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.cq.social.scf.community.CommunitySiteTranslationConstants Maven / Gradle / Ivy

There is a newer version: 6.5.21
Show newest version
/*************************************************************************
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2016 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 **************************************************************************/

package com.adobe.cq.social.scf.community;

public class CommunitySiteTranslationConstants {

    /** Store translation on user request */
    public static final String TRANSLATE_ON_USER_REQUEST = "TRANSLATE_ON_USER_REQUEST";

    /** Do not store translation */
    public static final String DO_NOT_PERSIST_TRANSLATION = "DO_NOT_PERSIST_TRANSLATION";

    /** Store translation at the time of posting content */
    public static final String TRANSLATE_AUTOMATICALLY = "TRANSLATE_AUTOMATICALLY";

    /** Default translation persistence */
    public static final String DEFAULT_TRANSLATION_PERSISTENCE = "TRANSLATE_AUTOMATICALLY";

    /** Store translation at the time of posting content */
    public static final String TRUE_STRING = "true";

    /** Store translation at the time of posting content */
    public static final String FALSE_STRING = "false";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy