Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 57da3deaeab8c856f90cf9cfb03a21dec6c80d7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
################################################################################
# Copyright (c) 2008-2010 Motorola Inc.
# 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 
# 
# Initial Contributors:
# Otávio Ferranti (Motorola)
# 
# Contributors: 
# Daniel Pastore (Eldorado) - [289870] Moving and renaming Tml to Sequoyah
################################################################################

# NLS_MESSAGEFORMAT_VAR
# NLS_ENCODING=UTF-8

OpenConnectionDialog_Window_Title=New connection
OpenConnectionDialog_Window_Message=Enter values for the connection parameters

OpenConnectionDialog_Label_Host=Host:
OpenConnectionDialog_Label_Port=Port:
OpenConnectionDialog_Label_Protocol=Protocol:

LoginDialog_Window_Title=Login
LoginDialog_Window_Message=Please, enter a valid user and password

LoginDialog_Msg_Login_Invalid=Login failed. Please, enter a valid user and password

LoginDialog_Label_User=User:
LoginDialog_Label_Password=Password:

Back to the top