diff --git a/NEWS.mdtext b/NEWS.mdtext index 17cc691..9a50b7b 100644 --- a/NEWS.mdtext +++ b/NEWS.mdtext @@ -8,6 +8,13 @@ ## Translations +# InDefero 1.2.1 - XXX XXX XX XX:XX:XX UTC 201X + +## Language and Translations + +- Multiple fixes to English source strings (fixes issues 763 and 766, + thanks to JP Fleury!) + # InDefero 1.2 - Sun Nov 6 23:04:00 UTC 2011 ATTENTION: You need Pluf [46b7f251](http://projects.ceondo.com/p/pluf/source/commit/46b7f251) diff --git a/src/IDF/Commit.php b/src/IDF/Commit.php index 0e724ad..aea863c 100644 --- a/src/IDF/Commit.php +++ b/src/IDF/Commit.php @@ -235,7 +235,7 @@ class IDF_Commit extends Pluf_Model
{blocktrans}The issue tracker is empty.
You can create your first issue here.{/blocktrans}
{blocktrans}The issue tracker is empty.
Create your first issue.{/blocktrans}
{blocktrans}If you don't have an account yet, you can create one here.{/blocktrans}
+{blocktrans}You can create an account if you don't have one yet.{/blocktrans}
{trans 'It takes less than a minute to create your account.'}
{trans 'Featured Documentation'}
{foreach $pages as $page}
{$page.title}
{/foreach}
- {trans 'show more...'}
+ {trans 'show more...'}
{/if}
{assign $ko = 'owners'}
{assign $km = 'members'}
diff --git a/src/IDF/templates/idf/register/index.html b/src/IDF/templates/idf/register/index.html
index 38c30bf..a5f9f64 100644
--- a/src/IDF/templates/idf/register/index.html
+++ b/src/IDF/templates/idf/register/index.html
@@ -34,7 +34,7 @@
{trans 'Be sure to provide a valid email address, as we are sending a validation link by email.'}
{aurl 'url', 'IDF_Views::passwordRecoveryAsk'} -{blocktrans}If you have just forgotten your login information, then there is no need to create a new account. Just go here to recover your login name and password.{/blocktrans}
+{blocktrans}If you have just forgotten your login information, then there is no need to create a new account. You can just recover your login name and password.{/blocktrans}
{trans 'Did you know?'}
{aurl 'url', 'IDF_Views::faq'}
{blocktrans}With your account, you will able to participate in the life of all the projects hosted here. Participating in a software project must be fun, so if you have troubles, you can let us know about your issues at anytime!{/blocktrans}
{$key} |