mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
remove most pending hardcoded translations
This commit is contained in:
parent
59402dafc4
commit
0afa6b79ae
@ -83,11 +83,6 @@ define([
|
||||
};
|
||||
|
||||
// Share pad
|
||||
|
||||
Messages.notification_padSharedTeam = "{0} has shared a pad with the team {2}: <b>{1}</b>"; // XXX
|
||||
Messages.notification_fileSharedTeam = "{0} has shared a file with the team {2}: <b>{1}</b>"; // XXX
|
||||
Messages.notification_folderSharedTeam = "{0} has shared a pad with the team {2}: <b>{1}</b>"; // XXX
|
||||
|
||||
handlers['SHARE_PAD'] = function(common, data) {
|
||||
var content = data.content;
|
||||
var msg = content.msg;
|
||||
|
||||
@ -103,14 +103,7 @@ define([
|
||||
return true;
|
||||
};
|
||||
|
||||
Messages.support_cat_account = "User account"; // XXX
|
||||
Messages.support_cat_data = "Loss of content"; // XXX
|
||||
Messages.support_cat_bug = "Bug report"; // XXX
|
||||
Messages.support_cat_other = "Other"; // XXX
|
||||
Messages.support_cat_all = "All"; // XXX
|
||||
Messages.support_category = "Category"; // XXX
|
||||
Messages.support_attachments = "Attachments"; // XXX
|
||||
Messages.support_addAttachment = "Add attachment"; // XXX
|
||||
|
||||
var makeCategoryDropdown = function (ctx, container, onChange, all) {
|
||||
var categories = ['account', 'data', 'bug', 'other'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user