mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 19:57:28 +00:00
Adding i18n.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4947 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
37d657ce06
commit
5312c29bfb
26
src/resources/i18n/spark_i18n_en.properties
Normal file
26
src/resources/i18n/spark_i18n_en.properties
Normal file
@ -0,0 +1,26 @@
|
||||
# Spark
|
||||
|
||||
label.username = &Username:
|
||||
label.password = &Password:
|
||||
label.confirm.password = &Confirm Password:
|
||||
label.server = &Server:
|
||||
label.create.account = Create &Account:
|
||||
label.close = C&lose:
|
||||
|
||||
# Account Creation
|
||||
account.create.username.error = Please specify a username for the account.
|
||||
account.create.password.error = Please specify a password for this account.
|
||||
account.create.confirmation.password.error = Please specify a confirmation password.
|
||||
account.create.account.error = Please specify the server to create the account on.
|
||||
account.create.passwords.no.match = The passwords do not match. Please confirm passwords.
|
||||
account.create.problem = Account Creation Problem
|
||||
account.create.registering = Registering with {0}. Please wait...
|
||||
account.create.connection.failed = Unable to connect to {0}.
|
||||
account.create.account = Unable to create account.
|
||||
account.create.already.exists = Account already exists. Please try a different username.
|
||||
account.create.created = A new account has been created.
|
||||
account.create.created.title = Account Created
|
||||
account.create.create.account = Create New Account
|
||||
account.create.registration = Account Registration
|
||||
account.create.register.account = Register a new account to chat
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user