Exemplo n.º 1
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)
Exemplo n.º 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)
Exemplo n.º 3
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)
Exemplo n.º 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)