page_label=الصفحة:
page_of=من {{pageCount}}
no_outline=لا مخطط متاح
-
+open_file.title=Open File
+text_annotation_type=[{{type}} Annotation]
page_label=Page:
page_of=of {{pageCount}}
no_outline=No Outline Available
-
+open_file.title=Open File
+text_annotation_type=[{{type}} Annotation]
page_label=Страница:
page_of=из {{pageCount}}
no_outline=Содержание не доступно
-
+open_file.title=Открыть Файл
+text_annotation_type=[Аннотация {{type}}]
page_label=Þãģε:
page_of=<<<_O£ {{pageCount}}_>>>
no_outline=<<<_пO Oȗţḻiпε ãṿãiḻãьḻε_>>>
+open_file.title=<<<_OÞεп £iḻε_>>>
+text_annotation_type=<<<_[{{type}} ãппOţãţiOп]_>>>
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');