diff options
author | Damian Minkov <damencho@jitsi.org> | 2014-03-05 19:22:06 +0200 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2014-03-05 19:33:35 +0200 |
commit | 44d672d134fc520f49786c9a8bc26f2c8b1df0e4 (patch) | |
tree | 375bad7412555cdc3f8dbbe16414f57c658318d9 /resources | |
parent | 7efe461ee200d251fa81022168f1c44ec187c549 (diff) | |
download | jitsi-44d672d134fc520f49786c9a8bc26f2c8b1df0e4.zip jitsi-44d672d134fc520f49786c9a8bc26f2c8b1df0e4.tar.gz jitsi-44d672d134fc520f49786c9a8bc26f2c8b1df0e4.tar.bz2 |
Adds recent messages contact source.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/languages/resources.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index e957d02..dff8f40 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -290,6 +290,7 @@ service.gui.INSERT_SMILEY=Insert smiley service.gui.INCOMING_CALL=Incoming call received from: {0} service.gui.INCOMING_CALL_STATUS=Incoming call service.gui.INSTANT_MESSAGINGS=IMs +service.gui.IM=IM service.gui.INITIATING_CALL_STATUS=Initiating call service.gui.INVITATION=Invitation text service.gui.INVITATION_RECEIVED=Invitation received @@ -441,6 +442,7 @@ service.gui.PUT_OFF_HOLD=Put off hold service.gui.PUT_ON_HOLD=Put on hold service.gui.QUIT=&Quit service.gui.READY=Ready +service.gui.RECENT_MESSAGES=Recent messages service.gui.REASON=Reason service.gui.RECEIVED={0} received service.gui.RECONNECTION_LIMIT_EXCEEDED=You have have been disconnecting and reconnecting to the server too fast. The following account: User name: {0}, Server name: {1} is temporarily banned and would have to wait a bit before trying to login again. @@ -1010,6 +1012,7 @@ plugin.generalconfig.ERROR_PORT_NUMBER=Wrong port number plugin.generalconfig.CHECK_FOR_UPDATES=Check for updates on startup plugin.generalconfig.STARTUP_CONFIG=Startup plugin.generalconfig.LEAVE_CHATROOM_ON_WINDOW_CLOSE=Leave chat rooms when closing window +plugin.generalconfig.SHOW_RECENT_MESSAGES=Show recent messages (depends on chat history) plugin.generalconfig.REMOVE_SPECIAL_PHONE_SYMBOLS=Remove special symbols before calling phone numbers plugin.generalconfig.ACCEPT_PHONE_NUMBER_WITH_ALPHA_CHARS=Convert letters in phone numbers plugin.generalconfig.ACCEPT_PHONE_NUMBER_WITH_ALPHA_CHARS_EXAMPLE=e.g. +1-800-MYPHONE -> +1-800-694663 |