Tweak recognizer strings
This commit is contained in:
parent
a8312acfe0
commit
9ce9502b76
2 changed files with 5 additions and 5 deletions
|
@ -207,7 +207,7 @@ Zotero.RecognizePDF = new function () {
|
||||||
let itemID = _queue.shift();
|
let itemID = _queue.shift();
|
||||||
if (!itemID) break;
|
if (!itemID) break;
|
||||||
|
|
||||||
_updateRow(itemID, Zotero.RecognizePDF.ROW_PROCESSING, Zotero.getString('recognizePDF.processing'));
|
_updateRow(itemID, Zotero.RecognizePDF.ROW_PROCESSING, Zotero.getString('general.processing'));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
let newItem = await _processItem(itemID);
|
let newItem = await _processItem(itemID);
|
||||||
|
|
|
@ -65,6 +65,7 @@ general.continue = Continue
|
||||||
general.copyToClipboard = Copy to Clipboard
|
general.copyToClipboard = Copy to Clipboard
|
||||||
general.cancel = Cancel
|
general.cancel = Cancel
|
||||||
general.clear = Clear
|
general.clear = Clear
|
||||||
|
general.processing = Processing
|
||||||
|
|
||||||
general.operationInProgress = A Zotero operation is currently in progress.
|
general.operationInProgress = A Zotero operation is currently in progress.
|
||||||
general.operationInProgress.waitUntilFinished = Please wait until it has finished.
|
general.operationInProgress.waitUntilFinished = Please wait until it has finished.
|
||||||
|
@ -1049,14 +1050,13 @@ proxies.notification.settings.button = Proxy Settings…
|
||||||
proxies.recognized.message = Adding this proxy will allow Zotero to recognize items from its pages and will automatically redirect future requests to %1$S through %2$S.
|
proxies.recognized.message = Adding this proxy will allow Zotero to recognize items from its pages and will automatically redirect future requests to %1$S through %2$S.
|
||||||
proxies.recognized.add = Add Proxy
|
proxies.recognized.add = Add Proxy
|
||||||
|
|
||||||
recognizePDF.noOCR = PDF does not contain OCRed text.
|
recognizePDF.noOCR = PDF does not contain OCRed text
|
||||||
recognizePDF.couldNotRead = Could not read text from PDF.
|
recognizePDF.couldNotRead = Could not read text from PDF
|
||||||
recognizePDF.noMatches = No matching references found
|
recognizePDF.noMatches = No matching references found
|
||||||
recognizePDF.fileNotFound = File not found
|
recognizePDF.fileNotFound = File not found
|
||||||
recognizePDF.error = An unexpected error occurred.
|
recognizePDF.error = An unexpected error occurred
|
||||||
recognizePDF.recognizing.label = Retrieving Metadata…
|
recognizePDF.recognizing.label = Retrieving Metadata…
|
||||||
recognizePDF.complete.label = Metadata Retrieval Complete
|
recognizePDF.complete.label = Metadata Retrieval Complete
|
||||||
recognizePDF.processing = Processing
|
|
||||||
|
|
||||||
rtfScan.openTitle = Select a file to scan
|
rtfScan.openTitle = Select a file to scan
|
||||||
rtfScan.scanning.label = Scanning RTF Document…
|
rtfScan.scanning.label = Scanning RTF Document…
|
||||||
|
|
Loading…
Add table
Reference in a new issue