mirror of https://github.com/sipwise/jitsi.git
parent
b6465a4681
commit
7a623134cc
@ -0,0 +1,182 @@
|
||||
# Jitsi, the OpenSource Java VoIP and Instant Messaging client.
|
||||
#
|
||||
# Distributable under LGPL license.
|
||||
# See terms of license at gnu.org.
|
||||
#
|
||||
# Translation files are automatically generated from:
|
||||
#
|
||||
# http://translate.jitsi.org/
|
||||
#
|
||||
# Note to translators:
|
||||
# - do not edit the resources_xx.properties files directly. Your changes
|
||||
# may be lost. Go to http://translate.jitsi.org/ instead.
|
||||
# - {0}, {1}... are parameters which will be replaced by the
|
||||
# actual text at runtime, place them as you wish
|
||||
# - \ at the end of a line means that the translation is continued
|
||||
# in the next line
|
||||
# - you cannot use single quotes when a parameter is used in the sentence.
|
||||
# For example, <You can't move contact {0}>, <Contact {0} doesn't exist>,
|
||||
# or <Accept '{0}'> does not display correctly. In such cases, you need
|
||||
# to use double quotes (''):
|
||||
# <You can''t move contact {0}>, <Contact {0} doesn''t exist>, or
|
||||
# <Accept ''{0}''>
|
||||
#
|
||||
# To start Jitsi with a language that is different
|
||||
# from your system's language, pass the language code to ant:
|
||||
# ant -Duser.language=xx run
|
||||
|
||||
service.gui.ACCOUNT=खाता
|
||||
service.gui.ACCOUNT_REGISTRATION_WIZARD=खाता पंजीकरण
|
||||
service.gui.ACCOUNTS=खाता
|
||||
service.gui.ADD_ACCOUNT=खाता जोड़ो
|
||||
service.gui.ADD_CONTACT_ERROR_TITLE=संपर्क जोड़ने में त्रुटि
|
||||
service.gui.ADD_GROUP=समूह बनाये
|
||||
service.gui.ADMINISTRATOR=प्रशासक
|
||||
service.gui.ARE_NOW=आप अभी
|
||||
service.gui.AWAY_STATUS=दूर
|
||||
service.gui.BROWSE=ढूंढना
|
||||
service.gui.BUSY_STATUS=व्यस्त
|
||||
service.gui.CALL=कॉल
|
||||
service.gui.CHAT=गपशप
|
||||
service.gui.CHANGE_NICK=उपनाम परिवर्तन
|
||||
service.gui.CHANGE_NICKNAME=उपनाम परिवर्तन
|
||||
service.gui.ROOM_NAME=गपशप के कमरे
|
||||
service.gui.CHAT_ROOMS=गपशप के कमरे
|
||||
service.gui.CONTACTS=संपर्क
|
||||
service.gui.CREATE_GROUP=समूह बनाये
|
||||
service.gui.DATE=तिथि
|
||||
service.gui.DELETE=मिटाएँ
|
||||
service.gui.DO_NOT_ASK_AGAIN=फिर ना पूछें
|
||||
service.gui.DURATION=अवधि
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# keep the following string short
|
||||
|
||||
# service.gui.avatar.imagepicker
|
||||
|
||||
|
||||
# impl.protocol.ssh
|
||||
#Contact Details Seperator(must not be part of contact data stored as persistent
|
||||
# data)
|
||||
|
||||
|
||||
# systray
|
||||
|
||||
# New Account Dialog
|
||||
|
||||
# LDAP
|
||||
|
||||
# Address book plugin
|
||||
|
||||
# Google Contacts
|
||||
|
||||
# account info
|
||||
|
||||
# contact info
|
||||
|
||||
# aimaccregwizz
|
||||
|
||||
# branding
|
||||
|
||||
# Dict protocol
|
||||
|
||||
# facebookaccregwizz
|
||||
|
||||
# generalconfig
|
||||
|
||||
# gibberish accregwizz
|
||||
|
||||
# icqaccregwizz
|
||||
|
||||
# irc accregwizz
|
||||
|
||||
# jabber accregwizz
|
||||
|
||||
# mailbox
|
||||
|
||||
# msn accregwizz
|
||||
|
||||
# plugin manager
|
||||
|
||||
# simple accregwizz
|
||||
|
||||
# sipaccregwizz
|
||||
|
||||
# skin manager
|
||||
|
||||
# ssh accregwizz
|
||||
|
||||
# status update
|
||||
|
||||
# updatechecker
|
||||
|
||||
# whiteboard
|
||||
plugin.whiteboard.DELETE=मिटाएँ
|
||||
|
||||
# yahoo accregwizz
|
||||
|
||||
# zero accregwizz
|
||||
|
||||
# gtalk accregwizz
|
||||
|
||||
# iptel accregwizz
|
||||
|
||||
# sip2sip accregwizz
|
||||
|
||||
# ippi accregwizz
|
||||
|
||||
# key binding chooser
|
||||
plugin.keybindings.CHAT=गपशप
|
||||
|
||||
# Notification Configuration Form
|
||||
|
||||
# ZRTP Securing
|
||||
|
||||
# ZRTP Configuration
|
||||
impl.media.security.zrtp.TITLE=कॉल
|
||||
|
||||
|
||||
|
||||
# Profiler4J
|
||||
|
||||
|
||||
|
||||
|
||||
# The callrecordingconfig plugin was never really committed into trunk and its
|
||||
# ConfigurationForm was actually put in the neomedia bundle.
|
||||
|
||||
# Security configuration form title
|
||||
|
||||
# otr plugin
|
||||
plugin.otr.configform.COLUMN_NAME_CONTACT=संपर्क
|
||||
|
||||
# global proxy plugin
|
||||
#plugin.globalproxy.PROTOCOL_SUPPORT
|
||||
|
||||
# plugin reconnect
|
||||
|
||||
|
||||
#plugin chat config
|
||||
|
||||
plugin.chatconfig.TITLE=गपशप
|
||||
|
||||
#provisioning plugin
|
||||
|
||||
# packet logging service
|
||||
|
||||
# dns config plugin
|
||||
|
||||
#plugin spellcheck
|
||||
|
||||
|
||||
#Certificate configuration plugin
|
||||
|
||||
# Phone number contact source plugin
|
||||
|
||||
# properties editor
|
||||
|
||||
#Thunderbird address book plugin
|
||||
Loading…
Reference in new issue