summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
Commit message (Collapse)AuthorAgeFilesLines
...
* Change "Max Burst" to "Maximum Burst Size" (#4130)Jason Blais2016-10-031-1/+1
| | | | | | | | * Update en.json * Update rate_settings.jsx * Update en.json
* Update LDAP help text (#4124)lfbrock2016-09-301-3/+3
| | | | | | * Update ldap_settings.jsx * Update en.json
* Specify WebRTC calls available on Chrome, Firefox and Desktop Apps (#4107)Jason Blais2016-09-281-1/+1
| | | | | | * Update webrtc_settings.jsx * Update en.json
* PLT-4298 Remove "Return to ongoing call" (#4101)enahum2016-09-281-1/+1
|
* Modifications to rate limiting settings. (#4091)Christopher Speller2016-09-261-0/+3
|
* Updating ESLint (#4085)Christopher Speller2016-09-231-1/+1
|
* PLT-3338 Show username on Direct message search result (#4041)enahum2016-09-201-1/+1
|
* Add a link to OAuth 2 docs in help texts (#4034)Jason Blais2016-09-191-3/+4
| | | | | | | | | | | | | | | | | | * Update installed_oauth_apps.jsx * Update custom_integrations_settings.jsx * Update confirm_integration.jsx * Update installed_oauth_apps.jsx * Update en.json * Change FormattedMessage to FormattedHTMLMessage * Fix proper coding of links in en.json * Update en.json
* PLT-1759 - Auto-complete for !channels when posting messages. (#3890)George Goldberg2016-09-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Auto-complete for !channels when posting messages. This is part 1 of the fix for PLT-1759 to make channels linkable. Still to do: - Make the !channels clickable when they appear in messages. This is blocked until PR #3865 is resolved as it looks like that refactors some of the code that would be touched by making this change. - Unit tests. Again, I think the above referenced PR should be merged before tackling this. * Fix style problems. * Highlighting of !channel-names in messages. This only identifies the !channel-name (not the display name). The implementation of the auto-complete on channel names now needs to be modified to convert to the channel handle before sending the message. * Display !channel-name as !Display Name. When we encounter !channel-name in a message, display it as a link using the channel's actual name rather than it's handle (name). * Match on names and display name, and use name. * Autocomplete channels matching on both the name and the the display name. * Use the name as the text we fill in instead of the display name. It's potentially a bit ugly, but it minimises complexity for now as otherwise we'd have to do complicated things to the message box. * Fix style issues. * Load more channels everywhere. Whenever we load the list of channels, we should also load the list of more channels. This is to enable auto-completing and auto-linking of all channels whether or not the user is in them currently. * Include more channels in the map for linking. * Listen for channel list updates for autolinking. * Remove accidental console.log. * Autocomplete on more channels too. * i18n for channel autocomplete. * Link directly to channels in !channel mentions. This currently does not work if you aren't a member of that channel. Need to decide what the correct behaviour is in that case. * Fix style issues. * Show channel name and handle in suggestion. * Match channels only at start or after space. * Better matching in text-formatting. Only match channels after a space-type character or at the start in the posts list too. * Move the route construction to make tests work. Moves route-construction out of text_formatting.jsx and into utils.jsx so that the unit tests work once again.
* Webrtc client side (#4026)enahum2016-09-161-2/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WebRTC Server side * WebRTC client side * Bug fixes and improvements * Pushing UI improvements for webrtc (#3728) * Pushing UI improvements for webrtc * Updating webrtc css * PLT-3943 WebRTC P1: bug fixes and improvements * Video resolution set to std, reduce volume of ringtone and flip video horizontally * Fix calling a user B while WebRTC RHS is still opened * Leave RHS opened when call ends, Fix isBusy on popover and channel_header * Fix pre-release feature, RHS & System Console * PLT-3945 - Updating UI for webrtc (#3908) * PLT-3943 Webrtc p1 * Add ongoing call indicator when RHS is opened * UI updates to to webrtc notifcation (#3959)
* Switch to right-hand sidebar statement instead of the acronym RHS nobody ↵William Gathoye2016-09-161-1/+1
| | | | knows about (#4008)
* Remove unneeded additional space detected by Pootle (#4007)William Gathoye2016-09-161-2/+2
|
* Fix messages id & Add necessary messages to en.json (#4027)Yusuke Nemoto2016-09-161-0/+2
|
* PLT-3455 More channels filter (#4022)enahum2016-09-151-0/+3
|
* PLT-3412 WebRTC Server side & System Console (#3706)enahum2016-09-151-0/+24
| | | | | | | | | | * WebRTC Server side * WebRTC System Console * Consistency on variable names * Add turn and stun uri validation
* code block should be Code block as used in a menu IIRC (#4006)William Gathoye2016-09-121-1/+1
| | | All translators have translated this string item using an uppercase letter.
* Let's be consistent with keyboard shortcuts. (#4005)William Gathoye2016-09-121-1/+1
| | | | | | * Let's be consistent with keyboard shortcuts. * Update en.json
* Translations for RC5 (#4004)enahum2016-09-098-2297/+2297
|
* daily translations 20160908 (#3994)enahum2016-09-0810-2593/+2683
|
* PLT-3766 Change remaining LDAP references to AD/LDAP (#3985)Jason Blais2016-09-081-1/+3
| | | | | | | | | | * Update user.go * Update en.json * Update ldap_test_button.jsx * Update en.json
* SiteURL help text update (#3977)Eric Sethna2016-09-061-1/+1
|
* PLT-3753 Added Segment analytics (#3972)David Lu2016-09-061-0/+2
|
* PLT-3775/PLT-4067 Fixes for email notifications for 3.4Harrison Healey2016-09-061-0/+1
|
* Change Native Download Link Copy (#3976)Yang Chen2016-09-061-2/+2
|
* PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)Jason Blais2016-09-061-49/+49
|
* Minor UI fixes (#3970)Asaad Mahmood2016-09-061-0/+1
| | | | * Minor UI fixes
* Ui improvements (#3963)Asaad Mahmood2016-09-061-1/+1
| | | | | | | | | | * PLT-4061 - Updating pdf preview pages message * PLT-4063 - Fixing spacing for LDAP button * PLT-3837 - Showing reply button on mobile in the RHS * PLT-4046 - Cantering tutorial on older mobile versions
* daily translations 20160906 (#3961)enahum2016-09-069-917/+1196
|
* Update text for restricting integration management to admins (#3962)Jason Blais2016-09-061-2/+2
| | | Update text for restricting integration management to admins
* add missing locs and fix a few others (#3952)enahum2016-09-061-29/+33
|
* Change "Native Apps" to "Mattermost Apps" for consistency (#3957)Jason Blais2016-09-061-4/+4
| | | Change "Native Apps" to "Mattermost Apps" for consistency
* Reply notifications text (#3942)Eric Sethna2016-09-061-1/+1
| | | | | | * Update user_settings_notifications.jsx * Update en.json
* PLT-4041 Make SAML FirstName and LastName optional (#3951)enahum2016-09-061-2/+2
|
* mail: allow PLAIN auth over non-tls connections (#3900)Girish Ramakrishnan2016-09-021-0/+2
| | | | | | | This allows mattermost to use a non-tls connection with a SMTP server that supports PLAIN auth (but not LOGIN). The go library explicitly allows PLAIN auth over non-tls connections - https://golang.org/src/net/smtp/auth.go#L55 Fixes #2929
* Label and help text change to icon and username override (#3932)Eric Sethna2016-09-021-4/+4
| | | | | | | | * Update custom_integrations_settings.jsx * Update en.json * Update custom_integrations_settings.jsx
* Adding LDAP test connection button. Reordering LDAP settings. (#3912)Christopher Speller2016-09-011-4/+7
|
* Fixes incorrect help text on OAuth 2.0 confirmation dialog (#3926)Jason Blais2016-09-011-1/+1
| | | | | | * Update confirm_integration.jsx * Update en.json
* Making LDAP FirstName and LastName fields optional. (#3919)Christopher Speller2016-09-011-2/+2
|
* Update Push and Email Notifications Text (#3924)Eric Sethna2016-09-011-2/+4
| | | | | | | | | | | | * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update email_notification_setting.jsx * Update en.json * Update user_settings_notifications.jsx
* PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899)enahum2016-08-301-0/+1
|
* Update text in Account Settings > Notification (#3901)Eric Sethna2016-08-301-8/+8
| | | | | | | | | | | | | | | | | | | | | | * Comment thread notification text * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update en.json * Update email_notification_setting.jsx * Update en.json * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update user_settings_notifications.jsx
* Update spelling (#3911)lfbrock2016-08-301-1/+1
| | | | | | * Update login_controller.jsx * Update en.json
* PLT-2074 Refactor desktop notification settings UI and add setting for ↵Joram Wilander2016-08-291-2/+20
| | | | | | | | | | duration (#3883) * Refactor desktop notification settings UI and add setting for duration * Update en.json * Update desktop_notification_settings.jsx
* Convert @mentions on Slack import. (#3837)George Goldberg2016-08-291-1/+1
| | | | | | | Converts @mentions in Slack imports for regular messages, comments and Slack upload messages. Updates the description on the Team Settings Import tab to remove mention of @mentions not importing.
* daily translations 20160823 (#3864)enahum2016-08-2310-378/+1583
|
* PLT-3745 - Deauthorize OAuth Apps (#3852)enahum2016-08-231-1/+6
| | | | | | | | | | | | * Deauthorize OAuth APIs * Deautorize OAuth Apps Account Settings * Fix typo in client method * Fix issues found by PM * Show help text only when there is at least one authorized app
* Remove reference to config.json settings in strings (#3863)enahum2016-08-231-1/+1
|
* Add notification settings to control what statuses allow push notifications ↵Joram Wilander2016-08-231-2/+10
| | | | (#3829)
* PLT-2951 Improved signup process (#3771)David Lu2016-08-221-0/+6
|
* Change en.json : PLT-3371 (#3825)paranbaram2016-08-221-7/+7
| | | | | | | | * Change en.json : PLT-3371 * Change jsx files for UI text * Change jsx files for UI text