X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/77851bac7bf76473de33b7bbab00bc1b3d834cb1..268a2cd47470f5cb140258500a94d4cd033e1412:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 241e0327f..412d9259f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -608,9 +608,9 @@ en: deleted: "Message deleted" site: index: - js_1: "You are either using a browser that doesn't support javascript, or you have disabled javascript." - js_2: "OpenStreetMap uses javascript for its slippy map." - js_3: 'You may want to try the Tiles@Home static tile browser if you are unable to enable javascript.' + js_1: "You are either using a browser that doesn't support JavaScript, or you have disabled JavaScript." + js_2: "OpenStreetMap uses JavaScript for its slippy map." + js_3: 'You may want to try the Tiles@Home static tile browser if you are unable to enable JavaScript.' permalink: Permalink shortlink: Shortlink license: @@ -948,8 +948,14 @@ en: change your settings: change your settings my_oauth_details: "View my OAuth details" role: - administrator: "Administrator" - moderator: "Moderator" + administrator: "This user is an administrator" + moderator: "This user is a moderator" + grant: + administrator: "Grant administrator access" + moderator: "Grant moderator access" + revoke: + administrator: "Revoke administrator access" + moderator: "Revoke moderator access" block_history: "view blocks received" moderator_history: "view blocks given" create_block: "block this user" @@ -1003,11 +1009,20 @@ en: success: "{{name}} was removed from your friends." not_a_friend: "{{name}} is not one of your friends." user_role: + filter: + not_an_administrator: "Only administrators can perform user role management, and you are not an administrator." + not_a_role: "The string `{{role}}' isn't a valid role." + already_has_role: "The user already has role {{role}}." + doesnt_have_role: "The user does not have role {{role}}." grant: + title: Confirm role granting + heading: Confirm role granting are_you_sure: "Are you sure you want to grant the role `{{role}}' to the user `{{name}}'?" confirm: "Confirm" fail: "Couldn't grant role `{{role}}' to user `{{name}}'. Please check that the user and role are both valid." revoke: + title: Confirm role revoking + heading: Confirm role revoking are_you_sure: "Are you sure you want to revoke the role `{{role}}' from the user `{{name}}'?" confirm: "Confirm" fail: "Couldn't revoke role `{{role}}' from user `{{name}}'. Please check that the user and role are both valid." @@ -1073,9 +1088,11 @@ en: until_login: "Active until the user logs in." time_past: "Ended {{time}} ago." blocks_on: - heading: "List blocks on {{name}}" + title: "Blocks on {{name}}" + heading: "List of blocks on {{name}}" blocks_by: - heading: "List blocks by {{name}}" + title: "Blocks by {{name}}" + heading: "List of blocks by {{name}}" show: heading: "Block on {{block_on}} by {{block_by}}" time_future: "Ends in {{time}}"