Commit Graph

491 Commits

Author SHA1 Message Date
Discourse Translator Bot 7eef10c6d7
Update translations (#10944) 2020-10-17 00:07:21 +02:00
Discourse Translator Bot 85894537b1 Update translations 2020-10-13 15:40:37 +02:00
Discourse Translator Bot 29a9ae1b50 Update translations 2020-10-06 15:43:13 +02:00
Discourse Translator Bot ecfca965f2 Update translations 2020-09-29 13:01:52 +00:00
Discourse Translator Bot 5990c71c29 Update translations 2020-09-15 13:04:17 +00:00
Discourse Translator Bot d495464ead Update translations 2020-08-25 13:02:37 +00:00
Discourse Translator Bot 1a78a429b5 Update translations 2020-08-11 13:04:00 +00:00
Discourse Translator Bot a68533b394 Update translations 2020-08-05 13:55:12 +00:00
Gerhard Schlager 390dc5c7a9 Update translations 2020-06-21 11:58:21 +02:00
Gerhard Schlager 36a3675e0a Update translations 2020-06-14 23:39:33 +02:00
Neil Lalonde 65dd8e2fa2
Update translations 2020-06-10 12:01:02 -04:00
Neil Lalonde 72c09ab4ae
Update translations 2020-06-01 13:58:51 -04:00
Neil Lalonde 3d20a1143b
Update translations 2020-05-26 10:06:07 -04:00
Martin Brennan fa572d3a7a
DEV: Remove all code referencing at_desktop bookmark reminders (#9650)
We have found no need for these reminder types, so we are removing the code for them.
2020-05-06 15:22:43 +10:00
Neil Lalonde 3cce608379
Update translations 2020-05-04 10:39:01 -04:00
Gerhard Schlager 30cb5f7d86 Update translations 2020-04-24 15:16:29 +02:00
Gerhard Schlager 82f9dcf301 Update translations 2020-04-20 11:37:59 +02:00
Neil Lalonde 4b70719a48
Update translations 2020-03-05 12:45:42 -05:00
Neil Lalonde 637535fc6b Update translations 2020-02-13 15:00:16 -05:00
Neil Lalonde 2dd1ff79b4 Update translations 2020-01-20 11:00:44 -05:00
Martin Brennan 9e399b42b9 DEV: Remove redundant admin_login route, share with email_login 2020-01-13 12:10:07 +10:00
Gerhard Schlager dfb9fa3b98 Update translations 2019-12-10 13:10:55 +01:00
Neil Lalonde 50b98a47ac Update translations 2019-12-05 11:20:52 -05:00
Sam Saffron b57e108e84 FEATURE: improve email change workflow
- Show old and new email address during the process
- Ensure correct user is logged on when attempting to make email changes
- Support reloading a page during the email reset process without resubmit
of form
- Improve tests
- Fixed issue where redirect back to site was not linking correctly in
subfolder setups

Internal refactor of single action into 4 distinct actions that are simpler
to reason about.

This also removes the step that logs on an account after you confirm an
email change, since it is no longer needed which leaves us with safer
internals.

This left me no choice but to amend translations cause the old route was
removed.
2019-11-21 16:28:35 +11:00
Gerhard Schlager f72730703a Update translations 2019-11-14 15:41:42 +01:00
Neil Lalonde b151963f18 Update translations 2019-11-06 10:43:13 -05:00
Gerhard Schlager 94a34af702 Update translations 2019-11-05 16:52:48 +01:00
tshenry 95114f87ae
Improve spam_hosts copy (#8203)
- Increase size of the reviewable's conversation excerpt to prevent truncation of the new copy
- Remove the `domain` parameter from the `flag_linked_posts_as_spam` method in the user model since it is no longer needed
- Remove the `domain` interpolation variable from all translation files
- Add "All posts from this user that include links should be reviewed." to server.en.yml for added clarity on why the posts entered the queue
2019-10-18 09:31:15 -07:00
Neil Lalonde 3007c93205 Update translations 2019-10-10 11:15:24 -04:00
Gerhard Schlager 3dfe9f3b8d Update translations 2019-10-08 12:25:24 +02:00
Gerhard Schlager 8adec48b33 Update translations 2019-09-26 04:29:44 +02:00
Neil Lalonde 930e70aba9 Update translations 2019-09-04 10:24:43 -04:00
Gerhard Schlager 8841563f8a Update translations 2019-08-26 14:36:46 +02:00
Rishabh f1f1fd4690 DEV: Remove unused "Email Reject No Account" template (#8022) 2019-08-20 12:43:51 +02:00
Rishabh dcb47d902b
REFACTOR: Rename SiteSetting.disable_edit_notifications to disable_system_edit_notifications (#7958)
* REFACTOR: Rename SiteSetting.disable_edit_notifications to disable_system_edit_notifications

- The older name could cause some confusion because the setting does not disable all edit notifications, only system ones.

* FIX: Add frozen_string_literal: true in the migration

* DEV: Deprecate 'disable_edit_notifications'
2019-07-31 20:20:41 +05:30
Neil Lalonde 97e9599ecc Update translations 2019-07-15 09:43:22 -04:00
Neil Lalonde 7e884cce6b Update translations 2019-06-25 10:57:18 -04:00
Neil Lalonde dbc59cfe61 Update translations 2019-06-17 13:25:37 -04:00
Neil Lalonde 5d7e34e0ad Update translations 2019-06-10 10:36:08 -04:00
Neil Lalonde dbfdce95c9 Update translations 2019-05-30 10:40:16 -04:00
Gerhard Schlager f74565f23b Remove unused translations 2019-05-22 13:35:18 +02:00
Gerhard Schlager edc6ac0c66 Update translations 2019-05-21 00:04:37 +02:00
Gerhard Schlager a58aa9b4bf Update translations 2019-05-20 13:42:05 +02:00
Joffrey JAFFEUX 0284910125
Update translations 2019-04-24 15:02:04 +02:00
Neil Lalonde e7a6f0698d Update translations 2019-04-05 10:02:54 -04:00
Robin Ward b58867b6e9 FEATURE: New 'Reviewable' model to make reviewable items generic
Includes support for flags, reviewable users and queued posts, with REST API
backwards compatibility.

Co-Authored-By: romanrizzi <romanalejandro@gmail.com>
Co-Authored-By: jjaffeux <j.jaffeux@gmail.com>
2019-03-28 12:45:10 -04:00
Neil Lalonde 4a7e83d880 Update translations 2019-03-28 10:07:51 -04:00
Neil Lalonde 9c54447ca7 Update translations 2019-03-11 13:55:45 -04:00
Neil Lalonde aabc3375c6 Update translations 2019-03-01 11:28:07 -05:00
Neil Lalonde 55cc5ab4b8 Update translations 2019-02-07 09:49:57 -05:00
Neil Lalonde 024ba28525 Update translations 2019-01-28 10:27:20 -05:00
Neil Lalonde 65f6135213 Update translations 2019-01-21 14:04:43 -05:00
Gerhard Schlager 90823eaca6 Update translations 2019-01-19 23:41:52 +01:00
Neil Lalonde 81953339f2 Update translations 2019-01-14 12:23:49 -05:00
Neil Lalonde d7656f30c3 Update translations 2019-01-02 12:32:38 -05:00
Neil Lalonde d43d007929 Update translations 2018-11-29 10:51:16 -05:00
Gerhard Schlager cbd6bd191a Add base path to relative links in translations 2018-11-08 23:31:05 +00:00
David Taylor d963f96fa4 Update translations 2018-11-05 11:16:58 +00:00
Neil Lalonde af39624d19 Update translations 2018-10-12 10:40:25 -04:00
Neil Lalonde a147a856f8 Update translations 2018-09-14 11:43:14 -04:00
Neil Lalonde 5a4d6f9656 Update translations 2018-08-30 09:40:31 -04:00
Neil Lalonde 6d79be29f2 Update translations 2018-08-21 11:28:13 -04:00
Neil Lalonde 0cf98f1ad9 Revert "Update translations" 2018-08-21 11:17:53 -04:00
Neil Lalonde 3c6d5c8241 Update translations 2018-08-21 10:36:59 -04:00
Neil Lalonde 5c248e3a7a Update translations 2018-08-07 12:05:45 -04:00
Neil Lalonde 58ecc84d61 Update translations, excluding Japanese and config/locales/client.zh_TW.yml due to errors 2018-07-26 13:01:39 -04:00
Neil Lalonde 072659c22a Update translations 2018-06-21 10:34:09 -04:00
Neil Lalonde 79854198c1 Update translations 2018-06-08 10:27:53 -04:00
Gerhard Schlager b7bf0e96aa Update translations 2018-05-29 22:01:57 +02:00
Gerhard Schlager 01b0d9d235 Update translations 2018-05-17 00:08:33 +02:00
Neil Lalonde 69a3ba0014 Update translations 2018-05-03 15:23:31 -04:00
Gerhard Schlager 0e5104fa70 Update translations 2018-04-27 19:20:19 +02:00
Sam c7a0ced656 FIX: remove facebook_request_extra_profile_details
Since this no longer works
2018-04-26 14:14:35 +10:00
Neil Lalonde 8babf1c1e1 Update translations 2018-04-24 11:08:45 -04:00
Neil Lalonde a631c8f09d Update translations 2018-04-13 10:32:39 -04:00
Gerhard Schlager 4c53e81c69 Update translations 2018-04-06 14:51:09 +02:00
Neil Lalonde cd99ccdbf0 Update translations 2018-03-26 10:58:01 -04:00
Neil Lalonde 0c8df32903 Update translations, except ur because of errors 2018-03-07 14:11:56 -05:00
Neil Lalonde 3313072957 Remove censored_pattern site setting, which is replaced by watched words 2018-02-26 16:29:27 -05:00
Neil Lalonde 32ad98161f Update translations 2018-02-15 16:36:03 -05:00
Arpit Jalan 8bc17af9cc rename private to personal in locale files 2018-02-01 13:25:29 +05:30
Neil Lalonde f7042ecc85 Update translations 2018-01-31 11:19:21 -05:00
Neil Lalonde 0567d523ee Update translations 2017-12-29 14:51:53 -05:00
Neil Lalonde 7e3c4b4b2f Update translations 2017-12-20 15:28:29 -05:00
Neil Lalonde 929aa98723 Update translations 2017-12-11 12:01:57 -05:00
Neil Lalonde 978cf9485f Update translations 2017-12-06 10:25:12 -05:00
Arpit Jalan 248ad5466d replace invitee_name to inviter_name in all locale files 2017-12-04 14:12:48 +05:30
Neil Lalonde 1603dcf0d1 Update translations 2017-11-30 15:32:15 -05:00
Neil Lalonde 13c91fc7ec Update translations 2017-11-13 15:02:53 -05:00
Neil Lalonde 419d7daf4b Update translations 2017-10-30 10:58:17 -04:00
Neil Lalonde 3a29ba71a3 Update translations 2017-10-06 10:37:57 -04:00
Neil Lalonde 1faae3c765 rename forgot_password_strict to hide_email_address_taken 2017-10-03 15:28:31 -04:00
Neil Lalonde d2d272c5f1 Update translations 2017-09-28 13:37:19 -04:00
Gerhard Schlager de19c8e70c update translations 2017-09-16 22:42:28 +02:00
Régis Hanol 2a140b3848 update translations 2017-09-16 00:53:23 +02:00
Neil Lalonde 346442134e Update translations 2017-09-14 11:02:39 -04:00
Robin Ward e41a828774 Update translations 2017-08-31 14:50:40 -04:00
Neil Lalonde 3b7657e4b3 Update translations 2017-08-16 11:38:45 -04:00
Neil Lalonde 2feec43bd7 Update translations 2017-08-01 13:11:52 -04:00
Arpit Jalan d666b73893 Update translations. 2017-07-20 14:57:02 +05:30
Sam Saffron d0c5205a52 Feature: Change markdown engine to markdown it
This commit removes the old evilstreak markdownjs engine.

- Adds specs to WhiteLister and changes it to stop using globals
    (Fixes large memory leak)
- Fixes edge cases around bbcode handling
- Removes mdtest which is no longer valid (to be replaced with
    CommonMark)
- Updates MiniRacer to correct minor unmanaged memory leak
- Fixes plugin specs
2017-07-17 11:41:34 -04:00
Sam 79a084dd58 Revert "remove old markdown engine work-in-progress"
This reverts commit ee470b5317.
2017-07-12 18:10:51 -04:00
Sam Saffron ee470b5317 remove old markdown engine work-in-progress 2017-07-12 17:44:40 -04:00
Arpit Jalan 25d70ec900 Update Translations 2017-07-05 11:35:35 +05:30
Neil Lalonde febfe27669 Update translations 2017-06-26 14:56:22 -04:00
Guo Xiang Tan a23ce56682 Update translations. 2017-06-19 12:39:30 +09:00
Arpit Jalan 4112c2b883 Update translations 2017-06-12 21:24:40 +05:30
Arpit Jalan d326784ecf Update translations 2017-06-07 20:13:54 +05:30
Arpit Jalan 266acbcc6c Update Translations 2017-05-29 12:23:49 +05:30
Neil Lalonde bb208be822 Update translations 2017-05-25 09:55:55 -04:00
Neil Lalonde 8651fc57a5 Update translations 2017-05-15 11:11:18 -04:00
Arpit Jalan a160589e84 Update Translations 2017-05-09 22:59:38 +05:30
Arpit Jalan 1f6ffd5fb0 Update Translations 2017-05-02 16:08:55 +05:30
Arpit Jalan df77a827e1 Update Translations 2017-04-24 18:12:40 +05:30
Arpit Jalan ae96631692 Update Translations 2017-04-17 23:46:18 +05:30
Arpit Jalan ff530d6fb3 Update Translations 2017-04-07 22:23:39 +05:30
Neil Lalonde 8b1bfeb4c6 Update translations 2017-03-20 11:04:34 -04:00
Neil Lalonde 4271aa0b48 Update translations 2017-03-08 11:54:01 -05:00
Neil Lalonde 262016604d FEATURE: each category can control how many topics to show on categories page 2017-03-01 15:12:57 -05:00
Arpit Jalan ddcd060552 Update Translations 2017-03-01 11:03:44 +05:30
Neil Lalonde a702330ccd FEATURE: make show_subcategory_list a per-category setting 2017-02-22 11:42:36 -05:00
Neil Lalonde 56233e9ec6 Update translations 2017-02-13 16:42:15 -05:00
Neil Lalonde 8ab327665f Update translations 2017-01-26 12:22:14 -05:00
Arpit Jalan 1570c4e4a7 Update Translations 2017-01-12 13:26:45 +05:30
Arpit Jalan 4e63880b5d Update Translations 2016-12-29 00:15:25 +05:30
Neil Lalonde bad98a4987 Update translations 2016-12-14 13:55:24 -05:00
Arpit Jalan 5cc64103c6 Update Translations 2016-12-08 20:35:03 +05:30
Arpit Jalan 6168b2c57a Update Translations 2016-11-25 00:37:51 +05:30
Arpit Jalan ece5442c54 Update Translations 2016-11-16 23:42:01 +05:30
Arpit Jalan f057172216 Update Translations 2016-11-02 22:47:35 +05:30
Arpit Jalan 68b559d501 Update Translations 2016-10-27 00:44:53 +05:30
Arpit Jalan 4c614e5233 Update Translations 2016-10-14 00:15:41 +05:30
Arpit Jalan 1a87960454 Update Translations 2016-09-13 21:21:19 +05:30
Arpit Jalan d2e1fccc90 Update Translations 2016-09-02 20:12:45 +05:30
Neil Lalonde 4be3b9f36d Update translations 2016-08-25 11:04:46 -04:00
Arpit Jalan e06be6561d Update Translations 2016-08-23 18:48:00 +05:30
Arpit Jalan 25a14fcba8 Update Translations 2016-08-10 23:08:10 +05:30
Neil Lalonde f1bfc74e79 Update translations 2016-08-05 14:39:55 -04:00
Neil Lalonde 437ad5b05a Remove extra characters returned from Transifex 2016-07-27 17:55:29 -04:00
Neil Lalonde 6a8f57d602 Update translations 2016-07-27 17:55:28 -04:00
Neil Lalonde a3f39866ab Update translations using temporary workaround for Transifex bugs 2016-07-27 13:29:13 -04:00
Neil Lalonde db2bc41110 Update translations 2016-06-21 11:16:31 -04:00
Arpit Jalan 024c2e90c1 Update Translations 2016-06-09 22:07:41 +05:30
Neil Lalonde 7050042088 Update translations 2016-05-26 11:50:15 -04:00
Neil Lalonde b1f798f119 Update translations 2016-05-04 14:22:15 -04:00
Neil Lalonde e63e296761 Update translations 2016-04-20 19:18:07 -04:00
Arpit Jalan 6b01287e98 Update Translations 2016-03-28 14:00:18 +05:30
Arpit Jalan ddebd76c44 Update Translations 2016-03-23 22:25:29 +05:30
Neil Lalonde 9f30a28a8e Update translations 2016-03-17 11:01:02 -04:00
Robin Ward 5771d2aee2 SECURITY: Support for confirm old as well as new email accounts 2016-03-08 14:52:22 -05:00
Robin Ward d1e85bdd8b FEATURE: Use virtual dom framework for faster post rendering 2016-02-11 11:00:40 -05:00
Arpit Jalan e5aecdf09f Update Translations 2016-02-09 20:24:03 +05:30
Arpit Jalan bcc0ed7c9c Update Translations 2016-02-02 15:24:01 +05:30
Arpit Jalan bfa4e6b69c Update Translations 2016-01-19 01:29:19 +05:30
Neil Lalonde d732c0876a Update translations 2016-01-08 15:50:00 -05:00
Arpit Jalan 593c22eda1 Update Translations 2016-01-04 21:01:49 +05:30
Arpit Jalan 90d15ba588 Update Translations 2015-12-29 23:16:17 +05:30
Neil Lalonde fe10f3e0a3 Update translations 2015-12-18 10:48:02 -05:00
Arpit Jalan d0bbf5c9a6 Update Translations 2015-12-14 23:04:01 +05:30
Arpit Jalan 04593b8fef Update Translations 2015-12-01 01:09:45 +05:30
Robin Ward d65ec1af2e Rename `ninja_edit_window` to `editing_grace_period` :'( 2015-11-24 14:28:42 -05:00
Arpit Jalan bde05fd334 Update Translations 2015-11-23 19:25:06 +05:30
Arpit Jalan 236f8bb0f7 Update Translations 2015-11-12 22:06:59 +05:30
Neil Lalonde a800ff1985 Update translations 2015-11-04 13:25:29 -05:00
Arpit Jalan c3cadbb4d8 Update Translations 2015-10-26 22:38:34 +05:30
Arpit Jalan 717be06f17 Update Translations 2015-10-20 23:11:42 +05:30
Arpit Jalan 06f616792d Update Translations 2015-10-15 18:19:04 +05:30
Arpit Jalan 43cd0912e6 Update Translations 2015-10-11 02:11:28 +11:00
Arpit Jalan f031558aa5 Update Translations 2015-09-24 18:08:25 +05:30
Arpit Jalan 7a9404750e Update Translations 2015-09-21 17:51:42 +05:30
Arpit Jalan 49fc4571b0 Update Translations 2015-09-19 01:09:12 +05:30
Arpit Jalan 3ba6d54843 Update Translations 2015-09-16 19:50:29 +05:30
Arpit Jalan 21f81979cb Update Translations 2015-09-07 19:48:43 +05:30
Arpit Jalan b8c3187a94 Update Translations 2015-08-31 22:19:30 +05:30
Régis Hanol bef80633b1 FEATURE: global admin override of most of the user preferences 2015-08-21 20:39:21 +02:00
Arpit Jalan e1575746f2 Update Translations 2015-08-20 17:33:13 +05:30
Arpit Jalan 8ea765f50a Update Translations 2015-08-13 19:38:53 +05:30
Arpit Jalan 73f547b019 Update Translations 2015-08-10 23:41:05 +05:30
Arpit Jalan 62a59ef7c0 Update Translations 2015-07-30 22:41:12 +05:30
Arpit Jalan e01d196bda Update Translations 2015-07-22 22:57:18 +05:30
Arpit Jalan fc977771a3 Update Translations 2015-07-16 19:18:02 +05:30
Neil Lalonde 9a0e4bb96e Update translations 2015-07-01 17:09:37 -04:00
Neil Lalonde 4b6cf528ce update translations 2015-06-19 11:29:13 -04:00
Arpit Jalan 436e84c6c1 Update Translations 2015-06-15 20:25:53 +05:30
Neil Lalonde d9efb37ec7 Update translations 2015-06-11 15:35:01 -04:00
Arpit Jalan 45a7c314c2 Update Translations 2015-06-03 20:39:08 +05:30
Arpit Jalan 1ac4e60c90 Update Translations 2015-06-01 23:33:27 +05:30
Neil Lalonde 1c5ea5d8ef Update translations 2015-05-12 17:38:49 -04:00
Arpit Jalan ee960899df Update Translations 2015-05-06 21:32:11 +05:30
Arpit Jalan 787b30c354 Update Translations 2015-04-29 22:38:29 +05:30
Arpit Jalan 574052b786 Update Translations 2015-04-22 19:05:15 +05:30
Robin Ward ba6d5505af FIX: Typos in translations 2015-04-19 11:04:15 -04:00
Robin Ward a61c202ac4 Rewrite `/private-messages` to `/messages` 2015-04-17 12:01:50 -04:00
Arpit Jalan 77baae13bc Update Translations 2015-04-13 23:58:48 +05:30
Arpit Jalan 8623f179ff Update Translations 2015-04-09 20:58:06 +05:30
Sam 1f59375c82 rename max_word_length to title_max_word_length 2015-04-02 16:46:53 +11:00
Arpit Jalan 47525c6af4 Update Translations 2015-04-01 22:16:57 +05:30
Arpit Jalan 7acae703d9 Update Translations 2015-03-24 20:57:12 +05:30
Arpit Jalan 27a793073a Update Translations 2015-03-18 18:27:27 +05:30
Arpit Jalan e46d2a2272 Update Translations 2015-03-11 23:43:01 +05:30
Arpit Jalan ade082c072 Update Translations 2015-03-02 21:59:07 +05:30
Arpit Jalan 253ba977ef Update Translations 2015-02-25 22:47:17 +05:30
Arpit Jalan 5c61661b7c Update Translations 2015-02-19 21:41:24 +05:30
Arpit Jalan 439f13b040 Update Translations 2015-02-13 19:37:41 +05:30
Arpit Jalan ba0cb45f4b Update Translations 2015-02-04 00:20:05 +05:30
Arpit Jalan a144e61440 Update Translations 2015-01-21 22:58:30 +05:30
Arpit Jalan 8f06e8f708 Update Translations 2015-01-12 19:53:52 +05:30
Arpit Jalan 28dfde8194 Update Translations 2015-01-02 19:04:05 +05:30
Sam 4cd9243888 FEATURE: topics per page should not be configurable
Can lead to severe performance issues
2014-12-15 11:24:16 +11:00
Arpit Jalan d0ddbc4cb4 Update translations 2014-12-13 00:40:01 +05:30
Arpit Jalan 44e694819d Update Translations 2014-12-04 19:48:21 +05:30
Arpit Jalan e04cc1c9f5 Update Translations 2014-11-21 18:09:29 +05:30
Arpit Jalan dbd5823881 Update Translations 2014-11-17 21:35:06 +05:30
Neil Lalonde 1565bd5e67 Update translations 2014-11-06 15:16:58 -05:00
Neil Lalonde 718854f055 Update translations 2014-10-30 17:30:05 -04:00
Arpit Jalan d0cf73f105 Update Translations 2014-10-23 20:15:56 +05:30
Arpit Jalan 8bd2bf9f29 Update Translations 2014-10-19 21:37:25 +05:30
Arpit Jalan 92efee088e Add missing transation files and update translations 2014-10-16 23:25:34 +05:30
Arpit Jalan 648e7b90f4 Update Translations 2014-10-09 01:37:59 +05:30
Neil Lalonde 4f461739fb Update translations 2014-10-03 10:41:37 -04:00
Arpit Jalan 6989557a26 Update Translations 2014-09-30 19:53:17 +05:30
Arpit Jalan b8b20cb9af Update Translations 2014-09-23 21:17:42 +05:30
Arpit Jalan 6455dc7580 Add pl_PL translations for Poll plugin and update translations 2014-09-14 23:52:24 +05:30
Arpit Jalan 93d9fe0497 Update Translations 2014-09-04 21:48:58 +05:30
Arpit Jalan be8249f113 Update Translations 2014-08-28 08:52:11 +05:30
Arpit Jalan 02d05ca2ab Update Translations 2014-08-26 23:07:10 +05:30
Arpit Jalan 2e89ee953e Update Translations 2014-08-21 23:44:58 +05:30
Arpit Jalan 8c2476100b Update Translations 2014-08-18 20:47:59 +05:30
Arpit Jalan e98a6cf993 Update Translation 2014-08-15 23:32:14 +05:30
Arpit Jalan 38d6e74c0b Update translation to fix missing strings 2014-08-12 11:35:33 +05:30
Arpit Jalan 3339b30001 Update Translations 2014-08-09 02:04:01 +05:30
Arpit Jalan 2820bd34da Update Translations 2014-08-01 20:02:56 +05:30
Arpit Jalan 37981fb258 Update translations 2014-07-17 10:33:49 +05:30
Jeff Atwood 49dbded250 remove title_sanitize setting 2014-07-14 00:18:02 -07:00
Elliot Shepherd 2762bc7be5 FIX: avatars:regenerate rake task is now avatars:refresh 2014-07-08 15:17:48 +10:00
Arpit Jalan 923fa4646b Update Translations 2014-06-30 16:21:43 +05:30
Arpit Jalan 7dd7c5eb11 Update Translations 2014-06-19 17:49:05 +05:30
Sam a044e3de58 Remove min_posts_for_search_in_topic
no longer needed, we always search in topic
2014-06-10 15:07:38 +10:00
Arpit Jalan 96b72c7615 Update translations 2014-06-10 03:07:50 +05:30
Arpit Jalan 0571d500c9 Update translations 2014-05-30 07:08:40 +05:30
Arpit Jalan f8255f4443 Update translations 2014-05-22 22:28:47 +05:30
Neil Lalonde f111e4ba56 Update translations 2014-05-14 12:37:00 -04:00
Neil Lalonde 11c0eb8db3 Update translations 2014-05-07 10:33:41 -04:00
Neil Lalonde cb2bcb89ff Update translations 2014-05-02 14:01:27 -04:00
Neil Lalonde 0f4014eef1 Update translations 2014-04-24 10:53:04 -04:00
Neil Lalonde abdfc2c7c1 Update translations 2014-04-16 10:42:21 -04:00
Neil Lalonde 31043275d3 Update translations from Transifex 2014-04-14 11:53:25 -04:00
Neil Lalonde cb11967715 Add transifex config. Reconcile client.yml and server.yml translations in github and transifex. Transifex is now the source of all client.yml and server.yml files. 2014-04-10 15:42:38 -04:00
Robin Ward f8964bf453 Remove unused SiteSetting 2014-04-09 16:18:31 -04:00
Neil Lalonde e86d3e5ce2 Revert "Change 5k passwords -> 10k passwords in locale files" 2014-04-01 15:39:31 -04:00