Add strings for the allow_write_notes permission
This commit is contained in:
parent
baaa67b5b1
commit
4ff5db34c0
1 changed files with 3 additions and 0 deletions
|
@ -1520,6 +1520,7 @@ en:
|
||||||
allow_write_api: "modify the map."
|
allow_write_api: "modify the map."
|
||||||
allow_read_gpx: "read your private GPS traces."
|
allow_read_gpx: "read your private GPS traces."
|
||||||
allow_write_gpx: "upload GPS traces."
|
allow_write_gpx: "upload GPS traces."
|
||||||
|
allow_write_notes: "modify notes."
|
||||||
revoke:
|
revoke:
|
||||||
flash: "You've revoked the token for %{application}"
|
flash: "You've revoked the token for %{application}"
|
||||||
oauth_clients:
|
oauth_clients:
|
||||||
|
@ -1547,6 +1548,7 @@ en:
|
||||||
allow_write_api: "modify the map."
|
allow_write_api: "modify the map."
|
||||||
allow_read_gpx: "read their private GPS traces."
|
allow_read_gpx: "read their private GPS traces."
|
||||||
allow_write_gpx: "upload GPS traces."
|
allow_write_gpx: "upload GPS traces."
|
||||||
|
allow_write_notes: "modify notes."
|
||||||
index:
|
index:
|
||||||
title: "My OAuth Details"
|
title: "My OAuth Details"
|
||||||
my_tokens: "My Authorised Applications"
|
my_tokens: "My Authorised Applications"
|
||||||
|
@ -1571,6 +1573,7 @@ en:
|
||||||
allow_write_api: "modify the map."
|
allow_write_api: "modify the map."
|
||||||
allow_read_gpx: "read their private GPS traces."
|
allow_read_gpx: "read their private GPS traces."
|
||||||
allow_write_gpx: "upload GPS traces."
|
allow_write_gpx: "upload GPS traces."
|
||||||
|
allow_write_notes: "modify notes."
|
||||||
not_found:
|
not_found:
|
||||||
sorry: "Sorry, that %{type} could not be found."
|
sorry: "Sorry, that %{type} could not be found."
|
||||||
create:
|
create:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue