viewer.ftl 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  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 = Προηγούμενη σελίδα
  7. pdfjs-previous-button-label = Προηγούμενη
  8. pdfjs-next-button =
  9. .title = Επόμενη σελίδα
  10. pdfjs-next-button-label = Επόμενη
  11. # .title: Tooltip for the pageNumber input.
  12. pdfjs-page-input =
  13. .title = Σελίδα
  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 = από { $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 } από { $pagesCount })
  22. pdfjs-zoom-out-button =
  23. .title = Σμίκρυνση
  24. pdfjs-zoom-out-button-label = Σμίκρυνση
  25. pdfjs-zoom-in-button =
  26. .title = Μεγέθυνση
  27. pdfjs-zoom-in-button-label = Μεγέθυνση
  28. pdfjs-zoom-select =
  29. .title = Ζουμ
  30. pdfjs-presentation-mode-button =
  31. .title = Εναλλαγή σε λειτουργία παρουσίασης
  32. pdfjs-presentation-mode-button-label = Λειτουργία παρουσίασης
  33. pdfjs-open-file-button =
  34. .title = Άνοιγμα αρχείου
  35. pdfjs-open-file-button-label = Άνοιγμα
  36. pdfjs-print-button =
  37. .title = Εκτύπωση
  38. pdfjs-print-button-label = Εκτύπωση
  39. pdfjs-save-button =
  40. .title = Αποθήκευση
  41. pdfjs-save-button-label = Αποθήκευση
  42. # Used in Firefox for Android as a tooltip for the download button (“download” is a verb).
  43. pdfjs-download-button =
  44. .title = Λήψη
  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 = Λήψη
  48. pdfjs-bookmark-button =
  49. .title = Τρέχουσα σελίδα (Προβολή URL από τρέχουσα σελίδα)
  50. pdfjs-bookmark-button-label = Τρέχουσα σελίδα
  51. ## Secondary toolbar and context menu
  52. pdfjs-tools-button =
  53. .title = Εργαλεία
  54. pdfjs-tools-button-label = Εργαλεία
  55. pdfjs-first-page-button =
  56. .title = Μετάβαση στην πρώτη σελίδα
  57. pdfjs-first-page-button-label = Μετάβαση στην πρώτη σελίδα
  58. pdfjs-last-page-button =
  59. .title = Μετάβαση στην τελευταία σελίδα
  60. pdfjs-last-page-button-label = Μετάβαση στην τελευταία σελίδα
  61. pdfjs-page-rotate-cw-button =
  62. .title = Δεξιόστροφη περιστροφή
  63. pdfjs-page-rotate-cw-button-label = Δεξιόστροφη περιστροφή
  64. pdfjs-page-rotate-ccw-button =
  65. .title = Αριστερόστροφη περιστροφή
  66. pdfjs-page-rotate-ccw-button-label = Αριστερόστροφη περιστροφή
  67. pdfjs-cursor-text-select-tool-button =
  68. .title = Ενεργοποίηση εργαλείου επιλογής κειμένου
  69. pdfjs-cursor-text-select-tool-button-label = Εργαλείο επιλογής κειμένου
  70. pdfjs-cursor-hand-tool-button =
  71. .title = Ενεργοποίηση εργαλείου χεριού
  72. pdfjs-cursor-hand-tool-button-label = Εργαλείο χεριού
  73. pdfjs-scroll-page-button =
  74. .title = Χρήση κύλισης σελίδας
  75. pdfjs-scroll-page-button-label = Κύλιση σελίδας
  76. pdfjs-scroll-vertical-button =
  77. .title = Χρήση κάθετης κύλισης
  78. pdfjs-scroll-vertical-button-label = Κάθετη κύλιση
  79. pdfjs-scroll-horizontal-button =
  80. .title = Χρήση οριζόντιας κύλισης
  81. pdfjs-scroll-horizontal-button-label = Οριζόντια κύλιση
  82. pdfjs-scroll-wrapped-button =
  83. .title = Χρήση κυκλικής κύλισης
  84. pdfjs-scroll-wrapped-button-label = Κυκλική κύλιση
  85. pdfjs-spread-none-button =
  86. .title = Να μη γίνει σύνδεση επεκτάσεων σελίδων
  87. pdfjs-spread-none-button-label = Χωρίς επεκτάσεις
  88. pdfjs-spread-odd-button =
  89. .title = Σύνδεση επεκτάσεων σελίδων ξεκινώντας από τις μονές σελίδες
  90. pdfjs-spread-odd-button-label = Μονές επεκτάσεις
  91. pdfjs-spread-even-button =
  92. .title = Σύνδεση επεκτάσεων σελίδων ξεκινώντας από τις ζυγές σελίδες
  93. pdfjs-spread-even-button-label = Ζυγές επεκτάσεις
  94. ## Document properties dialog
  95. pdfjs-document-properties-button =
  96. .title = Ιδιότητες εγγράφου…
  97. pdfjs-document-properties-button-label = Ιδιότητες εγγράφου…
  98. pdfjs-document-properties-file-name = Όνομα αρχείου:
  99. pdfjs-document-properties-file-size = Μέγεθος αρχείου:
  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 } bytes)
  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 } bytes)
  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 } KB ({ $size_b } bytes)
  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 } MB ({ $size_b } bytes)
  116. pdfjs-document-properties-title = Τίτλος:
  117. pdfjs-document-properties-author = Συγγραφέας:
  118. pdfjs-document-properties-subject = Θέμα:
  119. pdfjs-document-properties-keywords = Λέξεις-κλειδιά:
  120. pdfjs-document-properties-creation-date = Ημερομηνία δημιουργίας:
  121. pdfjs-document-properties-modification-date = Ημερομηνία τροποποίησης:
  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 = Δημιουργός:
  130. pdfjs-document-properties-producer = Παραγωγός PDF:
  131. pdfjs-document-properties-version = Έκδοση PDF:
  132. pdfjs-document-properties-page-count = Αριθμός σελίδων:
  133. pdfjs-document-properties-page-size = Μέγεθος σελίδας:
  134. pdfjs-document-properties-page-size-unit-inches = ίντσες
  135. pdfjs-document-properties-page-size-unit-millimeters = mm
  136. pdfjs-document-properties-page-size-orientation-portrait = κατακόρυφα
  137. pdfjs-document-properties-page-size-orientation-landscape = οριζόντια
  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 = Επιστολή
  141. pdfjs-document-properties-page-size-name-legal = Τύπου Legal
  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 = Ταχεία προβολή ιστού:
  154. pdfjs-document-properties-linearized-yes = Ναι
  155. pdfjs-document-properties-linearized-no = Όχι
  156. pdfjs-document-properties-close-button = Κλείσιμο
  157. ## Print
  158. pdfjs-print-progress-message = Προετοιμασία του εγγράφου για εκτύπωση…
  159. # Variables:
  160. # $progress (Number) - percent value
  161. pdfjs-print-progress-percent = { $progress }%
  162. pdfjs-print-progress-close-button = Ακύρωση
  163. pdfjs-printing-not-supported = Προειδοποίηση: Η εκτύπωση δεν υποστηρίζεται πλήρως από το πρόγραμμα περιήγησης.
  164. pdfjs-printing-not-ready = Προειδοποίηση: Το PDF δεν φορτώθηκε πλήρως για εκτύπωση.
  165. ## Tooltips and alt text for side panel toolbar buttons
  166. pdfjs-toggle-sidebar-button =
  167. .title = (Απ)ενεργοποίηση πλαϊνής γραμμής
  168. pdfjs-toggle-sidebar-notification-button =
  169. .title = (Απ)ενεργοποίηση πλαϊνής γραμμής (το έγγραφο περιέχει περίγραμμα/συνημμένα/επίπεδα)
  170. pdfjs-toggle-sidebar-button-label = (Απ)ενεργοποίηση πλαϊνής γραμμής
  171. pdfjs-document-outline-button =
  172. .title = Εμφάνιση διάρθρωσης εγγράφου (διπλό κλικ για ανάπτυξη/σύμπτυξη όλων των στοιχείων)
  173. pdfjs-document-outline-button-label = Διάρθρωση εγγράφου
  174. pdfjs-attachments-button =
  175. .title = Εμφάνιση συνημμένων
  176. pdfjs-attachments-button-label = Συνημμένα
  177. pdfjs-layers-button =
  178. .title = Εμφάνιση επιπέδων (διπλό κλικ για επαναφορά όλων των επιπέδων στην προεπιλεγμένη κατάσταση)
  179. pdfjs-layers-button-label = Επίπεδα
  180. pdfjs-thumbs-button =
  181. .title = Εμφάνιση μικρογραφιών
  182. pdfjs-thumbs-button-label = Μικρογραφίες
  183. pdfjs-current-outline-item-button =
  184. .title = Εύρεση τρέχοντος στοιχείου διάρθρωσης
  185. pdfjs-current-outline-item-button-label = Τρέχον στοιχείο διάρθρωσης
  186. pdfjs-findbar-button =
  187. .title = Εύρεση στο έγγραφο
  188. pdfjs-findbar-button-label = Εύρεση
  189. pdfjs-additional-layers = Επιπρόσθετα επίπεδα
  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 = Σελίδα { $page }
  195. # Variables:
  196. # $page (Number) - the page number
  197. pdfjs-thumb-page-canvas =
  198. .aria-label = Μικρογραφία σελίδας { $page }
  199. ## Find panel button title and messages
  200. pdfjs-find-input =
  201. .title = Εύρεση
  202. .placeholder = Εύρεση στο έγγραφο…
  203. pdfjs-find-previous-button =
  204. .title = Εύρεση της προηγούμενης εμφάνισης της φράσης
  205. pdfjs-find-previous-button-label = Προηγούμενο
  206. pdfjs-find-next-button =
  207. .title = Εύρεση της επόμενης εμφάνισης της φράσης
  208. pdfjs-find-next-button-label = Επόμενο
  209. pdfjs-find-highlight-checkbox = Επισήμανση όλων
  210. pdfjs-find-match-case-checkbox-label = Συμφωνία πεζών/κεφαλαίων
  211. pdfjs-find-match-diacritics-checkbox-label = Αντιστοίχιση διακριτικών
  212. pdfjs-find-entire-word-checkbox-label = Ολόκληρες λέξεις
  213. pdfjs-find-reached-top = Φτάσατε στην αρχή του εγγράφου, συνέχεια από το τέλος
  214. pdfjs-find-reached-bottom = Φτάσατε στο τέλος του εγγράφου, συνέχεια από την αρχή
  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] { $current } από { $total } αντιστοιχία
  221. *[other] { $current } από { $total } αντιστοιχίες
  222. }
  223. # Variables:
  224. # $limit (Number) - the maximum number of matches
  225. pdfjs-find-match-count-limit =
  226. { $limit ->
  227. [one] Περισσότερες από { $limit } αντιστοιχία
  228. *[other] Περισσότερες από { $limit } αντιστοιχίες
  229. }
  230. pdfjs-find-not-found = Η φράση δεν βρέθηκε
  231. ## Predefined zoom values
  232. pdfjs-page-scale-width = Πλάτος σελίδας
  233. pdfjs-page-scale-fit = Μέγεθος σελίδας
  234. pdfjs-page-scale-auto = Αυτόματο ζουμ
  235. pdfjs-page-scale-actual = Πραγματικό μέγεθος
  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 = Σελίδα { $page }
  244. ## Loading indicator messages
  245. pdfjs-loading-error = Προέκυψε σφάλμα κατά τη φόρτωση του PDF.
  246. pdfjs-invalid-file-error = Μη έγκυρο ή κατεστραμμένο αρχείο PDF.
  247. pdfjs-missing-file-error = Λείπει αρχείο PDF.
  248. pdfjs-unexpected-response-error = Μη αναμενόμενη απόκριση από το διακομιστή.
  249. pdfjs-rendering-error = Προέκυψε σφάλμα κατά την εμφάνιση της σελίδας.
  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 = [Σχόλιο «{ $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 = Εισαγάγετε τον κωδικό πρόσβασης για να ανοίξετε αυτό το αρχείο PDF.
  267. pdfjs-password-invalid = Μη έγκυρος κωδικός πρόσβασης. Παρακαλώ δοκιμάστε ξανά.
  268. pdfjs-password-ok-button = OK
  269. pdfjs-password-cancel-button = Ακύρωση
  270. pdfjs-web-fonts-disabled = Οι γραμματοσειρές ιστού είναι ανενεργές: δεν είναι δυνατή η χρήση των ενσωματωμένων γραμματοσειρών PDF.
  271. ## Editing
  272. pdfjs-editor-free-text-button =
  273. .title = Κείμενο
  274. pdfjs-editor-free-text-button-label = Κείμενο
  275. pdfjs-editor-ink-button =
  276. .title = Σχέδιο
  277. pdfjs-editor-ink-button-label = Σχέδιο
  278. pdfjs-editor-stamp-button =
  279. .title = Προσθήκη ή επεξεργασία εικόνων
  280. pdfjs-editor-stamp-button-label = Προσθήκη ή επεξεργασία εικόνων
  281. pdfjs-editor-highlight-button =
  282. .title = Επισήμανση
  283. pdfjs-editor-highlight-button-label = Επισήμανση
  284. pdfjs-highlight-floating-button1 =
  285. .title = Επισήμανση
  286. .aria-label = Επισήμανση
  287. pdfjs-highlight-floating-button-label = Επισήμανση
  288. ## Remove button for the various kind of editor.
  289. pdfjs-editor-remove-ink-button =
  290. .title = Αφαίρεση σχεδίου
  291. pdfjs-editor-remove-freetext-button =
  292. .title = Αφαίρεση κειμένου
  293. pdfjs-editor-remove-stamp-button =
  294. .title = Αφαίρεση εικόνας
  295. pdfjs-editor-remove-highlight-button =
  296. .title = Αφαίρεση επισήμανσης
  297. ##
  298. # Editor Parameters
  299. pdfjs-editor-free-text-color-input = Χρώμα
  300. pdfjs-editor-free-text-size-input = Μέγεθος
  301. pdfjs-editor-ink-color-input = Χρώμα
  302. pdfjs-editor-ink-thickness-input = Πάχος
  303. pdfjs-editor-ink-opacity-input = Αδιαφάνεια
  304. pdfjs-editor-stamp-add-image-button =
  305. .title = Προσθήκη εικόνας
  306. pdfjs-editor-stamp-add-image-button-label = Προσθήκη εικόνας
  307. # This refers to the thickness of the line used for free highlighting (not bound to text)
  308. pdfjs-editor-free-highlight-thickness-input = Πάχος
  309. pdfjs-editor-free-highlight-thickness-title =
  310. .title = Αλλαγή πάχους κατά την επισήμανση στοιχείων εκτός κειμένου
  311. pdfjs-free-text =
  312. .aria-label = Επεξεργασία κειμένου
  313. pdfjs-free-text-default-content = Ξεκινήστε να πληκτρολογείτε…
  314. pdfjs-ink =
  315. .aria-label = Επεξεργασία σχεδίων
  316. pdfjs-ink-canvas =
  317. .aria-label = Εικόνα από τον χρήστη
  318. ## Alt-text dialog
  319. # Alternative text (alt text) helps when people can't see the image.
  320. pdfjs-editor-alt-text-button-label = Εναλλακτικό κείμενο
  321. pdfjs-editor-alt-text-edit-button-label = Επεξεργασία εναλλακτικού κειμένου
  322. pdfjs-editor-alt-text-dialog-label = Διαλέξτε μια επιλογή
  323. pdfjs-editor-alt-text-dialog-description = Το εναλλακτικό κείμενο είναι χρήσιμο όταν οι άνθρωποι δεν μπορούν να δουν την εικόνα ή όταν αυτή δεν φορτώνεται.
  324. pdfjs-editor-alt-text-add-description-label = Προσθήκη περιγραφής
  325. pdfjs-editor-alt-text-add-description-description = Στοχεύστε σε μία ή δύο προτάσεις που περιγράφουν το θέμα, τη ρύθμιση ή τις ενέργειες.
  326. pdfjs-editor-alt-text-mark-decorative-label = Επισήμανση ως διακοσμητικό
  327. pdfjs-editor-alt-text-mark-decorative-description = Χρησιμοποιείται για διακοσμητικές εικόνες, όπως περιγράμματα ή υδατογραφήματα.
  328. pdfjs-editor-alt-text-cancel-button = Ακύρωση
  329. pdfjs-editor-alt-text-save-button = Αποθήκευση
  330. pdfjs-editor-alt-text-decorative-tooltip = Επισημασμένο ως διακοσμητικό
  331. # .placeholder: This is a placeholder for the alt text input area
  332. pdfjs-editor-alt-text-textarea =
  333. .placeholder = Για παράδειγμα, «Ένας νεαρός άνδρας κάθεται σε ένα τραπέζι για να φάει ένα γεύμα»
  334. ## Editor resizers
  335. ## This is used in an aria label to help to understand the role of the resizer.
  336. pdfjs-editor-resizer-label-top-left = Επάνω αριστερή γωνία — αλλαγή μεγέθους
  337. pdfjs-editor-resizer-label-top-middle = Μέσο επάνω πλευράς — αλλαγή μεγέθους
  338. pdfjs-editor-resizer-label-top-right = Επάνω δεξιά γωνία — αλλαγή μεγέθους
  339. pdfjs-editor-resizer-label-middle-right = Μέσο δεξιάς πλευράς — αλλαγή μεγέθους
  340. pdfjs-editor-resizer-label-bottom-right = Κάτω δεξιά γωνία — αλλαγή μεγέθους
  341. pdfjs-editor-resizer-label-bottom-middle = Μέσο κάτω πλευράς — αλλαγή μεγέθους
  342. pdfjs-editor-resizer-label-bottom-left = Κάτω αριστερή γωνία — αλλαγή μεγέθους
  343. pdfjs-editor-resizer-label-middle-left = Μέσο αριστερής πλευράς — αλλαγή μεγέθους
  344. pdfjs-editor-resizer-top-left =
  345. .aria-label = Επάνω αριστερή γωνία — αλλαγή μεγέθους
  346. pdfjs-editor-resizer-top-middle =
  347. .aria-label = Μέσο επάνω πλευράς — αλλαγή μεγέθους
  348. pdfjs-editor-resizer-top-right =
  349. .aria-label = Επάνω δεξιά γωνία — αλλαγή μεγέθους
  350. pdfjs-editor-resizer-middle-right =
  351. .aria-label = Μέσο δεξιάς πλευράς — αλλαγή μεγέθους
  352. pdfjs-editor-resizer-bottom-right =
  353. .aria-label = Κάτω δεξιά γωνία — αλλαγή μεγέθους
  354. pdfjs-editor-resizer-bottom-middle =
  355. .aria-label = Μέσο κάτω πλευράς — αλλαγή μεγέθους
  356. pdfjs-editor-resizer-bottom-left =
  357. .aria-label = Κάτω αριστερή γωνία — αλλαγή μεγέθους
  358. pdfjs-editor-resizer-middle-left =
  359. .aria-label = Μέσο αριστερής πλευράς — αλλαγή μεγέθους
  360. ## Color picker
  361. # This means "Color used to highlight text"
  362. pdfjs-editor-highlight-colorpicker-label = Χρώμα επισήμανσης
  363. pdfjs-editor-colorpicker-button =
  364. .title = Αλλαγή χρώματος
  365. pdfjs-editor-colorpicker-dropdown =
  366. .aria-label = Επιλογές χρωμάτων
  367. pdfjs-editor-colorpicker-yellow =
  368. .title = Κίτρινο
  369. pdfjs-editor-colorpicker-green =
  370. .title = Πράσινο
  371. pdfjs-editor-colorpicker-blue =
  372. .title = Μπλε
  373. pdfjs-editor-colorpicker-pink =
  374. .title = Ροζ
  375. pdfjs-editor-colorpicker-red =
  376. .title = Κόκκινο
  377. ## Show all highlights
  378. ## This is a toggle button to show/hide all the highlights.
  379. pdfjs-editor-highlight-show-all-button-label = Εμφάνιση όλων
  380. pdfjs-editor-highlight-show-all-button =
  381. .title = Εμφάνιση όλων
  382. ## New alt-text dialog
  383. ## 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.
  384. # Modal header positioned above a text box where users can edit the alt text.
  385. pdfjs-editor-new-alt-text-dialog-edit-label = Επεξεργασία εναλλακτικού κειμένου (περιγραφή εικόνας)
  386. # Modal header positioned above a text box where users can add the alt text.
  387. pdfjs-editor-new-alt-text-dialog-add-label = Προσθήκη εναλλακτικού κειμένου (περιγραφή εικόνας)
  388. pdfjs-editor-new-alt-text-textarea =
  389. .placeholder = Γράψτε την περιγραφή σας εδώ…
  390. # This text refers to the alt text box above this description. It offers a definition of alt text.
  391. pdfjs-editor-new-alt-text-description = Σύντομη περιγραφή για άτομα που δεν μπορούν να δουν την εικόνα ή όταν η εικόνα δεν φορτώνεται.
  392. # This is a required legal disclaimer that refers to the automatically created text inside the alt text box above this text. It disappears if the text is edited by a human.
  393. pdfjs-editor-new-alt-text-disclaimer1 = Αυτό το εναλλακτικό κείμενο δημιουργήθηκε αυτόματα και ενδέχεται να είναι ανακριβές.
  394. pdfjs-editor-new-alt-text-disclaimer-learn-more-url = Μάθετε περισσότερα
  395. pdfjs-editor-new-alt-text-create-automatically-button-label = Αυτόματη δημιουργία εναλλακτικού κειμένου
  396. pdfjs-editor-new-alt-text-not-now-button = Όχι τώρα
  397. pdfjs-editor-new-alt-text-error-title = Δεν ήταν δυνατή η αυτόματη δημιουργία εναλλακτικού κειμένου
  398. pdfjs-editor-new-alt-text-error-description = Γράψτε το δικό σας εναλλακτικό κείμενο ή δοκιμάστε ξανά αργότερα.
  399. pdfjs-editor-new-alt-text-error-close-button = Κλείσιμο
  400. # Variables:
  401. # $totalSize (Number) - the total size (in MB) of the AI model.
  402. # $downloadedSize (Number) - the downloaded size (in MB) of the AI model.
  403. # $percent (Number) - the percentage of the downloaded size.
  404. pdfjs-editor-new-alt-text-ai-model-downloading-progress = Λήψη μοντέλου AI εναλλακτικού κειμένου ({ $downloadedSize } από { $totalSize } MB)
  405. .aria-valuetext = Λήψη μοντέλου AI εναλλακτικού κειμένου ({ $downloadedSize } από { $totalSize } MB)
  406. # This is a button that users can click to edit the alt text they have already added.
  407. pdfjs-editor-new-alt-text-added-button-label = Προστέθηκε εναλλακτικό κείμενο
  408. # This is a button that users can click to open the alt text editor and add alt text when it is not present.
  409. pdfjs-editor-new-alt-text-missing-button-label = Απουσία εναλλακτικού κειμένου
  410. # This is a button that opens up the alt text modal where users should review the alt text that was automatically generated.
  411. pdfjs-editor-new-alt-text-to-review-button-label = Έλεγχος εναλλακτικού κειμένου
  412. # "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.
  413. # Variables:
  414. # $generatedAltText (String) - the generated alt-text.
  415. pdfjs-editor-new-alt-text-generated-alt-text-with-disclaimer = Αυτόματη δημιουργία: { $generatedAltText }
  416. ## Image alt-text settings
  417. pdfjs-image-alt-text-settings-button =
  418. .title = Ρυθμίσεις εναλλακτικού κειμένου εικόνας
  419. pdfjs-image-alt-text-settings-button-label = Ρυθμίσεις εναλλακτικού κειμένου εικόνας
  420. pdfjs-editor-alt-text-settings-dialog-label = Ρυθμίσεις εναλλακτικού κειμένου εικόνας
  421. pdfjs-editor-alt-text-settings-automatic-title = Αυτόματο εναλλακτικό κείμενο
  422. pdfjs-editor-alt-text-settings-create-model-button-label = Αυτόματη δημιουργία εναλλακτικού κειμένου
  423. pdfjs-editor-alt-text-settings-create-model-description = Προτείνει περιγραφές για άτομα που δεν μπορούν να δουν την εικόνα ή όταν η εικόνα δεν φορτώνεται.
  424. # Variables:
  425. # $totalSize (Number) - the total size (in MB) of the AI model.
  426. pdfjs-editor-alt-text-settings-download-model-label = Μοντέλο AI εναλλακτικού κειμένου ({ $totalSize } MB)
  427. pdfjs-editor-alt-text-settings-ai-model-description = Εκτελείται τοπικά στη συσκευή σας, ώστε τα δεδομένα σας να παραμένουν ιδιωτικά. Απαιτείται για τη δημιουργία του αυτόματου εναλλακτικού κειμένου.
  428. pdfjs-editor-alt-text-settings-delete-model-button = Διαγραφή
  429. pdfjs-editor-alt-text-settings-download-model-button = Λήψη
  430. pdfjs-editor-alt-text-settings-downloading-model-button = Λήψη…
  431. pdfjs-editor-alt-text-settings-editor-title = Επεξεργασία εναλλακτικού κειμένου
  432. pdfjs-editor-alt-text-settings-show-dialog-button-label = Άμεση εμφάνιση της επεξεργασίας εναλλακτικού κειμένου κατά την προσθήκη εικόνας
  433. pdfjs-editor-alt-text-settings-show-dialog-description = Σας βοηθά να βεβαιωθείτε ότι όλες οι εικόνες σας έχουν εναλλακτικό κείμενο.
  434. pdfjs-editor-alt-text-settings-close-button = Κλείσιμο