diff options
author | Damian Minkov <damencho@jitsi.org> | 2011-10-10 14:09:46 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2011-10-10 14:09:46 +0000 |
commit | 41ff4810ac4e56ea7e61bf0a19dda9d18644a06c (patch) | |
tree | 42166c9aa0ed666c9ee5420e10163a2ee8be9ab8 /resources | |
parent | 563ad5212652ddb81f1607228852051589927c37 (diff) | |
download | jitsi-41ff4810ac4e56ea7e61bf0a19dda9d18644a06c.zip jitsi-41ff4810ac4e56ea7e61bf0a19dda9d18644a06c.tar.gz jitsi-41ff4810ac4e56ea7e61bf0a19dda9d18644a06c.tar.bz2 |
Moves NotInContactList group name string into language resources.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/languages/resources.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 2040c18..4b964b1 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -324,6 +324,7 @@ service.gui.NO_GROUP_CHAT_ACCOUNT_AVAILABLE=No accounts, supporting multi user c service.gui.NO_ONLINE_TELEPHONY_ACCOUNT=At least one online telephony account is needed in order to make a call. Please login to one of your telephony accounts and try again.
service.gui.NON_EMPTY_CHAT_WINDOW_CLOSE=You're trying to close a chat with a non-sent message. Are you sure you want to close this chat?
service.gui.NON_EXISTING_USER_ID=The {0} server does not recognize specified user id.
+service.gui.NOT_IN_CONTACT_LIST_GROUP_NAME=NotInContactList
service.gui.SD_QUALITY=Standard quality
service.gui.OFFLINE=Offline
service.gui.OK=&OK
|