blob: 99f984ef8a13daff883dd4dc4ecd8cb6b37d2dd1 [file] [log] [blame]
###############################################################################
# Copyright (c) 2009, 2012 Sierra Wireless and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Sierra Wireless - initial API and implementation
###############################################################################
template.fordots=For On Dots
template.forlist=For On List
template.fornumeric.range=Numeric For Loop With Range
template.function =Function Declaration
template.if=If Statement
template.ipairs=For On Table Using Ipairs Function
template.local=Variable Declaration
template.localAssignment=Variable Declaration With Initialization
template.fornumeric=Numeric For Loop
template.pairs=For On Table Using Pairs Function
template.pcall=Protected Function Call
template.print=Classic Print Function
template.repeat=Repeat Loop
template.while=While Loop