fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
allow sg, but not tiff
[fnpeditor.git]
/
src
/
editor
/
translation-fix.js
1
// comment.html
2
gettext('edit');
3
gettext('remove');
4
gettext('Delete this comment?');
5
gettext('Delete');
6
7
// template.html
8
gettext('Exit');
9
gettext('Preview saved version');
10
gettext('Attachments');
11
gettext('drop a working draft');
12
13
// documentSummary.html
14
gettext('Draft Saved');
15
16
// box.html
17
gettext('change');
18
gettext('remove');
19
20
// main.html
21
gettext('Compare');
22
gettext('Revert');
23
gettext('Preview');
24
gettext('Publish');