viewer.ftl 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ## Main toolbar buttons (tooltips and alt text for images)
  5. pdfjs-previous-button =
  6. .title = Asebter azewwar
  7. pdfjs-previous-button-label = Azewwar
  8. pdfjs-next-button =
  9. .title = Asebter d-iteddun
  10. pdfjs-next-button-label = Ddu ɣer zdat
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Asebter
  14. # Variables:
  15. # $pagesCount (Number) - the total number of pages in the document
  16. # This string follows an input field with the number of the page currently displayed.
  17. pdfjs-of-pages = ɣef { $pagesCount }
  18. # Variables:
  19. # $pageNumber (Number) - the currently visible page
  20. # $pagesCount (Number) - the total number of pages in the document
  21. pdfjs-page-of-pages = ({ $pageNumber } n { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Semẓi
  24. pdfjs-zoom-out-button-label = Semẓi
  25. pdfjs-zoom-in-button =
  26. .title = Semɣeṛ
  27. pdfjs-zoom-in-button-label = Semɣeṛ
  28. pdfjs-zoom-select =
  29. .title = Semɣeṛ/Semẓi
  30. pdfjs-presentation-mode-button =
  31. .title = Uɣal ɣer Uskar Tihawt
  32. pdfjs-presentation-mode-button-label = Askar Tihawt
  33. pdfjs-open-file-button =
  34. .title = Ldi Afaylu
  35. pdfjs-open-file-button-label = Ldi
  36. pdfjs-print-button =
  37. .title = Siggez
  38. pdfjs-print-button-label = Siggez
  39. pdfjs-save-button =
  40. .title = Sekles
  41. pdfjs-save-button-label = Sekles
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Sader
  45. # Used in Firefox for Android as a label for the download button (“download” is a verb).
  46. # Length of the translation matters since we are in a mobile context, with limited screen estate.
  47. pdfjs-download-button-label = Sader
  48. pdfjs-bookmark-button =
  49. .title = Asebter amiran (Sken-d tansa URL seg usebter amiran)
  50. pdfjs-bookmark-button-label = Asebter amiran
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Ifecka
  54. pdfjs-tools-button-label = Ifecka
  55. pdfjs-first-page-button =
  56. .title = Ddu ɣer usebter amezwaru
  57. pdfjs-first-page-button-label = Ddu ɣer usebter amezwaru
  58. pdfjs-last-page-button =
  59. .title = Ddu ɣer usebter aneggaru
  60. pdfjs-last-page-button-label = Ddu ɣer usebter aneggaru
  61. pdfjs-page-rotate-cw-button =
  62. .title = Tuzzya tusrigt
  63. pdfjs-page-rotate-cw-button-label = Tuzzya tusrigt
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Tuzzya amgal-usrig
  66. pdfjs-page-rotate-ccw-button-label = Tuzzya amgal-usrig
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Rmed afecku n tefrant n uḍris
  69. pdfjs-cursor-text-select-tool-button-label = Afecku n tefrant n uḍris
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Rmed afecku afus
  72. pdfjs-cursor-hand-tool-button-label = Afecku afus
  73. pdfjs-scroll-page-button =
  74. .title = Seqdec adrurem n usebter
  75. pdfjs-scroll-page-button-label = Adrurem n usebter
  76. pdfjs-scroll-vertical-button =
  77. .title = Seqdec adrurem ubdid
  78. pdfjs-scroll-vertical-button-label = Adrurem ubdid
  79. pdfjs-scroll-horizontal-button =
  80. .title = Seqdec adrurem aglawan
  81. pdfjs-scroll-horizontal-button-label = Adrurem aglawan
  82. pdfjs-scroll-wrapped-button =
  83. .title = Seqdec adrurem yuẓen
  84. pdfjs-scroll-wrapped-button-label = Adrurem yuẓen
  85. pdfjs-spread-none-button =
  86. .title = Ur sedday ara isiɣzaf n usebter
  87. pdfjs-spread-none-button-label = Ulac isiɣzaf
  88. pdfjs-spread-odd-button =
  89. .title = Seddu isiɣzaf n usebter ibeddun s yisebtar irayuganen
  90. pdfjs-spread-odd-button-label = Isiɣzaf irayuganen
  91. pdfjs-spread-even-button =
  92. .title = Seddu isiɣzaf n usebter ibeddun s yisebtar iyuganen
  93. pdfjs-spread-even-button-label = Isiɣzaf iyuganen
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Taɣaṛa n isemli…
  97. pdfjs-document-properties-button-label = Taɣaṛa n isemli…
  98. pdfjs-document-properties-file-name = Isem n ufaylu:
  99. pdfjs-document-properties-file-size = Teɣzi n ufaylu:
  100. # Variables:
  101. # $kb (Number) - the PDF file size in kilobytes
  102. # $b (Number) - the PDF file size in bytes
  103. pdfjs-document-properties-size-kb = { NUMBER($kb, maximumSignificantDigits: 3) } KB ({ $b } yibiten)
  104. # Variables:
  105. # $mb (Number) - the PDF file size in megabytes
  106. # $b (Number) - the PDF file size in bytes
  107. pdfjs-document-properties-size-mb = { NUMBER($mb, maximumSignificantDigits: 3) } MB ({ $b } yibiten)
  108. # Variables:
  109. # $size_kb (Number) - the PDF file size in kilobytes
  110. # $size_b (Number) - the PDF file size in bytes
  111. pdfjs-document-properties-kb = { $size_kb } KAṬ ({ $size_b } ibiten)
  112. # Variables:
  113. # $size_mb (Number) - the PDF file size in megabytes
  114. # $size_b (Number) - the PDF file size in bytes
  115. pdfjs-document-properties-mb = { $size_mb } MAṬ ({ $size_b } iṭamḍanen)
  116. pdfjs-document-properties-title = Azwel:
  117. pdfjs-document-properties-author = Ameskar:
  118. pdfjs-document-properties-subject = Amgay:
  119. pdfjs-document-properties-keywords = Awalen n tsaruţ
  120. pdfjs-document-properties-creation-date = Azemz n tmerna:
  121. pdfjs-document-properties-modification-date = Azemz n usnifel:
  122. # Variables:
  123. # $dateObj (Date) - the creation/modification date and time of the PDF file
  124. pdfjs-document-properties-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  125. # Variables:
  126. # $date (Date) - the creation/modification date of the PDF file
  127. # $time (Time) - the creation/modification time of the PDF file
  128. pdfjs-document-properties-date-string = { $date }, { $time }
  129. pdfjs-document-properties-creator = Yerna-t:
  130. pdfjs-document-properties-producer = Afecku n uselket PDF:
  131. pdfjs-document-properties-version = Lqem PDF:
  132. pdfjs-document-properties-page-count = Amḍan n yisebtar:
  133. pdfjs-document-properties-page-size = Tuγzi n usebter:
  134. pdfjs-document-properties-page-size-unit-inches = deg
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = s teɣzi
  137. pdfjs-document-properties-page-size-orientation-landscape = s tehri
  138. pdfjs-document-properties-page-size-name-a-three = A3
  139. pdfjs-document-properties-page-size-name-a-four = A4
  140. pdfjs-document-properties-page-size-name-letter = Asekkil
  141. pdfjs-document-properties-page-size-name-legal = Usḍif
  142. ## Variables:
  143. ## $width (Number) - the width of the (current) page
  144. ## $height (Number) - the height of the (current) page
  145. ## $unit (String) - the unit of measurement of the (current) page
  146. ## $name (String) - the name of the (current) page
  147. ## $orientation (String) - the orientation of the (current) page
  148. pdfjs-document-properties-page-size-dimension-string = { $width } × { $height } { $unit } ({ $orientation })
  149. pdfjs-document-properties-page-size-dimension-name-string = { $width } × { $height } { $unit } ({ $name }, { $orientation })
  150. ##
  151. # The linearization status of the document; usually called "Fast Web View" in
  152. # English locales of Adobe software.
  153. pdfjs-document-properties-linearized = Taskant Web taruradt:
  154. pdfjs-document-properties-linearized-yes = Ih
  155. pdfjs-document-properties-linearized-no = Ala
  156. pdfjs-document-properties-close-button = Mdel
  157. ## Print
  158. pdfjs-print-progress-message = Aheggi i usiggez n isemli…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Sefsex
  163. pdfjs-printing-not-supported = Ɣuṛ-k: Asiggez ur ittusefrak ara yakan imaṛṛa deg iminig-a.
  164. pdfjs-printing-not-ready = Ɣuṛ-k: Afaylu PDF ur d-yuli ara imeṛṛa akken ad ittusiggez.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = Sken/Fer agalis adisan
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = Ffer/Sekn agalis adisan (isemli yegber aɣawas/ticeqqufin yeddan/tissiwin)
  170. pdfjs-toggle-sidebar-button-label = Sken/Fer agalis adisan
  171. pdfjs-document-outline-button =
  172. .title = Sken isemli (Senned snat tikal i wesemɣer/Afneẓ n iferdisen meṛṛa)
  173. pdfjs-document-outline-button-label = Isɣalen n isebtar
  174. pdfjs-attachments-button =
  175. .title = Sken ticeqqufin yeddan
  176. pdfjs-attachments-button-label = Ticeqqufin yeddan
  177. pdfjs-layers-button =
  178. .title = Skeen tissiwin (sit sin yiberdan i uwennez n meṛṛa tissiwin ɣer waddad amezwer)
  179. pdfjs-layers-button-label = Tissiwin
  180. pdfjs-thumbs-button =
  181. .title = Sken tanfult.
  182. pdfjs-thumbs-button-label = Tinfulin
  183. pdfjs-current-outline-item-button =
  184. .title = Af-d aferdis n uɣawas amiran
  185. pdfjs-current-outline-item-button-label = Aferdis n uɣawas amiran
  186. pdfjs-findbar-button =
  187. .title = Nadi deg isemli
  188. pdfjs-findbar-button-label = Nadi
  189. pdfjs-additional-layers = Tissiwin-nniḍen
  190. ## Thumbnails panel item (tooltip and alt text for images)
  191. # Variables:
  192. # $page (Number) - the page number
  193. pdfjs-thumb-page-title =
  194. .title = Asebter { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Tanfult n usebter { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Nadi
  202. .placeholder = Nadi deg isemli…
  203. pdfjs-find-previous-button =
  204. .title = Aff-d tamseḍriwt n twinest n deffir
  205. pdfjs-find-previous-button-label = Azewwar
  206. pdfjs-find-next-button =
  207. .title = Aff-d timseḍriwt n twinest d-iteddun
  208. pdfjs-find-next-button-label = Ddu ɣer zdat
  209. pdfjs-find-highlight-checkbox = Err izirig imaṛṛa
  210. pdfjs-find-match-case-checkbox-label = Qadeṛ amasal n isekkilen
  211. pdfjs-find-match-diacritics-checkbox-label = Qadeṛ ifeskilen
  212. pdfjs-find-entire-word-checkbox-label = Awalen iččuranen
  213. pdfjs-find-reached-top = Yabbeḍ s afella n usebter, tuɣalin s wadda
  214. pdfjs-find-reached-bottom = Tebḍeḍ s adda n usebter, tuɣalin s afella
  215. # Variables:
  216. # $current (Number) - the index of the currently active find result
  217. # $total (Number) - the total number of matches in the document
  218. pdfjs-find-match-count =
  219. { $total ->
  220. [one] Timeḍriwt { $current } ɣef { $total }
  221. *[other] Timeḍriwin { $current } ɣef { $total }
  222. }
  223. # Variables:
  224. # $limit (Number) - the maximum number of matches
  225. pdfjs-find-match-count-limit =
  226. { $limit ->
  227. [one] Ugar n { $limit } umṣada
  228. *[other] Ugar n { $limit } yimṣadayen
  229. }
  230. pdfjs-find-not-found = Ulac tawinest
  231. ## Predefined zoom values
  232. pdfjs-page-scale-width = Tehri n usebter
  233. pdfjs-page-scale-fit = Asebter imaṛṛa
  234. pdfjs-page-scale-auto = Asemɣeṛ/Asemẓi awurman
  235. pdfjs-page-scale-actual = Teɣzi tilawt
  236. # Variables:
  237. # $scale (Number) - percent value for page scale
  238. pdfjs-page-scale-percent = { $scale }%
  239. ## PDF page
  240. # Variables:
  241. # $page (Number) - the page number
  242. pdfjs-page-landmark =
  243. .aria-label = Asebter { $page }
  244. ## Loading indicator messages
  245. pdfjs-loading-error = Teḍra-d tuccḍa deg alluy n PDF:
  246. pdfjs-invalid-file-error = Afaylu PDF arameɣtu neɣ yexṣeṛ.
  247. pdfjs-missing-file-error = Ulac afaylu PDF.
  248. pdfjs-unexpected-response-error = Aqeddac yerra-d yir tiririt ur nettwaṛǧi ara.
  249. pdfjs-rendering-error = Teḍra-d tuccḍa deg uskan n usebter.
  250. ## Annotations
  251. # Variables:
  252. # $date (Date) - the modification date of the annotation
  253. # $time (Time) - the modification time of the annotation
  254. pdfjs-annotation-date-string = { $date }, { $time }
  255. # .alt: This is used as a tooltip.
  256. # Variables:
  257. # $type (String) - an annotation type from a list defined in the PDF spec
  258. # (32000-1:2008 Table 169 – Annotation types).
  259. # Some common types are e.g.: "Check", "Text", "Comment", "Note"
  260. pdfjs-text-annotation-type =
  261. .alt = [Tabzimt { $type }]
  262. # Variables:
  263. # $dateObj (Date) - the modification date and time of the annotation
  264. pdfjs-annotation-date-time-string = { DATETIME($dateObj, dateStyle: "short", timeStyle: "medium") }
  265. ## Password
  266. pdfjs-password-label = Sekcem awal uffir akken ad ldiḍ afaylu-yagi PDF
  267. pdfjs-password-invalid = Awal uffir mačči d ameɣtu, Ɛreḍ tikelt-nniḍen.
  268. pdfjs-password-ok-button = IH
  269. pdfjs-password-cancel-button = Sefsex
  270. pdfjs-web-fonts-disabled = Tisefsiyin web ttwassensent; D awezɣi useqdec n tsefsiyin yettwarnan ɣer PDF.
  271. ## Editing
  272. pdfjs-editor-free-text-button =
  273. .title = Aḍris
  274. pdfjs-editor-free-text-button-label = Aḍris
  275. pdfjs-editor-ink-button =
  276. .title = Suneɣ
  277. pdfjs-editor-ink-button-label = Suneɣ
  278. pdfjs-editor-stamp-button =
  279. .title = Rnu neɣ ẓreg tugniwin
  280. pdfjs-editor-stamp-button-label = Rnu neɣ ẓreg tugniwin
  281. pdfjs-editor-highlight-button =
  282. .title = Derrer
  283. pdfjs-editor-highlight-button-label = Derrer
  284. pdfjs-highlight-floating-button1 =
  285. .title = Derrer
  286. .aria-label = Derrer
  287. pdfjs-highlight-floating-button-label = Derrer
  288. pdfjs-editor-signature-button =
  289. .title = Rnu azmul
  290. pdfjs-editor-signature-button-label = Rnu azmul
  291. ## Default editor aria labels
  292. # “Highlight” is a noun, the string is used on the editor for highlights.
  293. pdfjs-editor-highlight-editor =
  294. .aria-label = Amaẓrag usebrureq
  295. # “Drawing” is a noun, the string is used on the editor for drawings.
  296. pdfjs-editor-ink-editor =
  297. .aria-label = Amaẓrag n usuneɣ
  298. # Used when a signature editor is selected/hovered.
  299. # Variables:
  300. # $description (String) - a string describing/labeling the signature.
  301. pdfjs-editor-signature-editor1 =
  302. .aria-description = usuneɣ n uzmul: { $description }
  303. pdfjs-editor-stamp-editor =
  304. .aria-label = Amaẓrag n tugna
  305. ## Remove button for the various kind of editor.
  306. pdfjs-editor-remove-ink-button =
  307. .title = Kkes asuneɣ
  308. pdfjs-editor-remove-freetext-button =
  309. .title = Kkes aḍris
  310. pdfjs-editor-remove-stamp-button =
  311. .title = Kkes tugna
  312. pdfjs-editor-remove-highlight-button =
  313. .title = Kkes aderrer
  314. pdfjs-editor-remove-signature-button =
  315. .title = Kkes azmul
  316. ##
  317. # Editor Parameters
  318. pdfjs-editor-free-text-color-input = Initen
  319. pdfjs-editor-free-text-size-input = Teɣzi
  320. pdfjs-editor-ink-color-input = Ini
  321. pdfjs-editor-ink-thickness-input = Tuzert
  322. pdfjs-editor-ink-opacity-input = Tebrek
  323. pdfjs-editor-stamp-add-image-button =
  324. .title = Rnu tawlaft
  325. pdfjs-editor-stamp-add-image-button-label = Rnu tawlaft
  326. # This refers to the thickness of the line used for free highlighting (not bound to text)
  327. pdfjs-editor-free-highlight-thickness-input = Tuzert
  328. pdfjs-editor-free-highlight-thickness-title =
  329. .title = Beddel tuzert mi ara d-tesbeggneḍ iferdisen niḍen ur nelli d aḍris
  330. pdfjs-editor-add-signature-container =
  331. .aria-label = Isenqaden n uzmul d yizmulen yettwaskelsen
  332. pdfjs-editor-signature-add-signature-button =
  333. .title = Rnu azmul amaynut
  334. pdfjs-editor-signature-add-signature-button-label = Rnu azmul amaynut
  335. # Used on the button to use an already saved signature.
  336. # Variables:
  337. # $description (String) - a string describing/labeling the signature.
  338. pdfjs-editor-add-saved-signature-button =
  339. .title = Yettwasekles uzmul: { $description }
  340. # .default-content is used as a placeholder in an empty text editor.
  341. pdfjs-free-text2 =
  342. .aria-label = Amaẓrag n uḍris
  343. .default-content = Bdu tira…
  344. pdfjs-free-text =
  345. .aria-label = Amaẓrag n uḍris
  346. pdfjs-free-text-default-content = Bdu tira...
  347. pdfjs-ink =
  348. .aria-label = Amaẓrag n usuneɣ
  349. pdfjs-ink-canvas =
  350. .aria-label = Tugna yettwarnan sɣur useqdac
  351. ## Alt-text dialog
  352. pdfjs-editor-alt-text-button-label = Aḍris amaskal
  353. pdfjs-editor-alt-text-edit-button =
  354. .aria-label = Ẓreg aḍris amaskal
  355. pdfjs-editor-alt-text-edit-button-label = Ẓreg aḍris amaskal
  356. pdfjs-editor-alt-text-dialog-label = Fren taxtirt
  357. pdfjs-editor-alt-text-dialog-description = Aḍris amaskal yettallel mi ara yili imdanen ur ttwalin ara tugna neɣ mi ara yili ur d-tuli ara.
  358. pdfjs-editor-alt-text-add-description-label = Rnu aglam
  359. pdfjs-editor-alt-text-add-description-description = Yettuwelleh tira n tefyirt neɣ n snat ideg ara d-yettwaglem asentel, akatar neɣ tigawin.
  360. pdfjs-editor-alt-text-mark-decorative-label = Creḍ d adlag
  361. pdfjs-editor-alt-text-mark-decorative-description = Taxtiṛt-a tettwaseqdacay i tugniwin n ucebbaḥ, am tamiwin neɣ i tecraḍ tifrawanin.
  362. pdfjs-editor-alt-text-cancel-button = Sefsex
  363. pdfjs-editor-alt-text-save-button = Sekles
  364. pdfjs-editor-alt-text-decorative-tooltip = Yettwacreḍ d adlag
  365. # .placeholder: This is a placeholder for the alt text input area
  366. pdfjs-editor-alt-text-textarea =
  367. .placeholder = D amedya, “Yiwen yilemẓi iqqim ɣer ṭṭabla,ad yečč imekli”
  368. # Alternative text (alt text) helps when people can't see the image.
  369. pdfjs-editor-alt-text-button =
  370. .aria-label = Aḍris amaskal
  371. ## Editor resizers
  372. ## This is used in an aria label to help to understand the role of the resizer.
  373. pdfjs-editor-resizer-label-top-left = Tiɣmert n ufella n zelmeḍ — semsawi teɣzi
  374. pdfjs-editor-resizer-label-top-middle = Talemmat n ufella — semsawi teɣzi
  375. pdfjs-editor-resizer-label-top-right = Tiɣmert n ufella n yeffus — semsawi teɣzi
  376. pdfjs-editor-resizer-label-middle-right = Talemmast tayeffust — semsawi teɣzi
  377. pdfjs-editor-resizer-label-bottom-right = Tiɣmert n wadda n yeffus — semsawi teɣzi
  378. pdfjs-editor-resizer-label-bottom-middle = Talemmat n wadda — semsawi teɣzi
  379. pdfjs-editor-resizer-label-bottom-left = Tiɣmert n wadda n zelmeḍ — semsawi teɣzi
  380. pdfjs-editor-resizer-label-middle-left = Talemmast tazelmdaḍt — semsawi teɣzi
  381. pdfjs-editor-resizer-top-left =
  382. .aria-label = Tiɣmert n ufella n zelmeḍ — semsawi teɣzi
  383. pdfjs-editor-resizer-top-middle =
  384. .aria-label = Talemmat n ufella — semsawi teɣzi
  385. pdfjs-editor-resizer-top-right =
  386. .aria-label = Tiɣmert n ufella n yeffus — semsawi teɣzi
  387. pdfjs-editor-resizer-middle-right =
  388. .aria-label = Talemmast tayeffust — semsawi teɣzi
  389. pdfjs-editor-resizer-bottom-right =
  390. .aria-label = Tiɣmert n wadda n yeffus — semsawi teɣzi
  391. pdfjs-editor-resizer-bottom-middle =
  392. .aria-label = Talemmat n wadda — semsawi teɣzi
  393. pdfjs-editor-resizer-bottom-left =
  394. .aria-label = Tiɣmert n wadda n zelmeḍ — semsawi teɣzi
  395. pdfjs-editor-resizer-middle-left =
  396. .aria-label = Talemmast tazelmdaḍt — semsawi teɣzi
  397. ## Color picker
  398. # This means "Color used to highlight text"
  399. pdfjs-editor-highlight-colorpicker-label = Ini n uderrer
  400. pdfjs-editor-colorpicker-button =
  401. .title = Senfel ini
  402. pdfjs-editor-colorpicker-dropdown =
  403. .aria-label = Afran n yiniten
  404. pdfjs-editor-colorpicker-yellow =
  405. .title = Awraɣ
  406. pdfjs-editor-colorpicker-green =
  407. .title = Azegzaw
  408. pdfjs-editor-colorpicker-blue =
  409. .title = Amidadi
  410. pdfjs-editor-colorpicker-pink =
  411. .title = Axuxi
  412. pdfjs-editor-colorpicker-red =
  413. .title = Azggaɣ
  414. ## Show all highlights
  415. ## This is a toggle button to show/hide all the highlights.
  416. pdfjs-editor-highlight-show-all-button-label = Sken akk
  417. pdfjs-editor-highlight-show-all-button =
  418. .title = Sken akk
  419. ## New alt-text dialog
  420. ## Group note for entire feature: Alternative text (alt text) helps when people can't see the image. This feature includes a tool to create alt text automatically using an AI model that works locally on the user's device to preserve privacy.
  421. # Modal header positioned above a text box where users can edit the alt text.
  422. pdfjs-editor-new-alt-text-dialog-edit-label = Ẓreg aḍris niḍen (aglam n tugna)
  423. # Modal header positioned above a text box where users can add the alt text.
  424. pdfjs-editor-new-alt-text-dialog-add-label = Rnu aḍris niḍen (aglam n tugna)
  425. pdfjs-editor-new-alt-text-textarea =
  426. .placeholder = Aru aglam-ik dagi…
  427. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Issin ugar
  428. pdfjs-editor-new-alt-text-create-automatically-button-label = Rnu aḍris niḍen s wudem awurman
  429. pdfjs-editor-new-alt-text-not-now-button = Mačči tura
  430. pdfjs-editor-new-alt-text-error-title = D awezɣi timerna n uḍris niḍen s wudem awurman
  431. pdfjs-editor-new-alt-text-error-close-button = Mdel
  432. # Variables:
  433. # $totalSize (Number) - the total size (in MB) of the AI model.
  434. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  435. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Asader n tmudemt n IA n uḍris amlellay ({ $downloadedSize } n { $totalSize } MB)
  436. .aria-valuetext = Asader n tmudemt n IA n uḍris amlellay ({ $downloadedSize } n { $totalSize } MB)
  437. # This is a button that users can click to edit the alt text they have already added.
  438. pdfjs-editor-new-alt-text-added-button =
  439. .aria-label = Yettwarna weḍris amlellay
  440. pdfjs-editor-new-alt-text-added-button-label = Yettwarna weḍris amlellay
  441. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  442. pdfjs-editor-new-alt-text-missing-button =
  443. .aria-label = Ixuṣ uḍris amlellay
  444. pdfjs-editor-new-alt-text-missing-button-label = Ixuṣ uḍris amlellay
  445. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  446. pdfjs-editor-new-alt-text-to-review-button =
  447. .aria-label = Senqed aḍris amlellay
  448. pdfjs-editor-new-alt-text-to-review-button-label = Senqed aḍris amlellay
  449. # "Created automatically" is a prefix that will be added to the beginning of any alt text that has been automatically generated. After the colon, the user will see/hear the actual alt text description. If the alt text has been edited by a human, this prefix will not appear.
  450. # Variables:
  451. # $generatedAltText (String) - the generated alt-text.
  452. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Yettwarna s wudem awurman: { $generatedAltText }
  453. ## Image alt-text settings
  454. pdfjs-image-alt-text-settings-button =
  455. .title = Iɣewwaṛen n weḍris amlellay n tugna
  456. pdfjs-image-alt-text-settings-button-label = Iɣewwaṛen n weḍris amlellay n tugna
  457. pdfjs-editor-alt-text-settings-dialog-label = Iɣewwaṛen n weḍris amlellay n tugna
  458. pdfjs-editor-alt-text-settings-automatic-title = Aḍris amlellay awurman
  459. pdfjs-editor-alt-text-settings-create-model-button-label = Rnu aḍris niḍen s wudem awurman
  460. # Variables:
  461. # $totalSize (Number) - the total size (in MB) of the AI model.
  462. pdfjs-editor-alt-text-settings-download-model-label = Tamudemt n IA n uḍris amlellay ({ $totalSize } MB)
  463. pdfjs-editor-alt-text-settings-delete-model-button = Kkes
  464. pdfjs-editor-alt-text-settings-download-model-button = Sader
  465. pdfjs-editor-alt-text-settings-downloading-model-button = Asader…
  466. pdfjs-editor-alt-text-settings-editor-title = Amaẓrag n weḍris amlellay
  467. pdfjs-editor-alt-text-settings-show-dialog-button-label = Sken amaẓrag n uḍris amlellay akken kan ara ternuḍ tugna
  468. pdfjs-editor-alt-text-settings-show-dialog-description = Yettall ad tḍemneḍ tugniwin sɛant aḍris amlellay.
  469. pdfjs-editor-alt-text-settings-close-button = Mdel
  470. ## "Annotations removed" bar
  471. pdfjs-editor-undo-bar-message-highlight = Yettwakkes usebrureq
  472. pdfjs-editor-undo-bar-message-freetext = Aḍris yettwakkes
  473. pdfjs-editor-undo-bar-message-ink = Asuneɣ yettwakkes
  474. pdfjs-editor-undo-bar-message-stamp = Tugna tettwakkes
  475. pdfjs-editor-undo-bar-message-signature = Azmul yettwakkes
  476. pdfjs-editor-undo-bar-undo-button =
  477. .title = Sefsex
  478. pdfjs-editor-undo-bar-undo-button-label = Sefsex
  479. pdfjs-editor-undo-bar-close-button =
  480. .title = Mdel
  481. pdfjs-editor-undo-bar-close-button-label = Mdel
  482. ## Add a signature dialog
  483. pdfjs-editor-add-signature-dialog-title = Rnu azmul
  484. ## Tab names
  485. # Type is a verb (you can type your name as signature)
  486. pdfjs-editor-add-signature-type-button = Anaw
  487. .title = Anaw
  488. # Draw is a verb (you can draw your signature)
  489. pdfjs-editor-add-signature-draw-button = Suneɣ
  490. .title = Suneɣ
  491. pdfjs-editor-add-signature-image-button = Tugna
  492. .title = Tugna
  493. ## Tab panels
  494. pdfjs-editor-add-signature-type-input =
  495. .aria-label = Zru azmul-ik
  496. .placeholder = Zru azmul-ik
  497. pdfjs-editor-add-signature-draw-placeholder = Suneɣ azmul-ik
  498. pdfjs-editor-add-signature-draw-thickness-range-label = Tuzert
  499. pdfjs-editor-add-signature-image-placeholder = Seḥnucceḍ afaylu da akken ad t-saliṭ
  500. pdfjs-editor-add-signature-image-browse-link =
  501. { PLATFORM() ->
  502. [macos] neɣ fren ifuyla n tugna
  503. *[other] neɣ inig ifuyla n tugna
  504. }
  505. ## Controls
  506. pdfjs-editor-add-signature-description-label = Aglam (aḍris amlellay)
  507. pdfjs-editor-add-signature-description-input =
  508. .title = Aglam (aḍris amlellay)
  509. pdfjs-editor-add-signature-description-default-when-drawing = Azmul
  510. pdfjs-editor-add-signature-clear-button-label = Sfeḍ azmul
  511. pdfjs-editor-add-signature-clear-button =
  512. .title = Sfeḍ azmul
  513. pdfjs-editor-add-signature-save-checkbox = Sekles azmul
  514. pdfjs-editor-add-signature-image-upload-error-title = Ur izmir ara ad yessali tugna
  515. pdfjs-editor-add-signature-image-upload-error-description = Ssefqed tuqqna-inek⋅inem n uẓeṭṭa neɣ ɛreḍ tugna-nniḍen.
  516. pdfjs-editor-add-signature-error-close-button = Mdel
  517. ## Dialog buttons
  518. pdfjs-editor-add-signature-cancel-button = Semmet
  519. pdfjs-editor-add-signature-add-button = Rnu
  520. pdfjs-editor-edit-signature-update-button = Leqqem
  521. ## Main menu for adding/removing signatures
  522. pdfjs-editor-delete-signature-button1 =
  523. .title = Kkes azmul yettwakelsen
  524. pdfjs-editor-delete-signature-button-label1 = Kkes azmul yettwakelsen
  525. ## Editor toolbar
  526. pdfjs-editor-add-signature-edit-button-label = Ẓreg aglam
  527. ## Edit signature description dialog
  528. pdfjs-editor-edit-signature-dialog-title = Ẓreg aglam