Commit Graph

69 Commits

Author SHA1 Message Date
Damian Mooyman cd2c961f81
Run upgrader 2017-04-28 13:46:21 +12:00
Damian Mooyman e665a51942
Remove unused keys (textcollector with merge=0) 2017-04-28 13:44:35 +12:00
Damian Mooyman 85de5dd2b9 Revert yml files to transifex 2017-04-28 13:41:28 +12:00
Aaron Carlino 3077f31899 Alphabetise keys 2017-04-27 14:45:17 +12:00
Uncle Cheese 29805ee446 New namespaced i18n keys 2017-04-27 11:43:04 +12:00
Uncle Cheese 6fb1012eb8 Ran upgrader for lang files 2017-04-27 11:43:04 +12:00
Chris Joe 3c00c437f4 Merge pull request #1774 from open-sausages/pulls/4.0/6258-update-archive-warning-msg
ENHANCEMENT Update archive warning message
2017-04-06 09:20:08 +12:00
Damian Mooyman 8f8553a737 Update translations 2017-04-05 16:08:16 +12:00
Saophalkun Ponlu 5b90141c03 ENHANCEMENT Update archive warning message 2017-04-04 11:26:46 +12:00
Damian Mooyman fa2b87172c
Upgrade cms for new i18n backend 2017-01-26 11:39:20 +13:00
Ingo Schommer cfe23dd5aa Update translations 2017-01-17 16:11:43 +13:00
Damian Mooyman 35b38ff29c Update translations 2016-11-03 13:36:56 +13:00
Damian Mooyman 6524d60f75 Update translations 2016-09-23 14:02:58 +12:00
Christopher Joe 4b3f4ba01c move BackLinkHTMLList to template 2016-09-19 10:43:39 +12:00
Damian Mooyman c58d8bdedc Update translations 2016-05-12 15:37:09 +12:00
Julian Seidenberg 9169b11b8f MINOR Correcting the default HTML so TinyMCE doesn't auto-clean it upon first viewing of a new database (fixes #1473) 2016-05-06 11:24:03 +12:00
Damian Mooyman 93acf4b39a Update translations 2016-01-21 14:22:35 +13:00
Damian Mooyman d387d4f311 Update translations 2015-12-23 13:22:38 +13:00
scott1702 4f05c4c4f8 Update the filtered tree styling 2015-08-25 13:02:20 +12:00
Daniel Hensby 39ee2ec634 Merge branch '3.2' into 3
Conflicts:
	lang/en.yml
2015-08-17 14:23:16 +01:00
Damian Mooyman a1b9e99342 Update localisation 2015-08-04 13:02:52 +12:00
David Craig cc3385b9f8 Move filters from panel to header
- The filters panel has been removed in favour of a search panel in the header
- Multi-select updated
  - Renamed to Bulk actions
  - Styles updated
  - Added placeholder text / removed redundant option
  - Now appears in SiteTree view too
2015-06-24 09:58:48 +12:00
Damian Mooyman 12bcf382ad Update translations 2015-06-19 18:25:53 +12:00
Damian Mooyman b169823a00 API Deprecate delete in favour of archive
Remove "delete from live" duplicate action in favour of existing "unpublish" which is more consistent with current terminology
Add pop-up verification to destructive actions
Fix bug preventing side-by-side preview of archived pages
Fix bug in reporting publishing of error pages
Restoring a page without an available parent will restore to root
2015-06-03 14:46:16 +12:00
Mateusz Uzdowski 52d297e6ef Merge remote-tracking branch 'origin/3.1' into merge-back
Conflicts:
	code/controllers/CMSSiteTreeFilter.php
	code/controllers/ReportAdmin.php
	code/reports/Report.php
2014-08-13 17:19:01 +12:00
Nicolaas 7eeb59a52f fix spelling of pages from pags to pages
fix spelling of pages from pags to pages
2014-08-07 20:33:19 +12:00
Damian Mooyman 6a69134fb0 Merge remote-tracking branch 'origin/3.1' 2014-05-12 11:33:44 +12:00
Damian Mooyman 3162d0e664 API Update ErrorPage to respect new HTTP Error codes 2014-05-06 15:29:33 +12:00
Ingo Schommer 07033548fc Merge remote-tracking branch 'origin/3.1' 2013-12-19 20:22:26 +01:00
Ingo Schommer 046a5fd6bb Updated translation masters 2013-12-19 19:51:26 +01:00
Ingo Schommer 0eb56f9650 Merge remote-tracking branch 'origin/3.1' 2013-10-07 16:19:55 +02:00
Ingo Schommer 6098457467 Updated master translation file 2013-10-06 23:25:58 +02:00
Ingo Schommer d18bb858e3 Fixed share instructions wording in template
This also removed all the existing translations from Transifex
because the string changed.
2013-08-09 14:45:26 +02:00
Sam Minnee 8ad00a1004 Updated translation master file 2013-08-09 14:14:35 +12:00
Ingo Schommer 3f118ef08f Translations: Switch to Transifex format
- Based on new (last) translation download from getlocalization.com
- Removed untranslated strings. Getlocalization started including those at some point
which is highly annoying, unnecessary and breaks the new transfix system,
since it'll mark all of the english strings as actual translations
- Avoid dots in entities. It confuses the Transifex YML parser
- Removed some locales unknown to Transifex which didn't have any translations anyway
- Removed "lolcat" locale, uses custom notation (en@lolcal)
  which SilverStripe's i18n system can't handle
  (needs mapping from SS naming to Zend naming)
- Renamed "Te Reo/Maori" locale from "mi_NZ" to "mi" (Transifex/CLDR notation)
- Namespaced all entities used in templates (deprecated usage)
- Converted dots to underscores where template filenames are used for namespaces,
since Transifex YML parsing handles them as separate YML keys otherwise
- Removed whitespace in entity names, SilverStripe i18n can't handle it
2013-08-04 12:28:07 +02:00
Ingo Schommer 46d62efd81 Updated translations 2013-06-03 00:14:09 +02:00
Ingo Schommer d0585e484a Updated translations 2013-01-21 11:57:12 +01:00
Ingo Schommer cb96255e80 Removed direct sprintf() usage from _t() calls
Parameterized strings are easier to understand,
and more fail-proof, don't fatal out when not enough sprintf() args
2012-12-21 11:18:18 +01:00
Ingo Schommer 83febeff12 Updated translations 2012-12-17 11:54:22 +01:00
Sean Harvey 5da4b5a0ce Updating default en.yml translations 2012-11-07 11:43:31 +13:00
Sean Harvey 2ae5c497af Updated translations 2012-11-05 11:55:51 +13:00
Sean Harvey b00397968b Tweaking text for "You can start editing" on successful install 2012-11-05 11:12:49 +13:00
Sean Harvey 0964a5b832 Updating default en.yml with updated entities 2012-11-05 11:08:35 +13:00
Ingo Schommer 94c406139e Updated translations 2012-09-11 12:03:18 +02:00
Ingo Schommer 8442ed0ecd i18n for report table title (see #7798) 2012-08-26 23:58:38 +02:00
Ingo Schommer 6b6dfaed7b Fixed i18n namespace for "Sync Files" 2012-08-26 23:58:38 +02:00
Ingo Schommer 2e791abad2 Better i18n for "new page" label (fixes #7796)
Also using better standard name for auto generated
page names ("Page" instead of "Site Tree",  "Pages" instead of "Site Tres" [sic])
2012-08-20 22:25:18 +02:00
Ingo Schommer 82699bae62 Updated translations 2012-08-12 22:49:46 +02:00
Ingo Schommer 342ecd999d Removed custom entities from master file 2012-08-06 14:28:37 +02:00
Ingo Schommer e925401cc3 BUG Re-added singular/plural name i18n entities
Previously "hidden" by inability of i18nTextCollector
to autoload classes in order to introspect them.
2012-08-06 14:05:21 +02:00