Andrew Aitken-Fincham
00ff3ba4b2
ENHANCEMENT Make dropdownFieldThreshold configurable on DBForeignKey ( #7789 )
2018-02-13 10:32:55 +13:00
Damian Mooyman
21ffb270a5
Update translations
2018-02-07 16:07:27 +13:00
Damian Mooyman
e111da2769
Update translations
2018-02-05 16:58:21 +13:00
Damian Mooyman
7ba19fc282
Update translations
2018-01-25 12:15:34 +13:00
Damian Mooyman
60fa7558d3
BUG Fix double casting in login authenticator name
...
Fixes #7769
2018-01-22 14:06:24 +13:00
Damian Mooyman
b939224615
Update translations
2017-12-07 11:08:25 +13:00
Damian Mooyman
f8bde9de32
Update translations
2017-11-02 16:30:42 +13:00
Christopher Joe
f6b7cf8889
Feature disable current user from removing their admin permission
2017-10-30 12:34:06 +13:00
Damian Mooyman
24a1266967
Update translations
2017-10-25 16:18:07 +13:00
Damian Mooyman
37bc6e5099
Update translations
2017-10-11 17:46:48 +13:00
Robbie Averill
33ae463e5b
FIX Class name in _t() call in installer and run text collector
2017-09-26 14:57:16 +13:00
Damian Mooyman
56abd3be57
Update translations
2017-09-08 16:52:22 +12:00
Damian Mooyman
e61163ce7f
Update translations
2017-08-07 14:34:14 +12:00
Damian Mooyman
e64acef53a
BUG Fix invalid i18n yaml
2017-08-03 10:13:09 +12:00
Damian Mooyman
1867ee82c4
Sync with transifex
2017-08-02 13:16:53 +12:00
Robbie Averill
e307f067ed
FIX Replace deprecated %s placeholders in translations with named placeholders
...
* Remove the use of sprintf and %s placeholders in the i18n tests
2017-08-02 13:03:55 +12:00
Damian Mooyman
4b23205838
Fix unnamespaced i18n keys
...
Fixes https://github.com/silverstripe/silverstripe-framework/issues/6862
2017-07-04 14:18:47 +12:00
Damian Mooyman
cbe9edc468
Update translations
2017-07-03 17:17:41 +12:00
Loz Calver
5d27dccd60
NEW: Add CSRF token to logout action
2017-06-21 15:42:13 +01:00
Damian Mooyman
0f90c5b63f
ENHANCEMENT Update style of CMSLogin form
2017-06-15 18:13:14 +12:00
Daniel Hensby
a65ae8353a
Merge pull request #6879 from mikenz/patch-11
...
MINOR: Fix mismatched brackets
2017-05-11 11:57:46 +01:00
Mike Cochrane
efd1a32a5d
MINOR: Fix brackets
2017-05-11 15:55:06 +12:00
Ingo Schommer
0d9b383631
API Removed legacy form fields ( fixes #6099 )
2017-05-09 11:16:41 +12:00
Aaron Carlino
c99ed2d262
Reorganise i18n keys
2017-05-08 23:34:39 +12:00
Aaron Carlino
7c67d29484
Update translations
2017-05-02 10:46:54 +12:00
Damian Mooyman
8dd3f4ce1d
Fix template localisation namespaces ( #6852 )
2017-05-01 08:28:24 +12:00
Damian Mooyman
82dd157741
Remove empty localisations
2017-04-28 15:09:36 +12:00
Damian Mooyman
2fa7598261
Shift hierarchy namespace i18n key
2017-04-28 14:59:42 +12:00
Damian Mooyman
23710cf23e
Run upgrader
2017-04-28 14:59:42 +12:00
Damian Mooyman
7b4b133ad8
Remove unused keys (textcollector with merge=0)
2017-04-28 14:59:42 +12:00
Damian Mooyman
fce38e0f5b
Revert yml files to transifex
2017-04-28 14:59:42 +12:00
Aaron Carlino
7b7b3810e6
Merge permission translations back in
2017-04-28 14:59:42 +12:00
Aaron Carlino
20985bc484
alphabetise keys
2017-04-28 14:59:42 +12:00
Uncle Cheese
d51c4891e2
New namespaced i18n keys
2017-04-28 14:59:42 +12:00
Uncle Cheese
494cbd1875
Ran upgrader for lang files
2017-04-28 14:59:42 +12:00
Ingo Schommer
d2132e85db
More specific localisations
2017-04-26 22:45:07 +12:00
Damian Mooyman
25c0efea26
Update translations
2017-04-05 16:08:16 +12:00
Saophalkun Ponlu
230e831e4b
Translation for add to compaing form
2017-04-04 11:43:40 +12:00
Damian Mooyman
12d10df57a
Update translations
2017-03-01 14:08:50 +13:00
Taras Yemtsov
aa176ef84b
Small translation misprint fix.
2017-02-25 16:45:50 +03:00
Daniel Hensby
7156da6279
Merge branch '3'
2017-02-20 22:19:33 +00:00
Dan Hensby
4d48548d89
Update translations
2017-02-20 17:01:16 +00:00
Daniel Hensby
71383b827d
Merge branch '3'
2017-02-08 12:34:45 +00:00
Damian Mooyman
9c040e10c4
Update translations
2017-02-08 11:05:29 +13:00
Dan Hensby
2e61655715
Update translations
2017-01-31 12:07:13 +00:00
Dan Hensby
247ddd5d46
Update translations
2017-01-26 21:47:36 +00:00
Damian Mooyman
de02a3f733
Restored context parameter to i18n, and added to a “comment” key
...
Rolled pluralisation functionality into the i18n::_t() method
Warnings on missing default can now be turned off
2017-01-25 18:12:40 +13:00
Damian Mooyman
8a07c56bdf
API Replace i18n message localisation with symfony/translation
...
API Implement enhanced pluralisation
Remove Zend_Translate and all Zend dependencies from i18n
Deprecated $context from i18n::_t()
Warn on missing default string for i18n::_t()
2017-01-25 17:08:12 +13:00
Ingo Schommer
6bd7a6f00b
Update translations
2017-01-17 17:07:42 +13:00
Ingo Schommer
85878192ff
Update translations
2017-01-17 16:11:43 +13:00