liquid_feedback_frontend

diff locale/translations.fr.lua @ 75:733f65c0c0a0

Bugfixes, feature enhancements, code-cleanup, and major work on API

Details:
- API
-- Allow relation name to be passed to helper function util.autoapi{...}
-- Added area API
-- Bugfixes in API
--- Correctly return initiatives (bug #162)
--- Correctly process "id" parameter for initiative API
--- Bugfix related to "state" parameter (bug #165)
--- Changed constant "discussion" to "accepted" (in model/issue.lua, used by API)
--- Fixed JSON encoding in auto_api (bug #181)
--- Ignore list filter "voted" in case of public access
--- Enable access to API without session
- Work on RSS feed (incomplete yet)
- Other bugfixes
-- Handle empty browser identification string
-- Handle invalid date in member/update.lua (bugs #24 #109 #115 #136)
-- Better handle errors while converting uploaded images. (bug #79 +5 duplicates)
-- Don't display revoked initiatives in list of new drafts (bug #134)
-- Fixed syntax error in app/main/member/_action/update_name.lua throwing unexpected error, when new name was too short
-- Do not display refresh support button for revoked initiatives
-- Repaired issue search (bug #150)
-- Fixed typos in german translation files
--- "initi(i)erte"
--- "Er(g)eignisse" (bug #161)
- Code cleanup
-- Removed deprecated motd files locale/motd/de.txt and locale/motd/de_public.txt
-- Removed redundant code in app/main/index/_updated_drafts.lua
- New features and (optical) enhancements
-- Support change of notify email; notification of not approved address added to start page
-- Settings dialog splitted into single pages
-- Mark deactivated members
-- Calendar for birthday selection in profile
-- Policy list public readable when public access is enabled
author bsw
date Thu Jul 08 18:44:02 2010 +0200 (2010-07-08)
parents 32a814f8b496
children 07177cd8c256
line diff
     1.1 --- a/locale/translations.fr.lua	Wed May 26 15:47:52 2010 +0200
     1.2 +++ b/locale/translations.fr.lua	Thu Jul 08 18:44:02 2010 +0200
     1.3 @@ -77,6 +77,8 @@
     1.4  ["Change API key"] = false;
     1.5  ["Change area delegation"] = false;
     1.6  ["Change display settings"] = false;
     1.7 +["Change email"] = false;
     1.8 +["Change email address"] = false;
     1.9  ["Change filters and order"] = false;
    1.10  ["Change global delegation"] = false;
    1.11  ["Change issue delegation"] = false;
    1.12 @@ -87,6 +89,7 @@
    1.13  ["Change vote"] = false;
    1.14  ["Change your login"] = false;
    1.15  ["Change your name"] = false;
    1.16 +["Change your notification email address"] = false;
    1.17  ["Change your password"] = false;
    1.18  ["Choose initiator"] = false;
    1.19  ["Choose member"] = false;
    1.20 @@ -98,6 +101,7 @@
    1.21  ["Confirm"] = false;
    1.22  ["Confirmation code"] = false;
    1.23  ["Confirmation code invalid!"] = false;
    1.24 +["Confirmed address"] = false;
    1.25  ["Contacts"] = false;
    1.26  ["Content"] = false;
    1.27  ["Counting of votes"] = false;
    1.28 @@ -109,13 +113,14 @@
    1.29  ["Current votings in areas you are member of and issues you are interested in:"] = false;
    1.30  ["Currently no API key is set."] = false;
    1.31  ["Date"] = false;
    1.32 +["Date format is not valid. Please use following format: YYYY-MM-DD"] = false;
    1.33  ["Degree"] = false;
    1.34  ["Delegations"] = false;
    1.35  ["Delete API key"] = false;
    1.36  ["Delete filter"] = false;
    1.37  ["Description"] = false;
    1.38  ["Details"] = false;
    1.39 -["Developer features"] = false;
    1.40 +["Developer settings"] = false;
    1.41  ["Diff"] = false;
    1.42  ["Direct member count"] = false;
    1.43  ["Direct membership"] = false;
    1.44 @@ -149,7 +154,9 @@
    1.45  ["Email address is confirmed now"] = false;
    1.46  ["Email address too short!"] = false;
    1.47  ["Email confirmation request"] = false;
    1.48 +["Email unconfirmed"] = false;
    1.49  ["Empty help text: #{id}.#{lang}.txt"] = false;
    1.50 +["Error while converting image. Please note, that only JPG files are supported!"] = false;
    1.51  ["Error while resolving openid. Internal message: '#{errmsg}'"] = false;
    1.52  ["Error while updating member, database reported:<br /><br /> (#{errormessage})"] = false;
    1.53  ["External memberships"] = false;
    1.54 @@ -250,6 +257,7 @@
    1.55  ["Member has not approved latest draft"] = false;
    1.56  ["Member is administrator"] = false;
    1.57  ["Member is already saved in your contacts!"] = false;
    1.58 +["Member is deactivated"] = false;
    1.59  ["Member is now invited to be initiator"] = false;
    1.60  ["Member list"] = false;
    1.61  ["Member name"] = false;
    1.62 @@ -275,6 +283,7 @@
    1.63  ["My opinion"] = false;
    1.64  ["Name"] = false;
    1.65  ["New"] = false;
    1.66 +["New address"] = false;
    1.67  ["New draft"] = false;
    1.68  ["New draft has been added to initiative"] = false;
    1.69  ["New draft revision"] = false;
    1.70 @@ -302,6 +311,7 @@
    1.71  ["Not voted (revoked from initiator)"] = false;
    1.72  ["Not voted issues"] = false;
    1.73  ["Not yet voted"] = false;
    1.74 +["Notification address unconfirmed"] = false;
    1.75  ["Number of incoming delegations, follow link to see more details"] = false;
    1.76  ["Number of initiatives to preview"] = false;
    1.77  ["OK"] = false;
    1.78 @@ -378,6 +388,7 @@
    1.79  ["Remove my support from this initiative"] = false;
    1.80  ["Repeat new password"] = false;
    1.81  ["Request password reset link"] = false;
    1.82 +["Resend activation email to '#{email}'"] = false;
    1.83  ["Reset code"] = false;
    1.84  ["Reset code is invalid!"] = false;
    1.85  ["Reset link has been send for this member"] = false;
    1.86 @@ -457,6 +468,7 @@
    1.87  ["The initiators suggest to support the following initiative:"] = false;
    1.88  ["There are no more alternative initiatives currently."] = false;
    1.89  ["There were no more alternative initiatives."] = false;
    1.90 +["This email address is too short!"] = false;
    1.91  ["This identifier is not allowed for this instance."] = false;
    1.92  ["This initiative"] = false;
    1.93  ["This initiative compared to alternative initiatives"] = false;
    1.94 @@ -475,6 +487,7 @@
    1.95  ["This member has rejected to become initiator of this initiative"] = false;
    1.96  ["This member is already initiator of this initiative"] = false;
    1.97  ["This member is already invited to become initiator of this initiative"] = false;
    1.98 +["This member is deactivated."] = false;
    1.99  ["This member is participating, the rest of delegation chain is suspended while discussing"] = false;
   1.100  ["This name is already taken, please choose another one!"] = false;
   1.101  ["This name is really too short!"] = false;
   1.102 @@ -493,6 +506,7 @@
   1.103  ["Trustee"] = false;
   1.104  ["Tuesday"] = false;
   1.105  ["Type of tabs"] = false;
   1.106 +["Unconfirmed address"] = false;
   1.107  ["Unknown author"] = false;
   1.108  ["Updated drafts"] = false;
   1.109  ["Upload images"] = false;
   1.110 @@ -515,6 +529,8 @@
   1.111  ["Voting request updated"] = false;
   1.112  ["Voting started"] = false;
   1.113  ["Voting time"] = false;
   1.114 +["We couldn't deliver a confirmation mail to this address. Please check entered email address."] = false;
   1.115 +["We have sent an email with activation link already in the last hour. Please try again later."] = false;
   1.116  ["Website"] = false;
   1.117  ["Wednesday"] = false;
   1.118  ["Wiki engine"] = false;
   1.119 @@ -531,7 +547,11 @@
   1.120  ["You are now initiator of this initiative"] = false;
   1.121  ["You are potential supporter of this initiative"] = false;
   1.122  ["You are supporting this initiative"] = false;
   1.123 +["You can change the following settings:"] = false;
   1.124 +["You can change your email address only once per hour. Please try again later."] = false;
   1.125  ["You can't suggest the initiative you are revoking"] = false;
   1.126 +["You didn't confirmed your email address '#{email}' within 7 days."] = false;
   1.127 +["You didn't confirmed your email address '#{email}'. You have received an email with an activation link."] = false;
   1.128  ["You didn't saved any member as contact yet."] = false;
   1.129  ["You have saved this member as contact"] = false;
   1.130  ["You have saved this member as contact."] = false;
   1.131 @@ -549,6 +569,7 @@
   1.132  ["Your delegation for this issue has been deleted."] = false;
   1.133  ["Your delegation for this issue has been updated."] = false;
   1.134  ["Your display settings have been updated"] = false;
   1.135 +["Your email address has been changed, please check for confirmation email with activation link!"] = false;
   1.136  ["Your global delegation has been deleted."] = false;
   1.137  ["Your global delegation has been updated."] = false;
   1.138  ["Your login has been changed to '#{login}'"] = false;

Impressum / About Us