def UserStringList(label):  # this name left with C naming style for compatibility with translation assistance procedures  #pylint: disable=invalid-name
    '''
    A translation assistance tool is intended to search for this method to identify translatable strings.
    :param label: a UserString key
    :return: a python list of translated strings from the UserString list identified by the label
    '''

    return fo.userStringList(label)
Exemple #2
0
def UserStringList(label):  # this name left with C naming style for compatibility with translation assistance procedures  #pylint: disable=invalid-name
    '''
    A translation assistance tool is intended to search for this method to identify translatable strings.
    :param label: a UserString key
    :return: a python list of translated strings from the UserString list identified by the label
    '''

    return fo.userStringList(label)
def UserStringList(label):  # pylint: disable=invalid-name
    """
    A translation assistance tool is intended to search for this method to identify translatable strings.

    :param label: a UserString key
    :return: a python list of translated strings from the UserString list identified by the label
    """

    return fo.userStringList(label)
Exemple #4
0
def UserStringList(label):  # pylint: disable=invalid-name
    """
    A translation assistance tool is intended to search for this method to identify translatable strings.

    :param label: a UserString key
    :return: a python list of translated strings from the UserString list identified by the label
    """

    return fo.userStringList(label)