mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
adding endofFile marks to all locales
adding missing placeholders for: _es , _fi, _fr, _pl, _pt_BR please make sure theres only one whitespace in front and after the '=' git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12096 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
dfcfedd4dc
commit
6d3ff00cac
@ -38,16 +38,16 @@ public class CompareLocales {
|
||||
readFile(mylocale, _mylocalelist);
|
||||
|
||||
|
||||
// check if all standard items are in the german file
|
||||
// check if all standard items are in the locale file
|
||||
for (String s : _standardlist) {
|
||||
if (!_mylocalelist.contains(s)) {
|
||||
System.out.println(_mainlist.get(_standardlist.indexOf(s)));
|
||||
}
|
||||
}
|
||||
// Check if all german-items are in the standard file
|
||||
// Check if all locale-items are in the standard file
|
||||
for (String s : _mylocalelist) {
|
||||
if (!_standardlist.contains(s)) {
|
||||
System.out.println(s);
|
||||
System.out.println("Delete this->"+s+ " @"+_mylocalelist.indexOf(s));
|
||||
}
|
||||
}
|
||||
|
||||
@ -55,7 +55,6 @@ public class CompareLocales {
|
||||
|
||||
|
||||
// Check if we have doubles
|
||||
checkdoubles(standard);
|
||||
checkdoubles(mylocale);
|
||||
|
||||
}
|
||||
@ -79,11 +78,13 @@ public class CompareLocales {
|
||||
// like comments and empty lines
|
||||
if (zeile != null && zeile.contains("=")) {
|
||||
|
||||
String s = zeile.substring(0, zeile.indexOf("=") - 1);
|
||||
s = s.replace(" ", "");
|
||||
String s = zeile;
|
||||
s = zeile.replace(" ", "");
|
||||
s = s.substring(0, zeile.indexOf("="));
|
||||
|
||||
liste.add(s);
|
||||
if (!hashliste.add(s))
|
||||
System.out.println(zeile);
|
||||
System.out.println("Double-> "+zeile);
|
||||
|
||||
}
|
||||
|
||||
@ -92,7 +93,7 @@ public class CompareLocales {
|
||||
|
||||
}
|
||||
|
||||
System.out.println(file.getName()+">>>\n containing " + liste.size() + " entries, with " + (liste.size()-hashliste.size())+ " doubles");
|
||||
System.out.println("\n "+file.getName()+"\n >>>containing " + liste.size() + " entries, with " + (liste.size()-hashliste.size())+ " doubles");
|
||||
reader.close();
|
||||
} catch (FileNotFoundException e) {
|
||||
|
||||
@ -121,8 +122,10 @@ public class CompareLocales {
|
||||
if (zeile != null && zeile.contains("=")) {
|
||||
if (destination.equals(_standardlist))
|
||||
_mainlist.add(zeile);
|
||||
String s = zeile.substring(0, zeile.indexOf("=") - 1);
|
||||
s = s.replace(" ", "");
|
||||
String s = zeile;
|
||||
s = zeile.replace(" ", "");
|
||||
s = s.substring(0, zeile.indexOf("="));
|
||||
|
||||
destination.add(s);
|
||||
|
||||
}
|
||||
|
||||
@ -189,7 +189,7 @@ label.resource = &Recurso
|
||||
label.response.timeout = &Tiempo m\u00e1ximo de espera (seg)
|
||||
label.room = &Cuarto
|
||||
label.room.name = &Nombre del cuarto
|
||||
label.room.topic= &Tema del cuarto
|
||||
label.room.topic = &Tema del cuarto
|
||||
label.search.service = &Servicio de b\u00fasqueda
|
||||
label.server = &Servidor
|
||||
label.server.address = &Direcci\u00f3n del servidor
|
||||
@ -218,7 +218,7 @@ menuitem.add.contact = Agregar contacto
|
||||
menuitem.add.contact.group = Agregar contacto al grupo
|
||||
menuitem.add.groupchat.myname = Destacar mi nombre cuando alguien lo dice
|
||||
menuitem.add.groupchat.mytext = Destacar mi texto cuando yo digo algo
|
||||
menuitem.add.groupchat.popname= Mostrar mensaje emergente cuando alguien dice mi nombre
|
||||
menuitem.add.groupchat.popname = Mostrar mensaje emergente cuando alguien dice mi nombre
|
||||
menuitem.alert.when.online = Alertar cuando el usuario est\u00e9 disponible
|
||||
menuitem.ban = Censurar
|
||||
menuitem.ban.user = Censurar usuario
|
||||
@ -250,7 +250,7 @@ menuitem.invite.group.to.conference = Invitar grupo a conferencia
|
||||
menuitem.invite.users = Invitar usuarios
|
||||
menuitem.join.on.startup = Ingresar al comienzo
|
||||
menuitem.join.room = Ingresar al cuarto
|
||||
menuitem.kick.user= Desconectar usuario
|
||||
menuitem.kick.user = Desconectar usuario
|
||||
menuitem.languages = Idiomas
|
||||
menuitem.logout.no.status = Cerrar la sesi\u00f3n
|
||||
menuitem.logout.with.status = Cerrar sesi\u00f3n con un motivo
|
||||
@ -699,3 +699,77 @@ user.has.signed.in = se ha conectado.
|
||||
user.has.signed.off = se ha desconectado.
|
||||
while.offline = mientras estaba desconectado
|
||||
yes = Si
|
||||
|
||||
|
||||
##########################################
|
||||
# #
|
||||
# #
|
||||
# Missing Translation: #
|
||||
# #
|
||||
# #
|
||||
##########################################
|
||||
|
||||
administrator = Administrator
|
||||
button.reject = Reject
|
||||
button.login = &Login
|
||||
button.re.detect = &Re-detect
|
||||
checkbox.notify.typing.systemtray = &Show typing notification in the system tray
|
||||
checkbox.notify.systemtray = Show new &messages in the system tray
|
||||
checkbox.use.debugger.on.startup = Start debugger on startup
|
||||
checkbox.use.krbconf = Use krb5.conf or krb5.ini
|
||||
checkbox.use.krb.dns = Use DNS
|
||||
checkbox.use.specify.below = Specify below
|
||||
checkbox.use.pki.authentication = Use PKI authentication
|
||||
label.na = n/a
|
||||
label.cell = Cell
|
||||
label.work = Work
|
||||
label.home = Home
|
||||
label.krb.realm = Realm
|
||||
label.krb.kdc = KDC
|
||||
label.which.pki.method = Which PKI method?
|
||||
label.choose.file = Choose file
|
||||
label.trust.store.password = Trust store password
|
||||
label.enter.password = Enter password
|
||||
label.move.focus.forwards = Move focus forwards
|
||||
label.move.focus.backwards = Move focus backwards
|
||||
label.keystore.location = Keystore location
|
||||
label.truststore.location = Truststore location
|
||||
label.pkcs.library.file = PKCS#11 library file
|
||||
label.x509.certificate = X.509 certificate
|
||||
label.apple.keychain = Apple KeyChain
|
||||
label.add.to.roster = Add user to your roster
|
||||
label.audio.device = &Audio device
|
||||
label.video.device = &Video device
|
||||
menuitem.bookmarks = Bookmarks
|
||||
menuitem.add.groupchat.showjoinleavemessage = &Show join and leave messages
|
||||
menuitem.add.groupchat.showrolesinsteadofstatus = Show chatroleicons instead of statusicons
|
||||
menuitem.always.on.top = Always on top
|
||||
menuitem.block.contact = Block contact
|
||||
menuitem.unblock.contact = Unblock contact
|
||||
menuitem.expand.all.groups = Expand all groups
|
||||
menuitem.collapse.all.groups = Collapse all groups
|
||||
menuitem.inivite.again = Invite again
|
||||
menuitem.chatframe.option = Options
|
||||
message.invite.to.groupchat = {0} is inviting you to join a group chat
|
||||
message.enter.sametime = Enter your Sametime username and password below
|
||||
message.enter.facebook = Enter your Facebook username and password below
|
||||
message.enter.myspace = Enter your MySpace username and password below
|
||||
message.nickname.not.acceptable = Nickname change is not enabled!
|
||||
message.groupchat.require.password = This group chat room requires a password to enter
|
||||
message.search.for.history = Search conversation history
|
||||
tab.sso = SSO
|
||||
tab.pki = PKI
|
||||
title.password.required = Password required
|
||||
title.task.notification = Task notification
|
||||
title.client.logs = Client logs
|
||||
title.bookmarks = Bookmarks
|
||||
title.advanced.connection.usesso = Use Single Sign-On (SSO) via GSSAPI
|
||||
title.general.media = Media settings
|
||||
title.aim.registration = AIM account credentials
|
||||
title.sametime.registration = Sametime account credentials
|
||||
title.facebook.registration = Facebook account credentials
|
||||
title.myspace.registration = MySpace account credentials
|
||||
title.subscription.request = Subscription request
|
||||
tooltip.place.a.call = Place a call to this individual
|
||||
|
||||
#!#
|
||||
@ -333,7 +333,7 @@ label.change.password.to = &Uusi salasana
|
||||
label.username = &K\ufffdytt\ufffdj\ufffdnimi
|
||||
label.name = &Nimi
|
||||
label.room.name = &Huoneen nimi
|
||||
label.room.topic= Puheen &aihe
|
||||
label.room.topic = Puheen &aihe
|
||||
label.password = &Salasana
|
||||
label.confirm.password = &Varmista salasana
|
||||
label.server = &Palvelin
|
||||
@ -349,7 +349,6 @@ label.host = &Is\ufffdnt\ufffd
|
||||
label.resource = &Resurssi
|
||||
label.protocol = &Protokolla
|
||||
label.accounts = &Tilit
|
||||
label.receieved = &Vastaanotettu
|
||||
label.transfer.timeout = &Siirron aikakatkaisu (min):
|
||||
label.transfer.download.directory = &Lataushakemisto:
|
||||
label.find = &Etsi
|
||||
@ -582,7 +581,6 @@ message.number.to.call = Anna numero, johon soitetaan
|
||||
message.no.caller.id = Soittajan tunnistetta ei ole saatavilla
|
||||
message.no.history.found = Keskusteluhistoriaa ei l\ufffdytynyt t\ufffdlle k\ufffdytt\ufffdj\ufffdlle.
|
||||
message.prompt.plugin.uninstall = Haluatko poistaa lis\ufffdosan {0}?
|
||||
message.restart.spark = Lis\ufffdosa poistetaan seuraavan k\ufffdynnistyksen yhteydess\ufffd.
|
||||
message.loading.please.wait = Ladataan. Odota hetki...
|
||||
message.plugins.not.available = Lis\ufffdosia tarjoavaan palvelimeen ei saada yhteytt\ufffd.
|
||||
message.downloading = Ladataan {0}
|
||||
@ -868,3 +866,115 @@ tooltip.appearance = Vaihda keskusteluikkunoiden tyyli\ufffd.
|
||||
tooltip.file.transfer = Tiedostonsiirron asetukset
|
||||
tooltip.send.email = L\ufffdhet\ufffd s\ufffdhk\ufffdposti.
|
||||
tooltip.start.chat = Aloita keskustelu.
|
||||
|
||||
|
||||
##########################################
|
||||
# #
|
||||
# #
|
||||
# Missing Translation: #
|
||||
# #
|
||||
# #
|
||||
##########################################
|
||||
|
||||
|
||||
administrator = Administrator
|
||||
apply = Apply
|
||||
button.reject = Reject
|
||||
button.login = &Login
|
||||
button.unset.file.explorer = Unset File Browser
|
||||
button.re.detect = &Re-detect
|
||||
checkbox.disable.prev.chat.history = Disable &showing previous conversation in chat
|
||||
checkbox.notify.typing.systemtray = &Show typing notification in the system tray
|
||||
checkbox.notify.systemtray = Show new &messages in the system tray
|
||||
checkbox.show.avatars.in.contactlist = Show &avatars in contact list
|
||||
checkbox.use.debugger.on.startup = Start debugger on startup
|
||||
checkbox.broadcast.hide.offline.user = Hide offline user
|
||||
checkbox.use.krbconf = Use krb5.conf or krb5.ini
|
||||
checkbox.use.krb.dns = Use DNS
|
||||
checkbox.use.specify.below = Specify below
|
||||
checkbox.use.pki.authentication = Use PKI authentication
|
||||
gateway.username.password.error = Username and/or password need to be supplied
|
||||
group.chat.name.notification = Seen your name...
|
||||
group.chat.name.match = Your name has been said in group chat:
|
||||
label.na = n/a
|
||||
label.cell = Cell
|
||||
label.work = Work
|
||||
label.home = Home
|
||||
label.downloads = Downloads
|
||||
label.received = Received
|
||||
label.krb.realm = Realm
|
||||
label.krb.kdc = KDC
|
||||
label.which.pki.method = Which PKI method?
|
||||
label.choose.file = Choose file
|
||||
label.trust.store.password = Trust store password
|
||||
label.enter.password = Enter password
|
||||
label.move.focus.forwards = Move focus forwards
|
||||
label.move.focus.backwards = Move focus backwards
|
||||
label.keystore.location = Keystore location
|
||||
label.truststore.location = Truststore location
|
||||
label.pkcs.library.file = PKCS#11 library file
|
||||
label.x509.certificate = X.509 certificate
|
||||
label.apple.keychain = Apple KeyChain
|
||||
label.add.to.roster = Add user to your roster
|
||||
label.audio.device = &Audio device
|
||||
label.video.device = &Video device
|
||||
menuitem.bookmarks = Bookmarks
|
||||
menuitem.add.groupchat.myname = Highlight my &name when someone says it
|
||||
menuitem.add.groupchat.mytext = &Highlight my text when I say something
|
||||
menuitem.add.groupchat.popname = Show &toast popup when someone says my name
|
||||
menuitem.add.groupchat.showjoinleavemessage = &Show join and leave messages
|
||||
menuitem.add.groupchat.showrolesinsteadofstatus = Show chatroleicons instead of statusicons
|
||||
menuitem.always.on.top = Always on top
|
||||
menuitem.open.with = Open with...
|
||||
menuitem.block.contact = Block contact
|
||||
menuitem.unblock.contact = Unblock contact
|
||||
menuitem.show.offline.users = Show offline users
|
||||
menuitem.show.contact.statusmessage = Show status message
|
||||
menuitem.bookmark.room = Bookmark room
|
||||
menuitem.refresh = Refresh
|
||||
menuitem.create.room = Create or join room
|
||||
menuitem.expand.all.groups = Expand all groups
|
||||
menuitem.collapse.all.groups = Collapse all groups
|
||||
menuitem.inivite.again = Invite again
|
||||
menuitem.chatframe.option = Options
|
||||
message.invite.to.groupchat = {0} is inviting you to join a group chat
|
||||
message.enter.gtalk = Enter your GTalk username and password below
|
||||
message.enter.sametime = Enter your Sametime username and password below
|
||||
message.enter.facebook = Enter your Facebook username and password below
|
||||
message.enter.myspace = Enter your MySpace username and password below
|
||||
message.enter.xmpp = Enter your XMPP username and password below
|
||||
message.file.transfer.notification = File transfer notification
|
||||
message.file.transfer.short.message = is sending you a file called\:
|
||||
message.file.transfer.chat.window = File transfer request:
|
||||
message.nickname.not.acceptable = Nickname change is not enabled!
|
||||
message.restart.spark.changes = Plugin will be removed on the next startup of Spark
|
||||
message.groupchat.require.password = This group chat room requires a password to enter
|
||||
message.search.for.history = Search conversation history
|
||||
tab.sso = SSO
|
||||
tab.pki = PKI
|
||||
title.password.required = Password required
|
||||
title.task.notification = Task notification
|
||||
title.client.logs = Client logs
|
||||
title.bookmarks = Bookmarks
|
||||
title.advanced.connection.usesso = Use Single Sign-On (SSO) via GSSAPI
|
||||
title.delete.file = Do you really want to delete this file?
|
||||
title.error.couldnt.open.file = Could not open the file
|
||||
title.error.delete.file = Could not delete file
|
||||
title.error.find.app = Could not find a matching application
|
||||
title.error.rename.file = Could not rename the file
|
||||
title.file = File
|
||||
title.filesize = Size
|
||||
title.general.media = Media settings
|
||||
title.group.chat.settings = Group chat settings
|
||||
title.gtalk.registration = GTalk account credentials
|
||||
title.sametime.registration = Sametime account credentials
|
||||
title.facebook.registration = Facebook account credentials
|
||||
title.myspace.registration = MySpace account credentials
|
||||
title.input.fileexplorer = Please input the name of your file browser:
|
||||
title.input.newname = Please input the new name\:
|
||||
title.input.openwith = Please input the name of the application which you want to use:
|
||||
title.xmpp.registration = XMPP account credentials
|
||||
title.appearance.showVCards = Show &VCards in the contact list
|
||||
title.subscription.request = Subscription request
|
||||
|
||||
#!#
|
||||
@ -124,7 +124,6 @@ label.postal.code = &Code Postal
|
||||
label.presence = &Pr\u00E9sence
|
||||
label.priority = P&riorit\u00E9
|
||||
label.protocol = &Protocole
|
||||
label.receieved = &Re\u00E7u
|
||||
label.rename.to = Renommer
|
||||
label.resource = &Resource
|
||||
label.response.timeout = &Temps maximal de r\u00E9ponse (sec)
|
||||
@ -532,4 +531,231 @@ tree.conference.services = Service de Conf\u00E9rence
|
||||
tree.users.in.room = Utilisateurs du Salon
|
||||
use.default = Utiliser les valeurs par d\u00E9faut
|
||||
yes = Oui
|
||||
menuitem.quit = Quitter
|
||||
|
||||
|
||||
##########################################
|
||||
# #
|
||||
# #
|
||||
# Missing Translation: #
|
||||
# #
|
||||
# #
|
||||
##########################################
|
||||
|
||||
administrator = Administrator
|
||||
answer = Answer
|
||||
apply = Apply
|
||||
available = Available
|
||||
broadcast = Broadcast
|
||||
offline = Offline
|
||||
online = Online
|
||||
participants = Participants
|
||||
unfiled = Unfiled
|
||||
user.has.signed.in = has signed in.
|
||||
user.has.signed.off = has signed off.
|
||||
while.offline = While offline
|
||||
action.clear = Clear
|
||||
action.copy = Copy
|
||||
action.cut = Cut
|
||||
action.paste = Paste
|
||||
action.print = Print
|
||||
action.save = Save
|
||||
action.select.all = Select all
|
||||
button.reject = Reject
|
||||
button.add.user = Add user
|
||||
button.add2 = Add
|
||||
button.copy.to.clipboard = Copy to clipboard
|
||||
button.login = &Login
|
||||
button.reconnect2 = Reconnect
|
||||
button.save = Save
|
||||
button.send = Send
|
||||
button.send.email = Email
|
||||
button.start.chat = Chat
|
||||
button.tasks.active = Active
|
||||
button.tasks.all = All
|
||||
button.unset.file.explorer = Unset File Browser
|
||||
button.view.notes = View notes
|
||||
button.view.profile = View full profile
|
||||
button.view.tasklist = View task list
|
||||
button.re.detect = &Re-detect
|
||||
checkbox.allow.buzz = Allow users to &buzz you
|
||||
checkbox.disable.prev.chat.history = Disable &showing previous conversation in chat
|
||||
checkbox.enable.emoticons = E&nable emoticons
|
||||
checkbox.notify.user.comes.online = Notify when a user &comes online
|
||||
checkbox.notify.user.goes.offline = &Notify when a user goes offline
|
||||
checkbox.notify.typing.systemtray = &Show typing notification in the system tray
|
||||
checkbox.notify.systemtray = Show new &messages in the system tray
|
||||
checkbox.show.avatars.in.contactlist = Show &avatars in contact list
|
||||
checkbox.tabs.on.top = Chat tabs &appear on top (requires restart)
|
||||
checkbox.use.compression = Use compression
|
||||
checkbox.use.debugger.on.startup = Start debugger on startup
|
||||
checkbox.use.system.look.and.feel = Use system &look And feel (requires restart)
|
||||
checkbox.broadcast.hide.offline.user = Hide offline user
|
||||
checkbox.use.krbconf = Use krb5.conf or krb5.ini
|
||||
checkbox.use.krb.dns = Use DNS
|
||||
checkbox.use.specify.below = Specify below
|
||||
checkbox.use.pki.authentication = Use PKI authentication
|
||||
delete.log.permanently = Permanently delete log
|
||||
delete.permanently = Permanently delete?
|
||||
gateway.username.password.error = Username and/or password need to be supplied
|
||||
group.empty = There are no online contacts in this group
|
||||
group.offline = Offline group
|
||||
group.chat.name.notification = Seen your name...
|
||||
group.chat.name.match = Your name has been said in group chat:
|
||||
label.na = n/a
|
||||
label.cell = Cell
|
||||
label.work = Work
|
||||
label.home = Home
|
||||
label.add.task = Add task
|
||||
label.chatroom.fontsize = Chat room &font size:
|
||||
label.conflict.error = Unable to login due to account already signed in
|
||||
label.contactlist.avatarsize = Contact list avatar &size:
|
||||
label.contactlist.fontsize = &Contact List font size:
|
||||
label.downloads = Downloads
|
||||
label.due = Due
|
||||
label.emoticons = &Emoticons
|
||||
label.message.style = Message style
|
||||
label.network = Network
|
||||
label.received = Received
|
||||
label.show = Show:
|
||||
label.timeformat = Use {0}
|
||||
label.unable.to.add.contact = Unable to add contact
|
||||
label.user.on.public.network = User is on a public network
|
||||
label.krb.realm = Realm
|
||||
label.krb.kdc = KDC
|
||||
label.which.pki.method = Which PKI method?
|
||||
label.choose.file = Choose file
|
||||
label.trust.store.password = Trust store password
|
||||
label.enter.password = Enter password
|
||||
label.move.focus.forwards = Move focus forwards
|
||||
label.move.focus.backwards = Move focus backwards
|
||||
label.keystore.location = Keystore location
|
||||
label.truststore.location = Truststore location
|
||||
label.pkcs.library.file = PKCS#11 library file
|
||||
label.x509.certificate = X.509 certificate
|
||||
label.apple.keychain = Apple KeyChain
|
||||
label.add.to.roster = Add user to your roster
|
||||
label.audio.device = &Audio device
|
||||
label.video.device = &Video device
|
||||
menuitem.bookmarks = Bookmarks
|
||||
menuitem.add.groupchat.myname = Highlight my &name when someone says it
|
||||
menuitem.add.groupchat.mytext = &Highlight my text when I say something
|
||||
menuitem.add.groupchat.popname = Show &toast popup when someone says my name
|
||||
menuitem.add.groupchat.showjoinleavemessage = &Show join and leave messages
|
||||
menuitem.add.groupchat.showrolesinsteadofstatus = Show chatroleicons instead of statusicons
|
||||
menuitem.always.on.top = Always on top
|
||||
menuitem.copy.to = Copy to
|
||||
menuitem.delete.login.information = Delete login information
|
||||
menuitem.dial = Dial
|
||||
menuitem.enter.login.information = Enter login information
|
||||
menuitem.languages = Languages
|
||||
menuitem.move.to = Move to
|
||||
menuitem.open.with = Open with...
|
||||
menuitem.block.contact = Block contact
|
||||
menuitem.unblock.contact = Unblock contact
|
||||
menuitem.show.offline.group = Group offline users
|
||||
menuitem.sign.in = Sign in
|
||||
menuitem.sign.in.at.login = Sign in at login
|
||||
menuitem.sign.out = Sign out
|
||||
menuitem.user.guide = User guide
|
||||
menuitem.view.logs = View logs
|
||||
menuitem.show.offline.users = Show offline users
|
||||
menuitem.show.contact.statusmessage = Show status message
|
||||
menuitem.bookmark.room = Bookmark room
|
||||
menuitem.refresh = Refresh
|
||||
menuitem.create.room = Create or join room
|
||||
menuitem.expand.all.groups = Expand all groups
|
||||
menuitem.collapse.all.groups = Collapse all groups
|
||||
menuitem.inivite.again = Invite again
|
||||
menuitem.chatframe.option = Options
|
||||
message.invite.to.groupchat = {0} is inviting you to join a group chat
|
||||
message = Message
|
||||
message.alert.notify = Alert notification
|
||||
message.buzz.alert.notification = Get the user's attention
|
||||
message.buzz.sent = Sent alert notification to user
|
||||
message.disconnected.group.chat.error = Your connection was closed due to an error, you will need to re-join this room after reconnecting
|
||||
message.disconnected.shutdown = Your connection was closed because the server was shut down
|
||||
message.enter.gadugadu = Enter your GaduGadu username and password below
|
||||
message.enter.gtalk = Enter your GTalk username and password below
|
||||
message.enter.irc = Enter your IRC username, password and nickname below
|
||||
message.enter.sametime = Enter your Sametime username and password below
|
||||
message.enter.facebook = Enter your Facebook username and password below
|
||||
message.enter.myspace = Enter your MySpace username and password below
|
||||
message.enter.qq = Enter your QQ Number and password below
|
||||
message.enter.simple = Enter your SIMPLE username and password below
|
||||
message.enter.xmpp = Enter your XMPP username and password below
|
||||
message.file.transfer.notification = File transfer notification
|
||||
message.file.transfer.short.message = is sending you a file called\:
|
||||
message.file.transfer.chat.window = File transfer request:
|
||||
message.gateway.username.error = Username needs to be supplied
|
||||
message.gateway.password.error = Password needs to be supplied
|
||||
message.gateway.nickname.error = Nickname needs to be supplied
|
||||
message.invalid.username.password = Invalid username or password
|
||||
message.nickname.not.acceptable = Nickname change is not enabled!
|
||||
message.no.updates = There are no updates
|
||||
message.normal = Normal message
|
||||
message.reconnect.attempting = Attempting...
|
||||
message.reconnect.failed = Reconnect failed
|
||||
message.reconnect.wait = Reconnecting in {0} seconds
|
||||
message.restart.required = You will need to restart Spark to have your changes take effect, restart now?
|
||||
message.room.creation.error = The room could not be created
|
||||
message.send.to.these.people = Send to these people
|
||||
message.server.unavailable = Can't connect to server: invalid name or server not reachable
|
||||
message.unable.to.retrieve.last.activity = Unable to determine last activity for {0}
|
||||
message.unrecoverable.error = Invalid username or password
|
||||
message.waiting.for.user.to.join = Waiting for {0} to join
|
||||
message.your.voice.granted = You have been given a voice in this chat
|
||||
message.groupchat.require.password = This group chat room requires a password to enter
|
||||
message.search.for.history = Search conversation history
|
||||
status.away = Away
|
||||
status.custom.messages = Custom messages
|
||||
status.do.not.disturb = Do not disturb
|
||||
status.extended.away = Extended away
|
||||
status.free.to.chat = Free to chat
|
||||
status.on.phone = On the phone
|
||||
status.online = Online
|
||||
status.pending = Pending
|
||||
tab.sso = SSO
|
||||
tab.pki = PKI
|
||||
title.about = About
|
||||
title.password.required = Password required
|
||||
title.task.notification = Task notification
|
||||
title.client.logs = Client logs
|
||||
title.bookmarks = Bookmarks
|
||||
title.advanced.connection.usesso = Use Single Sign-On (SSO) via GSSAPI
|
||||
title.appearance = Appearance
|
||||
title.appearance.preferences = Customization
|
||||
title.delete.file = Do you really want to delete this file?
|
||||
title.error.couldnt.open.file = Could not open the file
|
||||
title.error.delete.file = Could not delete file
|
||||
title.error.find.app = Could not find a matching application
|
||||
title.error.rename.file = Could not rename the file
|
||||
title.file = File
|
||||
title.filesize = Size
|
||||
title.gadugadu.registration = GaduGadu account credentials
|
||||
title.general.media = Media settings
|
||||
title.group.chat.settings = Group chat settings
|
||||
title.gtalk.registration = GTalk account credentials
|
||||
title.irc.registration = IRC account credentials
|
||||
title.sametime.registration = Sametime account credentials
|
||||
title.facebook.registration = Facebook account credentials
|
||||
title.myspace.registration = MySpace account credentials
|
||||
title.input.fileexplorer = Please input the name of your file browser:
|
||||
title.input.newname = Please input the new name\:
|
||||
title.input.openwith = Please input the name of the application which you want to use:
|
||||
title.login.error = Login error
|
||||
title.no.updates = No updates
|
||||
title.notes = Notes
|
||||
title.qq.registration = QQ account credentials
|
||||
title.simple.registration = SIMPLE account credentials
|
||||
title.tasks = Tasks
|
||||
title.xmpp.registration = XMPP account credentials
|
||||
title.appearance.showVCards = Show &VCards in the contact list
|
||||
title.subscription.request = Subscription request
|
||||
tooltip.appearance = Change the appearance of your conversations
|
||||
tooltip.file.transfer = Preferences for file transfer
|
||||
tooltip.place.voice.call = Place a phone call to this user
|
||||
tooltip.send.email = Send an e-mail
|
||||
tooltip.start.chat = Start a conversation
|
||||
|
||||
|
||||
#!#
|
||||
@ -864,3 +864,6 @@ tooltip.view.readme = Visualizza ReadMe
|
||||
|
||||
tree.conference.services = Servizi Conferenza
|
||||
tree.users.in.room = Utenti nella Stanza
|
||||
|
||||
|
||||
#!#
|
||||
@ -675,3 +675,5 @@ tooltip.view.changelog = \u5909\u66f4\u30ed\u30b0\u53c2\u7167
|
||||
tooltip.view.readme = ReadMe\u53c2\u7167
|
||||
tooltip.notifications = \u30c1\u30e3\u30c3\u30c8\u547c\u3073\u304b\u3051\u6642\u306e\u901a\u77e5\u8a2d\u5b9a
|
||||
tooltip.place.voice.call = \u767a\u8a00\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#!#
|
||||
@ -967,3 +967,5 @@ tooltip.view.readme = ReadMe \ubcf4\uae30
|
||||
|
||||
tree.conference.services = \ud68c\uc758 \uc11c\ube44\uc2a4
|
||||
tree.users.in.room = \ubc29\uc5d0 \uc788\ub294 \uce5c\uad6c\ub4e4
|
||||
|
||||
#!#
|
||||
@ -941,3 +941,6 @@ user.has.signed.in= \u043a\u0438\u0440\u0434\u0438.
|
||||
user.has.signed.off= \u0447\u044b\u043a\u0442\u044b.
|
||||
while.offline=\u0422\u0430\u0440\u043c\u0430\u043a\u0442\u0430 \u044d\u043c\u0435\u0441 \u0443\u0431\u0430\u043a\u044b\u0442\u044b\u043d\u0434\u0430
|
||||
yes= \u041e\u043e\u0431\u0430
|
||||
|
||||
|
||||
#!#
|
||||
@ -935,3 +935,6 @@ tooltip.view.readme = Skaityti \u201eReadMe\u201c fail\u0105
|
||||
tree.conference.services = Konferencijos
|
||||
tree.users.in.room = Kambaryje apsilank\u0119
|
||||
|
||||
|
||||
|
||||
#!#
|
||||
@ -658,3 +658,6 @@ tooltip.view.readme = Lees ReadMe
|
||||
|
||||
tree.conference.services = Conferentie diensten
|
||||
tree.users.in.room = Gebruikers in ruimte
|
||||
|
||||
|
||||
#!#
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
# Spark
|
||||
|
||||
|
||||
ok = Ok
|
||||
cancel = Cancelar
|
||||
use.default = Usar Padr\u00e3o
|
||||
@ -91,7 +91,7 @@ label.chatroom.fontsize = Tamanho da fonte no Chat:
|
||||
label.username = &Usu\u00e1rio
|
||||
label.name = &Nome
|
||||
label.room.name = &Nome da Sala
|
||||
label.room.topic= &T\u00f3pico da Sala
|
||||
label.room.topic = &T\u00f3pico da Sala
|
||||
label.password = &Senha
|
||||
label.confirm.password = &Confirme a senha
|
||||
label.server = &Servidor
|
||||
@ -109,13 +109,12 @@ label.host = &Endere\u00e7o
|
||||
label.resource = &Recursos
|
||||
label.protocol = &Protocolo
|
||||
label.accounts = &Contas
|
||||
label.receieved = &Recebido
|
||||
label.transfer.timeout = &Tempo M\u00e1ximo de Transfer\u00eancia(min):
|
||||
label.transfer.download.directory = &Pasta de Download:
|
||||
label.find = &Encontrar
|
||||
label.rename.to = Renomear para
|
||||
label.contact.to.find = Contato a ser Encontrado?
|
||||
label.available.users.in.roster = &Usu\u00e1rios Online na Lista de Contatos
|
||||
label.available.users.in.roster = &Usu\u00e1rios Online na Lista de Contatos
|
||||
label.time = Tempo: {0}
|
||||
label.add.conference.service = &Adicionar Servi\u00e7o de Confer\u00eancia
|
||||
label.add.jid = &Adicionar JID
|
||||
@ -162,7 +161,7 @@ label.enter.group.name = Digite o nome do grupo
|
||||
|
||||
message.username.error = Especificar um nome de usu\u00e1rio para esta conta.
|
||||
message.password.error = Especificar uma senha para esta conta.
|
||||
message.confirmation.password.error = Especificar senha de confirma\u00e7\u00e3o.
|
||||
message.confirmation.password.error = Especificar senha de confirma\u00e7\u00e3o.
|
||||
message.account.error = Especificar o servidor em que a conta ser\u00e1 criada.
|
||||
message.registering = Registrando como {0}. Aguarde...
|
||||
message.connection.failed = Imposs\u00edvel Conectar{0}.
|
||||
@ -554,75 +553,220 @@ tooltip.view.history = Ver hist\u00f3rico de conversas
|
||||
tooltip.view.changelog = Ver Log de mudan\u00e7as
|
||||
tooltip.view.readme = Ver LeiaMe
|
||||
tooltip.notifications = Prefer\u00eancias de notifica\u00e7\u00e3o de novos Chats.
|
||||
available=Dispon\u00edvel
|
||||
broadcast=Espalhar
|
||||
offline=Offline
|
||||
online=Online
|
||||
participants=Participantes
|
||||
unfiled=Indefinido
|
||||
user.has.signed.in=Usu\u00e1rio entrou
|
||||
user.has.signed.off=Usu\u00e1rio saiu
|
||||
while.offline=Enquanto Offline
|
||||
action.clear=Limpar
|
||||
action.copy=Copiar
|
||||
action.cut=Recortar
|
||||
action.paste=Colar
|
||||
action.print=Imprimir
|
||||
action.save=Salvar
|
||||
action.select.all=Selecionar Tudo
|
||||
button.add.user=Adicionar Usu\u00e1rio
|
||||
button.add2=Adicionar
|
||||
button.copy.to.clipboard=Copiar
|
||||
button.quit=Sair
|
||||
button.save=Salvar
|
||||
button.send=Enviar
|
||||
button.send.email=Enviar Email
|
||||
button.start.chat=Iniciar Chat
|
||||
button.tasks.active=Ativas
|
||||
button.tasks.all=Todas
|
||||
button.view.profile=Ver Perfil
|
||||
checkbox.show.avatars.in.contactlist=Mostrar Avatar na lista de contatos
|
||||
checkbox.tabs.on.top=Mostrar Chat no Topo (Necessita Reiniciar)
|
||||
checkbox.use.compression=Usar Compress\u00e3o
|
||||
delete.log.permanently=Apagar Permanentemente
|
||||
delete.permanently=Apagar Permanentemente?
|
||||
gateway.username.password.error=Informe Usu\u00e1rio e Senha.
|
||||
group.empty=Nenhum usu\u00e1rio online.
|
||||
group.offline=Grupo Offline
|
||||
label.add.task=Adicionar tarefa
|
||||
label.conflict.error=
|
||||
label.emoticons=&Emoticons
|
||||
label.message.style=Estilo &Mensagem
|
||||
label.network=&Rede
|
||||
label.received=&Recebido
|
||||
label.show=Mostrar:
|
||||
label.timeformat=Usar {0}
|
||||
label.unable.to.add.contact=Imposs\u00edvel adicionar contato.
|
||||
label.user.on.public.network=Usu\u00e1rio est\u00e1 em uma rede p\u00fablica
|
||||
menuitem.delete.login.information=Remover informa\u00e7\u00e3o de login
|
||||
menuitem.dial=Discar
|
||||
menuitem.enter.login.information=Entrar com informa\u00e7\u00e3o de login
|
||||
menuitem.languages=Tradu\u00e7\u00f5es
|
||||
menuitem.sign.in.at.login=Conectar ao iniciar
|
||||
menuitem.sign.out=Sair
|
||||
menuitem.user.guide=Guia do Usu\u00e1rio
|
||||
message.autenticating=Autenticando
|
||||
message.buzz.alert.notification=Chamar Aten\u00e7\u00e3o
|
||||
message.buzz.sent=Enviar alerta ao usu\u00e1rio.
|
||||
message.cannot.add.contact.to.shared.group=Voc\u00ea n\u00e3o pode adicionar contatos a um grupo compartilhado.
|
||||
message.enter.xmpp=Entre com seu usu\u00e1rio e senha XMPP.
|
||||
message.invalid.status=Especifique um status v\u00e1lido.
|
||||
message.invalid.username.password=Usu\u00e1rio e Senha inv\u00e1lidos.
|
||||
message.no.updates=N\u00e3o h\u00e1 updates.
|
||||
message.reconnect.attempting=Tentando...
|
||||
message.reconnect.failed=Reconex\u00e3o Falhou.
|
||||
message.reconnect.wait=Reconectando em {0} segundos.
|
||||
message.restart.spark.changes=O plugin ser\u00e1 removido na pr\u00f3xima inicializa\u00e7\u00e3o.
|
||||
title.about=Sobre
|
||||
title.download.complete=Download completo
|
||||
title.notes=Notas
|
||||
title.password=Senha
|
||||
tooltip.place.voice.call=Chamar este Usu\u00e1rio
|
||||
tooltip.send.email=Enviar Email
|
||||
tooltip.start.chat=Iniciar conversa
|
||||
menuitem.quit=Sair
|
||||
available = Dispon\u00edvel
|
||||
broadcast = Espalhar
|
||||
offline = Offline
|
||||
online = Online
|
||||
participants = Participantes
|
||||
unfiled = Indefinido
|
||||
user.has.signed.in = Usu\u00e1rio entrou
|
||||
user.has.signed.off = Usu\u00e1rio saiu
|
||||
while.offline = Enquanto Offline
|
||||
action.clear = Limpar
|
||||
action.copy = Copiar
|
||||
action.cut = Recortar
|
||||
action.paste = Colar
|
||||
action.print = Imprimir
|
||||
action.save = Salvar
|
||||
action.select.all = Selecionar Tudo
|
||||
button.add.user = Adicionar Usu\u00e1rio
|
||||
button.add2 = Adicionar
|
||||
button.copy.to.clipboard = Copiar
|
||||
button.quit = Sair
|
||||
button.save = Salvar
|
||||
button.send = Enviar
|
||||
button.send.email = Enviar Email
|
||||
button.start.chat = Iniciar Chat
|
||||
button.tasks.active = Ativas
|
||||
button.tasks.all = Todas
|
||||
button.view.profile = Ver Perfil
|
||||
checkbox.show.avatars.in.contactlist = Mostrar Avatar na lista de contatos
|
||||
checkbox.tabs.on.top = Mostrar Chat no Topo (Necessita Reiniciar)
|
||||
checkbox.use.compression = Usar Compress\u00e3o
|
||||
delete.log.permanently = Apagar Permanentemente
|
||||
delete.permanently = Apagar Permanentemente?
|
||||
gateway.username.password.error = Informe Usu\u00e1rio e Senha.
|
||||
group.empty = Nenhum usu\u00e1rio online.
|
||||
group.offline = Grupo Offline
|
||||
label.add.task = Adicionar tarefa
|
||||
label.conflict.error =
|
||||
label.emoticons = &Emoticons
|
||||
label.message.style = Estilo &Mensagem
|
||||
label.network = &Rede
|
||||
label.received = &Recebido
|
||||
label.show = Mostrar:
|
||||
label.timeformat = Usar {0}
|
||||
label.unable.to.add.contact = Imposs\u00edvel adicionar contato.
|
||||
label.user.on.public.network = Usu\u00e1rio est\u00e1 em uma rede p\u00fablica
|
||||
menuitem.delete.login.information = Remover informa\u00e7\u00e3o de login
|
||||
menuitem.dial = Discar
|
||||
menuitem.enter.login.information = Entrar com informa\u00e7\u00e3o de login
|
||||
menuitem.languages = Tradu\u00e7\u00f5es
|
||||
menuitem.sign.in.at.login = Conectar ao iniciar
|
||||
menuitem.sign.out = Sair
|
||||
menuitem.user.guide = Guia do Usu\u00e1rio
|
||||
message.autenticating = Autenticando
|
||||
message.buzz.alert.notification = Chamar Aten\u00e7\u00e3o
|
||||
message.buzz.sent = Enviar alerta ao usu\u00e1rio.
|
||||
message.cannot.add.contact.to.shared.group = Voc\u00ea n\u00e3o pode adicionar contatos a um grupo compartilhado.
|
||||
message.enter.xmpp = Entre com seu usu\u00e1rio e senha XMPP.
|
||||
message.invalid.status = Especifique um status v\u00e1lido.
|
||||
message.invalid.username.password = Usu\u00e1rio e Senha inv\u00e1lidos.
|
||||
message.no.updates = N\u00e3o h\u00e1 updates.
|
||||
message.reconnect.attempting = Tentando...
|
||||
message.reconnect.failed = Reconex\u00e3o Falhou.
|
||||
message.reconnect.wait = Reconectando em {0} segundos.
|
||||
message.restart.spark.changes = O plugin ser\u00e1 removido na pr\u00f3xima inicializa\u00e7\u00e3o.
|
||||
title.about = Sobre
|
||||
title.download.complete = Download completo
|
||||
title.notes = Notas
|
||||
title.password = Senha
|
||||
tooltip.place.voice.call = Chamar este Usu\u00e1rio
|
||||
tooltip.send.email = Enviar Email
|
||||
tooltip.start.chat = Iniciar conversa
|
||||
|
||||
|
||||
|
||||
|
||||
##########################################
|
||||
# #
|
||||
# #
|
||||
# Missing Translation: #
|
||||
# #
|
||||
# #
|
||||
##########################################
|
||||
|
||||
administrator = Administrator
|
||||
answer = Answer
|
||||
apply = Apply
|
||||
button.reject = Reject
|
||||
button.login = &Login
|
||||
button.reconnect2 = Reconnect
|
||||
button.unset.file.explorer = Unset File Browser
|
||||
button.re.detect = &Re-detect
|
||||
checkbox.disable.prev.chat.history = Disable &showing previous conversation in chat
|
||||
checkbox.notify.typing.systemtray = &Show typing notification in the system tray
|
||||
checkbox.notify.systemtray = Show new &messages in the system tray
|
||||
checkbox.use.debugger.on.startup = Start debugger on startup
|
||||
checkbox.broadcast.hide.offline.user = Hide offline user
|
||||
checkbox.use.krbconf = Use krb5.conf or krb5.ini
|
||||
checkbox.use.krb.dns = Use DNS
|
||||
checkbox.use.specify.below = Specify below
|
||||
checkbox.use.pki.authentication = Use PKI authentication
|
||||
group.chat.name.notification = Seen your name...
|
||||
group.chat.name.match = Your name has been said in group chat:
|
||||
label.na = n/a
|
||||
label.cell = Cell
|
||||
label.work = Work
|
||||
label.home = Home
|
||||
label.contactlist.avatarsize = Contact list avatar &size:
|
||||
label.downloads = Downloads
|
||||
label.due = Due
|
||||
label.jabber.id = Jabber ID
|
||||
label.krb.realm = Realm
|
||||
label.krb.kdc = KDC
|
||||
label.which.pki.method = Which PKI method?
|
||||
label.choose.file = Choose file
|
||||
label.trust.store.password = Trust store password
|
||||
label.enter.password = Enter password
|
||||
label.move.focus.forwards = Move focus forwards
|
||||
label.move.focus.backwards = Move focus backwards
|
||||
label.keystore.location = Keystore location
|
||||
label.truststore.location = Truststore location
|
||||
label.pkcs.library.file = PKCS#11 library file
|
||||
label.x509.certificate = X.509 certificate
|
||||
label.apple.keychain = Apple KeyChain
|
||||
label.add.to.roster = Add user to your roster
|
||||
label.audio.device = &Audio device
|
||||
label.video.device = &Video device
|
||||
menuitem.bookmarks = Bookmarks
|
||||
menuitem.add.groupchat.myname = Highlight my &name when someone says it
|
||||
menuitem.add.groupchat.mytext = &Highlight my text when I say something
|
||||
menuitem.add.groupchat.popname = Show &toast popup when someone says my name
|
||||
menuitem.add.groupchat.showjoinleavemessage = &Show join and leave messages
|
||||
menuitem.add.groupchat.showrolesinsteadofstatus = Show chatroleicons instead of statusicons
|
||||
menuitem.always.on.top = Always on top
|
||||
menuitem.open.with = Open with...
|
||||
menuitem.block.contact = Block contact
|
||||
menuitem.unblock.contact = Unblock contact
|
||||
menuitem.sign.in = Sign in
|
||||
menuitem.show.offline.users = Show offline users
|
||||
menuitem.show.contact.statusmessage = Show status message
|
||||
menuitem.bookmark.room = Bookmark room
|
||||
menuitem.refresh = Refresh
|
||||
menuitem.create.room = Create or join room
|
||||
menuitem.expand.all.groups = Expand all groups
|
||||
menuitem.collapse.all.groups = Collapse all groups
|
||||
menuitem.inivite.again = Invite again
|
||||
menuitem.chatframe.option = Options
|
||||
message.invite.to.groupchat = {0} is inviting you to join a group chat
|
||||
message.disconnected.group.chat.error = Your connection was closed due to an error, you will need to re-join this room after reconnecting
|
||||
message.disconnected.shutdown = Your connection was closed because the server was shut down
|
||||
message.enter.gadugadu = Enter your GaduGadu username and password below
|
||||
message.enter.gtalk = Enter your GTalk username and password below
|
||||
message.enter.icq = Enter your ICQ username and password below
|
||||
message.enter.irc = Enter your IRC username, password and nickname below
|
||||
message.enter.sametime = Enter your Sametime username and password below
|
||||
message.enter.facebook = Enter your Facebook username and password below
|
||||
message.enter.myspace = Enter your MySpace username and password below
|
||||
message.enter.qq = Enter your QQ Number and password below
|
||||
message.enter.room.password = Enter room password
|
||||
message.enter.simple = Enter your SIMPLE username and password below
|
||||
message.file.transfer.notification = File transfer notification
|
||||
message.file.transfer.short.message = is sending you a file called\:
|
||||
message.file.transfer.chat.window = File transfer request:
|
||||
message.gateway.username.error = Username needs to be supplied
|
||||
message.gateway.password.error = Password needs to be supplied
|
||||
message.gateway.nickname.error = Nickname needs to be supplied
|
||||
message.invalid.jid.error = The JID specified is invalid
|
||||
message.nickname.not.acceptable = Nickname change is not enabled!
|
||||
message.restart.required = You will need to restart Spark to have your changes take effect, restart now?
|
||||
message.room.creation.error = The room could not be created
|
||||
message.server.unavailable = Can't connect to server: invalid name or server not reachable
|
||||
message.specify.contact.jid = Please specify the contact JID (ex. ddman@jabber.org)
|
||||
message.specify.group = Specify contact group to add the new user to
|
||||
message.unable.to.retrieve.last.activity = Unable to determine last activity for {0}
|
||||
message.unrecoverable.error = Invalid username or password
|
||||
message.waiting.for.user.to.join = Waiting for {0} to join
|
||||
message.groupchat.require.password = This group chat room requires a password to enter
|
||||
message.search.for.history = Search conversation history
|
||||
tab.sso = SSO
|
||||
tab.pki = PKI
|
||||
title.password.required = Password required
|
||||
title.task.notification = Task notification
|
||||
title.client.logs = Client logs
|
||||
title.bookmarks = Bookmarks
|
||||
title.add.contact.group = Add contact group
|
||||
title.advanced.connection.usesso = Use Single Sign-On (SSO) via GSSAPI
|
||||
title.delete.file = Do you really want to delete this file?
|
||||
title.error.couldnt.open.file = Could not open the file
|
||||
title.error.delete.file = Could not delete file
|
||||
title.error.find.app = Could not find a matching application
|
||||
title.error.rename.file = Could not rename the file
|
||||
title.file = File
|
||||
title.filesize = Size
|
||||
title.gadugadu.registration = GaduGadu account credentials
|
||||
title.general.media = Media settings
|
||||
title.group.chat.settings = Group chat settings
|
||||
title.gtalk.registration = GTalk account credentials
|
||||
title.icq.registration = ICQ account credentials
|
||||
title.irc.registration = IRC account credentials
|
||||
title.sametime.registration = Sametime account credentials
|
||||
title.facebook.registration = Facebook account credentials
|
||||
title.myspace.registration = MySpace account credentials
|
||||
title.input.fileexplorer = Please input the name of your file browser:
|
||||
title.input.newname = Please input the new name\:
|
||||
title.input.openwith = Please input the name of the application which you want to use:
|
||||
title.login.error = Login error
|
||||
title.no.updates = No updates
|
||||
title.qq.registration = QQ account credentials
|
||||
title.simple.registration = SIMPLE account credentials
|
||||
title.tasks = Tasks
|
||||
title.xmpp.registration = XMPP account credentials
|
||||
title.appearance.showVCards = Show &VCards in the contact list
|
||||
title.subscription.request = Subscription request
|
||||
tooltip.appearance = Change the appearance of your conversations
|
||||
tooltip.file.transfer = Preferences for file transfer
|
||||
|
||||
|
||||
#!#
|
||||
@ -761,3 +761,4 @@ status.on.phone = \u0413\u043e\u0432\u043e\u0440\u044e \u043f\u043e \u0442\u0435
|
||||
status.online = \u0412 \u0441\u0435\u0442\u0438
|
||||
status.pending = Pending
|
||||
|
||||
#!#
|
||||
@ -730,3 +730,6 @@ tooltip.view.changelog = Visa
|
||||
tooltip.view.readme = Visa Readme
|
||||
tooltip.notifications = P<EFBFBD>minnelse inst<73>llningar f<>r inkommande meddelanden.
|
||||
tooltip.place.voice.call = Ring upp med r<>st.
|
||||
|
||||
|
||||
#!#
|
||||
@ -906,3 +906,6 @@ tree.conference.services = Konferans servisleri
|
||||
tree.users.in.room = Odadaki kullan\u0131c\u0131lar
|
||||
|
||||
|
||||
|
||||
|
||||
#!#
|
||||
@ -987,3 +987,6 @@ user.has.signed.off = \u5df2\u79bb\u5f00
|
||||
while.offline = \u6b63\u79bb\u7ebf
|
||||
|
||||
yes = \u662f
|
||||
|
||||
|
||||
#!#
|
||||
@ -675,3 +675,6 @@ tooltip.view.readme = \u67E5\u770B ReadMe
|
||||
tooltip.notifications = \u63A5\u6536\u8A0A\u606F\u901A\u77E5\u8A2D\u5B9A
|
||||
tooltip.place.voice.call = \u8ACB\u81F4\u96FB\u8A9E\u97F3\u5C0D\u8A71
|
||||
|
||||
|
||||
|
||||
#!#
|
||||
Reference in New Issue
Block a user