infogulch bf21a55571 Explicit button text in abandon dialog in all lang
The current post abandon dialog displays typical yes/no buttons and should
instead show more informative button text.

This commit updates all `config/locales/client.*.yml` files and *alters the
structure* of the `post.abandon` node, and *adds three new nodes* under it:
`confirm`, `yes_value`, and `no_value`. The current value of the
`post.abandon` node is moved into `post.abandon.confirm` for all languages.
For English language text, the nodes `post.abandon.yes_value` and
`.no_value` are changed to `"Yes, abandon"` and `"No, keep"`, respectively.
For other languages, the standard yes/no values are copied, allowing simple
copyedits to make them more explicit in the future.

I also make the necessary changes to the `composer_controller.js` file so
the new values are used correctly.
2014-02-28 23:42:14 -06:00
..
2014-02-17 19:42:08 +01:00
2014-02-17 19:42:08 +01:00
2013-02-05 14:16:51 -05:00
2013-02-05 14:16:51 -05:00
2013-02-05 14:16:51 -05:00
2013-08-14 21:39:40 +02:00
2014-02-13 11:08:27 +07:00
2014-01-06 12:24:11 +11:00
2014-02-25 14:31:03 +11:00