Add a settings category about the cursor
This commit is contained in:
@@ -552,6 +552,7 @@ define(function () {
|
||||
// Settings
|
||||
out.settings_cat_account = "Account";
|
||||
out.settings_cat_drive = "CryptDrive";
|
||||
out.settings_cat_cursor = "Cursor";
|
||||
out.settings_cat_code = "Code";
|
||||
out.settings_cat_pad = "Rich text";
|
||||
out.settings_cat_creation = "New pad";
|
||||
@@ -675,6 +676,16 @@ define(function () {
|
||||
out.settings_changePasswordPending = "Your password is being updated. Please do not close or reload this page until the process has completed.";
|
||||
out.settings_changePasswordNewPasswordSameAsOld = "Your new password must be different than your current password.";
|
||||
|
||||
// XXX
|
||||
out.settings_cursorColorTitle = "Cursor color";
|
||||
out.settings_cursorColorHint = "Change the color associated to your user in collaborative documents.";
|
||||
out.settings_cursorShareTitle = "Share my cursor position";
|
||||
out.settings_cursorShareHint = "You can decide if you want other users to see your cursor position in collaborative documents. If shared, your cursor will be displayed in the color picked above.";
|
||||
out.settings_cursorShareLabel = "Share my cursor position";
|
||||
out.settings_cursorShowTitle = "Show other users' cursor position";
|
||||
out.settings_cursorShowHint = "You can choose if you want to see the other users' cursor in collaborative documents.";
|
||||
out.settings_cursorShowLabel = "Show the cursors";
|
||||
|
||||
out.upload_title = "File upload";
|
||||
out.upload_type = "Type";
|
||||
out.upload_modal_title = "File upload options";
|
||||
|
||||
Reference in New Issue
Block a user