liquid_feedback_frontend
diff locale/translations.en.lua @ 973:8d5b214889c3
Globally changed "cancelled"(BE) to "canceled"(AE)
author | bsw |
---|---|
date | Sat Mar 09 19:31:33 2013 +0100 (2013-03-09) |
parents | 53d0a2162d95 |
children | 3ed0ceb50863 |
line diff
1.1 --- a/locale/translations.en.lua Sat Mar 09 19:19:44 2013 +0100 1.2 +++ b/locale/translations.en.lua Sat Mar 09 19:31:33 2013 +0100 1.3 @@ -1,6 +1,6 @@ 1.4 #!/usr/bin/env lua 1.5 return { 1.6 -["#{count} cancelled"] = false; 1.7 +["#{count} canceled"] = false; 1.8 ["#{count} days ago"] = false; 1.9 ["#{count} finished"] = false; 1.10 ["#{count} in discussion"] = false; 1.11 @@ -101,12 +101,12 @@ 1.12 ["Cancel password reset"] = false; 1.13 ["Cancel refuse of invitation"] = false; 1.14 ["Cancel registration"] = false; 1.15 -["Cancelled"] = false; 1.16 -["Cancelled (before accepted due to revocation)"] = false; 1.17 -["Cancelled (during discussion due to revocation)"] = false; 1.18 -["Cancelled (during verification due to revocation)"] = false; 1.19 -["Cancelled (issue not accepted)"] = false; 1.20 -["Cancelled (no initiative admitted)"] = false; 1.21 +["Canceled"] = false; 1.22 +["Canceled (before accepted due to revocation)"] = false; 1.23 +["Canceled (during discussion due to revocation)"] = false; 1.24 +["Canceled (during verification due to revocation)"] = false; 1.25 +["Canceled (issue not accepted)"] = false; 1.26 +["Canceled (no initiative admitted)"] = false; 1.27 ["Change area delegation"] = false; 1.28 ["Change email"] = false; 1.29 ["Change email address"] = false; 1.30 @@ -577,7 +577,7 @@ 1.31 ["This initiative is already revoked"] = false; 1.32 ["This initiative is revoked"] = false; 1.33 ["This invite key is connected with the following information:"] = false; 1.34 -["This issue has been cancelled. It failed the quorum of #{quorum}."] = false; 1.35 +["This issue has been canceled. It failed the quorum of #{quorum}."] = false; 1.36 ["This issue is already closed."] = false; 1.37 ["This issue is already frozen."] = false; 1.38 ["This login is already taken, please choose another one!"] = false;