diff options
author | yanas <yana@jitsi.org> | 2013-11-12 22:37:38 +0100 |
---|---|---|
committer | yanas <yana@jitsi.org> | 2013-11-12 22:37:38 +0100 |
commit | d55b3efebe75235ef30c708d8b4aa8552907e693 (patch) | |
tree | 353bdca42e5c6a58650a42fe738bb53005a0130d /resources | |
parent | fa69d4d2e75306cc62c949ac70a2d210ce146f25 (diff) | |
download | jitsi-d55b3efebe75235ef30c708d8b4aa8552907e693.zip jitsi-d55b3efebe75235ef30c708d8b4aa8552907e693.tar.gz jitsi-d55b3efebe75235ef30c708d8b4aa8552907e693.tar.bz2 |
Adds the possibility to edit account details. Patch provided by Marin
Dzhigarov on dev (Nov 8, 2013).
Diffstat (limited to 'resources')
-rw-r--r-- | resources/images/images.properties | 1 | ||||
-rw-r--r-- | resources/images/impl/gui/buttons/accountEditIcon.png | bin | 0 -> 1559 bytes | |||
-rw-r--r-- | resources/languages/resources.properties | 18 |
3 files changed, 19 insertions, 0 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties index b313f79..eed832e 100644 --- a/resources/images/images.properties +++ b/resources/images/images.properties @@ -123,6 +123,7 @@ service.gui.statusicons.USER_FFC_ICON=resources/images/impl/gui/common/statusico service.gui.statusicons.USER_ON_THE_PHONE_ICON=resources/images/impl/gui/common/statusicons/onThePhone.png # service gui buttons +service.gui.buttons.ACCOUNT_EDIT_ICON=resources/images/impl/gui/buttons/accountEditIcon.png service.gui.buttons.CONTACT_LIST_BUTTON_BG_LEFT=resources/images/impl/gui/buttons/contactListButtonBgLeft.png service.gui.buttons.CONTACT_LIST_BUTTON_BG_RIGHT=resources/images/impl/gui/buttons/contactListButtonBgRight.png service.gui.buttons.CONTACT_LIST_BUTTON_BG_MIDDLE=resources/images/impl/gui/buttons/contactListButtonBgMiddle.png diff --git a/resources/images/impl/gui/buttons/accountEditIcon.png b/resources/images/impl/gui/buttons/accountEditIcon.png Binary files differnew file mode 100644 index 0000000..a13ecc1 --- /dev/null +++ b/resources/images/impl/gui/buttons/accountEditIcon.png diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index bee961c..a410494 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -857,15 +857,33 @@ impl.googlecontacts.WRONG_CREDENTIALS=Wrong credentials for Google account {0} plugin.accountinfo.TITLE=Account Info plugin.accountinfo.EXTENDED=Extended plugin.accountinfo.NOT_SUPPORTED=Account info not available. +plugin.accountinfo.SELECT_ACCOUNT=Please select an account: +plugin.accountinfo.DISPLAY_NAME=Display name: plugin.accountinfo.FIRST_NAME=First Name: plugin.accountinfo.MIDDLE_NAME=Middle Name: plugin.accountinfo.LAST_NAME=Last Name: +plugin.accountinfo.NICKNAME=Nickname: +plugin.accountinfo.URL=URL: plugin.accountinfo.AGE=Age: plugin.accountinfo.BDAY=Birth Date: +plugin.accountinfo.BDAY_FORMAT=MMM dd, yyyy plugin.accountinfo.GENDER=Gender: +plugin.accountinfo.STREET=Street Address: +plugin.accountinfo.CITY=City: +plugin.accountinfo.REGION=Region: +plugin.accountinfo.POST=Postal code: +plugin.accountinfo.COUNTRY=Country: plugin.accountinfo.EMAIL=E-mail: +plugin.accountinfo.WORK_EMAIL=Work E-mail: plugin.accountinfo.PHONE=Phone: +plugin.accountinfo.WORK_PHONE=Work Phone: +plugin.accountinfo.ORGANIZATION=Organization Name: +plugin.accountinfo.JOB_TITLE=Job Title: +plugin.accountinfo.ABOUT_ME=About Me: +plugin.accountinfo.ABOUT_ME_MAX_CHARACTERS=200 plugin.accountinfo.USER_PICTURES=User Pictures +plugin.accountinfo.GLOBAL_ICON=Use global icon +plugin.accountinfo.LOCAL_ICON=Use this icon: plugin.accountinfo.CHANGE=Change plugin.accountinfo.ONLY_MESSAGE=Only messages |