Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/globalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following table shows the default text values used in Syncfusion<sup style="
|Match case|Match case|
|Apply|Apply|
|GoToPage|Go to page|
|No matches|Viewer has finished searching the document. No more matches were found|
|No Matches|Viewer has finished searching the document. No more matches were found|
|No Text Found|No Text Found|
|Undo|Undo|
|Redo|Redo|
Expand Down Expand Up @@ -259,6 +259,13 @@ The following table shows the default text values used in Syncfusion<sup style="
|Select All|Select All|
|Import Document|Import Document|
|Match any word|Match any word|
|Client error|Client-side error is found. Please check the custom headers provided in the AjaxRequestSettings property and web action methods in the ServerActionSettings property|
|Cors policy error|Unable to retrieve the document due to an invalid URL or access restrictions. Please check the document URL and try again|
|No More Matches|Viewer has finished searching the document. No more matches were found|
|No Search Matches|No matches found|
|No More Search Matches|No more matches found|
|Exact Matches|EXACT MATCHES|
|Total Matches|TOTAL MATCHES|

The different locale value for the PDF Viewer can be specified using the locale property.

Expand Down Expand Up @@ -321,7 +328,7 @@ You have to map the text content based on locale like the following script in sa
'Match case': 'حالة مباراة',
'Apply': 'تطبيق',
'GoToPage': 'انتقل إلى صفحة',
'No matches': 'انتهى العارض من البحث في المستند. لم يتم العثور على مزيد من التطابقات',
'No Matches': 'انتهى العارض من البحث في المستند. لم يتم العثور على مزيد من التطابقات',
'No Text Found': 'لم يتم العثور على نص',
'Undo': 'فك',
'Redo': 'فعل ثانية',
Expand All @@ -348,7 +355,7 @@ You have to map the text content based on locale like the following script in sa
'Selection text': 'اختيار',
'Pan text': 'مقلاة',
'Print text': 'طباعة',
'Seach text': 'بحث',
'Search text': 'بحث',
'Annotation Edit text': 'تحرير التعليق التوضيحي',
'Line Thickness': 'سمك الخط',
'Line Properties': 'خط الخصائص',
Expand Down Expand Up @@ -530,7 +537,14 @@ You have to map the text content based on locale like the following script in sa
'Save As': 'حفظ باسم',
'Select All': 'اختر الكل',
'Import Document': 'استيراد المستند',
'Match any word': 'تطابق أي كلمة'
'Match any word': 'تطابق أي كلمة',
'Client error': 'تم العثور على خطأ في جانب العميل. يرجى التحقق من رؤوس Ajax المخصصة في خاصية AjaxRequestSettings وطرق الويب في خاصية ServerActionSettings',
'Cors policy error': 'تعذر استرداد المستند بسبب عنوان URL غير صالح أو قيود على الوصول. يرجى التحقق من عنوان URL للمستند والمحاولة مرة أخرى',
'No More Matches': 'انتهى العارض من البحث في المستند. لم يتم العثور على تطابقات أخرى',
'No Search Matches': 'لم يتم العثور على تطابقات',
'No More Search Matches': 'لم يتم العثور على تطابقات أخرى',
'Exact Matches': 'تطابقات دقيقة',
'Total Matches': 'إجمالي التطابقات'
}
}
});
Expand Down
22 changes: 18 additions & 4 deletions ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/globalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following table shows the default text values used in PDF Viewer in 'en-US'
|Match case|Match case|
|Apply|Apply|
|GoToPage|Go to page|
|No matches|Viewer has finished searching the document. No more matches were found|
|No Matches|Viewer has finished searching the document. No more matches were found|
|No Text Found|No Text Found|
|Undo|Undo|
|Redo|Redo|
Expand Down Expand Up @@ -259,6 +259,13 @@ The following table shows the default text values used in PDF Viewer in 'en-US'
|Select All|Select All|
|Import Document|Import Document|
|Match any word|Match any word|
|Client error|Client-side error is found. Please check the custom headers provided in the AjaxRequestSettings property and web action methods in the ServerActionSettings property|
|Cors policy error|Unable to retrieve the document due to an invalid URL or access restrictions. Please check the document URL and try again|
|No More Matches|Viewer has finished searching the document. No more matches were found|
|No Search Matches|No matches found|
|No More Search Matches|No more matches found|
|Exact Matches|EXACT MATCHES|
|Total Matches|TOTAL MATCHES|

The different locale value for the PDF Viewer can be specified using the locale property.

Expand Down Expand Up @@ -330,7 +337,7 @@ You have to map the text content based on locale like following script in sample
'Match case': 'حالة مباراة',
'Apply': 'تطبيق',
'GoToPage': 'انتقل إلى صفحة',
'No matches': 'انتهى العارض من البحث في المستند. لم يتم العثور على مزيد من التطابقات',
'No Matches': 'انتهى العارض من البحث في المستند. لم يتم العثور على مزيد من التطابقات',
'No Text Found': 'لم يتم العثور على نص',
'Undo': 'فك',
'Redo': 'فعل ثانية',
Expand All @@ -357,7 +364,7 @@ You have to map the text content based on locale like following script in sample
'Selection text': 'اختيار',
'Pan text': 'مقلاة',
'Print text': 'طباعة',
'Seach text': 'بحث',
'Search text': 'بحث',
'Annotation Edit text': 'تحرير التعليق التوضيحي',
'Line Thickness': 'سمك الخط',
'Line Properties': 'خط الخصائص',
Expand Down Expand Up @@ -539,7 +546,14 @@ You have to map the text content based on locale like following script in sample
'Save As': 'حفظ باسم',
'Select All': 'اختر الكل',
'Import Document': 'استيراد المستند',
'Match any word': 'تطابق أي كلمة'
'Match any word': 'تطابق أي كلمة',
'Client error': 'تم العثور على خطأ في جانب العميل. يرجى التحقق من رؤوس Ajax المخصصة في خاصية AjaxRequestSettings وطرق الويب في خاصية ServerActionSettings',
'Cors policy error': 'تعذر استرداد المستند بسبب عنوان URL غير صالح أو قيود على الوصول. يرجى التحقق من عنوان URL للمستند والمحاولة مرة أخرى',
'No More Matches': 'انتهى العارض من البحث في المستند. لم يتم العثور على تطابقات أخرى',
'No Search Matches': 'لم يتم العثور على تطابقات',
'No More Search Matches': 'لم يتم العثور على تطابقات أخرى',
'Exact Matches': 'تطابقات دقيقة',
'Total Matches': 'إجمالي التطابقات'
}
}
});
Expand Down