open_file and text_annotation_type localized strings
This commit is contained in:
parent
fcbc684578
commit
6c04bed1ce
@ -27,4 +27,5 @@ rendering_error=حدث خطأ في حين جعل صفحة.
|
||||
page_label=الصفحة:
|
||||
page_of=من {{pageCount}}
|
||||
no_outline=لا مخطط متاح
|
||||
|
||||
open_file.title=Open File
|
||||
text_annotation_type=[{{type}} Annotation]
|
||||
|
@ -27,4 +27,5 @@ rendering_error=An error occurred while rendering the page.
|
||||
page_label=Page:
|
||||
page_of=of {{pageCount}}
|
||||
no_outline=No Outline Available
|
||||
|
||||
open_file.title=Open File
|
||||
text_annotation_type=[{{type}} Annotation]
|
||||
|
@ -27,4 +27,5 @@ rendering_error=Произошла ошибка во время создания
|
||||
page_label=Страница:
|
||||
page_of=из {{pageCount}}
|
||||
no_outline=Содержание не доступно
|
||||
|
||||
open_file.title=Открыть Файл
|
||||
text_annotation_type=[Аннотация {{type}}]
|
||||
|
@ -27,3 +27,5 @@ rendering_error=<<<_ãп εггOг O¢¢ȗггεÐ ẂНiḻε гεпÐεгiпģ
|
||||
page_label=Þãģε:
|
||||
page_of=<<<_O£ {{pageCount}}_>>>
|
||||
no_outline=<<<_пO Oȗţḻiпε ãṿãiḻãьḻε_>>>
|
||||
open_file.title=<<<_OÞεп £iḻε_>>>
|
||||
text_annotation_type=<<<_[{{type}} ãппOţãţiOп]_>>>
|
||||
|
@ -837,7 +837,7 @@ var PageView = function pageView(container, pdfPage, id, scale,
|
||||
var rect = viewport.convertToViewportRectangle(item.rect);
|
||||
rect = PDFJS.Util.normalizeRect(rect);
|
||||
image.src = kImageDirectory + type.toLowerCase() + '.svg';
|
||||
image.alt = '[' + type + ' Annotation]';
|
||||
image.alt = mozL10n.get('text_annotation_type', {type: type});
|
||||
var content = document.createElement('div');
|
||||
content.setAttribute('hidden', true);
|
||||
var title = document.createElement('h1');
|
||||
|
Loading…
x
Reference in New Issue
Block a user