Localizable.strings 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /*
  2. Localizable.strings
  3. PDFReader
  4. // Copyright © 2014-2022 PDF Technologies, Inc. All Rights Reserved.
  5. //
  6. // The PDF Reader Sample applications are licensed with a modified BSD license.
  7. // Please see License for details. This notice may not be removed from this file.
  8. */
  9. // PDFViewController
  10. "Sorry , PDF Reader cannot open this PDF file!" = "Sorry , PDF Reader cannot open this PDF file!";
  11. "Do you really want to reset the form?" = "Do you really want to reset the form?";
  12. "Yes" = "Yes";
  13. "No" = "No";
  14. "OK" = "OK";
  15. "Attention" = "Attention";
  16. "Can't find current pdf file path, printing fail." = "Can't find current pdf file path, printing fail.";
  17. "Connection Error" = "Connection Error";
  18. "The network is currently unavailable. Please try again later." = "The network is currently unavailable. Please try again later.";
  19. "Annotation Export" = "Annotation Export";
  20. "Annotation Import" = "Annotation Import";
  21. // PDFPageContentView
  22. "Error" = "Error";
  23. "The hyperlink is invalid." = "The hyperlink is invalid.";
  24. "This image has been saved to the photo library." = "This image has been saved to the photo library.";
  25. "Drag to specify an area where you would like to add a hyperlink to this PDF" = "Drag to specify an area where you would like to add a hyperlink to this PDF";
  26. "This page has no text" = "This page has no text";
  27. "Author" = "Author";
  28. "Please enter the Author Name.You can edit the name in Settings." = "Please enter the Author Name.You can edit the name in Settings.";
  29. // PDFMenuManager
  30. "Link" = "Link";
  31. "Image" = "Image";
  32. "Sound" = "Sound";
  33. "Paste" = "Paste";
  34. "Bookmark" = "Bookmark";
  35. "Stamp" = "Stamp";
  36. "Signature" = "Signature";
  37. "Text" = "Text";
  38. "Note" = "Note";
  39. "Delete" = "Delete";
  40. "Thickness" = "Thickness";
  41. "Opacity" = "Opacity";
  42. "Color" = "Color";
  43. "Add here" = "Add here";
  44. "Cancel" = "Cancel";
  45. "Search" = "Search";
  46. "Define" = "Define";
  47. "Share" = "Share";
  48. "TTS Speak" = "TTS Speak";
  49. "Squiggly" = "Squiggly";
  50. "Strikethrough" = "Strikethrough";
  51. "Underline" = "Underline";
  52. "Highlight" = "Highlight";
  53. "Copy" = "Copy";
  54. "Play" = "Play";
  55. "Export" = "Export";
  56. "Edit" = "Edit";
  57. "Circle" = "Circle";
  58. "Square" = "Square";
  59. "Arrow" = "Arrow";
  60. "Line" = "Line";
  61. "Save" = "Save";
  62. "More" = "More";
  63. "Text Select" = "Text Select";
  64. "Annotation" = "Annotation";
  65. // PDFDocumentLoader
  66. "Re-save error" = "Re-save error";
  67. "Please move the file to other folder!" = "Please move the file to other folder!";
  68. "Can't re-saving the pdf file!" = "Can't re-saving the pdf file!";
  69. "Files within the Inbox folder are not allowed to be changed or overwritten. Please move this file to other folders and you will be able to annotate/fill it." = "Files within the Inbox folder are not allowed to be changed or overwritten. Please move this file to other folders and you will be able to annotate/fill it.";
  70. "This encrypted file can not be annotated because its format is under password protection." = "This encrypted file can not be annotated because its format is under password protection.";
  71. // PDFTypewriterKeyboardView
  72. "Size" = "Size";
  73. "Done" = "Done";
  74. "Keyboard" = "Keyboard";
  75. "Fonts" = "Fonts";
  76. "Style" = "Style";
  77. "Reset Field" = "Reset Field";
  78. // PDFUnlockView
  79. "This PDF has password protection." = "This PDF has password protection.";
  80. "Please input the password below:" = "Please input the password below:";
  81. "The password is invalid !" = "The password is invalid !";
  82. // PDFSettingsViewController
  83. "Settings" = "Settings";
  84. "PDF Reader" = "PDF Reader";
  85. "Highlight Links" = "Highlight Links";
  86. "Scroll Pages" = "Scroll Pages";
  87. "Vertical" = "Vertical";
  88. "Horizontal" = "Horizontal";
  89. "Annotation Author:" = "Annotation Author:";
  90. "Clear Cache" = "Clear Cache";
  91. // PDFBOTAViewController
  92. "No annotations" = "No annotations";
  93. "Filter" = "Filter";
  94. "This will permanently remove all annotations. Are you sure to continue?" = "This will permanently remove all annotations. Are you sure to continue?";
  95. "Page %ld" = "Page %ld";
  96. "No outlines" = "No outlines";
  97. "No bookmarks" = "No bookmarks";
  98. "Date" = "Date";
  99. "Page" = "Page";
  100. "Title" = "Title";
  101. "Edit bookmarks" = "Edit bookmarks";
  102. // PDFBottomToolbar
  103. "Do you want to remove old bookmark?" = "Do you want to remove old bookmark?";
  104. "Bookmark added successfully." = "Bookmark added successfully.";
  105. // PDFFreehandView
  106. "Clear" = "Clear";
  107. // Signature
  108. "Select All" = "Select All";
  109. "Use Camera" = "Use Camera";
  110. "Photo Library" = "Photo Library";
  111. // Stamp
  112. "Standard" = "Standard";
  113. "Custom" = "Custom";
  114. "New Text Stamp" = "New Text Stamp";
  115. "New Image Stamp" = "New Image Stamp";
  116. "Time" = "Time";
  117. "Preview" = "Preview";
  118. // PDFViewController
  119. "Back" = "Back";
  120. "This encrypted file can not be annotated because its format is under password protection." = "This encrypted file can not be annotated because its format is under password protection.";
  121. "Search Text" = "Search Text";
  122. "Text not found!" = "Text not found!";
  123. "Drag over the text to highlight" = "Drag over the text to highlight";
  124. "Drag over the text to underline" = "Drag over the text to underline";
  125. "Drag over the text to strikethrough" = "Drag over the text to strikethrough";
  126. "Drag over the text to Wavy line" = "Drag over the text to Wavy line";
  127. "Drag to specify an area where you would like to add a hyperlink to this PDF" = "Drag to specify an area where you would like to add a hyperlink to this PDF";
  128. // PDFPageEditViewController
  129. "Selected:" = "Selected:";
  130. "This file has been saved in:'Documents/'" = "This file has been saved in:'Documents/'";
  131. "Successfully!" = "Successfully!";
  132. "Warning" = "Warning";
  133. "Can not delete all pages." = "Can not delete all pages.";
  134. "New Page" = "New Page";