153a5a1b3Sopenharmony_ci# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 253a5a1b3Sopenharmony_ci# This file is distributed under the same license as the PACKAGE package. 353a5a1b3Sopenharmony_ci# Dimitris Glezos <dimitris@glezos.com>, 2008. 453a5a1b3Sopenharmony_ci# Thalia Papoutsaki <saliyath@gmail.com>, 2009, 2012. 553a5a1b3Sopenharmony_ci# Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>, 2013, 2014. 653a5a1b3Sopenharmony_cimsgid "" 753a5a1b3Sopenharmony_cimsgstr "" 853a5a1b3Sopenharmony_ci"Project-Id-Version: el\n" 953a5a1b3Sopenharmony_ci"Report-Msgid-Bugs-To: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/" 1053a5a1b3Sopenharmony_ci"issues/new\n" 1153a5a1b3Sopenharmony_ci"POT-Creation-Date: 2022-05-16 23:56+0300\n" 1253a5a1b3Sopenharmony_ci"PO-Revision-Date: 2014-05-08 09:53+0300\n" 1353a5a1b3Sopenharmony_ci"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n" 1453a5a1b3Sopenharmony_ci"Language-Team: team@lists.gnome.gr\n" 1553a5a1b3Sopenharmony_ci"Language: el\n" 1653a5a1b3Sopenharmony_ci"MIME-Version: 1.0\n" 1753a5a1b3Sopenharmony_ci"Content-Type: text/plain; charset=UTF-8\n" 1853a5a1b3Sopenharmony_ci"Content-Transfer-Encoding: 8bit\n" 1953a5a1b3Sopenharmony_ci"Plural-Forms: nplurals=2; plural=(n != 1);\n" 2053a5a1b3Sopenharmony_ci"X-Generator: Virtaal 0.7.0\n" 2153a5a1b3Sopenharmony_ci 2253a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:113 2353a5a1b3Sopenharmony_ci#, fuzzy, c-format 2453a5a1b3Sopenharmony_cimsgid "" 2553a5a1b3Sopenharmony_ci"%s [options]\n" 2653a5a1b3Sopenharmony_ci"\n" 2753a5a1b3Sopenharmony_ci"COMMANDS:\n" 2853a5a1b3Sopenharmony_ci" -h, --help Show this help\n" 2953a5a1b3Sopenharmony_ci" --version Show version\n" 3053a5a1b3Sopenharmony_ci" --dump-conf Dump default configuration\n" 3153a5a1b3Sopenharmony_ci" --dump-modules Dump list of available modules\n" 3253a5a1b3Sopenharmony_ci" --dump-resample-methods Dump available resample methods\n" 3353a5a1b3Sopenharmony_ci" --cleanup-shm Cleanup stale shared memory " 3453a5a1b3Sopenharmony_ci"segments\n" 3553a5a1b3Sopenharmony_ci" --start Start the daemon if it is not " 3653a5a1b3Sopenharmony_ci"running\n" 3753a5a1b3Sopenharmony_ci" -k --kill Kill a running daemon\n" 3853a5a1b3Sopenharmony_ci" --check Check for a running daemon (only " 3953a5a1b3Sopenharmony_ci"returns exit code)\n" 4053a5a1b3Sopenharmony_ci"\n" 4153a5a1b3Sopenharmony_ci"OPTIONS:\n" 4253a5a1b3Sopenharmony_ci" --system[=BOOL] Run as system-wide instance\n" 4353a5a1b3Sopenharmony_ci" -D, --daemonize[=BOOL] Daemonize after startup\n" 4453a5a1b3Sopenharmony_ci" --fail[=BOOL] Quit when startup fails\n" 4553a5a1b3Sopenharmony_ci" --high-priority[=BOOL] Try to set high nice level\n" 4653a5a1b3Sopenharmony_ci" (only available as root, when SUID " 4753a5a1b3Sopenharmony_ci"or\n" 4853a5a1b3Sopenharmony_ci" with elevated RLIMIT_NICE)\n" 4953a5a1b3Sopenharmony_ci" --realtime[=BOOL] Try to enable realtime scheduling\n" 5053a5a1b3Sopenharmony_ci" (only available as root, when SUID " 5153a5a1b3Sopenharmony_ci"or\n" 5253a5a1b3Sopenharmony_ci" with elevated RLIMIT_RTPRIO)\n" 5353a5a1b3Sopenharmony_ci" --disallow-module-loading[=BOOL] Disallow user requested module\n" 5453a5a1b3Sopenharmony_ci" loading/unloading after startup\n" 5553a5a1b3Sopenharmony_ci" --disallow-exit[=BOOL] Disallow user requested exit\n" 5653a5a1b3Sopenharmony_ci" --exit-idle-time=SECS Terminate the daemon when idle and " 5753a5a1b3Sopenharmony_ci"this\n" 5853a5a1b3Sopenharmony_ci" time passed\n" 5953a5a1b3Sopenharmony_ci" --scache-idle-time=SECS Unload autoloaded samples when idle " 6053a5a1b3Sopenharmony_ci"and\n" 6153a5a1b3Sopenharmony_ci" this time passed\n" 6253a5a1b3Sopenharmony_ci" --log-level[=LEVEL] Increase or set verbosity level\n" 6353a5a1b3Sopenharmony_ci" -v --verbose Increase the verbosity level\n" 6453a5a1b3Sopenharmony_ci" --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n" 6553a5a1b3Sopenharmony_ci" Specify the log target\n" 6653a5a1b3Sopenharmony_ci" --log-meta[=BOOL] Include code location in log " 6753a5a1b3Sopenharmony_ci"messages\n" 6853a5a1b3Sopenharmony_ci" --log-time[=BOOL] Include timestamps in log messages\n" 6953a5a1b3Sopenharmony_ci" --log-backtrace=FRAMES Include a backtrace in log messages\n" 7053a5a1b3Sopenharmony_ci" -p, --dl-search-path=PATH Set the search path for dynamic " 7153a5a1b3Sopenharmony_ci"shared\n" 7253a5a1b3Sopenharmony_ci" objects (plugins)\n" 7353a5a1b3Sopenharmony_ci" --resample-method=METHOD Use the specified resampling method\n" 7453a5a1b3Sopenharmony_ci" (See --dump-resample-methods for\n" 7553a5a1b3Sopenharmony_ci" possible values)\n" 7653a5a1b3Sopenharmony_ci" --use-pid-file[=BOOL] Create a PID file\n" 7753a5a1b3Sopenharmony_ci" --no-cpu-limit[=BOOL] Do not install CPU load limiter on\n" 7853a5a1b3Sopenharmony_ci" platforms that support it.\n" 7953a5a1b3Sopenharmony_ci" --disable-shm[=BOOL] Disable shared memory support.\n" 8053a5a1b3Sopenharmony_ci" --enable-memfd[=BOOL] Enable memfd shared memory support.\n" 8153a5a1b3Sopenharmony_ci"\n" 8253a5a1b3Sopenharmony_ci"STARTUP SCRIPT:\n" 8353a5a1b3Sopenharmony_ci" -L, --load=\"MODULE ARGUMENTS\" Load the specified plugin module " 8453a5a1b3Sopenharmony_ci"with\n" 8553a5a1b3Sopenharmony_ci" the specified argument\n" 8653a5a1b3Sopenharmony_ci" -F, --file=FILENAME Run the specified script\n" 8753a5a1b3Sopenharmony_ci" -C Open a command line on the running " 8853a5a1b3Sopenharmony_ci"TTY\n" 8953a5a1b3Sopenharmony_ci" after startup\n" 9053a5a1b3Sopenharmony_ci"\n" 9153a5a1b3Sopenharmony_ci" -n Don't load default script file\n" 9253a5a1b3Sopenharmony_cimsgstr "" 9353a5a1b3Sopenharmony_ci"%s [options]\n" 9453a5a1b3Sopenharmony_ci"\n" 9553a5a1b3Sopenharmony_ci"ΕΝΤΟΛΕΣ:\n" 9653a5a1b3Sopenharmony_ci" -h, --help Εμφάνιση της βοήθειας\n" 9753a5a1b3Sopenharmony_ci" --version Εμφάνιση της έκδοσης\n" 9853a5a1b3Sopenharmony_ci" --dump-conf Ρύθμιση προεπιλεγμένης αποτύπωσης\n" 9953a5a1b3Sopenharmony_ci" --dump-modules Λίστα αποτύπωσης διαθέσιμων " 10053a5a1b3Sopenharmony_ci"ενοτήτων\n" 10153a5a1b3Sopenharmony_ci" --dump-resample-methods Διαθέσιμη αποτύπωση μεθόδων " 10253a5a1b3Sopenharmony_ci"επαναδειγματοληψίας\n" 10353a5a1b3Sopenharmony_ci" --cleanup-shm Καθαρισμός παλιών κοινόχρηστων " 10453a5a1b3Sopenharmony_ci"τμημάτων μνήμης\n" 10553a5a1b3Sopenharmony_ci" --start Έναρξη του δαίμονα αν δεν " 10653a5a1b3Sopenharmony_ci"εκτελείται\n" 10753a5a1b3Sopenharmony_ci" -k --kill Τερματισμός εκτελούμενου δαίμονα\n" 10853a5a1b3Sopenharmony_ci" --check Έλεγχος για εκτελούμενο δαίμονα " 10953a5a1b3Sopenharmony_ci"(επιστρέφει μόνο κώδικα εξόδου)\n" 11053a5a1b3Sopenharmony_ci"\n" 11153a5a1b3Sopenharmony_ci"ΕΠΙΛΟΓΕΣ:\n" 11253a5a1b3Sopenharmony_ci" --system[=BOOL] Εκτέλεση ως στιγμιοτύπου ολόκληρου " 11353a5a1b3Sopenharmony_ci"του συστήματος\n" 11453a5a1b3Sopenharmony_ci" -D, --daemonize[=BOOL] Ο δαίμονας μετά την εκκίνηση\n" 11553a5a1b3Sopenharmony_ci" --fail[=BOOL] Έξοδος όταν η εκκίνηση αποτυγχάνει\n" 11653a5a1b3Sopenharmony_ci" --high-priority[=BOOL] Προσπάθεια ορισμού υψηλού επιπέδου " 11753a5a1b3Sopenharmony_ci"nice\n" 11853a5a1b3Sopenharmony_ci" (διαθέσιμο μόνο ως υπερχρήστης, με " 11953a5a1b3Sopenharmony_ci"SUID ή\n" 12053a5a1b3Sopenharmony_ci" με ανεβασμένο RLIMIT_NICE)\n" 12153a5a1b3Sopenharmony_ci" --realtime[=BOOL] Προσπάθεια ενεργοποίησης σχεδιασμού " 12253a5a1b3Sopenharmony_ci"πραγματικού χρόνου\n" 12353a5a1b3Sopenharmony_ci" (διαθέσιμο μόνο ως υπερχρήστης, με " 12453a5a1b3Sopenharmony_ci"SUID ή\n" 12553a5a1b3Sopenharmony_ci" με ανεβασμένο RLIMIT_RTPRIO)\n" 12653a5a1b3Sopenharmony_ci" --disallow-module-loading[=BOOL] Απαγόρευση ενότητας που ζητήθηκε από " 12753a5a1b3Sopenharmony_ci"τον χρήστη\n" 12853a5a1b3Sopenharmony_ci" για φόρτωση/εκφόρτωση μετά την " 12953a5a1b3Sopenharmony_ci"εκκίνηση\n" 13053a5a1b3Sopenharmony_ci" --disallow-exit[=BOOL] Απαγόρευση εξόδου που ζητήθηκε από " 13153a5a1b3Sopenharmony_ci"τον χρήστη\n" 13253a5a1b3Sopenharmony_ci" --exit-idle-time=SECS Τερματισμός του δαίμονα όταν είναι " 13353a5a1b3Sopenharmony_ci"αδρανής και πέρασε\n" 13453a5a1b3Sopenharmony_ci" αυτός ο χρόνος\n" 13553a5a1b3Sopenharmony_ci" --scache-idle-time=SECS Εκφόρτωση αυτόματα φορτωμένων " 13653a5a1b3Sopenharmony_ci"δειγμάτων όταν είναι αδρανή και\n" 13753a5a1b3Sopenharmony_ci" πέρασε αυτός ο χρόνος\n" 13853a5a1b3Sopenharmony_ci" --log-level[=LEVEL] Αύξηση ή ορισμός επιπέδου " 13953a5a1b3Sopenharmony_ci"λεπτομέρειας\n" 14053a5a1b3Sopenharmony_ci" -v Αύξηση του επιπέδου λεπτομέρειας\n" 14153a5a1b3Sopenharmony_ci" --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n" 14253a5a1b3Sopenharmony_ci" Ορισμός του προορισμού καταγραφής\n" 14353a5a1b3Sopenharmony_ci" --log-meta[=BOOL] Συμπερίληψη θέσης κώδικα σε μηνύματα " 14453a5a1b3Sopenharmony_ci"καταγραφής\n" 14553a5a1b3Sopenharmony_ci" --log-time[=BOOL] Συμπερίληψη χρονικών σημάνσεων σε " 14653a5a1b3Sopenharmony_ci"μηνύματα καταγραφής\n" 14753a5a1b3Sopenharmony_ci" --log-backtrace=FRAMES Συμπερίληψη οπισθοανίχνευσης σε " 14853a5a1b3Sopenharmony_ci"μηνύματα καταγραφής\n" 14953a5a1b3Sopenharmony_ci" -p, --dl-search-path=PATH Ορισμός της διαδρομής ανίχνευσης για " 15053a5a1b3Sopenharmony_ci"δυναμικά κοινόχρηστα\n" 15153a5a1b3Sopenharmony_ci" αντικείμενα (πρόσθετα)\n" 15253a5a1b3Sopenharmony_ci" --resample-method=METHOD Χρήση της ειδικής μεθόδου " 15353a5a1b3Sopenharmony_ci"επαναδειγματοληψίας\n" 15453a5a1b3Sopenharmony_ci" (Δείτε --dump-resample-methods για\n" 15553a5a1b3Sopenharmony_ci" πιθανές τιμές)\n" 15653a5a1b3Sopenharmony_ci" --use-pid-file[=BOOL] Δημιουργία αρχείου PID\n" 15753a5a1b3Sopenharmony_ci" --no-cpu-limit[=BOOL] Να μην εγκαθίστανται οριοθέτες " 15853a5a1b3Sopenharmony_ci"φόρτωσης CPU σε\n" 15953a5a1b3Sopenharmony_ci" λειτουργικά που το υποστηρίζουν.\n" 16053a5a1b3Sopenharmony_ci" --disable-shm[=BOOL] Απενεργοποίηση κοινόχρηστης " 16153a5a1b3Sopenharmony_ci"υποστήριξης μνήμης.\n" 16253a5a1b3Sopenharmony_ci"\n" 16353a5a1b3Sopenharmony_ci"STARTUP SCRIPT:\n" 16453a5a1b3Sopenharmony_ci" -L, --load=\"MODULE ARGUMENTS\" Φόρτωση της συγκεκριμένης ενότητας " 16553a5a1b3Sopenharmony_ci"προσθέτου\n" 16653a5a1b3Sopenharmony_ci" με το συγκεκριμένο όρισμα\n" 16753a5a1b3Sopenharmony_ci" -F, --file=FILENAME Εκτέλεση του συγκεκριμένου σεναρίου\n" 16853a5a1b3Sopenharmony_ci" -C Άνοιγμα μιας γραμμής εντολών στο " 16953a5a1b3Sopenharmony_ci"εκτελούμενο TTY\n" 17053a5a1b3Sopenharmony_ci" μετά την εκκίνηση\n" 17153a5a1b3Sopenharmony_ci"\n" 17253a5a1b3Sopenharmony_ci" -n Να μην φορτώνεται το προεπιλεγμένο " 17353a5a1b3Sopenharmony_ci"αρχείο σεναρίου\n" 17453a5a1b3Sopenharmony_ci 17553a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:246 17653a5a1b3Sopenharmony_cimsgid "--daemonize expects boolean argument" 17753a5a1b3Sopenharmony_cimsgstr "Το --daemonize περιμένει όρισμα τιμής Μπουλ" 17853a5a1b3Sopenharmony_ci 17953a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:254 18053a5a1b3Sopenharmony_cimsgid "--fail expects boolean argument" 18153a5a1b3Sopenharmony_cimsgstr "Το --fail περιμένει όρισμα τιμής Μπουλ" 18253a5a1b3Sopenharmony_ci 18353a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:265 18453a5a1b3Sopenharmony_ci#, fuzzy 18553a5a1b3Sopenharmony_cimsgid "" 18653a5a1b3Sopenharmony_ci"--log-level expects log level argument (either numeric in range 0..4 or one " 18753a5a1b3Sopenharmony_ci"of error, warn, notice, info, debug)." 18853a5a1b3Sopenharmony_cimsgstr "" 18953a5a1b3Sopenharmony_ci"Το --log-level περιμένει όρισμα επιπέδου καταγραφής (είτε αριθμητικό σε " 19053a5a1b3Sopenharmony_ci"διάστημα 0..4 ή ένα όρισμα αποσφαλμάτωσης, πληροφορίας, ειδοποίησης, " 19153a5a1b3Sopenharmony_ci"προειδοποίησης, σφάλματος)." 19253a5a1b3Sopenharmony_ci 19353a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:277 19453a5a1b3Sopenharmony_cimsgid "--high-priority expects boolean argument" 19553a5a1b3Sopenharmony_cimsgstr "Το --high-priority περιμένει όρισμα τιμής Μπουλ" 19653a5a1b3Sopenharmony_ci 19753a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:285 19853a5a1b3Sopenharmony_cimsgid "--realtime expects boolean argument" 19953a5a1b3Sopenharmony_cimsgstr "Το --realtime αναμένει όρισμα τιμής Μπουλ" 20053a5a1b3Sopenharmony_ci 20153a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:293 20253a5a1b3Sopenharmony_cimsgid "--disallow-module-loading expects boolean argument" 20353a5a1b3Sopenharmony_cimsgstr "Το --disallow-module-loading περιμένει όρισμα τιμής Μπουλ" 20453a5a1b3Sopenharmony_ci 20553a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:301 20653a5a1b3Sopenharmony_cimsgid "--disallow-exit expects boolean argument" 20753a5a1b3Sopenharmony_cimsgstr "Το --disallow-exit περιμένει όρισμα τιμής Μπουλ" 20853a5a1b3Sopenharmony_ci 20953a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:309 21053a5a1b3Sopenharmony_cimsgid "--use-pid-file expects boolean argument" 21153a5a1b3Sopenharmony_cimsgstr "Το --use-pid-file περιμένει όρισμα τιμής Μπουλ" 21253a5a1b3Sopenharmony_ci 21353a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:328 21453a5a1b3Sopenharmony_ci#, fuzzy 21553a5a1b3Sopenharmony_cimsgid "" 21653a5a1b3Sopenharmony_ci"Invalid log target: use either 'syslog', 'journal', 'stderr' or 'auto' or a " 21753a5a1b3Sopenharmony_ci"valid file name 'file:<path>', 'newfile:<path>'." 21853a5a1b3Sopenharmony_cimsgstr "" 21953a5a1b3Sopenharmony_ci"Άκυρος προορισμός καταγραφής: χρησιμοποιήστε είτε 'syslog', 'journal' " 22053a5a1b3Sopenharmony_ci"'stderr' είτε 'auto' ή ένα έγκυρο όνομα αρχείου 'file:<path>', 'newfile:" 22153a5a1b3Sopenharmony_ci"<path>'." 22253a5a1b3Sopenharmony_ci 22353a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:330 22453a5a1b3Sopenharmony_cimsgid "" 22553a5a1b3Sopenharmony_ci"Invalid log target: use either 'syslog', 'stderr' or 'auto' or a valid file " 22653a5a1b3Sopenharmony_ci"name 'file:<path>', 'newfile:<path>'." 22753a5a1b3Sopenharmony_cimsgstr "" 22853a5a1b3Sopenharmony_ci"Άκυρος προορισμός καταγραφής: χρησιμοποιήστε είτε 'syslog', 'stderr' είτε " 22953a5a1b3Sopenharmony_ci"'auto' ή ένα έγκυρο όνομα αρχείου 'file:<path>', 'newfile:<path>'." 23053a5a1b3Sopenharmony_ci 23153a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:338 23253a5a1b3Sopenharmony_cimsgid "--log-time expects boolean argument" 23353a5a1b3Sopenharmony_cimsgstr "Το --log-time περιμένει όρισμα τιμής Μπουλ" 23453a5a1b3Sopenharmony_ci 23553a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:346 23653a5a1b3Sopenharmony_cimsgid "--log-meta expects boolean argument" 23753a5a1b3Sopenharmony_cimsgstr "Το --log-meta περιμένει όρισμα τιμής Μπουλ" 23853a5a1b3Sopenharmony_ci 23953a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:366 24053a5a1b3Sopenharmony_ci#, c-format 24153a5a1b3Sopenharmony_cimsgid "Invalid resample method '%s'." 24253a5a1b3Sopenharmony_cimsgstr "Άκυρη μέθοδος επαναδειγματοληψίας '%s'." 24353a5a1b3Sopenharmony_ci 24453a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:373 24553a5a1b3Sopenharmony_cimsgid "--system expects boolean argument" 24653a5a1b3Sopenharmony_cimsgstr "Το --system περιμένει όρισμα τιμής Μπουλ" 24753a5a1b3Sopenharmony_ci 24853a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:381 24953a5a1b3Sopenharmony_cimsgid "--no-cpu-limit expects boolean argument" 25053a5a1b3Sopenharmony_cimsgstr "Το --no-cpu-limit περιμένει όρισμα τιμής Μπουλ" 25153a5a1b3Sopenharmony_ci 25253a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:389 25353a5a1b3Sopenharmony_cimsgid "--disable-shm expects boolean argument" 25453a5a1b3Sopenharmony_cimsgstr "Το --disable-shm περιμένει όρισμα τιμής Μπουλ" 25553a5a1b3Sopenharmony_ci 25653a5a1b3Sopenharmony_ci#: src/daemon/cmdline.c:397 25753a5a1b3Sopenharmony_ci#, fuzzy 25853a5a1b3Sopenharmony_cimsgid "--enable-memfd expects boolean argument" 25953a5a1b3Sopenharmony_cimsgstr "Το --realtime αναμένει όρισμα τιμής Μπουλ" 26053a5a1b3Sopenharmony_ci 26153a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:270 26253a5a1b3Sopenharmony_ci#, c-format 26353a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid log target '%s'." 26453a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρος προορισμός καταγραφής '%s'." 26553a5a1b3Sopenharmony_ci 26653a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:285 26753a5a1b3Sopenharmony_ci#, c-format 26853a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid log level '%s'." 26953a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρο επίπεδο καταγραφής '%s'." 27053a5a1b3Sopenharmony_ci 27153a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:300 27253a5a1b3Sopenharmony_ci#, c-format 27353a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid resample method '%s'." 27453a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρη μέθοδος επαναδειγματοληψίας '%s'." 27553a5a1b3Sopenharmony_ci 27653a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:322 27753a5a1b3Sopenharmony_ci#, c-format 27853a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid rlimit '%s'." 27953a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρο rlimit '%s'." 28053a5a1b3Sopenharmony_ci 28153a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:342 28253a5a1b3Sopenharmony_ci#, c-format 28353a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid sample format '%s'." 28453a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρη μορφή δείγματος '%s'." 28553a5a1b3Sopenharmony_ci 28653a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:359 src/daemon/daemon-conf.c:376 28753a5a1b3Sopenharmony_ci#, c-format 28853a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid sample rate '%s'." 28953a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρος ρυθμός δειγμάτων '%s'." 29053a5a1b3Sopenharmony_ci 29153a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:399 29253a5a1b3Sopenharmony_ci#, c-format 29353a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid sample channels '%s'." 29453a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρα κανάλια δείγματος '%s'." 29553a5a1b3Sopenharmony_ci 29653a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:416 29753a5a1b3Sopenharmony_ci#, c-format 29853a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid channel map '%s'." 29953a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρη απεικόνιση καναλιού '%s'." 30053a5a1b3Sopenharmony_ci 30153a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:433 30253a5a1b3Sopenharmony_ci#, c-format 30353a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid number of fragments '%s'." 30453a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρος αριθμός τμημάτων '%s'." 30553a5a1b3Sopenharmony_ci 30653a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:450 30753a5a1b3Sopenharmony_ci#, c-format 30853a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid fragment size '%s'." 30953a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρο μέγεθος τμήματος '%s'." 31053a5a1b3Sopenharmony_ci 31153a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:467 31253a5a1b3Sopenharmony_ci#, c-format 31353a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid nice level '%s'." 31453a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρο επίπεδο nice '%s'." 31553a5a1b3Sopenharmony_ci 31653a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:552 31753a5a1b3Sopenharmony_ci#, c-format 31853a5a1b3Sopenharmony_cimsgid "[%s:%u] Invalid server type '%s'." 31953a5a1b3Sopenharmony_cimsgstr "[%s:%u] Άκυρος τύπος διακομιστή '%s'." 32053a5a1b3Sopenharmony_ci 32153a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:685 32253a5a1b3Sopenharmony_ci#, c-format 32353a5a1b3Sopenharmony_cimsgid "Failed to open configuration file: %s" 32453a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανοίγματος αρχείου ρυθμίσεων: %s" 32553a5a1b3Sopenharmony_ci 32653a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:701 32753a5a1b3Sopenharmony_cimsgid "" 32853a5a1b3Sopenharmony_ci"The specified default channel map has a different number of channels than " 32953a5a1b3Sopenharmony_ci"the specified default number of channels." 33053a5a1b3Sopenharmony_cimsgstr "" 33153a5a1b3Sopenharmony_ci"Η συγκεκριμένη προεπιλεγμένη απεικόνιση καναλιού έχει έναν διαφορετικό " 33253a5a1b3Sopenharmony_ci"αριθμό καναλιών από τον συγκεκριμένο προεπιλεγμένο αριθμό καναλιών." 33353a5a1b3Sopenharmony_ci 33453a5a1b3Sopenharmony_ci#: src/daemon/daemon-conf.c:788 33553a5a1b3Sopenharmony_ci#, c-format 33653a5a1b3Sopenharmony_cimsgid "### Read from configuration file: %s ###\n" 33753a5a1b3Sopenharmony_cimsgstr "### Ανάγνωση από το αρχείο ρυθμίσεων: %s ###\n" 33853a5a1b3Sopenharmony_ci 33953a5a1b3Sopenharmony_ci#: src/daemon/dumpmodules.c:57 34053a5a1b3Sopenharmony_ci#, c-format 34153a5a1b3Sopenharmony_cimsgid "Name: %s\n" 34253a5a1b3Sopenharmony_cimsgstr "Όνομα: %s\n" 34353a5a1b3Sopenharmony_ci 34453a5a1b3Sopenharmony_ci#: src/daemon/dumpmodules.c:60 34553a5a1b3Sopenharmony_ci#, c-format 34653a5a1b3Sopenharmony_cimsgid "No module information available\n" 34753a5a1b3Sopenharmony_cimsgstr "Δεν υπάρχουν διαθέσιμες πληροφορίες για την ενότητα\n" 34853a5a1b3Sopenharmony_ci 34953a5a1b3Sopenharmony_ci#: src/daemon/dumpmodules.c:63 35053a5a1b3Sopenharmony_ci#, c-format 35153a5a1b3Sopenharmony_cimsgid "Version: %s\n" 35253a5a1b3Sopenharmony_cimsgstr "Έκδοση: %s\n" 35353a5a1b3Sopenharmony_ci 35453a5a1b3Sopenharmony_ci#: src/daemon/dumpmodules.c:65 35553a5a1b3Sopenharmony_ci#, c-format 35653a5a1b3Sopenharmony_cimsgid "Description: %s\n" 35753a5a1b3Sopenharmony_cimsgstr "Περιγραφή: %s\n" 35853a5a1b3Sopenharmony_ci 35953a5a1b3Sopenharmony_ci#: src/daemon/dumpmodules.c:67 36053a5a1b3Sopenharmony_ci#, c-format 36153a5a1b3Sopenharmony_cimsgid "Author: %s\n" 36253a5a1b3Sopenharmony_cimsgstr "Συγγραφέας: %s\n" 36353a5a1b3Sopenharmony_ci 36453a5a1b3Sopenharmony_ci#: src/daemon/dumpmodules.c:69 36553a5a1b3Sopenharmony_ci#, c-format 36653a5a1b3Sopenharmony_cimsgid "Usage: %s\n" 36753a5a1b3Sopenharmony_cimsgstr "Χρήση: %s\n" 36853a5a1b3Sopenharmony_ci 36953a5a1b3Sopenharmony_ci#: src/daemon/dumpmodules.c:70 37053a5a1b3Sopenharmony_ci#, c-format 37153a5a1b3Sopenharmony_cimsgid "Load Once: %s\n" 37253a5a1b3Sopenharmony_cimsgstr "Φόρτωση μια φορά: %s\n" 37353a5a1b3Sopenharmony_ci 37453a5a1b3Sopenharmony_ci#: src/daemon/dumpmodules.c:72 37553a5a1b3Sopenharmony_ci#, c-format 37653a5a1b3Sopenharmony_cimsgid "DEPRECATION WARNING: %s\n" 37753a5a1b3Sopenharmony_cimsgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ ΠΑΡΩΧΗΜΕΝΟΥ: %s\n" 37853a5a1b3Sopenharmony_ci 37953a5a1b3Sopenharmony_ci#: src/daemon/dumpmodules.c:76 38053a5a1b3Sopenharmony_ci#, c-format 38153a5a1b3Sopenharmony_cimsgid "Path: %s\n" 38253a5a1b3Sopenharmony_cimsgstr "Διαδρομή: %s\n" 38353a5a1b3Sopenharmony_ci 38453a5a1b3Sopenharmony_ci#: src/daemon/ltdl-bind-now.c:75 38553a5a1b3Sopenharmony_ci#, c-format 38653a5a1b3Sopenharmony_cimsgid "Failed to open module %s: %s" 38753a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανοίγματος ενότητας %s: %s" 38853a5a1b3Sopenharmony_ci 38953a5a1b3Sopenharmony_ci#: src/daemon/ltdl-bind-now.c:126 39053a5a1b3Sopenharmony_cimsgid "Failed to find original lt_dlopen loader." 39153a5a1b3Sopenharmony_cimsgstr "Αποτυχία εύρεσης αρχικού φορτωτή lt_dlopen." 39253a5a1b3Sopenharmony_ci 39353a5a1b3Sopenharmony_ci#: src/daemon/ltdl-bind-now.c:131 39453a5a1b3Sopenharmony_cimsgid "Failed to allocate new dl loader." 39553a5a1b3Sopenharmony_cimsgstr "Αποτυχία κατανομής νέου φορτωτή dl." 39653a5a1b3Sopenharmony_ci 39753a5a1b3Sopenharmony_ci#: src/daemon/ltdl-bind-now.c:144 39853a5a1b3Sopenharmony_cimsgid "Failed to add bind-now-loader." 39953a5a1b3Sopenharmony_cimsgstr "Αποτυχία προσθήκης φορτωτή άμεσης σύνδεσης." 40053a5a1b3Sopenharmony_ci 40153a5a1b3Sopenharmony_ci#: src/daemon/main.c:265 40253a5a1b3Sopenharmony_ci#, c-format 40353a5a1b3Sopenharmony_cimsgid "Failed to find user '%s'." 40453a5a1b3Sopenharmony_cimsgstr "Αποτυχία εύρεσης χρήστη '%s'." 40553a5a1b3Sopenharmony_ci 40653a5a1b3Sopenharmony_ci#: src/daemon/main.c:270 40753a5a1b3Sopenharmony_ci#, c-format 40853a5a1b3Sopenharmony_cimsgid "Failed to find group '%s'." 40953a5a1b3Sopenharmony_cimsgstr "Αποτυχία εύρεσης ομάδας '%s'." 41053a5a1b3Sopenharmony_ci 41153a5a1b3Sopenharmony_ci#: src/daemon/main.c:279 41253a5a1b3Sopenharmony_ci#, c-format 41353a5a1b3Sopenharmony_cimsgid "GID of user '%s' and of group '%s' don't match." 41453a5a1b3Sopenharmony_cimsgstr "Το GID του χρήστη '%s' και της ομάδας '%s' δεν ταιριάζουν." 41553a5a1b3Sopenharmony_ci 41653a5a1b3Sopenharmony_ci#: src/daemon/main.c:284 41753a5a1b3Sopenharmony_ci#, c-format 41853a5a1b3Sopenharmony_cimsgid "Home directory of user '%s' is not '%s', ignoring." 41953a5a1b3Sopenharmony_cimsgstr "Ο προσωπικός κατάλογος του χρήστη '%s' δεν είναι '%s', παράβλεψη." 42053a5a1b3Sopenharmony_ci 42153a5a1b3Sopenharmony_ci#: src/daemon/main.c:287 src/daemon/main.c:292 42253a5a1b3Sopenharmony_ci#, c-format 42353a5a1b3Sopenharmony_cimsgid "Failed to create '%s': %s" 42453a5a1b3Sopenharmony_cimsgstr "Αποτυχία δημιουργίας '%s': %s" 42553a5a1b3Sopenharmony_ci 42653a5a1b3Sopenharmony_ci#: src/daemon/main.c:299 42753a5a1b3Sopenharmony_ci#, c-format 42853a5a1b3Sopenharmony_cimsgid "Failed to change group list: %s" 42953a5a1b3Sopenharmony_cimsgstr "Αποτυχία αλλαγής του καταλόγου ομάδας: %s" 43053a5a1b3Sopenharmony_ci 43153a5a1b3Sopenharmony_ci#: src/daemon/main.c:315 43253a5a1b3Sopenharmony_ci#, c-format 43353a5a1b3Sopenharmony_cimsgid "Failed to change GID: %s" 43453a5a1b3Sopenharmony_cimsgstr "Αποτυχία αλλαγής GID: %s" 43553a5a1b3Sopenharmony_ci 43653a5a1b3Sopenharmony_ci#: src/daemon/main.c:331 43753a5a1b3Sopenharmony_ci#, c-format 43853a5a1b3Sopenharmony_cimsgid "Failed to change UID: %s" 43953a5a1b3Sopenharmony_cimsgstr "Αποτυχία αλλαγής UID: %s" 44053a5a1b3Sopenharmony_ci 44153a5a1b3Sopenharmony_ci#: src/daemon/main.c:360 44253a5a1b3Sopenharmony_cimsgid "System wide mode unsupported on this platform." 44353a5a1b3Sopenharmony_cimsgstr "Η κατάσταση συστήματος δεν υποστηρίζεται σε αυτό το λειτουργικό." 44453a5a1b3Sopenharmony_ci 44553a5a1b3Sopenharmony_ci#: src/daemon/main.c:650 44653a5a1b3Sopenharmony_cimsgid "Failed to parse command line." 44753a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανάλυσης γραμμής εντολών." 44853a5a1b3Sopenharmony_ci 44953a5a1b3Sopenharmony_ci#: src/daemon/main.c:689 45053a5a1b3Sopenharmony_cimsgid "" 45153a5a1b3Sopenharmony_ci"System mode refused for non-root user. Only starting the D-Bus server lookup " 45253a5a1b3Sopenharmony_ci"service." 45353a5a1b3Sopenharmony_cimsgstr "" 45453a5a1b3Sopenharmony_ci"Άρνηση κατάστασης συστήματος για μη υπερχρήστη. Εκκίνηση μόνο της υπηρεσίας " 45553a5a1b3Sopenharmony_ci"αναζήτησης διακομιστή διαύλου δεδομένων." 45653a5a1b3Sopenharmony_ci 45753a5a1b3Sopenharmony_ci#: src/daemon/main.c:788 45853a5a1b3Sopenharmony_ci#, c-format 45953a5a1b3Sopenharmony_cimsgid "Failed to kill daemon: %s" 46053a5a1b3Sopenharmony_cimsgstr "Αποτυχία τερματισμού δαίμονα: %s" 46153a5a1b3Sopenharmony_ci 46253a5a1b3Sopenharmony_ci#: src/daemon/main.c:817 46353a5a1b3Sopenharmony_cimsgid "" 46453a5a1b3Sopenharmony_ci"This program is not intended to be run as root (unless --system is " 46553a5a1b3Sopenharmony_ci"specified)." 46653a5a1b3Sopenharmony_cimsgstr "" 46753a5a1b3Sopenharmony_ci"Αυτό το πρόγραμμα δεν προορίζεται να εκτελεστεί από υπερχρήστη (εκτός και " 46853a5a1b3Sopenharmony_ci"οριστεί --system)." 46953a5a1b3Sopenharmony_ci 47053a5a1b3Sopenharmony_ci#: src/daemon/main.c:820 47153a5a1b3Sopenharmony_cimsgid "Root privileges required." 47253a5a1b3Sopenharmony_cimsgstr "Απαιτούνται δικαιώματα υπερχρήστη." 47353a5a1b3Sopenharmony_ci 47453a5a1b3Sopenharmony_ci#: src/daemon/main.c:827 47553a5a1b3Sopenharmony_cimsgid "--start not supported for system instances." 47653a5a1b3Sopenharmony_cimsgstr "Δεν υποστηρίζεται το --start για στιγμιότυπα συστήματος." 47753a5a1b3Sopenharmony_ci 47853a5a1b3Sopenharmony_ci#: src/daemon/main.c:867 47953a5a1b3Sopenharmony_ci#, c-format 48053a5a1b3Sopenharmony_cimsgid "User-configured server at %s, refusing to start/autospawn." 48153a5a1b3Sopenharmony_cimsgstr "" 48253a5a1b3Sopenharmony_ci"Ο ρυθμισμένος από τον χρήστη διακομιστής στο %s, αρνιέται να ξεκινήσει/να " 48353a5a1b3Sopenharmony_ci"παράξει αυτόματα." 48453a5a1b3Sopenharmony_ci 48553a5a1b3Sopenharmony_ci#: src/daemon/main.c:873 48653a5a1b3Sopenharmony_ci#, c-format 48753a5a1b3Sopenharmony_cimsgid "" 48853a5a1b3Sopenharmony_ci"User-configured server at %s, which appears to be local. Probing deeper." 48953a5a1b3Sopenharmony_cimsgstr "" 49053a5a1b3Sopenharmony_ci"Ο ρυθμισμένος από τον χρήστη διακομιστής στο %s, φαίνεται να είναι τοπικός. " 49153a5a1b3Sopenharmony_ci"Βαθύτερη διερεύνηση." 49253a5a1b3Sopenharmony_ci 49353a5a1b3Sopenharmony_ci#: src/daemon/main.c:878 49453a5a1b3Sopenharmony_ci#, fuzzy 49553a5a1b3Sopenharmony_cimsgid "Running in system mode, but --disallow-exit not set." 49653a5a1b3Sopenharmony_cimsgstr "" 49753a5a1b3Sopenharmony_ci"Εκτελείται σε λειτουργία συστήματος, αλλά δεν ορίστηκε η --disallow-exit!" 49853a5a1b3Sopenharmony_ci 49953a5a1b3Sopenharmony_ci#: src/daemon/main.c:881 50053a5a1b3Sopenharmony_ci#, fuzzy 50153a5a1b3Sopenharmony_cimsgid "Running in system mode, but --disallow-module-loading not set." 50253a5a1b3Sopenharmony_cimsgstr "" 50353a5a1b3Sopenharmony_ci"Εκτελείται σε λειτουργία συστήματος, αλλά δεν ορίστηκε η --disallow-module-" 50453a5a1b3Sopenharmony_ci"loading!" 50553a5a1b3Sopenharmony_ci 50653a5a1b3Sopenharmony_ci#: src/daemon/main.c:884 50753a5a1b3Sopenharmony_ci#, fuzzy 50853a5a1b3Sopenharmony_cimsgid "Running in system mode, forcibly disabling SHM mode." 50953a5a1b3Sopenharmony_cimsgstr "" 51053a5a1b3Sopenharmony_ci"Εκτελείται σε λειτουργία συστήματος, απενεργοποιώντας αναγκαστικά τη " 51153a5a1b3Sopenharmony_ci"λειτουργία SHM!" 51253a5a1b3Sopenharmony_ci 51353a5a1b3Sopenharmony_ci#: src/daemon/main.c:889 51453a5a1b3Sopenharmony_ci#, fuzzy 51553a5a1b3Sopenharmony_cimsgid "Running in system mode, forcibly disabling exit idle time." 51653a5a1b3Sopenharmony_cimsgstr "" 51753a5a1b3Sopenharmony_ci"Εκτελείται σε λειτουργία συστήματος, απενεργοποιώντας αναγκαστικά τον αδρανή " 51853a5a1b3Sopenharmony_ci"χρόνο εξόδου!" 51953a5a1b3Sopenharmony_ci 52053a5a1b3Sopenharmony_ci#: src/daemon/main.c:922 52153a5a1b3Sopenharmony_cimsgid "Failed to acquire stdio." 52253a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης τυπικής εισόδου/εξόδου." 52353a5a1b3Sopenharmony_ci 52453a5a1b3Sopenharmony_ci#: src/daemon/main.c:928 src/daemon/main.c:999 52553a5a1b3Sopenharmony_ci#, c-format 52653a5a1b3Sopenharmony_cimsgid "pipe() failed: %s" 52753a5a1b3Sopenharmony_cimsgstr "Αποτυχία pipe(): %s" 52853a5a1b3Sopenharmony_ci 52953a5a1b3Sopenharmony_ci#: src/daemon/main.c:933 src/daemon/main.c:1004 53053a5a1b3Sopenharmony_ci#, c-format 53153a5a1b3Sopenharmony_cimsgid "fork() failed: %s" 53253a5a1b3Sopenharmony_cimsgstr "αποτυχία fork(): %s" 53353a5a1b3Sopenharmony_ci 53453a5a1b3Sopenharmony_ci#: src/daemon/main.c:948 src/daemon/main.c:1019 src/utils/pacat.c:562 53553a5a1b3Sopenharmony_ci#, c-format 53653a5a1b3Sopenharmony_cimsgid "read() failed: %s" 53753a5a1b3Sopenharmony_cimsgstr "Αποτυχία read(): %s" 53853a5a1b3Sopenharmony_ci 53953a5a1b3Sopenharmony_ci#: src/daemon/main.c:954 54053a5a1b3Sopenharmony_cimsgid "Daemon startup failed." 54153a5a1b3Sopenharmony_cimsgstr "Αποτυχία έναρξης δαίμονα." 54253a5a1b3Sopenharmony_ci 54353a5a1b3Sopenharmony_ci#: src/daemon/main.c:987 54453a5a1b3Sopenharmony_ci#, c-format 54553a5a1b3Sopenharmony_cimsgid "setsid() failed: %s" 54653a5a1b3Sopenharmony_cimsgstr "Αποτυχία setsid(): %s" 54753a5a1b3Sopenharmony_ci 54853a5a1b3Sopenharmony_ci#: src/daemon/main.c:1119 54953a5a1b3Sopenharmony_cimsgid "Failed to get machine ID" 55053a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης αναγνωριστικού μηχανής" 55153a5a1b3Sopenharmony_ci 55253a5a1b3Sopenharmony_ci#: src/daemon/main.c:1145 55353a5a1b3Sopenharmony_ci#, fuzzy 55453a5a1b3Sopenharmony_cimsgid "" 55553a5a1b3Sopenharmony_ci"OK, so you are running PA in system mode. Please make sure that you actually " 55653a5a1b3Sopenharmony_ci"do want to do that.\n" 55753a5a1b3Sopenharmony_ci"Please read http://www.freedesktop.org/wiki/Software/PulseAudio/" 55853a5a1b3Sopenharmony_ci"Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system " 55953a5a1b3Sopenharmony_ci"mode is usually a bad idea." 56053a5a1b3Sopenharmony_cimsgstr "" 56153a5a1b3Sopenharmony_ci"Εντάξει, εκτελείτε PA σε λειτουργία συστήματος. Παρακαλούμε, σημειώστε ότι " 56253a5a1b3Sopenharmony_ci"κατά πάσα πιθανότητα δεν θα έπρεπε να το κάνετε.\n" 56353a5a1b3Sopenharmony_ci"Αν παρόλα αυτά το κάνετε, τότε είναι δικό σας σφάλμα, αν τα πράγματα δεν " 56453a5a1b3Sopenharmony_ci"δουλέψουν όπως αναμενόταν.\n" 56553a5a1b3Sopenharmony_ci"Παρακαλούμε, διαβάστε http://www.freedesktop.org/wiki/Software/PulseAudio/" 56653a5a1b3Sopenharmony_ci"Documentation/User/WhatIsWrongWithSystemWide/ για μια εξήγηση γιατί η " 56753a5a1b3Sopenharmony_ci"λειτουργία συστήματος είναι συνήθως μια άσχημη ιδέα." 56853a5a1b3Sopenharmony_ci 56953a5a1b3Sopenharmony_ci#: src/daemon/main.c:1161 57053a5a1b3Sopenharmony_cimsgid "pa_pid_file_create() failed." 57153a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_pid_file_create()." 57253a5a1b3Sopenharmony_ci 57353a5a1b3Sopenharmony_ci#: src/daemon/main.c:1193 57453a5a1b3Sopenharmony_cimsgid "pa_core_new() failed." 57553a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_core_new()." 57653a5a1b3Sopenharmony_ci 57753a5a1b3Sopenharmony_ci#: src/daemon/main.c:1268 57853a5a1b3Sopenharmony_ci#, fuzzy 57953a5a1b3Sopenharmony_cimsgid "command line arguments" 58053a5a1b3Sopenharmony_cimsgstr "Υπερβολικά ορίσματα." 58153a5a1b3Sopenharmony_ci 58253a5a1b3Sopenharmony_ci#: src/daemon/main.c:1275 58353a5a1b3Sopenharmony_ci#, c-format 58453a5a1b3Sopenharmony_cimsgid "" 58553a5a1b3Sopenharmony_ci"Failed to initialize daemon due to errors while executing startup commands. " 58653a5a1b3Sopenharmony_ci"Source of commands: %s" 58753a5a1b3Sopenharmony_cimsgstr "" 58853a5a1b3Sopenharmony_ci 58953a5a1b3Sopenharmony_ci#: src/daemon/main.c:1280 59053a5a1b3Sopenharmony_cimsgid "Daemon startup without any loaded modules, refusing to work." 59153a5a1b3Sopenharmony_cimsgstr "" 59253a5a1b3Sopenharmony_ci"Ο δαίμονας ξεκίνησε χωρίς οποιεσδήποτε φορτωμένες ενότητες, αρνούμενος να " 59353a5a1b3Sopenharmony_ci"δουλέψει." 59453a5a1b3Sopenharmony_ci 59553a5a1b3Sopenharmony_ci#: src/daemon/pulseaudio.desktop.in:4 59653a5a1b3Sopenharmony_cimsgid "PulseAudio Sound System" 59753a5a1b3Sopenharmony_cimsgstr "Σύστημα ήχου PulseAudio" 59853a5a1b3Sopenharmony_ci 59953a5a1b3Sopenharmony_ci#: src/daemon/pulseaudio.desktop.in:5 60053a5a1b3Sopenharmony_cimsgid "Start the PulseAudio Sound System" 60153a5a1b3Sopenharmony_cimsgstr "Έναρξη του συστήματος ήχου PulseAudio" 60253a5a1b3Sopenharmony_ci 60353a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2708 60453a5a1b3Sopenharmony_cimsgid "Input" 60553a5a1b3Sopenharmony_cimsgstr "Εισαγωγή" 60653a5a1b3Sopenharmony_ci 60753a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2709 60853a5a1b3Sopenharmony_cimsgid "Docking Station Input" 60953a5a1b3Sopenharmony_cimsgstr "Είσοδος σταθμού αγκύρωσης" 61053a5a1b3Sopenharmony_ci 61153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2710 61253a5a1b3Sopenharmony_cimsgid "Docking Station Microphone" 61353a5a1b3Sopenharmony_cimsgstr "Μικρόφωνο σταθμού αγκύρωσης" 61453a5a1b3Sopenharmony_ci 61553a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2711 61653a5a1b3Sopenharmony_cimsgid "Docking Station Line In" 61753a5a1b3Sopenharmony_cimsgstr "Γραμμή εισόδου σταθμού αγκύρωσης" 61853a5a1b3Sopenharmony_ci 61953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2712 src/modules/alsa/alsa-mixer.c:2803 62053a5a1b3Sopenharmony_cimsgid "Line In" 62153a5a1b3Sopenharmony_cimsgstr "Γραμμή εισόδου" 62253a5a1b3Sopenharmony_ci 62353a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2713 src/modules/alsa/alsa-mixer.c:2797 62453a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1956 62553a5a1b3Sopenharmony_cimsgid "Microphone" 62653a5a1b3Sopenharmony_cimsgstr "Μικρόφωνο" 62753a5a1b3Sopenharmony_ci 62853a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2714 src/modules/alsa/alsa-mixer.c:2798 62953a5a1b3Sopenharmony_cimsgid "Front Microphone" 63053a5a1b3Sopenharmony_cimsgstr "Μπροστινό μικρόφωνο" 63153a5a1b3Sopenharmony_ci 63253a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2715 src/modules/alsa/alsa-mixer.c:2799 63353a5a1b3Sopenharmony_cimsgid "Rear Microphone" 63453a5a1b3Sopenharmony_cimsgstr "Πίσω μικρόφωνο" 63553a5a1b3Sopenharmony_ci 63653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2716 63753a5a1b3Sopenharmony_cimsgid "External Microphone" 63853a5a1b3Sopenharmony_cimsgstr "Εξωτερικό μικρόφωνο" 63953a5a1b3Sopenharmony_ci 64053a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2717 src/modules/alsa/alsa-mixer.c:2801 64153a5a1b3Sopenharmony_cimsgid "Internal Microphone" 64253a5a1b3Sopenharmony_cimsgstr "Εσωτερικό μικρόφωνο" 64353a5a1b3Sopenharmony_ci 64453a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2718 src/modules/alsa/alsa-mixer.c:2804 64553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:343 64653a5a1b3Sopenharmony_cimsgid "Radio" 64753a5a1b3Sopenharmony_cimsgstr "Ραδιόφωνο" 64853a5a1b3Sopenharmony_ci 64953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2719 src/modules/alsa/alsa-mixer.c:2805 65053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:344 65153a5a1b3Sopenharmony_cimsgid "Video" 65253a5a1b3Sopenharmony_cimsgstr "Βίντεο" 65353a5a1b3Sopenharmony_ci 65453a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2720 65553a5a1b3Sopenharmony_cimsgid "Automatic Gain Control" 65653a5a1b3Sopenharmony_cimsgstr "Αυτόματος έλεγχος απολαβής" 65753a5a1b3Sopenharmony_ci 65853a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2721 65953a5a1b3Sopenharmony_cimsgid "No Automatic Gain Control" 66053a5a1b3Sopenharmony_cimsgstr "Χωρίς αυτόματο έλεγχο απολαβής" 66153a5a1b3Sopenharmony_ci 66253a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2722 66353a5a1b3Sopenharmony_cimsgid "Boost" 66453a5a1b3Sopenharmony_cimsgstr "Ενίσχυση" 66553a5a1b3Sopenharmony_ci 66653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2723 66753a5a1b3Sopenharmony_cimsgid "No Boost" 66853a5a1b3Sopenharmony_cimsgstr "Χωρίς ενίσχυση" 66953a5a1b3Sopenharmony_ci 67053a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2724 67153a5a1b3Sopenharmony_cimsgid "Amplifier" 67253a5a1b3Sopenharmony_cimsgstr "Ενισχυτή" 67353a5a1b3Sopenharmony_ci 67453a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2725 67553a5a1b3Sopenharmony_cimsgid "No Amplifier" 67653a5a1b3Sopenharmony_cimsgstr "Χωρίς ενισχυτή" 67753a5a1b3Sopenharmony_ci 67853a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2726 67953a5a1b3Sopenharmony_cimsgid "Bass Boost" 68053a5a1b3Sopenharmony_cimsgstr "Ενίσχυση μπάσων" 68153a5a1b3Sopenharmony_ci 68253a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2727 68353a5a1b3Sopenharmony_cimsgid "No Bass Boost" 68453a5a1b3Sopenharmony_cimsgstr "Χωρίς ενίσχυση μπάσων" 68553a5a1b3Sopenharmony_ci 68653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2728 68753a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1964 src/utils/pactl.c:333 68853a5a1b3Sopenharmony_cimsgid "Speaker" 68953a5a1b3Sopenharmony_cimsgstr "Ηχείο" 69053a5a1b3Sopenharmony_ci 69153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2729 src/modules/alsa/alsa-mixer.c:2807 69253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:334 69353a5a1b3Sopenharmony_cimsgid "Headphones" 69453a5a1b3Sopenharmony_cimsgstr "Ακουστικά" 69553a5a1b3Sopenharmony_ci 69653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2796 69753a5a1b3Sopenharmony_cimsgid "Analog Input" 69853a5a1b3Sopenharmony_cimsgstr "Αναλογική είσοδος" 69953a5a1b3Sopenharmony_ci 70053a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2800 70153a5a1b3Sopenharmony_cimsgid "Dock Microphone" 70253a5a1b3Sopenharmony_cimsgstr "Μικρόφωνο σταθμού αγκύρωσης" 70353a5a1b3Sopenharmony_ci 70453a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2802 70553a5a1b3Sopenharmony_cimsgid "Headset Microphone" 70653a5a1b3Sopenharmony_cimsgstr "Μικρόφωνο ακουστικού" 70753a5a1b3Sopenharmony_ci 70853a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2806 70953a5a1b3Sopenharmony_cimsgid "Analog Output" 71053a5a1b3Sopenharmony_cimsgstr "Αναλογική έξοδος" 71153a5a1b3Sopenharmony_ci 71253a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2808 71353a5a1b3Sopenharmony_ci#, fuzzy 71453a5a1b3Sopenharmony_cimsgid "Headphones 2" 71553a5a1b3Sopenharmony_cimsgstr "Ακουστικά" 71653a5a1b3Sopenharmony_ci 71753a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2809 71853a5a1b3Sopenharmony_ci#, fuzzy 71953a5a1b3Sopenharmony_cimsgid "Headphones Mono Output" 72053a5a1b3Sopenharmony_cimsgstr "Αναλογική μονοφωνική έξοδος" 72153a5a1b3Sopenharmony_ci 72253a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2810 72353a5a1b3Sopenharmony_cimsgid "Line Out" 72453a5a1b3Sopenharmony_cimsgstr "Γραμμή εξόδου" 72553a5a1b3Sopenharmony_ci 72653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2811 72753a5a1b3Sopenharmony_cimsgid "Analog Mono Output" 72853a5a1b3Sopenharmony_cimsgstr "Αναλογική μονοφωνική έξοδος" 72953a5a1b3Sopenharmony_ci 73053a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2812 73153a5a1b3Sopenharmony_cimsgid "Speakers" 73253a5a1b3Sopenharmony_cimsgstr "Ηχεία" 73353a5a1b3Sopenharmony_ci 73453a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2813 73553a5a1b3Sopenharmony_cimsgid "HDMI / DisplayPort" 73653a5a1b3Sopenharmony_cimsgstr "HDMI / Θύρα εμφάνισης" 73753a5a1b3Sopenharmony_ci 73853a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2814 73953a5a1b3Sopenharmony_cimsgid "Digital Output (S/PDIF)" 74053a5a1b3Sopenharmony_cimsgstr "Ψηφιακή έξοδος (S/PDIF)" 74153a5a1b3Sopenharmony_ci 74253a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2815 74353a5a1b3Sopenharmony_cimsgid "Digital Input (S/PDIF)" 74453a5a1b3Sopenharmony_cimsgstr "Ψηφιακή είσοδος (S/PDIF)" 74553a5a1b3Sopenharmony_ci 74653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2816 74753a5a1b3Sopenharmony_ci#, fuzzy 74853a5a1b3Sopenharmony_cimsgid "Multichannel Input" 74953a5a1b3Sopenharmony_cimsgstr "Αναλογική 4κάναλη είσοδος" 75053a5a1b3Sopenharmony_ci 75153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2817 75253a5a1b3Sopenharmony_ci#, fuzzy 75353a5a1b3Sopenharmony_cimsgid "Multichannel Output" 75453a5a1b3Sopenharmony_cimsgstr "Μηδενική έξοδος" 75553a5a1b3Sopenharmony_ci 75653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2818 75753a5a1b3Sopenharmony_ci#, fuzzy 75853a5a1b3Sopenharmony_cimsgid "Game Output" 75953a5a1b3Sopenharmony_cimsgstr "Έξοδος %s" 76053a5a1b3Sopenharmony_ci 76153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2819 src/modules/alsa/alsa-mixer.c:2820 76253a5a1b3Sopenharmony_ci#, fuzzy 76353a5a1b3Sopenharmony_cimsgid "Chat Output" 76453a5a1b3Sopenharmony_cimsgstr "Έξοδος %s" 76553a5a1b3Sopenharmony_ci 76653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2821 76753a5a1b3Sopenharmony_ci#, fuzzy 76853a5a1b3Sopenharmony_cimsgid "Chat Input" 76953a5a1b3Sopenharmony_cimsgstr "Είσοδος %s" 77053a5a1b3Sopenharmony_ci 77153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:2822 77253a5a1b3Sopenharmony_ci#, fuzzy 77353a5a1b3Sopenharmony_cimsgid "Virtual Surround 7.1" 77453a5a1b3Sopenharmony_cimsgstr "Εικονικός περιφερειακός ήχος δέκτη" 77553a5a1b3Sopenharmony_ci 77653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4563 77753a5a1b3Sopenharmony_cimsgid "Analog Mono" 77853a5a1b3Sopenharmony_cimsgstr "Αναλογικό μονοφωνικό" 77953a5a1b3Sopenharmony_ci 78053a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4564 78153a5a1b3Sopenharmony_ci#, fuzzy 78253a5a1b3Sopenharmony_cimsgid "Analog Mono (Left)" 78353a5a1b3Sopenharmony_cimsgstr "Αναλογικό μονοφωνικό" 78453a5a1b3Sopenharmony_ci 78553a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4565 78653a5a1b3Sopenharmony_ci#, fuzzy 78753a5a1b3Sopenharmony_cimsgid "Analog Mono (Right)" 78853a5a1b3Sopenharmony_cimsgstr "Αναλογικό μονοφωνικό" 78953a5a1b3Sopenharmony_ci 79053a5a1b3Sopenharmony_ci#. Note: Not translated to "Analog Stereo Input", because the source 79153a5a1b3Sopenharmony_ci#. * name gets "Input" appended to it automatically, so adding "Input" 79253a5a1b3Sopenharmony_ci#. * here would lead to the source name to become "Analog Stereo Input 79353a5a1b3Sopenharmony_ci#. * Input". The same logic applies to analog-stereo-output, 79453a5a1b3Sopenharmony_ci#. * multichannel-input and multichannel-output. 79553a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4566 src/modules/alsa/alsa-mixer.c:4574 79653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4575 79753a5a1b3Sopenharmony_cimsgid "Analog Stereo" 79853a5a1b3Sopenharmony_cimsgstr "Αναλογικό στερεοφωνικό" 79953a5a1b3Sopenharmony_ci 80053a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4567 src/pulse/channelmap.c:103 80153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:770 80253a5a1b3Sopenharmony_cimsgid "Mono" 80353a5a1b3Sopenharmony_cimsgstr "Μονοφωνικό" 80453a5a1b3Sopenharmony_ci 80553a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4568 src/pulse/channelmap.c:774 80653a5a1b3Sopenharmony_cimsgid "Stereo" 80753a5a1b3Sopenharmony_cimsgstr "Στερεοφωνικό" 80853a5a1b3Sopenharmony_ci 80953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4576 src/modules/alsa/alsa-mixer.c:4734 81053a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1944 src/utils/pactl.c:337 81153a5a1b3Sopenharmony_cimsgid "Headset" 81253a5a1b3Sopenharmony_cimsgstr "Ακουστικά" 81353a5a1b3Sopenharmony_ci 81453a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4577 src/modules/alsa/alsa-mixer.c:4735 81553a5a1b3Sopenharmony_ci#, fuzzy 81653a5a1b3Sopenharmony_cimsgid "Speakerphone" 81753a5a1b3Sopenharmony_cimsgstr "Ηχείο" 81853a5a1b3Sopenharmony_ci 81953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4578 src/modules/alsa/alsa-mixer.c:4579 82053a5a1b3Sopenharmony_cimsgid "Multichannel" 82153a5a1b3Sopenharmony_cimsgstr "" 82253a5a1b3Sopenharmony_ci 82353a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4580 82453a5a1b3Sopenharmony_cimsgid "Analog Surround 2.1" 82553a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 2.1" 82653a5a1b3Sopenharmony_ci 82753a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4581 82853a5a1b3Sopenharmony_cimsgid "Analog Surround 3.0" 82953a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 3.0" 83053a5a1b3Sopenharmony_ci 83153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4582 83253a5a1b3Sopenharmony_cimsgid "Analog Surround 3.1" 83353a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 3.1" 83453a5a1b3Sopenharmony_ci 83553a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4583 83653a5a1b3Sopenharmony_cimsgid "Analog Surround 4.0" 83753a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 4.0" 83853a5a1b3Sopenharmony_ci 83953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4584 84053a5a1b3Sopenharmony_cimsgid "Analog Surround 4.1" 84153a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 4.1" 84253a5a1b3Sopenharmony_ci 84353a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4585 84453a5a1b3Sopenharmony_cimsgid "Analog Surround 5.0" 84553a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 5.0" 84653a5a1b3Sopenharmony_ci 84753a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4586 84853a5a1b3Sopenharmony_cimsgid "Analog Surround 5.1" 84953a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 5.1" 85053a5a1b3Sopenharmony_ci 85153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4587 85253a5a1b3Sopenharmony_cimsgid "Analog Surround 6.0" 85353a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 6.0" 85453a5a1b3Sopenharmony_ci 85553a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4588 85653a5a1b3Sopenharmony_cimsgid "Analog Surround 6.1" 85753a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 6.1" 85853a5a1b3Sopenharmony_ci 85953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4589 86053a5a1b3Sopenharmony_cimsgid "Analog Surround 7.0" 86153a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 7.0" 86253a5a1b3Sopenharmony_ci 86353a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4590 86453a5a1b3Sopenharmony_cimsgid "Analog Surround 7.1" 86553a5a1b3Sopenharmony_cimsgstr "Αναλογικός περιφερειακός ήχος 7.1" 86653a5a1b3Sopenharmony_ci 86753a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4591 86853a5a1b3Sopenharmony_cimsgid "Digital Stereo (IEC958)" 86953a5a1b3Sopenharmony_cimsgstr "Ψηφιακό στερεοφωνικό (IEC958)" 87053a5a1b3Sopenharmony_ci 87153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4592 87253a5a1b3Sopenharmony_cimsgid "Digital Surround 4.0 (IEC958/AC3)" 87353a5a1b3Sopenharmony_cimsgstr "Ψηφιακός περιφερειακός ήχος 4.0 (IEC958/AC3)" 87453a5a1b3Sopenharmony_ci 87553a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4593 87653a5a1b3Sopenharmony_cimsgid "Digital Surround 5.1 (IEC958/AC3)" 87753a5a1b3Sopenharmony_cimsgstr "Ψηφιακός περιφερειακός ήχος 5.1 (IEC958/AC3)" 87853a5a1b3Sopenharmony_ci 87953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4594 88053a5a1b3Sopenharmony_cimsgid "Digital Surround 5.1 (IEC958/DTS)" 88153a5a1b3Sopenharmony_cimsgstr "Ψηφιακός περιφερειακός ήχος 5.1 (IEC958/DTS)" 88253a5a1b3Sopenharmony_ci 88353a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4595 88453a5a1b3Sopenharmony_cimsgid "Digital Stereo (HDMI)" 88553a5a1b3Sopenharmony_cimsgstr "Ψηφιακός στερεοφωνικός (HDMI)" 88653a5a1b3Sopenharmony_ci 88753a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4596 88853a5a1b3Sopenharmony_cimsgid "Digital Surround 5.1 (HDMI)" 88953a5a1b3Sopenharmony_cimsgstr "Ψηφιακός περιφερειακός ήχος 5.1 (HDMI)" 89053a5a1b3Sopenharmony_ci 89153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4597 89253a5a1b3Sopenharmony_cimsgid "Chat" 89353a5a1b3Sopenharmony_cimsgstr "" 89453a5a1b3Sopenharmony_ci 89553a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4598 89653a5a1b3Sopenharmony_cimsgid "Game" 89753a5a1b3Sopenharmony_cimsgstr "" 89853a5a1b3Sopenharmony_ci 89953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4732 90053a5a1b3Sopenharmony_cimsgid "Analog Mono Duplex" 90153a5a1b3Sopenharmony_cimsgstr "Αναλογικός μονοφωνικός αμφίδρομος" 90253a5a1b3Sopenharmony_ci 90353a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4733 90453a5a1b3Sopenharmony_cimsgid "Analog Stereo Duplex" 90553a5a1b3Sopenharmony_cimsgstr "Αναλογικός στερεοφωνικός αμφίδρομος" 90653a5a1b3Sopenharmony_ci 90753a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4736 90853a5a1b3Sopenharmony_cimsgid "Digital Stereo Duplex (IEC958)" 90953a5a1b3Sopenharmony_cimsgstr "Ψηφιακός στερεοφωνικός αμφίδρομος (IEC958)" 91053a5a1b3Sopenharmony_ci 91153a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4737 91253a5a1b3Sopenharmony_cimsgid "Multichannel Duplex" 91353a5a1b3Sopenharmony_cimsgstr "" 91453a5a1b3Sopenharmony_ci 91553a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4738 91653a5a1b3Sopenharmony_ci#, fuzzy 91753a5a1b3Sopenharmony_cimsgid "Stereo Duplex" 91853a5a1b3Sopenharmony_cimsgstr "Αναλογικός στερεοφωνικός αμφίδρομος" 91953a5a1b3Sopenharmony_ci 92053a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4739 92153a5a1b3Sopenharmony_cimsgid "Mono Chat + 7.1 Surround" 92253a5a1b3Sopenharmony_cimsgstr "" 92353a5a1b3Sopenharmony_ci 92453a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4740 src/modules/alsa/module-alsa-card.c:197 92553a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:2263 92653a5a1b3Sopenharmony_cimsgid "Off" 92753a5a1b3Sopenharmony_cimsgstr "Ανενεργό" 92853a5a1b3Sopenharmony_ci 92953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4840 93053a5a1b3Sopenharmony_ci#, c-format 93153a5a1b3Sopenharmony_cimsgid "%s Output" 93253a5a1b3Sopenharmony_cimsgstr "Έξοδος %s" 93353a5a1b3Sopenharmony_ci 93453a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-mixer.c:4848 93553a5a1b3Sopenharmony_ci#, c-format 93653a5a1b3Sopenharmony_cimsgid "%s Input" 93753a5a1b3Sopenharmony_cimsgstr "Είσοδος %s" 93853a5a1b3Sopenharmony_ci 93953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-sink.c:672 src/modules/alsa/alsa-sink.c:862 94053a5a1b3Sopenharmony_ci#, fuzzy, c-format 94153a5a1b3Sopenharmony_cimsgid "" 94253a5a1b3Sopenharmony_ci"ALSA woke us up to write new data to the device, but there was actually " 94353a5a1b3Sopenharmony_ci"nothing to write.\n" 94453a5a1b3Sopenharmony_ci"Most likely this is a bug in the ALSA driver '%s'. Please report this issue " 94553a5a1b3Sopenharmony_ci"to the ALSA developers.\n" 94653a5a1b3Sopenharmony_ci"We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() " 94753a5a1b3Sopenharmony_ci"returned 0 or another value < min_avail." 94853a5a1b3Sopenharmony_cimsgstr "" 94953a5a1b3Sopenharmony_ci"Η ALSA ενεργοποιήθηκε για εγγραφή νέων δεδομένων στη συσκευή, αλλά δεν " 95053a5a1b3Sopenharmony_ci"υπήρχε στην πραγματικότητα τίποτα για να γραφτεί!\n" 95153a5a1b3Sopenharmony_ci"Κατά πάσα πιθανότητα αυτό είναι ένα σφάλμα του οδηγού ALSA '%s'. Παρακαλούμε " 95253a5a1b3Sopenharmony_ci"αναφέρτε αυτό το θέμα στους προγραμματιστές ALSA.\n" 95353a5a1b3Sopenharmony_ci"Ενεργοποίηση με ορισμό POLLOUT -- όμως η επόμενη snd_pcm_avail() επέστρεψε 0 " 95453a5a1b3Sopenharmony_ci"ή άλλη τιμή < min_avail." 95553a5a1b3Sopenharmony_ci 95653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-source.c:636 src/modules/alsa/alsa-source.c:802 95753a5a1b3Sopenharmony_ci#, fuzzy, c-format 95853a5a1b3Sopenharmony_cimsgid "" 95953a5a1b3Sopenharmony_ci"ALSA woke us up to read new data from the device, but there was actually " 96053a5a1b3Sopenharmony_ci"nothing to read.\n" 96153a5a1b3Sopenharmony_ci"Most likely this is a bug in the ALSA driver '%s'. Please report this issue " 96253a5a1b3Sopenharmony_ci"to the ALSA developers.\n" 96353a5a1b3Sopenharmony_ci"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() " 96453a5a1b3Sopenharmony_ci"returned 0 or another value < min_avail." 96553a5a1b3Sopenharmony_cimsgstr "" 96653a5a1b3Sopenharmony_ci"Η ALSA ενεργοποιήθηκε για ανάγνωση νέων δεδομένων από τη συσκευή, αλλά δεν " 96753a5a1b3Sopenharmony_ci"υπήρχε στην πραγματικότητα τίποτα για να διαβαστεί!\n" 96853a5a1b3Sopenharmony_ci"Κατά πάσα πιθανότητα αυτό είναι ένα σφάλμα του οδηγού ALSA '%s'. Παρακαλούμε " 96953a5a1b3Sopenharmony_ci"αναφέρτε αυτό το θέμα στους προγραμματιστές ALSA.\n" 97053a5a1b3Sopenharmony_ci"Ενεργοποίηση με ορισμό POLLIN -- όμως η επόμενη snd_pcm_avail() επέστρεψε 0 " 97153a5a1b3Sopenharmony_ci"ή άλλη τιμή < min_avail." 97253a5a1b3Sopenharmony_ci 97353a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-util.c:1183 src/modules/alsa/alsa-util.c:1277 97453a5a1b3Sopenharmony_ci#, fuzzy, c-format 97553a5a1b3Sopenharmony_cimsgid "" 97653a5a1b3Sopenharmony_ci"snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu " 97753a5a1b3Sopenharmony_ci"ms).\n" 97853a5a1b3Sopenharmony_ci"Most likely this is a bug in the ALSA driver '%s'. Please report this issue " 97953a5a1b3Sopenharmony_ci"to the ALSA developers." 98053a5a1b3Sopenharmony_cimsgid_plural "" 98153a5a1b3Sopenharmony_ci"snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu " 98253a5a1b3Sopenharmony_ci"ms).\n" 98353a5a1b3Sopenharmony_ci"Most likely this is a bug in the ALSA driver '%s'. Please report this issue " 98453a5a1b3Sopenharmony_ci"to the ALSA developers." 98553a5a1b3Sopenharmony_cimsgstr[0] "" 98653a5a1b3Sopenharmony_ci"Το snd_pcm_avail() επέστρεψε μια τιμή που είναι πολύ μεγάλη: %lu ψηφιολέξεις " 98753a5a1b3Sopenharmony_ci"(%lu ms).\n" 98853a5a1b3Sopenharmony_ci"Το πιθανότερο αυτό είναι ένα σφάλμα στον οδηγό ALSA '%s'. Παρακαλούμε, " 98953a5a1b3Sopenharmony_ci"αναφέρτε αυτό το θέμα στους προγραμματιστές ALSA." 99053a5a1b3Sopenharmony_cimsgstr[1] "" 99153a5a1b3Sopenharmony_ci"Το snd_pcm_avail() επέστρεψε μια τιμή που είναι πολύ μεγάλη: %lu ψηφιολέξεις " 99253a5a1b3Sopenharmony_ci"(%lu ms).\n" 99353a5a1b3Sopenharmony_ci"Το πιθανότερο αυτό είναι ένα σφάλμα στον οδηγό ALSA '%s'. Παρακαλούμε, " 99453a5a1b3Sopenharmony_ci"αναφέρτε αυτό το θέμα στους προγραμματιστές ALSA." 99553a5a1b3Sopenharmony_ci 99653a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-util.c:1249 99753a5a1b3Sopenharmony_ci#, fuzzy, c-format 99853a5a1b3Sopenharmony_cimsgid "" 99953a5a1b3Sopenharmony_ci"snd_pcm_delay() returned a value that is exceptionally large: %li byte (%s" 100053a5a1b3Sopenharmony_ci"%lu ms).\n" 100153a5a1b3Sopenharmony_ci"Most likely this is a bug in the ALSA driver '%s'. Please report this issue " 100253a5a1b3Sopenharmony_ci"to the ALSA developers." 100353a5a1b3Sopenharmony_cimsgid_plural "" 100453a5a1b3Sopenharmony_ci"snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s" 100553a5a1b3Sopenharmony_ci"%lu ms).\n" 100653a5a1b3Sopenharmony_ci"Most likely this is a bug in the ALSA driver '%s'. Please report this issue " 100753a5a1b3Sopenharmony_ci"to the ALSA developers." 100853a5a1b3Sopenharmony_cimsgstr[0] "" 100953a5a1b3Sopenharmony_ci"Το snd_pcm_delay() επέστρεψε μια τιμή που είναι πολύ μεγάλη: %li ψηφιολέξεις " 101053a5a1b3Sopenharmony_ci"(%s%lu ms).\n" 101153a5a1b3Sopenharmony_ci"Το πιθανότερο αυτό είναι ένα σφάλμα στον οδηγό ALSA '%s'. Παρακαλούμε, " 101253a5a1b3Sopenharmony_ci"αναφέρτε αυτό το θέμα στους προγραμματιστές ALSA." 101353a5a1b3Sopenharmony_cimsgstr[1] "" 101453a5a1b3Sopenharmony_ci"Το snd_pcm_delay() επέστρεψε μια τιμή που είναι πολύ μεγάλη: %li ψηφιολέξεις " 101553a5a1b3Sopenharmony_ci"(%s%lu ms).\n" 101653a5a1b3Sopenharmony_ci"Το πιθανότερο αυτό είναι ένα σφάλμα στον οδηγό ALSA '%s'. Παρακαλούμε, " 101753a5a1b3Sopenharmony_ci"αναφέρτε αυτό το θέμα στους προγραμματιστές ALSA." 101853a5a1b3Sopenharmony_ci 101953a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-util.c:1296 102053a5a1b3Sopenharmony_ci#, c-format 102153a5a1b3Sopenharmony_cimsgid "" 102253a5a1b3Sopenharmony_ci"snd_pcm_avail_delay() returned strange values: delay %lu is less than avail " 102353a5a1b3Sopenharmony_ci"%lu.\n" 102453a5a1b3Sopenharmony_ci"Most likely this is a bug in the ALSA driver '%s'. Please report this issue " 102553a5a1b3Sopenharmony_ci"to the ALSA developers." 102653a5a1b3Sopenharmony_cimsgstr "" 102753a5a1b3Sopenharmony_ci"Το snd_pcm_avail_delay() επέστρεψε περίεργες τιμές: η καθυστέρηση %lu είναι " 102853a5a1b3Sopenharmony_ci"μικρότερη από το avail %lu.\n" 102953a5a1b3Sopenharmony_ci"Το πιθανότερο αυτό είναι ένα σφάλμα στον οδηγό ALSA '%s'. Παρακαλούμε, " 103053a5a1b3Sopenharmony_ci"αναφέρτε αυτό το θέμα στους προγραμματιστές ALSA." 103153a5a1b3Sopenharmony_ci 103253a5a1b3Sopenharmony_ci#: src/modules/alsa/alsa-util.c:1339 103353a5a1b3Sopenharmony_ci#, fuzzy, c-format 103453a5a1b3Sopenharmony_cimsgid "" 103553a5a1b3Sopenharmony_ci"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu byte " 103653a5a1b3Sopenharmony_ci"(%lu ms).\n" 103753a5a1b3Sopenharmony_ci"Most likely this is a bug in the ALSA driver '%s'. Please report this issue " 103853a5a1b3Sopenharmony_ci"to the ALSA developers." 103953a5a1b3Sopenharmony_cimsgid_plural "" 104053a5a1b3Sopenharmony_ci"snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes " 104153a5a1b3Sopenharmony_ci"(%lu ms).\n" 104253a5a1b3Sopenharmony_ci"Most likely this is a bug in the ALSA driver '%s'. Please report this issue " 104353a5a1b3Sopenharmony_ci"to the ALSA developers." 104453a5a1b3Sopenharmony_cimsgstr[0] "" 104553a5a1b3Sopenharmony_ci"Το snd_pcm_mmap_begin() επέστρεψε μια τιμή που είναι πολύ μεγάλη: %lu " 104653a5a1b3Sopenharmony_ci"ψηφιολέξεις (%lu ms).\n" 104753a5a1b3Sopenharmony_ci"Το πιθανότερο αυτό είναι ένα σφάλμα στον οδηγό ALSA '%s'. Παρακαλούμε, " 104853a5a1b3Sopenharmony_ci"αναφέρτε αυτό το θέμα στους προγραμματιστές ALSA." 104953a5a1b3Sopenharmony_cimsgstr[1] "" 105053a5a1b3Sopenharmony_ci"Το snd_pcm_mmap_begin() επέστρεψε μια τιμή που είναι πολύ μεγάλη: %lu " 105153a5a1b3Sopenharmony_ci"ψηφιολέξεις (%lu ms).\n" 105253a5a1b3Sopenharmony_ci"Το πιθανότερο αυτό είναι ένα σφάλμα στον οδηγό ALSA '%s'. Παρακαλούμε, " 105353a5a1b3Sopenharmony_ci"αναφέρτε αυτό το θέμα στους προγραμματιστές ALSA." 105453a5a1b3Sopenharmony_ci 105553a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1937 105653a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1963 105753a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1970 105853a5a1b3Sopenharmony_cimsgid "Bluetooth Input" 105953a5a1b3Sopenharmony_cimsgstr "Είσοδος μπλουτούθ" 106053a5a1b3Sopenharmony_ci 106153a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1938 106253a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1957 106353a5a1b3Sopenharmony_cimsgid "Bluetooth Output" 106453a5a1b3Sopenharmony_cimsgstr "Έξοδος μπλουτούθ" 106553a5a1b3Sopenharmony_ci 106653a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1950 src/utils/pactl.c:348 106753a5a1b3Sopenharmony_cimsgid "Handsfree" 106853a5a1b3Sopenharmony_cimsgstr "Ανοιχτής ακρόασης" 106953a5a1b3Sopenharmony_ci 107053a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1971 107153a5a1b3Sopenharmony_cimsgid "Headphone" 107253a5a1b3Sopenharmony_cimsgstr "Ακουστικό" 107353a5a1b3Sopenharmony_ci 107453a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1977 src/utils/pactl.c:347 107553a5a1b3Sopenharmony_cimsgid "Portable" 107653a5a1b3Sopenharmony_cimsgstr "Φορητό" 107753a5a1b3Sopenharmony_ci 107853a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1983 src/utils/pactl.c:349 107953a5a1b3Sopenharmony_cimsgid "Car" 108053a5a1b3Sopenharmony_cimsgstr "Αυτοκίνητο" 108153a5a1b3Sopenharmony_ci 108253a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1989 src/utils/pactl.c:350 108353a5a1b3Sopenharmony_cimsgid "HiFi" 108453a5a1b3Sopenharmony_cimsgstr "Υψηλή πιστότητα" 108553a5a1b3Sopenharmony_ci 108653a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:1995 src/utils/pactl.c:351 108753a5a1b3Sopenharmony_cimsgid "Phone" 108853a5a1b3Sopenharmony_cimsgstr "Τηλέφωνο" 108953a5a1b3Sopenharmony_ci 109053a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:2042 109153a5a1b3Sopenharmony_cimsgid "High Fidelity Playback (A2DP Sink)" 109253a5a1b3Sopenharmony_cimsgstr "Αναπαραγωγή υψηλής ποιότητας (δέκτης A2DP)" 109353a5a1b3Sopenharmony_ci 109453a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:2054 109553a5a1b3Sopenharmony_cimsgid "High Fidelity Capture (A2DP Source)" 109653a5a1b3Sopenharmony_cimsgstr "Λήψη υψηλής ποιότητας (πηγή A2DP)" 109753a5a1b3Sopenharmony_ci 109853a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:2066 109953a5a1b3Sopenharmony_cimsgid "Headset Head Unit (HSP)" 110053a5a1b3Sopenharmony_cimsgstr "" 110153a5a1b3Sopenharmony_ci 110253a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:2079 110353a5a1b3Sopenharmony_cimsgid "Headset Audio Gateway (HSP)" 110453a5a1b3Sopenharmony_cimsgstr "" 110553a5a1b3Sopenharmony_ci 110653a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:2092 110753a5a1b3Sopenharmony_cimsgid "Handsfree Head Unit (HFP)" 110853a5a1b3Sopenharmony_cimsgstr "" 110953a5a1b3Sopenharmony_ci 111053a5a1b3Sopenharmony_ci#: src/modules/bluetooth/module-bluez5-device.c:2105 111153a5a1b3Sopenharmony_cimsgid "Handsfree Audio Gateway (HFP)" 111253a5a1b3Sopenharmony_cimsgstr "" 111353a5a1b3Sopenharmony_ci 111453a5a1b3Sopenharmony_ci#: src/modules/echo-cancel/module-echo-cancel.c:59 111553a5a1b3Sopenharmony_ci#, fuzzy 111653a5a1b3Sopenharmony_cimsgid "" 111753a5a1b3Sopenharmony_ci"source_name=<name for the source> source_properties=<properties for the " 111853a5a1b3Sopenharmony_ci"source> source_master=<name of source to filter> sink_name=<name for the " 111953a5a1b3Sopenharmony_ci"sink> sink_properties=<properties for the sink> sink_master=<name of sink to " 112053a5a1b3Sopenharmony_ci"filter> adjust_time=<how often to readjust rates in s> adjust_threshold=<how " 112153a5a1b3Sopenharmony_ci"much drift to readjust after in ms> format=<sample format> rate=<sample " 112253a5a1b3Sopenharmony_ci"rate> channels=<number of channels> channel_map=<channel map> " 112353a5a1b3Sopenharmony_ci"aec_method=<implementation to use> aec_args=<parameters for the AEC engine> " 112453a5a1b3Sopenharmony_ci"save_aec=<save AEC data in /tmp> autoloaded=<set if this module is being " 112553a5a1b3Sopenharmony_ci"loaded automatically> use_volume_sharing=<yes or no> use_master_format=<yes " 112653a5a1b3Sopenharmony_ci"or no> " 112753a5a1b3Sopenharmony_cimsgstr "" 112853a5a1b3Sopenharmony_ci"source_name=<όνομα πηγής> source_properties=<ιδιότητες πηγής> " 112953a5a1b3Sopenharmony_ci"source_master=<όνομα πηγής για φιλτράρισμα> sink_name=<όνομα δέκτη> " 113053a5a1b3Sopenharmony_ci"sink_properties=<ιδιότητες δέκτη> sink_master=<όνομα δέκτη για φιλτράρισμα> " 113153a5a1b3Sopenharmony_ci"adjust_time=<συχνότητα επαναρύθμισης ρυθμών σε s> adjust_threshold=<πόση " 113253a5a1b3Sopenharmony_ci"μετατόπιση να επαναρυθμίσετε κατόπιν σε ms> format=<μορφή δείγματος> " 113353a5a1b3Sopenharmony_ci"rate=<ρυθμός δειγμάτων> channels=<αριθμός καναλιών> channel_map=<απεικόνιση " 113453a5a1b3Sopenharmony_ci"καναλιού> aec_method=<υλοποίηση για χρήση> aec_args=<παράμετροι για την " 113553a5a1b3Sopenharmony_ci"μηχανή AEC> save_aec=<αποθήκευση δεδομένων AEC σε /tmp> autoloaded=<ορίστε " 113653a5a1b3Sopenharmony_ci"αν αυτή η ενότητα είναι αυτόματα φορτωμένη> use_volume_sharing=<ναι ή όχι> " 113753a5a1b3Sopenharmony_ci 113853a5a1b3Sopenharmony_ci#. add on profile 113953a5a1b3Sopenharmony_ci#: src/modules/macosx/module-coreaudio-device.c:825 114053a5a1b3Sopenharmony_cimsgid "On" 114153a5a1b3Sopenharmony_cimsgstr "Ενεργό" 114253a5a1b3Sopenharmony_ci 114353a5a1b3Sopenharmony_ci#: src/modules/module-allow-passthrough.c:71 114453a5a1b3Sopenharmony_ci#: src/modules/module-always-sink.c:80 114553a5a1b3Sopenharmony_cimsgid "Dummy Output" 114653a5a1b3Sopenharmony_cimsgstr "Εικονική έξοδος" 114753a5a1b3Sopenharmony_ci 114853a5a1b3Sopenharmony_ci#: src/modules/module-always-sink.c:34 114953a5a1b3Sopenharmony_cimsgid "Always keeps at least one sink loaded even if it's a null one" 115053a5a1b3Sopenharmony_cimsgstr "" 115153a5a1b3Sopenharmony_ci"Κρατά πάντα τουλάχιστον έναν φορτωμένο δέκτη ακόμα κι αν είναι ένας μηδενικός" 115253a5a1b3Sopenharmony_ci 115353a5a1b3Sopenharmony_ci#: src/modules/module-always-source.c:35 115453a5a1b3Sopenharmony_ci#, fuzzy 115553a5a1b3Sopenharmony_cimsgid "Always keeps at least one source loaded even if it's a null one" 115653a5a1b3Sopenharmony_cimsgstr "" 115753a5a1b3Sopenharmony_ci"Κρατά πάντα τουλάχιστον έναν φορτωμένο δέκτη ακόμα κι αν είναι ένας μηδενικός" 115853a5a1b3Sopenharmony_ci 115953a5a1b3Sopenharmony_ci#: src/modules/module-equalizer-sink.c:68 116053a5a1b3Sopenharmony_cimsgid "General Purpose Equalizer" 116153a5a1b3Sopenharmony_cimsgstr "Ισοσταθμιστής γενικής χρήσης" 116253a5a1b3Sopenharmony_ci 116353a5a1b3Sopenharmony_ci#: src/modules/module-equalizer-sink.c:72 116453a5a1b3Sopenharmony_cimsgid "" 116553a5a1b3Sopenharmony_ci"sink_name=<name of the sink> sink_properties=<properties for the sink> " 116653a5a1b3Sopenharmony_ci"sink_master=<sink to connect to> format=<sample format> rate=<sample rate> " 116753a5a1b3Sopenharmony_ci"channels=<number of channels> channel_map=<channel map> autoloaded=<set if " 116853a5a1b3Sopenharmony_ci"this module is being loaded automatically> use_volume_sharing=<yes or no> " 116953a5a1b3Sopenharmony_cimsgstr "" 117053a5a1b3Sopenharmony_ci"sink_name=<όνομα δέκτη> sink_properties=<ιδιότητες δέκτη> " 117153a5a1b3Sopenharmony_ci"sink_master=<δέκτης για σύνδεση> format=<μορφή δείγματος> rate=<ρυθμός " 117253a5a1b3Sopenharmony_ci"δειγμάτων> channels=<αριθμός καναλιών> channel_map=<απεικόνιση καναλιού> " 117353a5a1b3Sopenharmony_ci"autoloaded=<πρίστε αν αυτή η ενότητα θα φορτώνεται αυτόματα> " 117453a5a1b3Sopenharmony_ci"use_volume_sharing=<ναι ή όχι> " 117553a5a1b3Sopenharmony_ci 117653a5a1b3Sopenharmony_ci#: src/modules/module-equalizer-sink.c:1094 117753a5a1b3Sopenharmony_ci#: src/modules/module-equalizer-sink.c:1217 117853a5a1b3Sopenharmony_ci#, c-format 117953a5a1b3Sopenharmony_cimsgid "FFT based equalizer on %s" 118053a5a1b3Sopenharmony_cimsgstr "" 118153a5a1b3Sopenharmony_ci 118253a5a1b3Sopenharmony_ci#: src/modules/module-filter-apply.c:47 118353a5a1b3Sopenharmony_cimsgid "autoclean=<automatically unload unused filters?>" 118453a5a1b3Sopenharmony_cimsgstr "autoclean=<αυτόματη εκφόρτωση αχρησιμοποίητων φίλτρων;>" 118553a5a1b3Sopenharmony_ci 118653a5a1b3Sopenharmony_ci#: src/modules/module-ladspa-sink.c:50 118753a5a1b3Sopenharmony_cimsgid "Virtual LADSPA sink" 118853a5a1b3Sopenharmony_cimsgstr "Εικονικός δέκτης LADSPA" 118953a5a1b3Sopenharmony_ci 119053a5a1b3Sopenharmony_ci#: src/modules/module-ladspa-sink.c:54 119153a5a1b3Sopenharmony_ci#, fuzzy 119253a5a1b3Sopenharmony_cimsgid "" 119353a5a1b3Sopenharmony_ci"sink_name=<name for the sink> sink_properties=<properties for the sink> " 119453a5a1b3Sopenharmony_ci"sink_input_properties=<properties for the sink input> master=<name of sink " 119553a5a1b3Sopenharmony_ci"to filter> sink_master=<name of sink to filter> format=<sample format> " 119653a5a1b3Sopenharmony_ci"rate=<sample rate> channels=<number of channels> channel_map=<input channel " 119753a5a1b3Sopenharmony_ci"map> plugin=<ladspa plugin name> label=<ladspa plugin label> control=<comma " 119853a5a1b3Sopenharmony_ci"separated list of input control values> input_ladspaport_map=<comma " 119953a5a1b3Sopenharmony_ci"separated list of input LADSPA port names> output_ladspaport_map=<comma " 120053a5a1b3Sopenharmony_ci"separated list of output LADSPA port names> autoloaded=<set if this module " 120153a5a1b3Sopenharmony_ci"is being loaded automatically> " 120253a5a1b3Sopenharmony_cimsgstr "" 120353a5a1b3Sopenharmony_ci"sink_name=<όνομα του δέκτη> sink_properties=<ιδιότητες δέκτη> master=<όνομα " 120453a5a1b3Sopenharmony_ci"δέκτη για φιλτράρισμα> format=<μορφή δείγματος> rate=<ρυθμός δείγματος> " 120553a5a1b3Sopenharmony_ci"channels=<αριθμός καναλιών> channel_map=<απεικόνιση καναλιού εισόδου> " 120653a5a1b3Sopenharmony_ci"plugin=<όνομα προσθέτου ladspa> label=<ετικέτα προσθέτου ladspa> " 120753a5a1b3Sopenharmony_ci"control=<κατάλογος που χωρίζεται με κόμματα των τιμών ελέγχου εισόδου> " 120853a5a1b3Sopenharmony_ci"input_ladspaport_map=<κατάλογος που χωρίζεται με κόμματα των ονομάτων θυρών " 120953a5a1b3Sopenharmony_ci"LADSPA> output_ladspaport_map=<κατάλογος που χωρίζεται με κόμματα των " 121053a5a1b3Sopenharmony_ci"ονομάτων θυρών εξόδου LADSPA> " 121153a5a1b3Sopenharmony_ci 121253a5a1b3Sopenharmony_ci#: src/modules/module-null-sink.c:46 121353a5a1b3Sopenharmony_cimsgid "Clocked NULL sink" 121453a5a1b3Sopenharmony_cimsgstr "Δέκτης NULL με χρονιστή" 121553a5a1b3Sopenharmony_ci 121653a5a1b3Sopenharmony_ci#: src/modules/module-null-sink.c:356 121753a5a1b3Sopenharmony_cimsgid "Null Output" 121853a5a1b3Sopenharmony_cimsgstr "Μηδενική έξοδος" 121953a5a1b3Sopenharmony_ci 122053a5a1b3Sopenharmony_ci#: src/modules/module-null-sink.c:368 src/utils/pactl.c:2064 122153a5a1b3Sopenharmony_ci#, c-format 122253a5a1b3Sopenharmony_cimsgid "Failed to set format: invalid format string %s" 122353a5a1b3Sopenharmony_cimsgstr "Αποτυχία ορισμού μορφής: άκυρη συμβολοσειρά μορφής %s" 122453a5a1b3Sopenharmony_ci 122553a5a1b3Sopenharmony_ci#: src/modules/module-rygel-media-server.c:506 122653a5a1b3Sopenharmony_ci#: src/modules/module-rygel-media-server.c:544 122753a5a1b3Sopenharmony_ci#: src/modules/module-rygel-media-server.c:903 122853a5a1b3Sopenharmony_cimsgid "Output Devices" 122953a5a1b3Sopenharmony_cimsgstr "Συσκευές εξόδου" 123053a5a1b3Sopenharmony_ci 123153a5a1b3Sopenharmony_ci#: src/modules/module-rygel-media-server.c:507 123253a5a1b3Sopenharmony_ci#: src/modules/module-rygel-media-server.c:545 123353a5a1b3Sopenharmony_ci#: src/modules/module-rygel-media-server.c:904 123453a5a1b3Sopenharmony_cimsgid "Input Devices" 123553a5a1b3Sopenharmony_cimsgstr "Συσκευές εισόδου" 123653a5a1b3Sopenharmony_ci 123753a5a1b3Sopenharmony_ci#: src/modules/module-rygel-media-server.c:1061 123853a5a1b3Sopenharmony_cimsgid "Audio on @HOSTNAME@" 123953a5a1b3Sopenharmony_cimsgstr "Ήχος στο @HOSTNAME@" 124053a5a1b3Sopenharmony_ci 124153a5a1b3Sopenharmony_ci#. TODO: old tunnel put here the remote sink_name into stream name e.g. 'Null Output for lynxis@lazus' 124253a5a1b3Sopenharmony_ci#. TODO: old tunnel put here the remote source_name into stream name e.g. 'Null Output for lynxis@lazus' 124353a5a1b3Sopenharmony_ci#: src/modules/module-tunnel-sink-new.c:356 124453a5a1b3Sopenharmony_ci#: src/modules/module-tunnel-source-new.c:342 124553a5a1b3Sopenharmony_ci#, c-format 124653a5a1b3Sopenharmony_cimsgid "Tunnel for %s@%s" 124753a5a1b3Sopenharmony_cimsgstr "Διόδευση για %s@%s" 124853a5a1b3Sopenharmony_ci 124953a5a1b3Sopenharmony_ci#: src/modules/module-tunnel-sink-new.c:697 125053a5a1b3Sopenharmony_ci#: src/modules/module-tunnel-source-new.c:668 125153a5a1b3Sopenharmony_ci#, c-format 125253a5a1b3Sopenharmony_cimsgid "Tunnel to %s/%s" 125353a5a1b3Sopenharmony_cimsgstr "Διόδευση για %s/%s" 125453a5a1b3Sopenharmony_ci 125553a5a1b3Sopenharmony_ci#: src/modules/module-virtual-surround-sink.c:50 125653a5a1b3Sopenharmony_cimsgid "Virtual surround sink" 125753a5a1b3Sopenharmony_cimsgstr "Εικονικός περιφερειακός ήχος δέκτη" 125853a5a1b3Sopenharmony_ci 125953a5a1b3Sopenharmony_ci#: src/modules/module-virtual-surround-sink.c:54 126053a5a1b3Sopenharmony_ci#, fuzzy 126153a5a1b3Sopenharmony_cimsgid "" 126253a5a1b3Sopenharmony_ci"sink_name=<name for the sink> sink_properties=<properties for the sink> " 126353a5a1b3Sopenharmony_ci"master=<name of sink to filter> sink_master=<name of sink to filter> " 126453a5a1b3Sopenharmony_ci"format=<sample format> rate=<sample rate> channels=<number of channels> " 126553a5a1b3Sopenharmony_ci"channel_map=<channel map> use_volume_sharing=<yes or no> " 126653a5a1b3Sopenharmony_ci"force_flat_volume=<yes or no> hrir=/path/to/left_hrir.wav hrir_left=/path/to/" 126753a5a1b3Sopenharmony_ci"left_hrir.wav hrir_right=/path/to/optional/right_hrir.wav autoloaded=<set if " 126853a5a1b3Sopenharmony_ci"this module is being loaded automatically> " 126953a5a1b3Sopenharmony_cimsgstr "" 127053a5a1b3Sopenharmony_ci"sink_name=<όνομα δέκτη> sink_properties=<ιδιότητες δέκτη> master=<όνομα " 127153a5a1b3Sopenharmony_ci"δέκτη για φιλτράρισμα> format=<μορφή δείγματος> rate=<ρυθμός δειγμάτων> " 127253a5a1b3Sopenharmony_ci"channels=<αριθμός καναλιών> channel_map=<απεικόνιση καναλιού> " 127353a5a1b3Sopenharmony_ci"use_volume_sharing=<ναι ή όχι> force_flat_volume=<ναι ή όχι> hrir=/path/to/" 127453a5a1b3Sopenharmony_ci"left_hrir.wav " 127553a5a1b3Sopenharmony_ci 127653a5a1b3Sopenharmony_ci#: src/modules/raop/module-raop-discover.c:295 127753a5a1b3Sopenharmony_ci#, fuzzy 127853a5a1b3Sopenharmony_cimsgid "Unknown device model" 127953a5a1b3Sopenharmony_cimsgstr "Άγνωστος κωδικός σφάλματος" 128053a5a1b3Sopenharmony_ci 128153a5a1b3Sopenharmony_ci#: src/modules/raop/raop-sink.c:689 128253a5a1b3Sopenharmony_cimsgid "RAOP standard profile" 128353a5a1b3Sopenharmony_cimsgstr "" 128453a5a1b3Sopenharmony_ci 128553a5a1b3Sopenharmony_ci#: src/modules/reserve-wrap.c:149 128653a5a1b3Sopenharmony_cimsgid "PulseAudio Sound Server" 128753a5a1b3Sopenharmony_cimsgstr "Διακομιστής ήχου PulseAudio" 128853a5a1b3Sopenharmony_ci 128953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:105 129053a5a1b3Sopenharmony_cimsgid "Front Center" 129153a5a1b3Sopenharmony_cimsgstr "Μπροστά κέντρο" 129253a5a1b3Sopenharmony_ci 129353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:106 129453a5a1b3Sopenharmony_cimsgid "Front Left" 129553a5a1b3Sopenharmony_cimsgstr "Μπροστά αριστερά" 129653a5a1b3Sopenharmony_ci 129753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:107 129853a5a1b3Sopenharmony_cimsgid "Front Right" 129953a5a1b3Sopenharmony_cimsgstr "Μπροστά δεξιά" 130053a5a1b3Sopenharmony_ci 130153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:109 130253a5a1b3Sopenharmony_cimsgid "Rear Center" 130353a5a1b3Sopenharmony_cimsgstr "Πίσω κέντρο" 130453a5a1b3Sopenharmony_ci 130553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:110 130653a5a1b3Sopenharmony_cimsgid "Rear Left" 130753a5a1b3Sopenharmony_cimsgstr "Πίσω αριστερά" 130853a5a1b3Sopenharmony_ci 130953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:111 131053a5a1b3Sopenharmony_cimsgid "Rear Right" 131153a5a1b3Sopenharmony_cimsgstr "Πίσω δεξιά" 131253a5a1b3Sopenharmony_ci 131353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:113 131453a5a1b3Sopenharmony_cimsgid "Subwoofer" 131553a5a1b3Sopenharmony_cimsgstr "Υποβαθύφωνο" 131653a5a1b3Sopenharmony_ci 131753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:115 131853a5a1b3Sopenharmony_cimsgid "Front Left-of-center" 131953a5a1b3Sopenharmony_cimsgstr "Μπροστά αριστερά από το κέντρο" 132053a5a1b3Sopenharmony_ci 132153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:116 132253a5a1b3Sopenharmony_cimsgid "Front Right-of-center" 132353a5a1b3Sopenharmony_cimsgstr "Μπροστά δεξιά από το κέντρο" 132453a5a1b3Sopenharmony_ci 132553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:118 132653a5a1b3Sopenharmony_cimsgid "Side Left" 132753a5a1b3Sopenharmony_cimsgstr "Πλάγια αριστερά" 132853a5a1b3Sopenharmony_ci 132953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:119 133053a5a1b3Sopenharmony_cimsgid "Side Right" 133153a5a1b3Sopenharmony_cimsgstr "Πλάγια δεξιά" 133253a5a1b3Sopenharmony_ci 133353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:121 133453a5a1b3Sopenharmony_cimsgid "Auxiliary 0" 133553a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 0" 133653a5a1b3Sopenharmony_ci 133753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:122 133853a5a1b3Sopenharmony_cimsgid "Auxiliary 1" 133953a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 1" 134053a5a1b3Sopenharmony_ci 134153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:123 134253a5a1b3Sopenharmony_cimsgid "Auxiliary 2" 134353a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 2" 134453a5a1b3Sopenharmony_ci 134553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:124 134653a5a1b3Sopenharmony_cimsgid "Auxiliary 3" 134753a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 3" 134853a5a1b3Sopenharmony_ci 134953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:125 135053a5a1b3Sopenharmony_cimsgid "Auxiliary 4" 135153a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 4" 135253a5a1b3Sopenharmony_ci 135353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:126 135453a5a1b3Sopenharmony_cimsgid "Auxiliary 5" 135553a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 5" 135653a5a1b3Sopenharmony_ci 135753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:127 135853a5a1b3Sopenharmony_cimsgid "Auxiliary 6" 135953a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 6" 136053a5a1b3Sopenharmony_ci 136153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:128 136253a5a1b3Sopenharmony_cimsgid "Auxiliary 7" 136353a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 7" 136453a5a1b3Sopenharmony_ci 136553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:129 136653a5a1b3Sopenharmony_cimsgid "Auxiliary 8" 136753a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 8" 136853a5a1b3Sopenharmony_ci 136953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:130 137053a5a1b3Sopenharmony_cimsgid "Auxiliary 9" 137153a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 9" 137253a5a1b3Sopenharmony_ci 137353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:131 137453a5a1b3Sopenharmony_cimsgid "Auxiliary 10" 137553a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 10" 137653a5a1b3Sopenharmony_ci 137753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:132 137853a5a1b3Sopenharmony_cimsgid "Auxiliary 11" 137953a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 11" 138053a5a1b3Sopenharmony_ci 138153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:133 138253a5a1b3Sopenharmony_cimsgid "Auxiliary 12" 138353a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 12" 138453a5a1b3Sopenharmony_ci 138553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:134 138653a5a1b3Sopenharmony_cimsgid "Auxiliary 13" 138753a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 13" 138853a5a1b3Sopenharmony_ci 138953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:135 139053a5a1b3Sopenharmony_cimsgid "Auxiliary 14" 139153a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 14" 139253a5a1b3Sopenharmony_ci 139353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:136 139453a5a1b3Sopenharmony_cimsgid "Auxiliary 15" 139553a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 15" 139653a5a1b3Sopenharmony_ci 139753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:137 139853a5a1b3Sopenharmony_cimsgid "Auxiliary 16" 139953a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 16" 140053a5a1b3Sopenharmony_ci 140153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:138 140253a5a1b3Sopenharmony_cimsgid "Auxiliary 17" 140353a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 17" 140453a5a1b3Sopenharmony_ci 140553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:139 140653a5a1b3Sopenharmony_cimsgid "Auxiliary 18" 140753a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 18" 140853a5a1b3Sopenharmony_ci 140953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:140 141053a5a1b3Sopenharmony_cimsgid "Auxiliary 19" 141153a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 19" 141253a5a1b3Sopenharmony_ci 141353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:141 141453a5a1b3Sopenharmony_cimsgid "Auxiliary 20" 141553a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 20" 141653a5a1b3Sopenharmony_ci 141753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:142 141853a5a1b3Sopenharmony_cimsgid "Auxiliary 21" 141953a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 21" 142053a5a1b3Sopenharmony_ci 142153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:143 142253a5a1b3Sopenharmony_cimsgid "Auxiliary 22" 142353a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 22" 142453a5a1b3Sopenharmony_ci 142553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:144 142653a5a1b3Sopenharmony_cimsgid "Auxiliary 23" 142753a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 23" 142853a5a1b3Sopenharmony_ci 142953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:145 143053a5a1b3Sopenharmony_cimsgid "Auxiliary 24" 143153a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 24" 143253a5a1b3Sopenharmony_ci 143353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:146 143453a5a1b3Sopenharmony_cimsgid "Auxiliary 25" 143553a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 25" 143653a5a1b3Sopenharmony_ci 143753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:147 143853a5a1b3Sopenharmony_cimsgid "Auxiliary 26" 143953a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 26" 144053a5a1b3Sopenharmony_ci 144153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:148 144253a5a1b3Sopenharmony_cimsgid "Auxiliary 27" 144353a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 27" 144453a5a1b3Sopenharmony_ci 144553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:149 144653a5a1b3Sopenharmony_cimsgid "Auxiliary 28" 144753a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 28" 144853a5a1b3Sopenharmony_ci 144953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:150 145053a5a1b3Sopenharmony_cimsgid "Auxiliary 29" 145153a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 29" 145253a5a1b3Sopenharmony_ci 145353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:151 145453a5a1b3Sopenharmony_cimsgid "Auxiliary 30" 145553a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 30" 145653a5a1b3Sopenharmony_ci 145753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:152 145853a5a1b3Sopenharmony_cimsgid "Auxiliary 31" 145953a5a1b3Sopenharmony_cimsgstr "Βοηθητικό 31" 146053a5a1b3Sopenharmony_ci 146153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:154 146253a5a1b3Sopenharmony_cimsgid "Top Center" 146353a5a1b3Sopenharmony_cimsgstr "Επάνω στο κέντρο" 146453a5a1b3Sopenharmony_ci 146553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:156 146653a5a1b3Sopenharmony_cimsgid "Top Front Center" 146753a5a1b3Sopenharmony_cimsgstr "Πάνω εμπρός στο κέντρο" 146853a5a1b3Sopenharmony_ci 146953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:157 147053a5a1b3Sopenharmony_cimsgid "Top Front Left" 147153a5a1b3Sopenharmony_cimsgstr "Πάνω εμπρός αριστερά" 147253a5a1b3Sopenharmony_ci 147353a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:158 147453a5a1b3Sopenharmony_cimsgid "Top Front Right" 147553a5a1b3Sopenharmony_cimsgstr "Πάνω εμπρός δεξιά" 147653a5a1b3Sopenharmony_ci 147753a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:160 147853a5a1b3Sopenharmony_cimsgid "Top Rear Center" 147953a5a1b3Sopenharmony_cimsgstr "Πάνω πίσω στο κέντρο" 148053a5a1b3Sopenharmony_ci 148153a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:161 148253a5a1b3Sopenharmony_cimsgid "Top Rear Left" 148353a5a1b3Sopenharmony_cimsgstr "Πάνω πίσω αριστερά" 148453a5a1b3Sopenharmony_ci 148553a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:162 148653a5a1b3Sopenharmony_cimsgid "Top Rear Right" 148753a5a1b3Sopenharmony_cimsgstr "Πάνω πίσω δεξιά" 148853a5a1b3Sopenharmony_ci 148953a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:478 src/pulse/format.c:123 src/pulse/sample.c:177 149053a5a1b3Sopenharmony_ci#: src/pulse/volume.c:306 src/pulse/volume.c:332 src/pulse/volume.c:352 149153a5a1b3Sopenharmony_ci#: src/pulse/volume.c:384 src/pulse/volume.c:424 src/pulse/volume.c:443 149253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:483 src/utils/pactl.c:504 149353a5a1b3Sopenharmony_cimsgid "(invalid)" 149453a5a1b3Sopenharmony_cimsgstr "(άκυρο)" 149553a5a1b3Sopenharmony_ci 149653a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:779 149753a5a1b3Sopenharmony_cimsgid "Surround 4.0" 149853a5a1b3Sopenharmony_cimsgstr "Περιφερειακός ήχος 4.0" 149953a5a1b3Sopenharmony_ci 150053a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:785 150153a5a1b3Sopenharmony_cimsgid "Surround 4.1" 150253a5a1b3Sopenharmony_cimsgstr "Περιφερειακός ήχος 4.1" 150353a5a1b3Sopenharmony_ci 150453a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:791 150553a5a1b3Sopenharmony_cimsgid "Surround 5.0" 150653a5a1b3Sopenharmony_cimsgstr "Περιφερειακός ήχος 5.0" 150753a5a1b3Sopenharmony_ci 150853a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:797 150953a5a1b3Sopenharmony_cimsgid "Surround 5.1" 151053a5a1b3Sopenharmony_cimsgstr "Περιφερειακός ήχος 5.1" 151153a5a1b3Sopenharmony_ci 151253a5a1b3Sopenharmony_ci#: src/pulse/channelmap.c:804 151353a5a1b3Sopenharmony_cimsgid "Surround 7.1" 151453a5a1b3Sopenharmony_cimsgstr "Περιφερειακός ήχος 7.1" 151553a5a1b3Sopenharmony_ci 151653a5a1b3Sopenharmony_ci#: src/pulse/client-conf-x11.c:61 src/utils/pax11publish.c:97 151753a5a1b3Sopenharmony_cimsgid "xcb_connect() failed" 151853a5a1b3Sopenharmony_cimsgstr "Αποτυχία xcb_connect()" 151953a5a1b3Sopenharmony_ci 152053a5a1b3Sopenharmony_ci#: src/pulse/client-conf-x11.c:66 src/utils/pax11publish.c:102 152153a5a1b3Sopenharmony_cimsgid "xcb_connection_has_error() returned true" 152253a5a1b3Sopenharmony_cimsgstr "Επιστροφή αληθούς της xcb_connection_has_error()" 152353a5a1b3Sopenharmony_ci 152453a5a1b3Sopenharmony_ci#: src/pulse/client-conf-x11.c:102 152553a5a1b3Sopenharmony_cimsgid "Failed to parse cookie data" 152653a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανάλυσης δεδομένων μπισκότου" 152753a5a1b3Sopenharmony_ci 152853a5a1b3Sopenharmony_ci#: src/pulse/context.c:717 152953a5a1b3Sopenharmony_ci#, c-format 153053a5a1b3Sopenharmony_cimsgid "fork(): %s" 153153a5a1b3Sopenharmony_cimsgstr "fork(): %s" 153253a5a1b3Sopenharmony_ci 153353a5a1b3Sopenharmony_ci#: src/pulse/context.c:772 153453a5a1b3Sopenharmony_ci#, c-format 153553a5a1b3Sopenharmony_cimsgid "waitpid(): %s" 153653a5a1b3Sopenharmony_cimsgstr "waitpid(): %s" 153753a5a1b3Sopenharmony_ci 153853a5a1b3Sopenharmony_ci#: src/pulse/context.c:1488 153953a5a1b3Sopenharmony_ci#, c-format 154053a5a1b3Sopenharmony_cimsgid "Received message for unknown extension '%s'" 154153a5a1b3Sopenharmony_cimsgstr "Ελήφθη μήνυμα για άγνωστη επέκταση '%s'" 154253a5a1b3Sopenharmony_ci 154353a5a1b3Sopenharmony_ci#: src/pulse/direction.c:37 154453a5a1b3Sopenharmony_ci#, fuzzy 154553a5a1b3Sopenharmony_cimsgid "input" 154653a5a1b3Sopenharmony_cimsgstr "Εισαγωγή" 154753a5a1b3Sopenharmony_ci 154853a5a1b3Sopenharmony_ci#: src/pulse/direction.c:39 154953a5a1b3Sopenharmony_ci#, fuzzy 155053a5a1b3Sopenharmony_cimsgid "output" 155153a5a1b3Sopenharmony_cimsgstr "Έξοδος %s" 155253a5a1b3Sopenharmony_ci 155353a5a1b3Sopenharmony_ci#: src/pulse/direction.c:41 155453a5a1b3Sopenharmony_cimsgid "bidirectional" 155553a5a1b3Sopenharmony_cimsgstr "" 155653a5a1b3Sopenharmony_ci 155753a5a1b3Sopenharmony_ci#: src/pulse/direction.c:43 155853a5a1b3Sopenharmony_ci#, fuzzy 155953a5a1b3Sopenharmony_cimsgid "invalid" 156053a5a1b3Sopenharmony_cimsgstr "(άκυρο)" 156153a5a1b3Sopenharmony_ci 156253a5a1b3Sopenharmony_ci#: src/pulsecore/core-util.c:1790 156353a5a1b3Sopenharmony_ci#, c-format 156453a5a1b3Sopenharmony_cimsgid "" 156553a5a1b3Sopenharmony_ci"XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! (This could " 156653a5a1b3Sopenharmony_ci"e.g. happen if you try to connect to a non-root PulseAudio as a root user, " 156753a5a1b3Sopenharmony_ci"over the native protocol. Don't do that.)" 156853a5a1b3Sopenharmony_cimsgstr "" 156953a5a1b3Sopenharmony_ci 157053a5a1b3Sopenharmony_ci#: src/pulsecore/core-util.h:97 157153a5a1b3Sopenharmony_cimsgid "yes" 157253a5a1b3Sopenharmony_cimsgstr "" 157353a5a1b3Sopenharmony_ci 157453a5a1b3Sopenharmony_ci#: src/pulsecore/core-util.h:97 157553a5a1b3Sopenharmony_ci#, fuzzy 157653a5a1b3Sopenharmony_cimsgid "no" 157753a5a1b3Sopenharmony_cimsgstr "Μονοφωνικό" 157853a5a1b3Sopenharmony_ci 157953a5a1b3Sopenharmony_ci#: src/pulsecore/lock-autospawn.c:141 src/pulsecore/lock-autospawn.c:227 158053a5a1b3Sopenharmony_cimsgid "Cannot access autospawn lock." 158153a5a1b3Sopenharmony_cimsgstr "Αδύνατη η πρόσβαση κλειδώματος αυτόματης δημιουργίας." 158253a5a1b3Sopenharmony_ci 158353a5a1b3Sopenharmony_ci#: src/pulsecore/log.c:165 158453a5a1b3Sopenharmony_ci#, c-format 158553a5a1b3Sopenharmony_cimsgid "Failed to open target file '%s'." 158653a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανοίγματος αρχείου προορισμού '%s'." 158753a5a1b3Sopenharmony_ci 158853a5a1b3Sopenharmony_ci#: src/pulsecore/log.c:188 158953a5a1b3Sopenharmony_ci#, c-format 159053a5a1b3Sopenharmony_cimsgid "" 159153a5a1b3Sopenharmony_ci"Tried to open target file '%s', '%s.1', '%s.2' ... '%s.%d', but all failed." 159253a5a1b3Sopenharmony_cimsgstr "" 159353a5a1b3Sopenharmony_ci"Δοκιμάστηκε το άνοιγμα αρχείου προορισμού '%s', '%s.1', '%s.2' ... '%s.%d', " 159453a5a1b3Sopenharmony_ci"αλλά όλα απέτυχαν." 159553a5a1b3Sopenharmony_ci 159653a5a1b3Sopenharmony_ci#: src/pulsecore/log.c:651 159753a5a1b3Sopenharmony_cimsgid "Invalid log target." 159853a5a1b3Sopenharmony_cimsgstr "Άκυρος προορισμός καταγραφής." 159953a5a1b3Sopenharmony_ci 160053a5a1b3Sopenharmony_ci#: src/pulsecore/sink.c:3600 160153a5a1b3Sopenharmony_cimsgid "Built-in Audio" 160253a5a1b3Sopenharmony_cimsgstr "Εσωτερικός ήχος" 160353a5a1b3Sopenharmony_ci 160453a5a1b3Sopenharmony_ci#: src/pulsecore/sink.c:3605 160553a5a1b3Sopenharmony_cimsgid "Modem" 160653a5a1b3Sopenharmony_cimsgstr "Μόντεμ" 160753a5a1b3Sopenharmony_ci 160853a5a1b3Sopenharmony_ci#: src/pulse/error.c:38 160953a5a1b3Sopenharmony_cimsgid "OK" 161053a5a1b3Sopenharmony_cimsgstr "Εντάξει" 161153a5a1b3Sopenharmony_ci 161253a5a1b3Sopenharmony_ci#: src/pulse/error.c:39 161353a5a1b3Sopenharmony_cimsgid "Access denied" 161453a5a1b3Sopenharmony_cimsgstr "Άρνηση πρόσβασης" 161553a5a1b3Sopenharmony_ci 161653a5a1b3Sopenharmony_ci#: src/pulse/error.c:40 161753a5a1b3Sopenharmony_cimsgid "Unknown command" 161853a5a1b3Sopenharmony_cimsgstr "Άγνωστη εντολή" 161953a5a1b3Sopenharmony_ci 162053a5a1b3Sopenharmony_ci#: src/pulse/error.c:41 162153a5a1b3Sopenharmony_cimsgid "Invalid argument" 162253a5a1b3Sopenharmony_cimsgstr "Άκυρο όρισμα" 162353a5a1b3Sopenharmony_ci 162453a5a1b3Sopenharmony_ci#: src/pulse/error.c:42 162553a5a1b3Sopenharmony_cimsgid "Entity exists" 162653a5a1b3Sopenharmony_cimsgstr "Ύπαρξη οντότητας" 162753a5a1b3Sopenharmony_ci 162853a5a1b3Sopenharmony_ci#: src/pulse/error.c:43 162953a5a1b3Sopenharmony_cimsgid "No such entity" 163053a5a1b3Sopenharmony_cimsgstr "Ανυπαρξία τέτοιας οντότητας" 163153a5a1b3Sopenharmony_ci 163253a5a1b3Sopenharmony_ci#: src/pulse/error.c:44 163353a5a1b3Sopenharmony_cimsgid "Connection refused" 163453a5a1b3Sopenharmony_cimsgstr "Άρνηση σύνδεσης" 163553a5a1b3Sopenharmony_ci 163653a5a1b3Sopenharmony_ci#: src/pulse/error.c:45 163753a5a1b3Sopenharmony_cimsgid "Protocol error" 163853a5a1b3Sopenharmony_cimsgstr "Σφάλμα πρωτοκόλου" 163953a5a1b3Sopenharmony_ci 164053a5a1b3Sopenharmony_ci#: src/pulse/error.c:46 164153a5a1b3Sopenharmony_cimsgid "Timeout" 164253a5a1b3Sopenharmony_cimsgstr "Λήξη χρόνου" 164353a5a1b3Sopenharmony_ci 164453a5a1b3Sopenharmony_ci#: src/pulse/error.c:47 164553a5a1b3Sopenharmony_ci#, fuzzy 164653a5a1b3Sopenharmony_cimsgid "No authentication key" 164753a5a1b3Sopenharmony_cimsgstr "Χωρίς κλειδί εξουσιοδότησης" 164853a5a1b3Sopenharmony_ci 164953a5a1b3Sopenharmony_ci#: src/pulse/error.c:48 165053a5a1b3Sopenharmony_cimsgid "Internal error" 165153a5a1b3Sopenharmony_cimsgstr "Εσωτερικό σφάλμα" 165253a5a1b3Sopenharmony_ci 165353a5a1b3Sopenharmony_ci#: src/pulse/error.c:49 165453a5a1b3Sopenharmony_cimsgid "Connection terminated" 165553a5a1b3Sopenharmony_cimsgstr "Τερματισμός σύνδεσης" 165653a5a1b3Sopenharmony_ci 165753a5a1b3Sopenharmony_ci#: src/pulse/error.c:50 165853a5a1b3Sopenharmony_cimsgid "Entity killed" 165953a5a1b3Sopenharmony_cimsgstr "Τερματισμός οντότητας" 166053a5a1b3Sopenharmony_ci 166153a5a1b3Sopenharmony_ci#: src/pulse/error.c:51 166253a5a1b3Sopenharmony_cimsgid "Invalid server" 166353a5a1b3Sopenharmony_cimsgstr "Άκυρος διακομιστής" 166453a5a1b3Sopenharmony_ci 166553a5a1b3Sopenharmony_ci#: src/pulse/error.c:52 166653a5a1b3Sopenharmony_cimsgid "Module initialization failed" 166753a5a1b3Sopenharmony_cimsgstr "Αποτυχία αρχικοποίησης ενότητας" 166853a5a1b3Sopenharmony_ci 166953a5a1b3Sopenharmony_ci#: src/pulse/error.c:53 167053a5a1b3Sopenharmony_cimsgid "Bad state" 167153a5a1b3Sopenharmony_cimsgstr "Κακή κατάσταση" 167253a5a1b3Sopenharmony_ci 167353a5a1b3Sopenharmony_ci#: src/pulse/error.c:54 167453a5a1b3Sopenharmony_cimsgid "No data" 167553a5a1b3Sopenharmony_cimsgstr "Χωρίς δεδομένα" 167653a5a1b3Sopenharmony_ci 167753a5a1b3Sopenharmony_ci#: src/pulse/error.c:55 167853a5a1b3Sopenharmony_cimsgid "Incompatible protocol version" 167953a5a1b3Sopenharmony_cimsgstr "Ασύμβατη έκδοση πρωτοκόλλου" 168053a5a1b3Sopenharmony_ci 168153a5a1b3Sopenharmony_ci#: src/pulse/error.c:56 168253a5a1b3Sopenharmony_cimsgid "Too large" 168353a5a1b3Sopenharmony_cimsgstr "Υπερβολικά μεγάλο" 168453a5a1b3Sopenharmony_ci 168553a5a1b3Sopenharmony_ci#: src/pulse/error.c:57 168653a5a1b3Sopenharmony_cimsgid "Not supported" 168753a5a1b3Sopenharmony_cimsgstr "Δεν υποστηρίζεται" 168853a5a1b3Sopenharmony_ci 168953a5a1b3Sopenharmony_ci#: src/pulse/error.c:58 169053a5a1b3Sopenharmony_cimsgid "Unknown error code" 169153a5a1b3Sopenharmony_cimsgstr "Άγνωστος κωδικός σφάλματος" 169253a5a1b3Sopenharmony_ci 169353a5a1b3Sopenharmony_ci#: src/pulse/error.c:59 169453a5a1b3Sopenharmony_cimsgid "No such extension" 169553a5a1b3Sopenharmony_cimsgstr "Ανυπαρξία τέτοιας επέκτασης" 169653a5a1b3Sopenharmony_ci 169753a5a1b3Sopenharmony_ci#: src/pulse/error.c:60 169853a5a1b3Sopenharmony_cimsgid "Obsolete functionality" 169953a5a1b3Sopenharmony_cimsgstr "Παλιά λειτουργία" 170053a5a1b3Sopenharmony_ci 170153a5a1b3Sopenharmony_ci#: src/pulse/error.c:61 170253a5a1b3Sopenharmony_cimsgid "Missing implementation" 170353a5a1b3Sopenharmony_cimsgstr "Έλλειψη υλοποίησης" 170453a5a1b3Sopenharmony_ci 170553a5a1b3Sopenharmony_ci#: src/pulse/error.c:62 170653a5a1b3Sopenharmony_cimsgid "Client forked" 170753a5a1b3Sopenharmony_cimsgstr "Διακλαδωμένος πελάτης" 170853a5a1b3Sopenharmony_ci 170953a5a1b3Sopenharmony_ci#: src/pulse/error.c:63 171053a5a1b3Sopenharmony_cimsgid "Input/Output error" 171153a5a1b3Sopenharmony_cimsgstr "Σφάλμα εισόδου/εξόδου" 171253a5a1b3Sopenharmony_ci 171353a5a1b3Sopenharmony_ci#: src/pulse/error.c:64 171453a5a1b3Sopenharmony_cimsgid "Device or resource busy" 171553a5a1b3Sopenharmony_cimsgstr "Συσκευή ή πόροι είναι απασχολημένοι" 171653a5a1b3Sopenharmony_ci 171753a5a1b3Sopenharmony_ci#: src/pulse/sample.c:179 171853a5a1b3Sopenharmony_ci#, c-format 171953a5a1b3Sopenharmony_cimsgid "%s %uch %uHz" 172053a5a1b3Sopenharmony_cimsgstr "%s %uch %uHz" 172153a5a1b3Sopenharmony_ci 172253a5a1b3Sopenharmony_ci#: src/pulse/sample.c:191 172353a5a1b3Sopenharmony_ci#, c-format 172453a5a1b3Sopenharmony_cimsgid "%0.1f GiB" 172553a5a1b3Sopenharmony_cimsgstr "%0.1f GiB" 172653a5a1b3Sopenharmony_ci 172753a5a1b3Sopenharmony_ci#: src/pulse/sample.c:193 172853a5a1b3Sopenharmony_ci#, c-format 172953a5a1b3Sopenharmony_cimsgid "%0.1f MiB" 173053a5a1b3Sopenharmony_cimsgstr "%0.1f MiB" 173153a5a1b3Sopenharmony_ci 173253a5a1b3Sopenharmony_ci#: src/pulse/sample.c:195 173353a5a1b3Sopenharmony_ci#, c-format 173453a5a1b3Sopenharmony_cimsgid "%0.1f KiB" 173553a5a1b3Sopenharmony_cimsgstr "%0.1f KiB" 173653a5a1b3Sopenharmony_ci 173753a5a1b3Sopenharmony_ci#: src/pulse/sample.c:197 173853a5a1b3Sopenharmony_ci#, c-format 173953a5a1b3Sopenharmony_cimsgid "%u B" 174053a5a1b3Sopenharmony_cimsgstr "%u B" 174153a5a1b3Sopenharmony_ci 174253a5a1b3Sopenharmony_ci#: src/utils/pacat.c:134 174353a5a1b3Sopenharmony_ci#, c-format 174453a5a1b3Sopenharmony_cimsgid "Failed to drain stream: %s" 174553a5a1b3Sopenharmony_cimsgstr "Αποτυχία εκκένωσης ροής: %s" 174653a5a1b3Sopenharmony_ci 174753a5a1b3Sopenharmony_ci#: src/utils/pacat.c:139 174853a5a1b3Sopenharmony_cimsgid "Playback stream drained." 174953a5a1b3Sopenharmony_cimsgstr "Εκκενώθηκε η ροή αναπαραγωγής." 175053a5a1b3Sopenharmony_ci 175153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:150 175253a5a1b3Sopenharmony_cimsgid "Draining connection to server." 175353a5a1b3Sopenharmony_cimsgstr "Εκκενώνεται η σύνδεση στον διακομιστή." 175453a5a1b3Sopenharmony_ci 175553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:163 175653a5a1b3Sopenharmony_ci#, c-format 175753a5a1b3Sopenharmony_cimsgid "pa_stream_drain(): %s" 175853a5a1b3Sopenharmony_cimsgstr "pa_stream_drain(): %s" 175953a5a1b3Sopenharmony_ci 176053a5a1b3Sopenharmony_ci#: src/utils/pacat.c:194 src/utils/pacat.c:543 176153a5a1b3Sopenharmony_ci#, c-format 176253a5a1b3Sopenharmony_cimsgid "pa_stream_begin_write() failed: %s" 176353a5a1b3Sopenharmony_cimsgstr "Αποτυχία της pa_stream_begin_write(): %s" 176453a5a1b3Sopenharmony_ci 176553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:244 src/utils/pacat.c:274 176653a5a1b3Sopenharmony_ci#, c-format 176753a5a1b3Sopenharmony_cimsgid "pa_stream_peek() failed: %s" 176853a5a1b3Sopenharmony_cimsgstr "Αποτυχία της pa_stream_peek(): %s" 176953a5a1b3Sopenharmony_ci 177053a5a1b3Sopenharmony_ci#: src/utils/pacat.c:324 177153a5a1b3Sopenharmony_cimsgid "Stream successfully created." 177253a5a1b3Sopenharmony_cimsgstr "Η ροή δημιουργήθηκε με επιτυχία." 177353a5a1b3Sopenharmony_ci 177453a5a1b3Sopenharmony_ci#: src/utils/pacat.c:327 177553a5a1b3Sopenharmony_ci#, c-format 177653a5a1b3Sopenharmony_cimsgid "pa_stream_get_buffer_attr() failed: %s" 177753a5a1b3Sopenharmony_cimsgstr "Αποτυχία της pa_stream_get_buffer_attr(): %s" 177853a5a1b3Sopenharmony_ci 177953a5a1b3Sopenharmony_ci#: src/utils/pacat.c:331 178053a5a1b3Sopenharmony_ci#, c-format 178153a5a1b3Sopenharmony_cimsgid "Buffer metrics: maxlength=%u, tlength=%u, prebuf=%u, minreq=%u" 178253a5a1b3Sopenharmony_cimsgstr "" 178353a5a1b3Sopenharmony_ci"Μετρικά ενδιάμεσης μνήμης: maxlength=%u, tlength=%u, prebuf=%u, minreq=%u" 178453a5a1b3Sopenharmony_ci 178553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:334 178653a5a1b3Sopenharmony_ci#, c-format 178753a5a1b3Sopenharmony_cimsgid "Buffer metrics: maxlength=%u, fragsize=%u" 178853a5a1b3Sopenharmony_cimsgstr "Μετρικά ενδιάμεσης μνήμης: maxlength=%u, fragsize=%u" 178953a5a1b3Sopenharmony_ci 179053a5a1b3Sopenharmony_ci#: src/utils/pacat.c:338 179153a5a1b3Sopenharmony_ci#, c-format 179253a5a1b3Sopenharmony_cimsgid "Using sample spec '%s', channel map '%s'." 179353a5a1b3Sopenharmony_cimsgstr "Χρήση της προδιαγραφής δείγματος '%s', απεικόνιση καναλιού '%s'." 179453a5a1b3Sopenharmony_ci 179553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:342 179653a5a1b3Sopenharmony_ci#, c-format 179753a5a1b3Sopenharmony_cimsgid "Connected to device %s (index: %u, suspended: %s)." 179853a5a1b3Sopenharmony_cimsgstr "Σύνδεση με τη συσκευή %s (δείκτης: %u, σε αναστολή: %s)." 179953a5a1b3Sopenharmony_ci 180053a5a1b3Sopenharmony_ci#: src/utils/pacat.c:352 180153a5a1b3Sopenharmony_ci#, c-format 180253a5a1b3Sopenharmony_cimsgid "Stream error: %s" 180353a5a1b3Sopenharmony_cimsgstr "Σφάλμα ροής: %s" 180453a5a1b3Sopenharmony_ci 180553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:362 180653a5a1b3Sopenharmony_ci#, c-format 180753a5a1b3Sopenharmony_cimsgid "Stream device suspended.%s" 180853a5a1b3Sopenharmony_cimsgstr "Αναστολή συσκευή ροής.%s" 180953a5a1b3Sopenharmony_ci 181053a5a1b3Sopenharmony_ci#: src/utils/pacat.c:364 181153a5a1b3Sopenharmony_ci#, c-format 181253a5a1b3Sopenharmony_cimsgid "Stream device resumed.%s" 181353a5a1b3Sopenharmony_cimsgstr "Συνέχιση συσκευής ροής.%s" 181453a5a1b3Sopenharmony_ci 181553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:372 181653a5a1b3Sopenharmony_ci#, c-format 181753a5a1b3Sopenharmony_cimsgid "Stream underrun.%s" 181853a5a1b3Sopenharmony_cimsgstr "Ανεπάρκεια ροής.%s" 181953a5a1b3Sopenharmony_ci 182053a5a1b3Sopenharmony_ci#: src/utils/pacat.c:379 182153a5a1b3Sopenharmony_ci#, c-format 182253a5a1b3Sopenharmony_cimsgid "Stream overrun.%s" 182353a5a1b3Sopenharmony_cimsgstr "Υπέρβαση ροής.%s" 182453a5a1b3Sopenharmony_ci 182553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:386 182653a5a1b3Sopenharmony_ci#, c-format 182753a5a1b3Sopenharmony_cimsgid "Stream started.%s" 182853a5a1b3Sopenharmony_cimsgstr "Εκκίνηση ροής.%s" 182953a5a1b3Sopenharmony_ci 183053a5a1b3Sopenharmony_ci#: src/utils/pacat.c:393 183153a5a1b3Sopenharmony_ci#, c-format 183253a5a1b3Sopenharmony_cimsgid "Stream moved to device %s (%u, %ssuspended).%s" 183353a5a1b3Sopenharmony_cimsgstr "Η ροή μετακινήθηκε στη συσκευή %s (%u, %s αναστολή).%s" 183453a5a1b3Sopenharmony_ci 183553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:393 183653a5a1b3Sopenharmony_cimsgid "not " 183753a5a1b3Sopenharmony_cimsgstr "όχι " 183853a5a1b3Sopenharmony_ci 183953a5a1b3Sopenharmony_ci#: src/utils/pacat.c:400 184053a5a1b3Sopenharmony_ci#, c-format 184153a5a1b3Sopenharmony_cimsgid "Stream buffer attributes changed.%s" 184253a5a1b3Sopenharmony_cimsgstr "Αλλαγή γνωρισμάτων ενδιάμεσης μνήμης ροής.%s" 184353a5a1b3Sopenharmony_ci 184453a5a1b3Sopenharmony_ci#: src/utils/pacat.c:415 184553a5a1b3Sopenharmony_cimsgid "Cork request stack is empty: corking stream" 184653a5a1b3Sopenharmony_cimsgstr "Η στοίβα αίτησης κλεισίματος είναι κενή: ροή κλεισίματος" 184753a5a1b3Sopenharmony_ci 184853a5a1b3Sopenharmony_ci#: src/utils/pacat.c:421 184953a5a1b3Sopenharmony_cimsgid "Cork request stack is empty: uncorking stream" 185053a5a1b3Sopenharmony_cimsgstr "Η στοίβα αίτησης κλεισίματος είναι κενή: ροή ανοίγματος" 185153a5a1b3Sopenharmony_ci 185253a5a1b3Sopenharmony_ci#: src/utils/pacat.c:425 185353a5a1b3Sopenharmony_ci#, fuzzy 185453a5a1b3Sopenharmony_cimsgid "Warning: Received more uncork requests than cork requests." 185553a5a1b3Sopenharmony_cimsgstr "" 185653a5a1b3Sopenharmony_ci"Προειδοποίηση: Ελήφθησαν περισσότερες αιτήσεις ανοίγματος από κλεισίματα!" 185753a5a1b3Sopenharmony_ci 185853a5a1b3Sopenharmony_ci#: src/utils/pacat.c:450 185953a5a1b3Sopenharmony_ci#, c-format 186053a5a1b3Sopenharmony_cimsgid "Connection established.%s" 186153a5a1b3Sopenharmony_cimsgstr "Επίτευξη σύνδεσης.%s" 186253a5a1b3Sopenharmony_ci 186353a5a1b3Sopenharmony_ci#: src/utils/pacat.c:453 186453a5a1b3Sopenharmony_ci#, c-format 186553a5a1b3Sopenharmony_cimsgid "pa_stream_new() failed: %s" 186653a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_stream_new(): %s" 186753a5a1b3Sopenharmony_ci 186853a5a1b3Sopenharmony_ci#: src/utils/pacat.c:491 186953a5a1b3Sopenharmony_ci#, c-format 187053a5a1b3Sopenharmony_cimsgid "pa_stream_connect_playback() failed: %s" 187153a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_stream_connect_playback(): %s" 187253a5a1b3Sopenharmony_ci 187353a5a1b3Sopenharmony_ci#: src/utils/pacat.c:497 187453a5a1b3Sopenharmony_ci#, c-format 187553a5a1b3Sopenharmony_cimsgid "Failed to set monitor stream: %s" 187653a5a1b3Sopenharmony_cimsgstr "Αποτυχία ορισμού ροής οθόνης: %s" 187753a5a1b3Sopenharmony_ci 187853a5a1b3Sopenharmony_ci#: src/utils/pacat.c:501 187953a5a1b3Sopenharmony_ci#, c-format 188053a5a1b3Sopenharmony_cimsgid "pa_stream_connect_record() failed: %s" 188153a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_stream_connect_record(): %s" 188253a5a1b3Sopenharmony_ci 188353a5a1b3Sopenharmony_ci#: src/utils/pacat.c:514 src/utils/pactl.c:2508 188453a5a1b3Sopenharmony_ci#, c-format 188553a5a1b3Sopenharmony_cimsgid "Connection failure: %s" 188653a5a1b3Sopenharmony_cimsgstr "Αποτυχία σύνδεσης: %s" 188753a5a1b3Sopenharmony_ci 188853a5a1b3Sopenharmony_ci#: src/utils/pacat.c:557 188953a5a1b3Sopenharmony_cimsgid "Got EOF." 189053a5a1b3Sopenharmony_cimsgstr "Ελήφθη EOF." 189153a5a1b3Sopenharmony_ci 189253a5a1b3Sopenharmony_ci#: src/utils/pacat.c:581 189353a5a1b3Sopenharmony_ci#, c-format 189453a5a1b3Sopenharmony_cimsgid "pa_stream_write() failed: %s" 189553a5a1b3Sopenharmony_cimsgstr "Αποτυχία της pa_stream_write(): %s" 189653a5a1b3Sopenharmony_ci 189753a5a1b3Sopenharmony_ci#: src/utils/pacat.c:605 189853a5a1b3Sopenharmony_ci#, c-format 189953a5a1b3Sopenharmony_cimsgid "write() failed: %s" 190053a5a1b3Sopenharmony_cimsgstr "Αποτυχία write(): %s" 190153a5a1b3Sopenharmony_ci 190253a5a1b3Sopenharmony_ci#: src/utils/pacat.c:626 190353a5a1b3Sopenharmony_cimsgid "Got signal, exiting." 190453a5a1b3Sopenharmony_cimsgstr "Ελήφθη σήμα, έξοδος." 190553a5a1b3Sopenharmony_ci 190653a5a1b3Sopenharmony_ci#: src/utils/pacat.c:640 190753a5a1b3Sopenharmony_ci#, c-format 190853a5a1b3Sopenharmony_cimsgid "Failed to get latency: %s" 190953a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης λανθάνοντος χρόνου: %s" 191053a5a1b3Sopenharmony_ci 191153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:645 191253a5a1b3Sopenharmony_ci#, c-format 191353a5a1b3Sopenharmony_cimsgid "Time: %0.3f sec; Latency: %0.0f usec." 191453a5a1b3Sopenharmony_cimsgstr "Χρόνος: %0.3f sec; λανθάνων χρόνος %0.0f usec." 191553a5a1b3Sopenharmony_ci 191653a5a1b3Sopenharmony_ci#: src/utils/pacat.c:666 191753a5a1b3Sopenharmony_ci#, c-format 191853a5a1b3Sopenharmony_cimsgid "pa_stream_update_timing_info() failed: %s" 191953a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_stream_update_timing_info(): %s" 192053a5a1b3Sopenharmony_ci 192153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:676 192253a5a1b3Sopenharmony_ci#, fuzzy, c-format 192353a5a1b3Sopenharmony_cimsgid "" 192453a5a1b3Sopenharmony_ci"%s [options]\n" 192553a5a1b3Sopenharmony_ci"%s\n" 192653a5a1b3Sopenharmony_ci"\n" 192753a5a1b3Sopenharmony_ci" -h, --help Show this help\n" 192853a5a1b3Sopenharmony_ci" --version Show version\n" 192953a5a1b3Sopenharmony_ci"\n" 193053a5a1b3Sopenharmony_ci" -r, --record Create a connection for recording\n" 193153a5a1b3Sopenharmony_ci" -p, --playback Create a connection for playback\n" 193253a5a1b3Sopenharmony_ci"\n" 193353a5a1b3Sopenharmony_ci" -v, --verbose Enable verbose operations\n" 193453a5a1b3Sopenharmony_ci"\n" 193553a5a1b3Sopenharmony_ci" -s, --server=SERVER The name of the server to connect " 193653a5a1b3Sopenharmony_ci"to\n" 193753a5a1b3Sopenharmony_ci" -d, --device=DEVICE The name of the sink/source to " 193853a5a1b3Sopenharmony_ci"connect to. The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and " 193953a5a1b3Sopenharmony_ci"@DEFAULT_MONITOR@ can be used to specify the default sink, source and " 194053a5a1b3Sopenharmony_ci"monitor respectively.\n" 194153a5a1b3Sopenharmony_ci" -n, --client-name=NAME How to call this client on the " 194253a5a1b3Sopenharmony_ci"server\n" 194353a5a1b3Sopenharmony_ci" --stream-name=NAME How to call this stream on the " 194453a5a1b3Sopenharmony_ci"server\n" 194553a5a1b3Sopenharmony_ci" --volume=VOLUME Specify the initial (linear) volume " 194653a5a1b3Sopenharmony_ci"in range 0...65536\n" 194753a5a1b3Sopenharmony_ci" --rate=SAMPLERATE The sample rate in Hz (defaults to " 194853a5a1b3Sopenharmony_ci"44100)\n" 194953a5a1b3Sopenharmony_ci" --format=SAMPLEFORMAT The sample format, see\n" 195053a5a1b3Sopenharmony_ci" https://www.freedesktop.org/wiki/" 195153a5a1b3Sopenharmony_ci"Software/PulseAudio/Documentation/User/SupportedAudioFormats/\n" 195253a5a1b3Sopenharmony_ci" for possible values (defaults to " 195353a5a1b3Sopenharmony_ci"s16ne)\n" 195453a5a1b3Sopenharmony_ci" --channels=CHANNELS The number of channels, 1 for mono, " 195553a5a1b3Sopenharmony_ci"2 for stereo\n" 195653a5a1b3Sopenharmony_ci" (defaults to 2)\n" 195753a5a1b3Sopenharmony_ci" --channel-map=CHANNELMAP Channel map to use instead of the " 195853a5a1b3Sopenharmony_ci"default\n" 195953a5a1b3Sopenharmony_ci" --fix-format Take the sample format from the sink/" 196053a5a1b3Sopenharmony_ci"source the stream is\n" 196153a5a1b3Sopenharmony_ci" being connected to.\n" 196253a5a1b3Sopenharmony_ci" --fix-rate Take the sampling rate from the sink/" 196353a5a1b3Sopenharmony_ci"source the stream is\n" 196453a5a1b3Sopenharmony_ci" being connected to.\n" 196553a5a1b3Sopenharmony_ci" --fix-channels Take the number of channels and the " 196653a5a1b3Sopenharmony_ci"channel map\n" 196753a5a1b3Sopenharmony_ci" from the sink/source the stream is " 196853a5a1b3Sopenharmony_ci"being connected to.\n" 196953a5a1b3Sopenharmony_ci" --no-remix Don't upmix or downmix channels.\n" 197053a5a1b3Sopenharmony_ci" --no-remap Map channels by index instead of " 197153a5a1b3Sopenharmony_ci"name.\n" 197253a5a1b3Sopenharmony_ci" --latency=BYTES Request the specified latency in " 197353a5a1b3Sopenharmony_ci"bytes.\n" 197453a5a1b3Sopenharmony_ci" --process-time=BYTES Request the specified process time " 197553a5a1b3Sopenharmony_ci"per request in bytes.\n" 197653a5a1b3Sopenharmony_ci" --latency-msec=MSEC Request the specified latency in " 197753a5a1b3Sopenharmony_ci"msec.\n" 197853a5a1b3Sopenharmony_ci" --process-time-msec=MSEC Request the specified process time " 197953a5a1b3Sopenharmony_ci"per request in msec.\n" 198053a5a1b3Sopenharmony_ci" --property=PROPERTY=VALUE Set the specified property to the " 198153a5a1b3Sopenharmony_ci"specified value.\n" 198253a5a1b3Sopenharmony_ci" --raw Record/play raw PCM data.\n" 198353a5a1b3Sopenharmony_ci" --passthrough Passthrough data.\n" 198453a5a1b3Sopenharmony_ci" --file-format[=FFORMAT] Record/play formatted PCM data.\n" 198553a5a1b3Sopenharmony_ci" --list-file-formats List available file formats.\n" 198653a5a1b3Sopenharmony_ci" --monitor-stream=INDEX Record from the sink input with " 198753a5a1b3Sopenharmony_ci"index INDEX.\n" 198853a5a1b3Sopenharmony_cimsgstr "" 198953a5a1b3Sopenharmony_ci"%s [options]\n" 199053a5a1b3Sopenharmony_ci"\n" 199153a5a1b3Sopenharmony_ci" -h, --help Εμφάνιση της βοήθειας\n" 199253a5a1b3Sopenharmony_ci" --version Εμφάνιση έκδοσης\n" 199353a5a1b3Sopenharmony_ci"\n" 199453a5a1b3Sopenharmony_ci" -r, --record Δημιουργία σύνδεσης για εγγραφή\n" 199553a5a1b3Sopenharmony_ci" -p, --playback Δημιουργία σύνδεσης για αναπαραγωγή\n" 199653a5a1b3Sopenharmony_ci"\n" 199753a5a1b3Sopenharmony_ci" -v, --verbose Ενεργοποίηση λεπτομερών λειτουργιών\n" 199853a5a1b3Sopenharmony_ci"\n" 199953a5a1b3Sopenharmony_ci" -s, --server=SERVER Το όνομα του διακομιστή για σύνδεση\n" 200053a5a1b3Sopenharmony_ci" -d, --device=DEVICE Το όνομα του δέκτη/προέλευσης για " 200153a5a1b3Sopenharmony_ci"σύνδεση\n" 200253a5a1b3Sopenharmony_ci" -n, --client-name=NAME Πώς να κληθεί ο πελάτης στον " 200353a5a1b3Sopenharmony_ci"διακομιστή\n" 200453a5a1b3Sopenharmony_ci" --stream-name=NAME Πώς να κληθεί η ροή στον διακομιστή\n" 200553a5a1b3Sopenharmony_ci" --volume=VOLUME Ορισμός της αρχικής (γραμμικής) " 200653a5a1b3Sopenharmony_ci"έντασης στην περιοχή 0...65536\n" 200753a5a1b3Sopenharmony_ci" --rate=SAMPLERATE Ο ρυθμός δειγμάτων σε Hz (προεπιλογή " 200853a5a1b3Sopenharmony_ci"το 44100)\n" 200953a5a1b3Sopenharmony_ci" --format=SAMPLEFORMAT Ο τύπος δείγματος, ένας από s16le, " 201053a5a1b3Sopenharmony_ci"s16be, u8, float32le,\n" 201153a5a1b3Sopenharmony_ci" float32be, ulaw, alaw, s32le, s32be, " 201253a5a1b3Sopenharmony_ci"s24le, s24be,\n" 201353a5a1b3Sopenharmony_ci" s24-32le, s24-32be (προεπιλογή το " 201453a5a1b3Sopenharmony_ci"s16ne)\n" 201553a5a1b3Sopenharmony_ci" --channels=CHANNELS Ο αριθμός των καναλιών, 1 για " 201653a5a1b3Sopenharmony_ci"μονοφωνικό, 2 για στερεοφωνικό\n" 201753a5a1b3Sopenharmony_ci" (προεπιλογή το 2)\n" 201853a5a1b3Sopenharmony_ci" --channel-map=CHANNELMAP Απεικόνιση καναλιού για χρήση αντί " 201953a5a1b3Sopenharmony_ci"για την προεπιλογή\n" 202053a5a1b3Sopenharmony_ci" --fix-format Λήψη της μορφής δείγματος από τον " 202153a5a1b3Sopenharmony_ci"δέκτη στον οποίον \n" 202253a5a1b3Sopenharmony_ci" συνδέεται η ροή.\n" 202353a5a1b3Sopenharmony_ci" --fix-rate Λήψη του ρυθμού δειγμάτων από τον " 202453a5a1b3Sopenharmony_ci"δέκτη στον οποίο\n" 202553a5a1b3Sopenharmony_ci" συνδέεται η ροή.\n" 202653a5a1b3Sopenharmony_ci" --fix-channels Λήψη του αριθμού των καναλιών και " 202753a5a1b3Sopenharmony_ci"της απεικόνισης καναλιού\n" 202853a5a1b3Sopenharmony_ci" από τον δέκτη στον οποίο συνδέεται η " 202953a5a1b3Sopenharmony_ci"ροή.\n" 203053a5a1b3Sopenharmony_ci" --no-remix Να μην αναβαθμίζονται ή " 203153a5a1b3Sopenharmony_ci"υποβαθμίζονται κανάλια.\n" 203253a5a1b3Sopenharmony_ci" --no-remap Απεικόνιση καναλιών με δείκτη αντί " 203353a5a1b3Sopenharmony_ci"για όνομα.\n" 203453a5a1b3Sopenharmony_ci" --latency=BYTES Αίτηση του συγκεκριμένου λανθάνοντος " 203553a5a1b3Sopenharmony_ci"χρόνου σε ψηφιολέξεις.\n" 203653a5a1b3Sopenharmony_ci" --process-time=BYTES Αίτηση του συγκεκριμένου χρόνου " 203753a5a1b3Sopenharmony_ci"διαδικασίας ανά αίτηση σε ψηφιολέξεις. \n" 203853a5a1b3Sopenharmony_ci" --latency-msec=MSEC Αίτηση του συγκεκριμένου λανθάνοντος " 203953a5a1b3Sopenharmony_ci"χρόνου σε msec.\n" 204053a5a1b3Sopenharmony_ci" --process-time-msec=MSEC Αίτηση του συγκεκριμένου χρόνου " 204153a5a1b3Sopenharmony_ci"διεργασίας ανά αίτηση σε msec.\n" 204253a5a1b3Sopenharmony_ci" --property=PROPERTY=VALUE Ορισμός της συγκεκριμένης ιδιότητας " 204353a5a1b3Sopenharmony_ci"στη συγκεκριμένη τιμή.\n" 204453a5a1b3Sopenharmony_ci" --raw Εγγραφή/αναπαραγωγή ακατέργαστων " 204553a5a1b3Sopenharmony_ci"δεδομένων PCM.\n" 204653a5a1b3Sopenharmony_ci" --passthrough διέλευση δεδομένων \n" 204753a5a1b3Sopenharmony_ci" --file-format[=FFORMAT] Εγγραφή/αναπαραγωγή μορφοποιημένων " 204853a5a1b3Sopenharmony_ci"δεδομένων PCM.\n" 204953a5a1b3Sopenharmony_ci" --list-file-formats Κατάλογος διαθέσιμος μορφών " 205053a5a1b3Sopenharmony_ci"αρχείων.\n" 205153a5a1b3Sopenharmony_ci" --monitor-stream=INDEX Εγγραφή από την είσοδο του δέκτη με " 205253a5a1b3Sopenharmony_ci"δείκτη INDEX.\n" 205353a5a1b3Sopenharmony_ci 205453a5a1b3Sopenharmony_ci#: src/utils/pacat.c:793 205553a5a1b3Sopenharmony_cimsgid "Play back encoded audio files on a PulseAudio sound server." 205653a5a1b3Sopenharmony_cimsgstr "" 205753a5a1b3Sopenharmony_ci 205853a5a1b3Sopenharmony_ci#: src/utils/pacat.c:797 205953a5a1b3Sopenharmony_cimsgid "" 206053a5a1b3Sopenharmony_ci"Capture audio data from a PulseAudio sound server and write it to a file." 206153a5a1b3Sopenharmony_cimsgstr "" 206253a5a1b3Sopenharmony_ci 206353a5a1b3Sopenharmony_ci#: src/utils/pacat.c:801 206453a5a1b3Sopenharmony_cimsgid "" 206553a5a1b3Sopenharmony_ci"Capture audio data from a PulseAudio sound server and write it to STDOUT or " 206653a5a1b3Sopenharmony_ci"the specified file." 206753a5a1b3Sopenharmony_cimsgstr "" 206853a5a1b3Sopenharmony_ci 206953a5a1b3Sopenharmony_ci#: src/utils/pacat.c:805 207053a5a1b3Sopenharmony_cimsgid "" 207153a5a1b3Sopenharmony_ci"Play back audio data from STDIN or the specified file on a PulseAudio sound " 207253a5a1b3Sopenharmony_ci"server." 207353a5a1b3Sopenharmony_cimsgstr "" 207453a5a1b3Sopenharmony_ci 207553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:819 207653a5a1b3Sopenharmony_ci#, c-format 207753a5a1b3Sopenharmony_cimsgid "" 207853a5a1b3Sopenharmony_ci"pacat %s\n" 207953a5a1b3Sopenharmony_ci"Compiled with libpulse %s\n" 208053a5a1b3Sopenharmony_ci"Linked with libpulse %s\n" 208153a5a1b3Sopenharmony_cimsgstr "" 208253a5a1b3Sopenharmony_ci"pacat %s\n" 208353a5a1b3Sopenharmony_ci"Μεταγλωττισμένο με libpulse %s\n" 208453a5a1b3Sopenharmony_ci"Συνδεμένο με libpulse %s\n" 208553a5a1b3Sopenharmony_ci 208653a5a1b3Sopenharmony_ci#: src/utils/pacat.c:852 src/utils/pactl.c:2731 208753a5a1b3Sopenharmony_ci#, c-format 208853a5a1b3Sopenharmony_cimsgid "Invalid client name '%s'" 208953a5a1b3Sopenharmony_cimsgstr "Άκυρο όνομα πελάτη '%s'" 209053a5a1b3Sopenharmony_ci 209153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:867 209253a5a1b3Sopenharmony_ci#, c-format 209353a5a1b3Sopenharmony_cimsgid "Invalid stream name '%s'" 209453a5a1b3Sopenharmony_cimsgstr "Άκυρο όνομα ροής '%s'" 209553a5a1b3Sopenharmony_ci 209653a5a1b3Sopenharmony_ci#: src/utils/pacat.c:904 209753a5a1b3Sopenharmony_ci#, c-format 209853a5a1b3Sopenharmony_cimsgid "Invalid channel map '%s'" 209953a5a1b3Sopenharmony_cimsgstr "Άκυρη απεικόνιση καναλιού '%s'" 210053a5a1b3Sopenharmony_ci 210153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:933 src/utils/pacat.c:947 210253a5a1b3Sopenharmony_ci#, c-format 210353a5a1b3Sopenharmony_cimsgid "Invalid latency specification '%s'" 210453a5a1b3Sopenharmony_cimsgstr "Άκυρη προδιαγραφή λανθάνοντος χρόνου '%s'" 210553a5a1b3Sopenharmony_ci 210653a5a1b3Sopenharmony_ci#: src/utils/pacat.c:940 src/utils/pacat.c:954 210753a5a1b3Sopenharmony_ci#, c-format 210853a5a1b3Sopenharmony_cimsgid "Invalid process time specification '%s'" 210953a5a1b3Sopenharmony_cimsgstr "Άκυρη προδιαγραφή χρόνου επεξεργασίας '%s'" 211053a5a1b3Sopenharmony_ci 211153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:966 211253a5a1b3Sopenharmony_ci#, c-format 211353a5a1b3Sopenharmony_cimsgid "Invalid property '%s'" 211453a5a1b3Sopenharmony_cimsgstr "Άκυρη ιδιότητα '%s'" 211553a5a1b3Sopenharmony_ci 211653a5a1b3Sopenharmony_ci#: src/utils/pacat.c:985 211753a5a1b3Sopenharmony_ci#, c-format 211853a5a1b3Sopenharmony_cimsgid "Unknown file format %s." 211953a5a1b3Sopenharmony_cimsgstr "Άγνωστη μορφή αρχείου %s." 212053a5a1b3Sopenharmony_ci 212153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1000 212253a5a1b3Sopenharmony_cimsgid "Failed to parse the argument for --monitor-stream" 212353a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανάλυσης του ορίσματος για --monitor-stream" 212453a5a1b3Sopenharmony_ci 212553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1011 212653a5a1b3Sopenharmony_cimsgid "Invalid sample specification" 212753a5a1b3Sopenharmony_cimsgstr "Άκυρη προδιαγραφή δείγματος" 212853a5a1b3Sopenharmony_ci 212953a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1021 213053a5a1b3Sopenharmony_ci#, c-format 213153a5a1b3Sopenharmony_cimsgid "open(): %s" 213253a5a1b3Sopenharmony_cimsgstr "open(): %s" 213353a5a1b3Sopenharmony_ci 213453a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1026 213553a5a1b3Sopenharmony_ci#, c-format 213653a5a1b3Sopenharmony_cimsgid "dup2(): %s" 213753a5a1b3Sopenharmony_cimsgstr "dup2(): %s" 213853a5a1b3Sopenharmony_ci 213953a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1033 214053a5a1b3Sopenharmony_cimsgid "Too many arguments." 214153a5a1b3Sopenharmony_cimsgstr "Υπερβολικά ορίσματα." 214253a5a1b3Sopenharmony_ci 214353a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1044 214453a5a1b3Sopenharmony_cimsgid "Failed to generate sample specification for file." 214553a5a1b3Sopenharmony_cimsgstr "Αποτυχία δημιουργίας προδιαγραφής δείγματος για αρχείο." 214653a5a1b3Sopenharmony_ci 214753a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1082 214853a5a1b3Sopenharmony_cimsgid "Failed to open audio file." 214953a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανοίγματος αρχείου ήχου." 215053a5a1b3Sopenharmony_ci 215153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1088 215253a5a1b3Sopenharmony_cimsgid "" 215353a5a1b3Sopenharmony_ci"Warning: specified sample specification will be overwritten with " 215453a5a1b3Sopenharmony_ci"specification from file." 215553a5a1b3Sopenharmony_cimsgstr "" 215653a5a1b3Sopenharmony_ci"Προειδοποίηση: η συγκεκριμένη προδιαγραφή δείγματος θα αντικατασταθεί με την " 215753a5a1b3Sopenharmony_ci"προδιαγραφή από το αρχείο." 215853a5a1b3Sopenharmony_ci 215953a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1091 src/utils/pactl.c:2806 216053a5a1b3Sopenharmony_cimsgid "Failed to determine sample specification from file." 216153a5a1b3Sopenharmony_cimsgstr "Αποτυχία προσδιορισμού προδιαγραφής δείγματος από το αρχείο." 216253a5a1b3Sopenharmony_ci 216353a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1100 216453a5a1b3Sopenharmony_cimsgid "Warning: Failed to determine channel map from file." 216553a5a1b3Sopenharmony_cimsgstr "Προειδοποίηση: Αποτυχία προσδιορισμού απεικόνισης καναλιού από αρχείο." 216653a5a1b3Sopenharmony_ci 216753a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1111 216853a5a1b3Sopenharmony_cimsgid "Channel map doesn't match sample specification" 216953a5a1b3Sopenharmony_cimsgstr "Η απεικόνιση καναλιού δεν ταιριάζει στην προδιαγραφή του δείγματος" 217053a5a1b3Sopenharmony_ci 217153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1122 217253a5a1b3Sopenharmony_cimsgid "Warning: failed to write channel map to file." 217353a5a1b3Sopenharmony_cimsgstr "Προειδοποίηση: αποτυχία εγγραφής απεικόνισης καναλιού σε αρχείο." 217453a5a1b3Sopenharmony_ci 217553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1137 217653a5a1b3Sopenharmony_ci#, c-format 217753a5a1b3Sopenharmony_cimsgid "" 217853a5a1b3Sopenharmony_ci"Opening a %s stream with sample specification '%s' and channel map '%s'." 217953a5a1b3Sopenharmony_cimsgstr "" 218053a5a1b3Sopenharmony_ci"Άνοιγμα ροής %s με προδιαγραφή δείγματος '%s' και απεικόνιση καναλιού '%s'." 218153a5a1b3Sopenharmony_ci 218253a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1138 218353a5a1b3Sopenharmony_cimsgid "recording" 218453a5a1b3Sopenharmony_cimsgstr "Ηχογράφηση" 218553a5a1b3Sopenharmony_ci 218653a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1138 218753a5a1b3Sopenharmony_cimsgid "playback" 218853a5a1b3Sopenharmony_cimsgstr "Αναπαραγωγή" 218953a5a1b3Sopenharmony_ci 219053a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1162 219153a5a1b3Sopenharmony_cimsgid "Failed to set media name." 219253a5a1b3Sopenharmony_cimsgstr "Αποτυχία ορισμού ονόματος μέσων." 219353a5a1b3Sopenharmony_ci 219453a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1172 src/utils/pactl.c:3218 219553a5a1b3Sopenharmony_cimsgid "pa_mainloop_new() failed." 219653a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_mainloop_new()." 219753a5a1b3Sopenharmony_ci 219853a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1195 219953a5a1b3Sopenharmony_cimsgid "io_new() failed." 220053a5a1b3Sopenharmony_cimsgstr "Αποτυχία io_new()." 220153a5a1b3Sopenharmony_ci 220253a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1202 src/utils/pactl.c:3230 220353a5a1b3Sopenharmony_cimsgid "pa_context_new() failed." 220453a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_context_new()." 220553a5a1b3Sopenharmony_ci 220653a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1210 src/utils/pactl.c:3236 220753a5a1b3Sopenharmony_ci#, c-format 220853a5a1b3Sopenharmony_cimsgid "pa_context_connect() failed: %s" 220953a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_context_connect(): %s" 221053a5a1b3Sopenharmony_ci 221153a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1216 221253a5a1b3Sopenharmony_cimsgid "pa_context_rttime_new() failed." 221353a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_context_rttime_new()." 221453a5a1b3Sopenharmony_ci 221553a5a1b3Sopenharmony_ci#: src/utils/pacat.c:1223 src/utils/pactl.c:3241 221653a5a1b3Sopenharmony_cimsgid "pa_mainloop_run() failed." 221753a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_mainloop_run()." 221853a5a1b3Sopenharmony_ci 221953a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:51 src/utils/pactl.c:2643 222053a5a1b3Sopenharmony_cimsgid "NAME [ARGS ...]" 222153a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ [ΟΡΙΣΜΑΤΑ ...]" 222253a5a1b3Sopenharmony_ci 222353a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:52 src/utils/pacmd.c:60 src/utils/pactl.c:2644 222453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2651 src/utils/pactl.c:2652 222553a5a1b3Sopenharmony_cimsgid "NAME|#N" 222653a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ|#Ν" 222753a5a1b3Sopenharmony_ci 222853a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:53 src/utils/pacmd.c:63 src/utils/pactl.c:2642 222953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2649 223053a5a1b3Sopenharmony_cimsgid "NAME" 223153a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ" 223253a5a1b3Sopenharmony_ci 223353a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:54 223453a5a1b3Sopenharmony_cimsgid "NAME|#N VOLUME" 223553a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ| ΕΝΤΑΣΗ #Ν" 223653a5a1b3Sopenharmony_ci 223753a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:55 223853a5a1b3Sopenharmony_cimsgid "#N VOLUME" 223953a5a1b3Sopenharmony_cimsgstr "#Ν ΕΝΤΑΣΗ" 224053a5a1b3Sopenharmony_ci 224153a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:56 src/utils/pacmd.c:70 src/utils/pactl.c:2646 224253a5a1b3Sopenharmony_cimsgid "NAME|#N 1|0" 224353a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ|#Ν 1|0" 224453a5a1b3Sopenharmony_ci 224553a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:57 224653a5a1b3Sopenharmony_cimsgid "#N 1|0" 224753a5a1b3Sopenharmony_cimsgstr "#Ν 1|0" 224853a5a1b3Sopenharmony_ci 224953a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:58 225053a5a1b3Sopenharmony_cimsgid "NAME|#N KEY=VALUE" 225153a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ|#Ν KEY=VALUE" 225253a5a1b3Sopenharmony_ci 225353a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:59 225453a5a1b3Sopenharmony_cimsgid "#N KEY=VALUE" 225553a5a1b3Sopenharmony_cimsgstr "#N KEY=VALUE" 225653a5a1b3Sopenharmony_ci 225753a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:61 225853a5a1b3Sopenharmony_cimsgid "#N" 225953a5a1b3Sopenharmony_cimsgstr "#N" 226053a5a1b3Sopenharmony_ci 226153a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:62 226253a5a1b3Sopenharmony_cimsgid "NAME SINK|#N" 226353a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ ΔΕΚΤΗ|#Ν" 226453a5a1b3Sopenharmony_ci 226553a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:64 src/utils/pacmd.c:65 226653a5a1b3Sopenharmony_cimsgid "NAME FILENAME" 226753a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑΣΙΑ ΟΝΟΜΑΤΟΣ ΑΡΧΕΙΟΥ" 226853a5a1b3Sopenharmony_ci 226953a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:66 227053a5a1b3Sopenharmony_cimsgid "PATHNAME" 227153a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ ΔΙΑΔΡΟΜΗΣ" 227253a5a1b3Sopenharmony_ci 227353a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:67 227453a5a1b3Sopenharmony_cimsgid "FILENAME SINK|#N" 227553a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ ΑΡΧΕΙΟΥ ΔΕΚΤΗ|#Ν" 227653a5a1b3Sopenharmony_ci 227753a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:69 src/utils/pactl.c:2645 227853a5a1b3Sopenharmony_cimsgid "#N SINK|SOURCE" 227953a5a1b3Sopenharmony_cimsgstr "#Ν ΔΕΚΤΗΣ|ΠΗΓΗ" 228053a5a1b3Sopenharmony_ci 228153a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:71 src/utils/pacmd.c:77 src/utils/pacmd.c:78 228253a5a1b3Sopenharmony_cimsgid "1|0" 228353a5a1b3Sopenharmony_cimsgstr "1|0" 228453a5a1b3Sopenharmony_ci 228553a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:72 src/utils/pactl.c:2647 228653a5a1b3Sopenharmony_cimsgid "CARD PROFILE" 228753a5a1b3Sopenharmony_cimsgstr "ΚΑΤΑΤΟΜΗ ΚΑΡΤΑΣ" 228853a5a1b3Sopenharmony_ci 228953a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:73 src/utils/pactl.c:2650 229053a5a1b3Sopenharmony_cimsgid "NAME|#N PORT" 229153a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ|ΘΥΡΑ #Ν" 229253a5a1b3Sopenharmony_ci 229353a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:74 src/utils/pactl.c:2658 229453a5a1b3Sopenharmony_cimsgid "CARD-NAME|CARD-#N PORT OFFSET" 229553a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ ΚΑΡΤΑΣ|ΚΑΡΤΑ-#Ν ΑΝΤΙΣΤΑΘΜΙΣΗ ΘΥΡΑΣ" 229653a5a1b3Sopenharmony_ci 229753a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:75 229853a5a1b3Sopenharmony_cimsgid "TARGET" 229953a5a1b3Sopenharmony_cimsgstr "ΠΡΟΟΡΙΣΝΟΣ" 230053a5a1b3Sopenharmony_ci 230153a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:76 230253a5a1b3Sopenharmony_ci#, fuzzy 230353a5a1b3Sopenharmony_cimsgid "NUMERIC-LEVEL" 230453a5a1b3Sopenharmony_cimsgstr "ΑΡΙΘΜΗΤΙΚΟ ΕΠΙΠΕΔΟ" 230553a5a1b3Sopenharmony_ci 230653a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:79 230753a5a1b3Sopenharmony_cimsgid "FRAMES" 230853a5a1b3Sopenharmony_cimsgstr "ΠΛΑΙΣΙΑ" 230953a5a1b3Sopenharmony_ci 231053a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:80 src/utils/pactl.c:2659 231153a5a1b3Sopenharmony_cimsgid "RECIPIENT MESSAGE [MESSAGE_PARAMETERS]" 231253a5a1b3Sopenharmony_cimsgstr "" 231353a5a1b3Sopenharmony_ci 231453a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:82 231553a5a1b3Sopenharmony_ci#, c-format 231653a5a1b3Sopenharmony_cimsgid "" 231753a5a1b3Sopenharmony_ci"\n" 231853a5a1b3Sopenharmony_ci" -h, --help Show this help\n" 231953a5a1b3Sopenharmony_ci" --version Show version\n" 232053a5a1b3Sopenharmony_ci"When no command is given pacmd starts in the interactive mode.\n" 232153a5a1b3Sopenharmony_cimsgstr "" 232253a5a1b3Sopenharmony_ci"\n" 232353a5a1b3Sopenharmony_ci" -h, --help Εμφάνιση της βοήθειας\n" 232453a5a1b3Sopenharmony_ci" --version Εμφάνιση έκδοσης\n" 232553a5a1b3Sopenharmony_ci"Όταν δεν δίνεται καμιά εντολή pacmd ξεκινά στην διαδραστική λειτουργία.\n" 232653a5a1b3Sopenharmony_ci 232753a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:129 232853a5a1b3Sopenharmony_ci#, c-format 232953a5a1b3Sopenharmony_cimsgid "" 233053a5a1b3Sopenharmony_ci"pacmd %s\n" 233153a5a1b3Sopenharmony_ci"Compiled with libpulse %s\n" 233253a5a1b3Sopenharmony_ci"Linked with libpulse %s\n" 233353a5a1b3Sopenharmony_cimsgstr "" 233453a5a1b3Sopenharmony_ci"pacmd %s\n" 233553a5a1b3Sopenharmony_ci"Μεταγλωττισμένο με libpulse %s\n" 233653a5a1b3Sopenharmony_ci"Συνδεμένο με libpulse %s\n" 233753a5a1b3Sopenharmony_ci 233853a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:143 233953a5a1b3Sopenharmony_cimsgid "No PulseAudio daemon running, or not running as session daemon." 234053a5a1b3Sopenharmony_cimsgstr "" 234153a5a1b3Sopenharmony_ci"Δεν εκτελείται ο δαίμονας PulseAudio, ή δεν εκτελείται ως δαίμονας συνεδρίας." 234253a5a1b3Sopenharmony_ci 234353a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:148 234453a5a1b3Sopenharmony_ci#, c-format 234553a5a1b3Sopenharmony_cimsgid "socket(PF_UNIX, SOCK_STREAM, 0): %s" 234653a5a1b3Sopenharmony_cimsgstr "socket(PF_UNIX, SOCK_STREAM, 0): %s" 234753a5a1b3Sopenharmony_ci 234853a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:165 234953a5a1b3Sopenharmony_ci#, c-format 235053a5a1b3Sopenharmony_cimsgid "connect(): %s" 235153a5a1b3Sopenharmony_cimsgstr "connect(): %s" 235253a5a1b3Sopenharmony_ci 235353a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:173 235453a5a1b3Sopenharmony_cimsgid "Failed to kill PulseAudio daemon." 235553a5a1b3Sopenharmony_cimsgstr "Αποτυχία τερματισμού δαίμονα PulseAudio." 235653a5a1b3Sopenharmony_ci 235753a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:181 235853a5a1b3Sopenharmony_cimsgid "Daemon not responding." 235953a5a1b3Sopenharmony_cimsgstr "Ο δαίμονας δεν απαντά." 236053a5a1b3Sopenharmony_ci 236153a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:213 src/utils/pacmd.c:322 src/utils/pacmd.c:340 236253a5a1b3Sopenharmony_ci#, c-format 236353a5a1b3Sopenharmony_cimsgid "write(): %s" 236453a5a1b3Sopenharmony_cimsgstr "write(): %s" 236553a5a1b3Sopenharmony_ci 236653a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:269 236753a5a1b3Sopenharmony_ci#, c-format 236853a5a1b3Sopenharmony_cimsgid "poll(): %s" 236953a5a1b3Sopenharmony_cimsgstr "poll(): %s" 237053a5a1b3Sopenharmony_ci 237153a5a1b3Sopenharmony_ci#: src/utils/pacmd.c:280 src/utils/pacmd.c:300 237253a5a1b3Sopenharmony_ci#, c-format 237353a5a1b3Sopenharmony_cimsgid "read(): %s" 237453a5a1b3Sopenharmony_cimsgstr "read(): %s" 237553a5a1b3Sopenharmony_ci 237653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:183 237753a5a1b3Sopenharmony_ci#, c-format 237853a5a1b3Sopenharmony_cimsgid "Failed to get statistics: %s" 237953a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης στατιστικών: %s" 238053a5a1b3Sopenharmony_ci 238153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:199 238253a5a1b3Sopenharmony_ci#, fuzzy, c-format 238353a5a1b3Sopenharmony_cimsgid "Currently in use: %u block containing %s bytes total.\n" 238453a5a1b3Sopenharmony_cimsgid_plural "Currently in use: %u blocks containing %s bytes total.\n" 238553a5a1b3Sopenharmony_cimsgstr[0] "" 238653a5a1b3Sopenharmony_ci"Χρησιμοποιούνται τώρα: %u ομάδες που περιέχουν συνολικά %s ψηφιολέξεις.\n" 238753a5a1b3Sopenharmony_cimsgstr[1] "" 238853a5a1b3Sopenharmony_ci"Χρησιμοποιούνται τώρα: %u ομάδες που περιέχουν συνολικά %s ψηφιολέξεις.\n" 238953a5a1b3Sopenharmony_ci 239053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:205 239153a5a1b3Sopenharmony_ci#, fuzzy, c-format 239253a5a1b3Sopenharmony_cimsgid "Allocated during whole lifetime: %u block containing %s bytes total.\n" 239353a5a1b3Sopenharmony_cimsgid_plural "" 239453a5a1b3Sopenharmony_ci"Allocated during whole lifetime: %u blocks containing %s bytes total.\n" 239553a5a1b3Sopenharmony_cimsgstr[0] "" 239653a5a1b3Sopenharmony_ci"Κατανεμημένα κατά τη διάρκεια του συνολικού χρόνου ζωής: %u ομάδες που " 239753a5a1b3Sopenharmony_ci"περιέχουν συνολικά %s ψηφιολέξεις.\n" 239853a5a1b3Sopenharmony_cimsgstr[1] "" 239953a5a1b3Sopenharmony_ci"Κατανεμημένα κατά τη διάρκεια του συνολικού χρόνου ζωής: %u ομάδες που " 240053a5a1b3Sopenharmony_ci"περιέχουν συνολικά %s ψηφιολέξεις.\n" 240153a5a1b3Sopenharmony_ci 240253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:211 240353a5a1b3Sopenharmony_ci#, c-format 240453a5a1b3Sopenharmony_cimsgid "Sample cache size: %s\n" 240553a5a1b3Sopenharmony_cimsgstr "μέγεθος κρυφής μνήμης δείγματος: %s\n" 240653a5a1b3Sopenharmony_ci 240753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:219 src/utils/pactl.c:231 src/utils/pactl.c:245 240853a5a1b3Sopenharmony_ci#, c-format 240953a5a1b3Sopenharmony_cimsgid "Failed to get server information: %s" 241053a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης πληροφοριών διακομιστή: %s" 241153a5a1b3Sopenharmony_ci 241253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:224 src/utils/pactl.c:236 241353a5a1b3Sopenharmony_ci#, fuzzy, c-format 241453a5a1b3Sopenharmony_cimsgid "%s\n" 241553a5a1b3Sopenharmony_cimsgstr "%s %s\n" 241653a5a1b3Sopenharmony_ci 241753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:281 241853a5a1b3Sopenharmony_ci#, c-format 241953a5a1b3Sopenharmony_cimsgid "" 242053a5a1b3Sopenharmony_ci"Server String: %s\n" 242153a5a1b3Sopenharmony_ci"Library Protocol Version: %u\n" 242253a5a1b3Sopenharmony_ci"Server Protocol Version: %u\n" 242353a5a1b3Sopenharmony_ci"Is Local: %s\n" 242453a5a1b3Sopenharmony_ci"Client Index: %u\n" 242553a5a1b3Sopenharmony_ci"Tile Size: %zu\n" 242653a5a1b3Sopenharmony_cimsgstr "" 242753a5a1b3Sopenharmony_ci"Συμβολοσειρά διακομιστή: %s\n" 242853a5a1b3Sopenharmony_ci"Έκδοση πρωτοκόλλου βιβλιοθήκης: %u\n" 242953a5a1b3Sopenharmony_ci"Έκδοση πρωτοκόλλου διακομιστή: %u\n" 243053a5a1b3Sopenharmony_ci"Είναι τοπικό: %s\n" 243153a5a1b3Sopenharmony_ci"Δείκτης πελάτη: %u\n" 243253a5a1b3Sopenharmony_ci"Μέγεθος παράθεσης: %zu\n" 243353a5a1b3Sopenharmony_ci 243453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:294 243553a5a1b3Sopenharmony_ci#, c-format 243653a5a1b3Sopenharmony_cimsgid "" 243753a5a1b3Sopenharmony_ci"User Name: %s\n" 243853a5a1b3Sopenharmony_ci"Host Name: %s\n" 243953a5a1b3Sopenharmony_ci"Server Name: %s\n" 244053a5a1b3Sopenharmony_ci"Server Version: %s\n" 244153a5a1b3Sopenharmony_ci"Default Sample Specification: %s\n" 244253a5a1b3Sopenharmony_ci"Default Channel Map: %s\n" 244353a5a1b3Sopenharmony_ci"Default Sink: %s\n" 244453a5a1b3Sopenharmony_ci"Default Source: %s\n" 244553a5a1b3Sopenharmony_ci"Cookie: %04x:%04x\n" 244653a5a1b3Sopenharmony_cimsgstr "" 244753a5a1b3Sopenharmony_ci"Όνομα χρήστη: %s\n" 244853a5a1b3Sopenharmony_ci"Όνομα οικοδεσπότη: %s\n" 244953a5a1b3Sopenharmony_ci"Όνομα διακομιστή: %s\n" 245053a5a1b3Sopenharmony_ci"Έκδοση διακομιστή: %s\n" 245153a5a1b3Sopenharmony_ci"Προεπιλεγμένη προδιαγραφή δείγματος: %s\n" 245253a5a1b3Sopenharmony_ci"Προεπιλεγμένη απεικόνιση καναλιού: %s\n" 245353a5a1b3Sopenharmony_ci"Προεπιλεγμένος δέκτης: %s\n" 245453a5a1b3Sopenharmony_ci"Προεπιλεγμένη πηγή: %s\n" 245553a5a1b3Sopenharmony_ci"Μπισκότο: %04x:%04x\n" 245653a5a1b3Sopenharmony_ci 245753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:320 245853a5a1b3Sopenharmony_cimsgid "availability unknown" 245953a5a1b3Sopenharmony_cimsgstr "" 246053a5a1b3Sopenharmony_ci 246153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:321 246253a5a1b3Sopenharmony_cimsgid "available" 246353a5a1b3Sopenharmony_cimsgstr "" 246453a5a1b3Sopenharmony_ci 246553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:322 246653a5a1b3Sopenharmony_cimsgid "not available" 246753a5a1b3Sopenharmony_cimsgstr "" 246853a5a1b3Sopenharmony_ci 246953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:331 src/utils/pactl.c:355 247053a5a1b3Sopenharmony_ci#, fuzzy 247153a5a1b3Sopenharmony_cimsgid "Unknown" 247253a5a1b3Sopenharmony_cimsgstr "άγνωστο" 247353a5a1b3Sopenharmony_ci 247453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:332 247553a5a1b3Sopenharmony_cimsgid "Aux" 247653a5a1b3Sopenharmony_cimsgstr "" 247753a5a1b3Sopenharmony_ci 247853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:335 247953a5a1b3Sopenharmony_ci#, fuzzy 248053a5a1b3Sopenharmony_cimsgid "Line" 248153a5a1b3Sopenharmony_cimsgstr "Γραμμή εισόδου" 248253a5a1b3Sopenharmony_ci 248353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:336 248453a5a1b3Sopenharmony_cimsgid "Mic" 248553a5a1b3Sopenharmony_cimsgstr "" 248653a5a1b3Sopenharmony_ci 248753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:338 248853a5a1b3Sopenharmony_ci#, fuzzy 248953a5a1b3Sopenharmony_cimsgid "Handset" 249053a5a1b3Sopenharmony_cimsgstr "Ακουστικά" 249153a5a1b3Sopenharmony_ci 249253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:339 249353a5a1b3Sopenharmony_cimsgid "Earpiece" 249453a5a1b3Sopenharmony_cimsgstr "" 249553a5a1b3Sopenharmony_ci 249653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:340 249753a5a1b3Sopenharmony_cimsgid "SPDIF" 249853a5a1b3Sopenharmony_cimsgstr "" 249953a5a1b3Sopenharmony_ci 250053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:341 250153a5a1b3Sopenharmony_cimsgid "HDMI" 250253a5a1b3Sopenharmony_cimsgstr "" 250353a5a1b3Sopenharmony_ci 250453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:342 250553a5a1b3Sopenharmony_cimsgid "TV" 250653a5a1b3Sopenharmony_cimsgstr "" 250753a5a1b3Sopenharmony_ci 250853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:345 250953a5a1b3Sopenharmony_cimsgid "USB" 251053a5a1b3Sopenharmony_cimsgstr "" 251153a5a1b3Sopenharmony_ci 251253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:346 251353a5a1b3Sopenharmony_ci#, fuzzy 251453a5a1b3Sopenharmony_cimsgid "Bluetooth" 251553a5a1b3Sopenharmony_cimsgstr "Είσοδος μπλουτούθ" 251653a5a1b3Sopenharmony_ci 251753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:352 251853a5a1b3Sopenharmony_cimsgid "Network" 251953a5a1b3Sopenharmony_cimsgstr "" 252053a5a1b3Sopenharmony_ci 252153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:353 252253a5a1b3Sopenharmony_ci#, fuzzy 252353a5a1b3Sopenharmony_cimsgid "Analog" 252453a5a1b3Sopenharmony_cimsgstr "Αναλογικό μονοφωνικό" 252553a5a1b3Sopenharmony_ci 252653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:567 src/utils/pactl.c:1834 src/utils/pactl.c:1852 252753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1875 src/utils/pactl.c:1992 252853a5a1b3Sopenharmony_ci#, c-format 252953a5a1b3Sopenharmony_cimsgid "Failed to get sink information: %s" 253053a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης πληροφοριών δέκτη: %s" 253153a5a1b3Sopenharmony_ci 253253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:664 253353a5a1b3Sopenharmony_ci#, c-format 253453a5a1b3Sopenharmony_cimsgid "" 253553a5a1b3Sopenharmony_ci"Sink #%u\n" 253653a5a1b3Sopenharmony_ci"\tState: %s\n" 253753a5a1b3Sopenharmony_ci"\tName: %s\n" 253853a5a1b3Sopenharmony_ci"\tDescription: %s\n" 253953a5a1b3Sopenharmony_ci"\tDriver: %s\n" 254053a5a1b3Sopenharmony_ci"\tSample Specification: %s\n" 254153a5a1b3Sopenharmony_ci"\tChannel Map: %s\n" 254253a5a1b3Sopenharmony_ci"\tOwner Module: %u\n" 254353a5a1b3Sopenharmony_ci"\tMute: %s\n" 254453a5a1b3Sopenharmony_ci"\tVolume: %s\n" 254553a5a1b3Sopenharmony_ci"\t balance %0.2f\n" 254653a5a1b3Sopenharmony_ci"\tBase Volume: %s\n" 254753a5a1b3Sopenharmony_ci"\tMonitor Source: %s\n" 254853a5a1b3Sopenharmony_ci"\tLatency: %0.0f usec, configured %0.0f usec\n" 254953a5a1b3Sopenharmony_ci"\tFlags: %s%s%s%s%s%s%s\n" 255053a5a1b3Sopenharmony_ci"\tProperties:\n" 255153a5a1b3Sopenharmony_ci"\t\t%s\n" 255253a5a1b3Sopenharmony_cimsgstr "" 255353a5a1b3Sopenharmony_ci"Δέκτης #%u\n" 255453a5a1b3Sopenharmony_ci"\tΚατάσταση: %s\n" 255553a5a1b3Sopenharmony_ci"\tΌνομα: %s\n" 255653a5a1b3Sopenharmony_ci"\tΠεριγραφή: %s\n" 255753a5a1b3Sopenharmony_ci"\tΟδηγός: %s\n" 255853a5a1b3Sopenharmony_ci"\tΠροδιαγραφή δείγματος: %s\n" 255953a5a1b3Sopenharmony_ci"\tΑπεικόνιση καναλιού: %s\n" 256053a5a1b3Sopenharmony_ci"\tΕνότητα κατόχου: %u\n" 256153a5a1b3Sopenharmony_ci"\tΣίγαση: %s\n" 256253a5a1b3Sopenharmony_ci"\tΈνταση: %s\n" 256353a5a1b3Sopenharmony_ci"\t ισορροπία %0.2f\n" 256453a5a1b3Sopenharmony_ci"\tΒασική ένταση: %s\n" 256553a5a1b3Sopenharmony_ci"\tΠηγή οθόνης: %s\n" 256653a5a1b3Sopenharmony_ci"\tΛανθάνων χρόνος: %0.0f usec, ρυθμισμένο %0.0f usec\n" 256753a5a1b3Sopenharmony_ci"\tΣημαίες: %s%s%s%s%s%s%s\n" 256853a5a1b3Sopenharmony_ci"\tΙδιότητες:\n" 256953a5a1b3Sopenharmony_ci"\t\t%s\n" 257053a5a1b3Sopenharmony_ci 257153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:706 src/utils/pactl.c:890 src/utils/pactl.c:1251 257253a5a1b3Sopenharmony_ci#, c-format 257353a5a1b3Sopenharmony_cimsgid "\tPorts:\n" 257453a5a1b3Sopenharmony_cimsgstr "\tΘύρες:\n" 257553a5a1b3Sopenharmony_ci 257653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:708 src/utils/pactl.c:892 257753a5a1b3Sopenharmony_ci#, c-format 257853a5a1b3Sopenharmony_cimsgid "\t\t%s: %s (type: %s, priority: %u%s%s, %s)\n" 257953a5a1b3Sopenharmony_cimsgstr "" 258053a5a1b3Sopenharmony_ci 258153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:710 src/utils/pactl.c:894 src/utils/pactl.c:1256 258253a5a1b3Sopenharmony_cimsgid ", availability group: " 258353a5a1b3Sopenharmony_cimsgstr "" 258453a5a1b3Sopenharmony_ci 258553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:715 src/utils/pactl.c:899 258653a5a1b3Sopenharmony_ci#, c-format 258753a5a1b3Sopenharmony_cimsgid "\tActive Port: %s\n" 258853a5a1b3Sopenharmony_cimsgstr "\tΕνεργή θύρα: %s\n" 258953a5a1b3Sopenharmony_ci 259053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:721 src/utils/pactl.c:905 259153a5a1b3Sopenharmony_ci#, c-format 259253a5a1b3Sopenharmony_cimsgid "\tFormats:\n" 259353a5a1b3Sopenharmony_cimsgstr "\tΜορφές:\n" 259453a5a1b3Sopenharmony_ci 259553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:753 src/utils/pactl.c:1893 src/utils/pactl.c:1911 259653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1934 src/utils/pactl.c:2007 259753a5a1b3Sopenharmony_ci#, c-format 259853a5a1b3Sopenharmony_cimsgid "Failed to get source information: %s" 259953a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης πληροφοριών πηγής: %s" 260053a5a1b3Sopenharmony_ci 260153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:849 260253a5a1b3Sopenharmony_ci#, c-format 260353a5a1b3Sopenharmony_cimsgid "" 260453a5a1b3Sopenharmony_ci"Source #%u\n" 260553a5a1b3Sopenharmony_ci"\tState: %s\n" 260653a5a1b3Sopenharmony_ci"\tName: %s\n" 260753a5a1b3Sopenharmony_ci"\tDescription: %s\n" 260853a5a1b3Sopenharmony_ci"\tDriver: %s\n" 260953a5a1b3Sopenharmony_ci"\tSample Specification: %s\n" 261053a5a1b3Sopenharmony_ci"\tChannel Map: %s\n" 261153a5a1b3Sopenharmony_ci"\tOwner Module: %u\n" 261253a5a1b3Sopenharmony_ci"\tMute: %s\n" 261353a5a1b3Sopenharmony_ci"\tVolume: %s\n" 261453a5a1b3Sopenharmony_ci"\t balance %0.2f\n" 261553a5a1b3Sopenharmony_ci"\tBase Volume: %s\n" 261653a5a1b3Sopenharmony_ci"\tMonitor of Sink: %s\n" 261753a5a1b3Sopenharmony_ci"\tLatency: %0.0f usec, configured %0.0f usec\n" 261853a5a1b3Sopenharmony_ci"\tFlags: %s%s%s%s%s%s\n" 261953a5a1b3Sopenharmony_ci"\tProperties:\n" 262053a5a1b3Sopenharmony_ci"\t\t%s\n" 262153a5a1b3Sopenharmony_cimsgstr "" 262253a5a1b3Sopenharmony_ci"Πηγή #%u\n" 262353a5a1b3Sopenharmony_ci"\tΚατάσταση: %s\n" 262453a5a1b3Sopenharmony_ci"\tΌνομα: %s\n" 262553a5a1b3Sopenharmony_ci"\tΠεριγραφή: %s\n" 262653a5a1b3Sopenharmony_ci"\tΟδηγός: %s\n" 262753a5a1b3Sopenharmony_ci"\tΠροδιαγραφή δείγματος: %s\n" 262853a5a1b3Sopenharmony_ci"\tΑπεικόνιση καναλιού: %s\n" 262953a5a1b3Sopenharmony_ci"\tΕνότητα κατόχου: %u\n" 263053a5a1b3Sopenharmony_ci"\tΣίγαση: %s\n" 263153a5a1b3Sopenharmony_ci"\tΈνταση: %s\n" 263253a5a1b3Sopenharmony_ci"\t ισορροπία %0.2f\n" 263353a5a1b3Sopenharmony_ci"\tΒασική ένταση: %s\n" 263453a5a1b3Sopenharmony_ci"\tΟθόνη δέκτη: %s\n" 263553a5a1b3Sopenharmony_ci"\tΛανθάνων χρόνος: %0.0f usec, ρυθμισμένο %0.0f usec\n" 263653a5a1b3Sopenharmony_ci"\tΣημαίες: %s%s%s%s%s%s\n" 263753a5a1b3Sopenharmony_ci"\tΙδιότητες:\n" 263853a5a1b3Sopenharmony_ci"\t\t%s\n" 263953a5a1b3Sopenharmony_ci 264053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:877 src/utils/pactl.c:962 src/utils/pactl.c:1062 264153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1232 src/utils/pactl.c:1384 src/utils/pactl.c:1385 264253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1396 src/utils/pactl.c:1507 src/utils/pactl.c:1508 264353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1519 src/utils/pactl.c:1557 src/utils/pactl.c:1582 264453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1624 264553a5a1b3Sopenharmony_cimsgid "n/a" 264653a5a1b3Sopenharmony_cimsgstr "μη διαθέσιμο" 264753a5a1b3Sopenharmony_ci 264853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:924 src/utils/pactl.c:1793 264953a5a1b3Sopenharmony_ci#, c-format 265053a5a1b3Sopenharmony_cimsgid "Failed to get module information: %s" 265153a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης πληροφοριών ενότητας: %s" 265253a5a1b3Sopenharmony_ci 265353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:976 265453a5a1b3Sopenharmony_ci#, c-format 265553a5a1b3Sopenharmony_cimsgid "" 265653a5a1b3Sopenharmony_ci"Module #%u\n" 265753a5a1b3Sopenharmony_ci"\tName: %s\n" 265853a5a1b3Sopenharmony_ci"\tArgument: %s\n" 265953a5a1b3Sopenharmony_ci"\tUsage counter: %s\n" 266053a5a1b3Sopenharmony_ci"\tProperties:\n" 266153a5a1b3Sopenharmony_ci"\t\t%s\n" 266253a5a1b3Sopenharmony_cimsgstr "" 266353a5a1b3Sopenharmony_ci"Ενότητα #%u\n" 266453a5a1b3Sopenharmony_ci"\tΌνομα: %s\n" 266553a5a1b3Sopenharmony_ci"\tΌρισμα: %s\n" 266653a5a1b3Sopenharmony_ci"\tΜετρητής χρήσης: %s\n" 266753a5a1b3Sopenharmony_ci"\tΙδιότητες:\n" 266853a5a1b3Sopenharmony_ci"\t\t%s\n" 266953a5a1b3Sopenharmony_ci 267053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1002 267153a5a1b3Sopenharmony_ci#, c-format 267253a5a1b3Sopenharmony_cimsgid "Failed to get client information: %s" 267353a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης πληροφοριών πελάτη: %s" 267453a5a1b3Sopenharmony_ci 267553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1056 267653a5a1b3Sopenharmony_ci#, c-format 267753a5a1b3Sopenharmony_cimsgid "" 267853a5a1b3Sopenharmony_ci"Client #%u\n" 267953a5a1b3Sopenharmony_ci"\tDriver: %s\n" 268053a5a1b3Sopenharmony_ci"\tOwner Module: %s\n" 268153a5a1b3Sopenharmony_ci"\tProperties:\n" 268253a5a1b3Sopenharmony_ci"\t\t%s\n" 268353a5a1b3Sopenharmony_cimsgstr "" 268453a5a1b3Sopenharmony_ci"Πελάτης #%u\n" 268553a5a1b3Sopenharmony_ci"\tΟδηγός: %s\n" 268653a5a1b3Sopenharmony_ci"\tΕνότητα κατόχου: %s\n" 268753a5a1b3Sopenharmony_ci"\tΙδιότητες:\n" 268853a5a1b3Sopenharmony_ci"\t\t%s\n" 268953a5a1b3Sopenharmony_ci 269053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1168 269153a5a1b3Sopenharmony_ci#, c-format 269253a5a1b3Sopenharmony_cimsgid "Failed to get card information: %s" 269353a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης πληροφοριών κάρτας: %s" 269453a5a1b3Sopenharmony_ci 269553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1224 269653a5a1b3Sopenharmony_ci#, c-format 269753a5a1b3Sopenharmony_cimsgid "" 269853a5a1b3Sopenharmony_ci"Card #%u\n" 269953a5a1b3Sopenharmony_ci"\tName: %s\n" 270053a5a1b3Sopenharmony_ci"\tDriver: %s\n" 270153a5a1b3Sopenharmony_ci"\tOwner Module: %s\n" 270253a5a1b3Sopenharmony_ci"\tProperties:\n" 270353a5a1b3Sopenharmony_ci"\t\t%s\n" 270453a5a1b3Sopenharmony_cimsgstr "" 270553a5a1b3Sopenharmony_ci"Κάρτα #%u\n" 270653a5a1b3Sopenharmony_ci"\tΌνομα: %s\n" 270753a5a1b3Sopenharmony_ci"\tΟδηγός: %s\n" 270853a5a1b3Sopenharmony_ci"\tΕνότητα κατόχου: %s\n" 270953a5a1b3Sopenharmony_ci"\tΙδιότητες:\n" 271053a5a1b3Sopenharmony_ci"\t\t%s\n" 271153a5a1b3Sopenharmony_ci 271253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1238 271353a5a1b3Sopenharmony_ci#, c-format 271453a5a1b3Sopenharmony_cimsgid "\tProfiles:\n" 271553a5a1b3Sopenharmony_cimsgstr "\tΚατατομές:\n" 271653a5a1b3Sopenharmony_ci 271753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1240 271853a5a1b3Sopenharmony_ci#, c-format 271953a5a1b3Sopenharmony_cimsgid "\t\t%s: %s (sinks: %u, sources: %u, priority: %u, available: %s)\n" 272053a5a1b3Sopenharmony_cimsgstr "" 272153a5a1b3Sopenharmony_ci 272253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1245 272353a5a1b3Sopenharmony_ci#, c-format 272453a5a1b3Sopenharmony_cimsgid "\tActive Profile: %s\n" 272553a5a1b3Sopenharmony_cimsgstr "\tΕνεργή κατατομή: %s\n" 272653a5a1b3Sopenharmony_ci 272753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1254 272853a5a1b3Sopenharmony_ci#, c-format 272953a5a1b3Sopenharmony_cimsgid "" 273053a5a1b3Sopenharmony_ci"\t\t%s: %s (type: %s, priority: %u, latency offset: %<PRId64> usec%s%s, %s)\n" 273153a5a1b3Sopenharmony_cimsgstr "" 273253a5a1b3Sopenharmony_ci 273353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1261 273453a5a1b3Sopenharmony_ci#, c-format 273553a5a1b3Sopenharmony_cimsgid "" 273653a5a1b3Sopenharmony_ci"\t\t\tProperties:\n" 273753a5a1b3Sopenharmony_ci"\t\t\t\t%s\n" 273853a5a1b3Sopenharmony_cimsgstr "" 273953a5a1b3Sopenharmony_ci"\t\t\tΙδιότητες:\n" 274053a5a1b3Sopenharmony_ci"\t\t\t\t%s\n" 274153a5a1b3Sopenharmony_ci 274253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1265 274353a5a1b3Sopenharmony_ci#, c-format 274453a5a1b3Sopenharmony_cimsgid "\t\t\tPart of profile(s): %s" 274553a5a1b3Sopenharmony_cimsgstr "\t\t\tΤμήμα των κατατομών: %s" 274653a5a1b3Sopenharmony_ci 274753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1290 src/utils/pactl.c:1954 src/utils/pactl.c:2022 274853a5a1b3Sopenharmony_ci#, c-format 274953a5a1b3Sopenharmony_cimsgid "Failed to get sink input information: %s" 275053a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης πληροφοριών εισόδου δέκτη: %s" 275153a5a1b3Sopenharmony_ci 275253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1366 275353a5a1b3Sopenharmony_ci#, c-format 275453a5a1b3Sopenharmony_cimsgid "" 275553a5a1b3Sopenharmony_ci"Sink Input #%u\n" 275653a5a1b3Sopenharmony_ci"\tDriver: %s\n" 275753a5a1b3Sopenharmony_ci"\tOwner Module: %s\n" 275853a5a1b3Sopenharmony_ci"\tClient: %s\n" 275953a5a1b3Sopenharmony_ci"\tSink: %u\n" 276053a5a1b3Sopenharmony_ci"\tSample Specification: %s\n" 276153a5a1b3Sopenharmony_ci"\tChannel Map: %s\n" 276253a5a1b3Sopenharmony_ci"\tFormat: %s\n" 276353a5a1b3Sopenharmony_ci"\tCorked: %s\n" 276453a5a1b3Sopenharmony_ci"\tMute: %s\n" 276553a5a1b3Sopenharmony_ci"\tVolume: %s\n" 276653a5a1b3Sopenharmony_ci"\t balance %0.2f\n" 276753a5a1b3Sopenharmony_ci"\tBuffer Latency: %0.0f usec\n" 276853a5a1b3Sopenharmony_ci"\tSink Latency: %0.0f usec\n" 276953a5a1b3Sopenharmony_ci"\tResample method: %s\n" 277053a5a1b3Sopenharmony_ci"\tProperties:\n" 277153a5a1b3Sopenharmony_ci"\t\t%s\n" 277253a5a1b3Sopenharmony_cimsgstr "" 277353a5a1b3Sopenharmony_ci"Είσοδος δέκτη #%u\n" 277453a5a1b3Sopenharmony_ci"\tΟδηγός: %s\n" 277553a5a1b3Sopenharmony_ci"\tΕνότητα κατόχου: %s\n" 277653a5a1b3Sopenharmony_ci"\tΠελάτης: %s\n" 277753a5a1b3Sopenharmony_ci"\tΔέκτης: %u\n" 277853a5a1b3Sopenharmony_ci"\tΠροδιαγραφή δείγματος: %s\n" 277953a5a1b3Sopenharmony_ci"\tΑπεικόνιση καναλιού: %s\n" 278053a5a1b3Sopenharmony_ci"\tΜορφή: %s\n" 278153a5a1b3Sopenharmony_ci"\tCorked: %s\n" 278253a5a1b3Sopenharmony_ci"\tΣίγαση: %s\n" 278353a5a1b3Sopenharmony_ci"\tΈνταση: %s\n" 278453a5a1b3Sopenharmony_ci"\t ισορροπία %0.2f\n" 278553a5a1b3Sopenharmony_ci"\tΛανθάνων χρόνος ενδιάμεσης μνήμης: %0.0f usec\n" 278653a5a1b3Sopenharmony_ci"\tΛανθάνων χρόνος δέκτη: %0.0f usec\n" 278753a5a1b3Sopenharmony_ci"\tΜέθοδος επαναδειγματοληψίας: %s\n" 278853a5a1b3Sopenharmony_ci"\tΙδιότητες:\n" 278953a5a1b3Sopenharmony_ci"\t\t%s\n" 279053a5a1b3Sopenharmony_ci 279153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1413 src/utils/pactl.c:1974 src/utils/pactl.c:2037 279253a5a1b3Sopenharmony_ci#, c-format 279353a5a1b3Sopenharmony_cimsgid "Failed to get source output information: %s" 279453a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης πληροφοριών εξόδου πηγής: %s" 279553a5a1b3Sopenharmony_ci 279653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1489 279753a5a1b3Sopenharmony_ci#, c-format 279853a5a1b3Sopenharmony_cimsgid "" 279953a5a1b3Sopenharmony_ci"Source Output #%u\n" 280053a5a1b3Sopenharmony_ci"\tDriver: %s\n" 280153a5a1b3Sopenharmony_ci"\tOwner Module: %s\n" 280253a5a1b3Sopenharmony_ci"\tClient: %s\n" 280353a5a1b3Sopenharmony_ci"\tSource: %u\n" 280453a5a1b3Sopenharmony_ci"\tSample Specification: %s\n" 280553a5a1b3Sopenharmony_ci"\tChannel Map: %s\n" 280653a5a1b3Sopenharmony_ci"\tFormat: %s\n" 280753a5a1b3Sopenharmony_ci"\tCorked: %s\n" 280853a5a1b3Sopenharmony_ci"\tMute: %s\n" 280953a5a1b3Sopenharmony_ci"\tVolume: %s\n" 281053a5a1b3Sopenharmony_ci"\t balance %0.2f\n" 281153a5a1b3Sopenharmony_ci"\tBuffer Latency: %0.0f usec\n" 281253a5a1b3Sopenharmony_ci"\tSource Latency: %0.0f usec\n" 281353a5a1b3Sopenharmony_ci"\tResample method: %s\n" 281453a5a1b3Sopenharmony_ci"\tProperties:\n" 281553a5a1b3Sopenharmony_ci"\t\t%s\n" 281653a5a1b3Sopenharmony_cimsgstr "" 281753a5a1b3Sopenharmony_ci"Έξοδος πηγής #%u\n" 281853a5a1b3Sopenharmony_ci"\tΟδηγός: %s\n" 281953a5a1b3Sopenharmony_ci"\tΕνότητα κατόχου: %s\n" 282053a5a1b3Sopenharmony_ci"\tΠελάτης: %s\n" 282153a5a1b3Sopenharmony_ci"\tΔέκτης: %u\n" 282253a5a1b3Sopenharmony_ci"\tΠροδιαγραφή δείγματος: %s\n" 282353a5a1b3Sopenharmony_ci"\tΑπεικόνιση καναλιού: %s\n" 282453a5a1b3Sopenharmony_ci"\tΜορφή: %s\n" 282553a5a1b3Sopenharmony_ci"\tCorked: %s\n" 282653a5a1b3Sopenharmony_ci"\tΣίγαση: %s\n" 282753a5a1b3Sopenharmony_ci"\tΈνταση: %s\n" 282853a5a1b3Sopenharmony_ci"\t ισορροπία %0.2f\n" 282953a5a1b3Sopenharmony_ci"\tΛανθάνων χρόνος ενδιάμεσης μνήμης: %0.0f usec\n" 283053a5a1b3Sopenharmony_ci"\tΛανθάνων χρόνος δέκτη: %0.0f usec\n" 283153a5a1b3Sopenharmony_ci"\tΜέθοδος επαναδειγματοληψίας: %s\n" 283253a5a1b3Sopenharmony_ci"\tΙδιότητες:\n" 283353a5a1b3Sopenharmony_ci"\t\t%s\n" 283453a5a1b3Sopenharmony_ci 283553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1536 283653a5a1b3Sopenharmony_ci#, c-format 283753a5a1b3Sopenharmony_cimsgid "Failed to get sample information: %s" 283853a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης πληροφοριών δείγματος: %s" 283953a5a1b3Sopenharmony_ci 284053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1604 284153a5a1b3Sopenharmony_ci#, c-format 284253a5a1b3Sopenharmony_cimsgid "" 284353a5a1b3Sopenharmony_ci"Sample #%u\n" 284453a5a1b3Sopenharmony_ci"\tName: %s\n" 284553a5a1b3Sopenharmony_ci"\tSample Specification: %s\n" 284653a5a1b3Sopenharmony_ci"\tChannel Map: %s\n" 284753a5a1b3Sopenharmony_ci"\tVolume: %s\n" 284853a5a1b3Sopenharmony_ci"\t balance %0.2f\n" 284953a5a1b3Sopenharmony_ci"\tDuration: %0.1fs\n" 285053a5a1b3Sopenharmony_ci"\tSize: %s\n" 285153a5a1b3Sopenharmony_ci"\tLazy: %s\n" 285253a5a1b3Sopenharmony_ci"\tFilename: %s\n" 285353a5a1b3Sopenharmony_ci"\tProperties:\n" 285453a5a1b3Sopenharmony_ci"\t\t%s\n" 285553a5a1b3Sopenharmony_cimsgstr "" 285653a5a1b3Sopenharmony_ci"Δείγμα #%u\n" 285753a5a1b3Sopenharmony_ci"\tΌνομα: %s\n" 285853a5a1b3Sopenharmony_ci"\tΠροδιαγραφή δείγματος: %s\n" 285953a5a1b3Sopenharmony_ci"\tΑπεικόνιση καναλιού: %s\n" 286053a5a1b3Sopenharmony_ci"\tΈνταση: %s\n" 286153a5a1b3Sopenharmony_ci"\t ισορροπία %0.2f\n" 286253a5a1b3Sopenharmony_ci"\tΔιάρκεια: %0.1fs\n" 286353a5a1b3Sopenharmony_ci"\tΜέγεθος: %s\n" 286453a5a1b3Sopenharmony_ci"\tΟκνηρότητα: %s\n" 286553a5a1b3Sopenharmony_ci"\tΌνομα αρχείου: %s\n" 286653a5a1b3Sopenharmony_ci"\tΙδιότητες:\n" 286753a5a1b3Sopenharmony_ci"\t\t%s\n" 286853a5a1b3Sopenharmony_ci 286953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1633 src/utils/pactl.c:1643 287053a5a1b3Sopenharmony_ci#, c-format 287153a5a1b3Sopenharmony_cimsgid "Failure: %s" 287253a5a1b3Sopenharmony_cimsgstr "Αποτυχία: %s" 287353a5a1b3Sopenharmony_ci 287453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1667 287553a5a1b3Sopenharmony_ci#, fuzzy, c-format 287653a5a1b3Sopenharmony_cimsgid "Send message failed: %s" 287753a5a1b3Sopenharmony_cimsgstr "Αποτυχία read(): %s" 287853a5a1b3Sopenharmony_ci 287953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1695 288053a5a1b3Sopenharmony_ci#, c-format 288153a5a1b3Sopenharmony_cimsgid "list-handlers message failed: %s" 288253a5a1b3Sopenharmony_cimsgstr "" 288353a5a1b3Sopenharmony_ci 288453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1711 src/utils/pactl.c:1760 288553a5a1b3Sopenharmony_cimsgid "list-handlers message response could not be parsed correctly" 288653a5a1b3Sopenharmony_cimsgstr "" 288753a5a1b3Sopenharmony_ci 288853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1718 288953a5a1b3Sopenharmony_cimsgid "list-handlers message response is not a JSON array" 289053a5a1b3Sopenharmony_cimsgstr "" 289153a5a1b3Sopenharmony_ci 289253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1729 289353a5a1b3Sopenharmony_ci#, c-format 289453a5a1b3Sopenharmony_cimsgid "list-handlers message response array element %d is not a JSON object" 289553a5a1b3Sopenharmony_cimsgstr "" 289653a5a1b3Sopenharmony_ci 289753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1800 289853a5a1b3Sopenharmony_ci#, c-format 289953a5a1b3Sopenharmony_cimsgid "Failed to unload module: Module %s not loaded" 290053a5a1b3Sopenharmony_cimsgstr "Αποτυχία εκφόρτωσης ενότητας: η ενότητα %s δεν φορτώθηκε" 290153a5a1b3Sopenharmony_ci 290253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:1818 290353a5a1b3Sopenharmony_ci#, fuzzy, c-format 290453a5a1b3Sopenharmony_cimsgid "" 290553a5a1b3Sopenharmony_ci"Failed to set volume: You tried to set volumes for %d channel, whereas " 290653a5a1b3Sopenharmony_ci"channel(s) supported = %d\n" 290753a5a1b3Sopenharmony_cimsgid_plural "" 290853a5a1b3Sopenharmony_ci"Failed to set volume: You tried to set volumes for %d channels, whereas " 290953a5a1b3Sopenharmony_ci"channel(s) supported = %d\n" 291053a5a1b3Sopenharmony_cimsgstr[0] "" 291153a5a1b3Sopenharmony_ci"Αποτυχία ορισμού έντασης: Προσπαθήσατε να ορίσετε εντάσεις για %d κανάλια, " 291253a5a1b3Sopenharmony_ci"ενώ τα υποστηριζόμενα κανάλια είναι %d\n" 291353a5a1b3Sopenharmony_cimsgstr[1] "" 291453a5a1b3Sopenharmony_ci"Αποτυχία ορισμού έντασης: Προσπαθήσατε να ορίσετε εντάσεις για %d κανάλια, " 291553a5a1b3Sopenharmony_ci"ενώ τα υποστηριζόμενα κανάλια είναι %d\n" 291653a5a1b3Sopenharmony_ci 291753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2107 291853a5a1b3Sopenharmony_ci#, c-format 291953a5a1b3Sopenharmony_cimsgid "Failed to upload sample: %s" 292053a5a1b3Sopenharmony_cimsgstr "Αποτυχία αποστολής δείγματος: %s" 292153a5a1b3Sopenharmony_ci 292253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2124 292353a5a1b3Sopenharmony_cimsgid "Premature end of file" 292453a5a1b3Sopenharmony_cimsgstr "Πρόωρο τέλος του αρχείου" 292553a5a1b3Sopenharmony_ci 292653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2144 292753a5a1b3Sopenharmony_cimsgid "new" 292853a5a1b3Sopenharmony_cimsgstr "νέο" 292953a5a1b3Sopenharmony_ci 293053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2147 293153a5a1b3Sopenharmony_cimsgid "change" 293253a5a1b3Sopenharmony_cimsgstr "αλλαγή" 293353a5a1b3Sopenharmony_ci 293453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2150 293553a5a1b3Sopenharmony_cimsgid "remove" 293653a5a1b3Sopenharmony_cimsgstr "αφαίρεση" 293753a5a1b3Sopenharmony_ci 293853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2153 src/utils/pactl.c:2188 293953a5a1b3Sopenharmony_cimsgid "unknown" 294053a5a1b3Sopenharmony_cimsgstr "άγνωστο" 294153a5a1b3Sopenharmony_ci 294253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2161 294353a5a1b3Sopenharmony_cimsgid "sink" 294453a5a1b3Sopenharmony_cimsgstr "δέκτης" 294553a5a1b3Sopenharmony_ci 294653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2164 294753a5a1b3Sopenharmony_cimsgid "source" 294853a5a1b3Sopenharmony_cimsgstr "πηγή" 294953a5a1b3Sopenharmony_ci 295053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2167 295153a5a1b3Sopenharmony_cimsgid "sink-input" 295253a5a1b3Sopenharmony_cimsgstr "είσοδος δέκτη" 295353a5a1b3Sopenharmony_ci 295453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2170 295553a5a1b3Sopenharmony_cimsgid "source-output" 295653a5a1b3Sopenharmony_cimsgstr "έξοδος πηγής" 295753a5a1b3Sopenharmony_ci 295853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2173 295953a5a1b3Sopenharmony_cimsgid "module" 296053a5a1b3Sopenharmony_cimsgstr "ενότητα" 296153a5a1b3Sopenharmony_ci 296253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2176 296353a5a1b3Sopenharmony_cimsgid "client" 296453a5a1b3Sopenharmony_cimsgstr "πελάτης" 296553a5a1b3Sopenharmony_ci 296653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2179 296753a5a1b3Sopenharmony_cimsgid "sample-cache" 296853a5a1b3Sopenharmony_cimsgstr "κρυφή μνήμη δείγματος" 296953a5a1b3Sopenharmony_ci 297053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2182 297153a5a1b3Sopenharmony_cimsgid "server" 297253a5a1b3Sopenharmony_cimsgstr "διακομιστής" 297353a5a1b3Sopenharmony_ci 297453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2185 297553a5a1b3Sopenharmony_cimsgid "card" 297653a5a1b3Sopenharmony_cimsgstr "κάρτα" 297753a5a1b3Sopenharmony_ci 297853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2206 297953a5a1b3Sopenharmony_ci#, c-format 298053a5a1b3Sopenharmony_cimsgid "Event '%s' on %s #%u\n" 298153a5a1b3Sopenharmony_cimsgstr "Συμβάν '%s' στο %s #%u\n" 298253a5a1b3Sopenharmony_ci 298353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2514 298453a5a1b3Sopenharmony_cimsgid "Got SIGINT, exiting." 298553a5a1b3Sopenharmony_cimsgstr "Ελήφθη SIGINT, έξοδος." 298653a5a1b3Sopenharmony_ci 298753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2547 298853a5a1b3Sopenharmony_cimsgid "Invalid volume specification" 298953a5a1b3Sopenharmony_cimsgstr "Άκυρη προδιαγραφή έντασης" 299053a5a1b3Sopenharmony_ci 299153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2581 299253a5a1b3Sopenharmony_cimsgid "Volume outside permissible range.\n" 299353a5a1b3Sopenharmony_cimsgstr "Η ένταση εκτός επιτρεπτής περιοχής.\n" 299453a5a1b3Sopenharmony_ci 299553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2594 299653a5a1b3Sopenharmony_cimsgid "Invalid number of volume specifications.\n" 299753a5a1b3Sopenharmony_cimsgstr "Άκυρος αριθμός προδιαγραφών έντασης.\n" 299853a5a1b3Sopenharmony_ci 299953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2606 300053a5a1b3Sopenharmony_cimsgid "Inconsistent volume specification.\n" 300153a5a1b3Sopenharmony_cimsgstr "Ασύμβατη προδιαγραφή έντασης.\n" 300253a5a1b3Sopenharmony_ci 300353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2636 src/utils/pactl.c:2637 src/utils/pactl.c:2638 300453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2639 src/utils/pactl.c:2640 src/utils/pactl.c:2641 300553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2642 src/utils/pactl.c:2643 src/utils/pactl.c:2644 300653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2645 src/utils/pactl.c:2646 src/utils/pactl.c:2647 300753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2648 src/utils/pactl.c:2649 src/utils/pactl.c:2650 300853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2651 src/utils/pactl.c:2652 src/utils/pactl.c:2653 300953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2654 src/utils/pactl.c:2655 src/utils/pactl.c:2656 301053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2657 src/utils/pactl.c:2658 src/utils/pactl.c:2659 301153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2660 301253a5a1b3Sopenharmony_cimsgid "[options]" 301353a5a1b3Sopenharmony_cimsgstr "[επιλογές]" 301453a5a1b3Sopenharmony_ci 301553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2638 301653a5a1b3Sopenharmony_cimsgid "[TYPE]" 301753a5a1b3Sopenharmony_cimsgstr "[ΤΥΠΟΣ]" 301853a5a1b3Sopenharmony_ci 301953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2640 302053a5a1b3Sopenharmony_cimsgid "FILENAME [NAME]" 302153a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑΑΡΧΕΙΟΥ [ΟΝΟΜΑ]" 302253a5a1b3Sopenharmony_ci 302353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2641 302453a5a1b3Sopenharmony_cimsgid "NAME [SINK]" 302553a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ [ΔΕΚΤΗΣ]" 302653a5a1b3Sopenharmony_ci 302753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2653 302853a5a1b3Sopenharmony_cimsgid "NAME|#N VOLUME [VOLUME ...]" 302953a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ| ΕΝΤΑΣΗ #Ν [ΕΝΤΑΣΗ ...]" 303053a5a1b3Sopenharmony_ci 303153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2654 303253a5a1b3Sopenharmony_cimsgid "#N VOLUME [VOLUME ...]" 303353a5a1b3Sopenharmony_cimsgstr "#N ΕΝΤΑΣΗ [ΕΝΤΑΣΗ ...]" 303453a5a1b3Sopenharmony_ci 303553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2655 303653a5a1b3Sopenharmony_cimsgid "NAME|#N 1|0|toggle" 303753a5a1b3Sopenharmony_cimsgstr "ΟΝΟΜΑ|#Ν 1|0|εναλλαγή" 303853a5a1b3Sopenharmony_ci 303953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2656 304053a5a1b3Sopenharmony_cimsgid "#N 1|0|toggle" 304153a5a1b3Sopenharmony_cimsgstr "#Ν 1|0|εναλλαγή" 304253a5a1b3Sopenharmony_ci 304353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2657 304453a5a1b3Sopenharmony_cimsgid "#N FORMATS" 304553a5a1b3Sopenharmony_cimsgstr "ΜΟΡΦΕΣ #Ν" 304653a5a1b3Sopenharmony_ci 304753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2661 304853a5a1b3Sopenharmony_ci#, c-format 304953a5a1b3Sopenharmony_cimsgid "" 305053a5a1b3Sopenharmony_ci"\n" 305153a5a1b3Sopenharmony_ci"The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@\n" 305253a5a1b3Sopenharmony_ci"can be used to specify the default sink, source and monitor.\n" 305353a5a1b3Sopenharmony_cimsgstr "" 305453a5a1b3Sopenharmony_ci"\n" 305553a5a1b3Sopenharmony_ci"Τα ειδικά ονόματα @DEFAULT_SINK@, @DEFAULT_SOURCE@ και @DEFAULT_MONITOR@\n" 305653a5a1b3Sopenharmony_ci"μπορούν να χρησιμοποιηθούν ορίζοντας τον προεπιλεγμένο δέκτη, πηγή και " 305753a5a1b3Sopenharmony_ci"οθόνη.\n" 305853a5a1b3Sopenharmony_ci 305953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2664 306053a5a1b3Sopenharmony_ci#, fuzzy, c-format 306153a5a1b3Sopenharmony_cimsgid "" 306253a5a1b3Sopenharmony_ci"\n" 306353a5a1b3Sopenharmony_ci" -h, --help Show this help\n" 306453a5a1b3Sopenharmony_ci" --version Show version\n" 306553a5a1b3Sopenharmony_ci"\n" 306653a5a1b3Sopenharmony_ci" -f, --format=FORMAT The format of the output. Either " 306753a5a1b3Sopenharmony_ci"\"normal\" or \"json\"\n" 306853a5a1b3Sopenharmony_ci" -s, --server=SERVER The name of the server to connect " 306953a5a1b3Sopenharmony_ci"to\n" 307053a5a1b3Sopenharmony_ci" -n, --client-name=NAME How to call this client on the " 307153a5a1b3Sopenharmony_ci"server\n" 307253a5a1b3Sopenharmony_cimsgstr "" 307353a5a1b3Sopenharmony_ci"\n" 307453a5a1b3Sopenharmony_ci" -h, --help Εμφάνιση αυτής της βοήθειας\n" 307553a5a1b3Sopenharmony_ci" --version Εμφάνιση έκδοσης\n" 307653a5a1b3Sopenharmony_ci"\n" 307753a5a1b3Sopenharmony_ci" -s, --server=SERVER Το όνομα του διακομιστή για σύνδεση\n" 307853a5a1b3Sopenharmony_ci" -n, --client-name=NAME Πώς να κληθεί αυτός ο πελάτης στον " 307953a5a1b3Sopenharmony_ci"διακομιστή\n" 308053a5a1b3Sopenharmony_ci 308153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2707 308253a5a1b3Sopenharmony_ci#, c-format 308353a5a1b3Sopenharmony_cimsgid "" 308453a5a1b3Sopenharmony_ci"pactl %s\n" 308553a5a1b3Sopenharmony_ci"Compiled with libpulse %s\n" 308653a5a1b3Sopenharmony_ci"Linked with libpulse %s\n" 308753a5a1b3Sopenharmony_cimsgstr "" 308853a5a1b3Sopenharmony_ci"pactl %s\n" 308953a5a1b3Sopenharmony_ci"Μεταγλωττισμένο με libpulse %s\n" 309053a5a1b3Sopenharmony_ci"Συνδεμένο με libpulse %s\n" 309153a5a1b3Sopenharmony_ci 309253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2751 309353a5a1b3Sopenharmony_ci#, fuzzy, c-format 309453a5a1b3Sopenharmony_cimsgid "Invalid format value '%s'" 309553a5a1b3Sopenharmony_cimsgstr "Άκυρο όνομα ροής '%s'" 309653a5a1b3Sopenharmony_ci 309753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2778 309853a5a1b3Sopenharmony_ci#, c-format 309953a5a1b3Sopenharmony_cimsgid "Specify nothing, or one of: %s" 310053a5a1b3Sopenharmony_cimsgstr "Ορίστε τίποτα, ή ένα από τα: %s" 310153a5a1b3Sopenharmony_ci 310253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2788 310353a5a1b3Sopenharmony_cimsgid "Please specify a sample file to load" 310453a5a1b3Sopenharmony_cimsgstr "Παρακαλούμε ορίστε ένα αρχείο δείγματος για φόρτωση" 310553a5a1b3Sopenharmony_ci 310653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2801 310753a5a1b3Sopenharmony_cimsgid "Failed to open sound file." 310853a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανοίγματος αρχείου ήχου." 310953a5a1b3Sopenharmony_ci 311053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2813 311153a5a1b3Sopenharmony_cimsgid "Warning: Failed to determine sample specification from file." 311253a5a1b3Sopenharmony_cimsgstr "" 311353a5a1b3Sopenharmony_ci"Προειδοποίηση: Αποτυχία προσδιορισμού προδιαγραφής δείγματος από αρχείο." 311453a5a1b3Sopenharmony_ci 311553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2823 311653a5a1b3Sopenharmony_cimsgid "You have to specify a sample name to play" 311753a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα δείγματος για αναπαραγωγή" 311853a5a1b3Sopenharmony_ci 311953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2835 312053a5a1b3Sopenharmony_cimsgid "You have to specify a sample name to remove" 312153a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα δείγματος για αφαίρεση" 312253a5a1b3Sopenharmony_ci 312353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2844 312453a5a1b3Sopenharmony_cimsgid "You have to specify a sink input index and a sink" 312553a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε έναν δείκτη εισόδου δέκτη και έναν δέκτη" 312653a5a1b3Sopenharmony_ci 312753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2854 312853a5a1b3Sopenharmony_cimsgid "You have to specify a source output index and a source" 312953a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε έναν δείκτη εξόδου πηγής και μια πηγή" 313053a5a1b3Sopenharmony_ci 313153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2869 313253a5a1b3Sopenharmony_cimsgid "You have to specify a module name and arguments." 313353a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα ενότητας και ορίσματα." 313453a5a1b3Sopenharmony_ci 313553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2889 313653a5a1b3Sopenharmony_cimsgid "You have to specify a module index or name" 313753a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε έναν δείκτη ενότητας ή όνομα" 313853a5a1b3Sopenharmony_ci 313953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2902 314053a5a1b3Sopenharmony_cimsgid "" 314153a5a1b3Sopenharmony_ci"You may not specify more than one sink. You have to specify a boolean value." 314253a5a1b3Sopenharmony_cimsgstr "" 314353a5a1b3Sopenharmony_ci"Δεν μπορείτε να ορίσετε περισσότερους από έναν δέκτη. Πρέπει να ορίσετε μια " 314453a5a1b3Sopenharmony_ci"τιμή Μπουλ." 314553a5a1b3Sopenharmony_ci 314653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2907 src/utils/pactl.c:2927 314753a5a1b3Sopenharmony_cimsgid "Invalid suspend specification." 314853a5a1b3Sopenharmony_cimsgstr "Άκυρη προδιαγραφή αναστολής." 314953a5a1b3Sopenharmony_ci 315053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2922 315153a5a1b3Sopenharmony_cimsgid "" 315253a5a1b3Sopenharmony_ci"You may not specify more than one source. You have to specify a boolean " 315353a5a1b3Sopenharmony_ci"value." 315453a5a1b3Sopenharmony_cimsgstr "" 315553a5a1b3Sopenharmony_ci"Δεν μπορείτε να ορίσετε περισσότερες από μία πηγές. Πρέπει να ορίσετε μια " 315653a5a1b3Sopenharmony_ci"τιμή Μπουλ." 315753a5a1b3Sopenharmony_ci 315853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2939 315953a5a1b3Sopenharmony_cimsgid "You have to specify a card name/index and a profile name" 316053a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα/δείκτη κάρτας και ένα όνομα κατατομής" 316153a5a1b3Sopenharmony_ci 316253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2950 316353a5a1b3Sopenharmony_cimsgid "You have to specify a sink name/index and a port name" 316453a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα/δείκτη δέκτη και ένα όνομα θύρας" 316553a5a1b3Sopenharmony_ci 316653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2961 316753a5a1b3Sopenharmony_cimsgid "You have to specify a sink name" 316853a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα δέκτη" 316953a5a1b3Sopenharmony_ci 317053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2974 317153a5a1b3Sopenharmony_cimsgid "You have to specify a source name/index and a port name" 317253a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα/δείκτη πηγής και ένα όνομα θύρας" 317353a5a1b3Sopenharmony_ci 317453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2985 317553a5a1b3Sopenharmony_cimsgid "You have to specify a source name" 317653a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα πηγής" 317753a5a1b3Sopenharmony_ci 317853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:2998 src/utils/pactl.c:3076 317953a5a1b3Sopenharmony_ci#, fuzzy 318053a5a1b3Sopenharmony_cimsgid "You have to specify a sink name/index" 318153a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα δέκτη" 318253a5a1b3Sopenharmony_ci 318353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3008 318453a5a1b3Sopenharmony_cimsgid "You have to specify a sink name/index and a volume" 318553a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα/δείκτη δέκτη και μια ένταση" 318653a5a1b3Sopenharmony_ci 318753a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3021 src/utils/pactl.c:3101 318853a5a1b3Sopenharmony_ci#, fuzzy 318953a5a1b3Sopenharmony_cimsgid "You have to specify a source name/index" 319053a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα πηγής" 319153a5a1b3Sopenharmony_ci 319253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3031 319353a5a1b3Sopenharmony_cimsgid "You have to specify a source name/index and a volume" 319453a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα/δείκτη πηγής και μια ένταση" 319553a5a1b3Sopenharmony_ci 319653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3044 319753a5a1b3Sopenharmony_cimsgid "You have to specify a sink input index and a volume" 319853a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε έναν δείκτη εισόδου δέκτη και μια ένταση" 319953a5a1b3Sopenharmony_ci 320053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3049 320153a5a1b3Sopenharmony_cimsgid "Invalid sink input index" 320253a5a1b3Sopenharmony_cimsgstr "Άκυρος δείκτης εισόδου δέκτη" 320353a5a1b3Sopenharmony_ci 320453a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3060 320553a5a1b3Sopenharmony_cimsgid "You have to specify a source output index and a volume" 320653a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε έναν δείκτη εξόδου πηγής και μια ένταση" 320753a5a1b3Sopenharmony_ci 320853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3065 320953a5a1b3Sopenharmony_cimsgid "Invalid source output index" 321053a5a1b3Sopenharmony_cimsgstr "Άκυρος δείκτης εξόδου πηγής" 321153a5a1b3Sopenharmony_ci 321253a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3086 321353a5a1b3Sopenharmony_ci#, fuzzy 321453a5a1b3Sopenharmony_cimsgid "" 321553a5a1b3Sopenharmony_ci"You have to specify a sink name/index and a mute action (0, 1, or 'toggle')" 321653a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε έναν δείκτη/όνομα δέκτη και μια τιμή Μπουλ σίγασης" 321753a5a1b3Sopenharmony_ci 321853a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3091 src/utils/pactl.c:3116 src/utils/pactl.c:3136 321953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3154 322053a5a1b3Sopenharmony_cimsgid "Invalid mute specification" 322153a5a1b3Sopenharmony_cimsgstr "Άκυρη προδιαγραφή σίγασης" 322253a5a1b3Sopenharmony_ci 322353a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3111 322453a5a1b3Sopenharmony_ci#, fuzzy 322553a5a1b3Sopenharmony_cimsgid "" 322653a5a1b3Sopenharmony_ci"You have to specify a source name/index and a mute action (0, 1, or 'toggle')" 322753a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα/δείκτη πηγής και μια τιμή Μπουλ σίγασης" 322853a5a1b3Sopenharmony_ci 322953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3126 323053a5a1b3Sopenharmony_ci#, fuzzy 323153a5a1b3Sopenharmony_cimsgid "" 323253a5a1b3Sopenharmony_ci"You have to specify a sink input index and a mute action (0, 1, or 'toggle')" 323353a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε έναν δείκτη εισόδου δέκτη και μια τιμή Μπουλ σίγασης" 323453a5a1b3Sopenharmony_ci 323553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3131 323653a5a1b3Sopenharmony_cimsgid "Invalid sink input index specification" 323753a5a1b3Sopenharmony_cimsgstr "Άκυρη προδιαγραφή δείκτη εισόδου δέκτη" 323853a5a1b3Sopenharmony_ci 323953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3144 324053a5a1b3Sopenharmony_ci#, fuzzy 324153a5a1b3Sopenharmony_cimsgid "" 324253a5a1b3Sopenharmony_ci"You have to specify a source output index and a mute action (0, 1, or " 324353a5a1b3Sopenharmony_ci"'toggle')" 324453a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε έναν δείκτη εξόδου πηγής και μια τιμή Μπουλ σίγασης" 324553a5a1b3Sopenharmony_ci 324653a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3149 324753a5a1b3Sopenharmony_cimsgid "Invalid source output index specification" 324853a5a1b3Sopenharmony_cimsgstr "Άκυρη προδιαγραφή δείκτη εξόδου πηγής" 324953a5a1b3Sopenharmony_ci 325053a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3162 325153a5a1b3Sopenharmony_ci#, fuzzy 325253a5a1b3Sopenharmony_cimsgid "You have to specify at least an object path and a message name" 325353a5a1b3Sopenharmony_cimsgstr "Πρέπει να ορίσετε ένα όνομα/δείκτη δέκτη και ένα όνομα θύρας" 325453a5a1b3Sopenharmony_ci 325553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3172 325653a5a1b3Sopenharmony_cimsgid "" 325753a5a1b3Sopenharmony_ci"Excess arguments given, they will be ignored. Note that all message " 325853a5a1b3Sopenharmony_ci"parameters must be given as a single string." 325953a5a1b3Sopenharmony_cimsgstr "" 326053a5a1b3Sopenharmony_ci 326153a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3182 326253a5a1b3Sopenharmony_cimsgid "" 326353a5a1b3Sopenharmony_ci"You have to specify a sink index and a semicolon-separated list of supported " 326453a5a1b3Sopenharmony_ci"formats" 326553a5a1b3Sopenharmony_cimsgstr "" 326653a5a1b3Sopenharmony_ci"Πρέπει να ορίσετε έναν δείκτη δέκτη και έναν κατάλογο χωριζόμενο με ; των " 326753a5a1b3Sopenharmony_ci"υποστηριζόμενων μορφών" 326853a5a1b3Sopenharmony_ci 326953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3194 327053a5a1b3Sopenharmony_cimsgid "You have to specify a card name/index, a port name and a latency offset" 327153a5a1b3Sopenharmony_cimsgstr "" 327253a5a1b3Sopenharmony_ci"Πρέπει να ορίσετε ένα όνομα/δείκτη κάρτας, ένα όνομα θύρας και μια " 327353a5a1b3Sopenharmony_ci"μετατόπιση λανθάνοντος χρόνου" 327453a5a1b3Sopenharmony_ci 327553a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3201 327653a5a1b3Sopenharmony_cimsgid "Could not parse latency offset" 327753a5a1b3Sopenharmony_cimsgstr "Αδύνατη η ανάλυση μετατόπισης λανθάνοντος χρόνου" 327853a5a1b3Sopenharmony_ci 327953a5a1b3Sopenharmony_ci#: src/utils/pactl.c:3213 328053a5a1b3Sopenharmony_cimsgid "No valid command specified." 328153a5a1b3Sopenharmony_cimsgstr "Δεν ορίστηκε έγκυρη εντολή." 328253a5a1b3Sopenharmony_ci 328353a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:79 328453a5a1b3Sopenharmony_ci#, c-format 328553a5a1b3Sopenharmony_cimsgid "fork(): %s\n" 328653a5a1b3Sopenharmony_cimsgstr "fork(): %s\n" 328753a5a1b3Sopenharmony_ci 328853a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:92 328953a5a1b3Sopenharmony_ci#, c-format 329053a5a1b3Sopenharmony_cimsgid "execvp(): %s\n" 329153a5a1b3Sopenharmony_cimsgstr "execvp(): %s\n" 329253a5a1b3Sopenharmony_ci 329353a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:111 329453a5a1b3Sopenharmony_ci#, c-format 329553a5a1b3Sopenharmony_cimsgid "Failure to resume: %s\n" 329653a5a1b3Sopenharmony_cimsgstr "Αποτυχία συνέχισης: %s\n" 329753a5a1b3Sopenharmony_ci 329853a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:145 329953a5a1b3Sopenharmony_ci#, c-format 330053a5a1b3Sopenharmony_cimsgid "Failure to suspend: %s\n" 330153a5a1b3Sopenharmony_cimsgstr "Αποτυχία αναστολής: %s\n" 330253a5a1b3Sopenharmony_ci 330353a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:170 330453a5a1b3Sopenharmony_ci#, c-format 330553a5a1b3Sopenharmony_cimsgid "WARNING: Sound server is not local, not suspending.\n" 330653a5a1b3Sopenharmony_cimsgstr "" 330753a5a1b3Sopenharmony_ci"ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Ο διακομιστής ήχου δεν είναι τοπικός, δεν αναστέλλεται.\n" 330853a5a1b3Sopenharmony_ci 330953a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:183 331053a5a1b3Sopenharmony_ci#, c-format 331153a5a1b3Sopenharmony_cimsgid "Connection failure: %s\n" 331253a5a1b3Sopenharmony_cimsgstr "Αποτυχία σύνδεσης: %s\n" 331353a5a1b3Sopenharmony_ci 331453a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:201 331553a5a1b3Sopenharmony_ci#, c-format 331653a5a1b3Sopenharmony_cimsgid "Got SIGINT, exiting.\n" 331753a5a1b3Sopenharmony_cimsgstr "Ελήφθη SIGINT, έξοδος.\n" 331853a5a1b3Sopenharmony_ci 331953a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:219 332053a5a1b3Sopenharmony_ci#, c-format 332153a5a1b3Sopenharmony_cimsgid "WARNING: Child process terminated by signal %u\n" 332253a5a1b3Sopenharmony_cimsgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Η θυγατρική διεργασία τελείωσε με σήμα %u\n" 332353a5a1b3Sopenharmony_ci 332453a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:228 332553a5a1b3Sopenharmony_ci#, fuzzy, c-format 332653a5a1b3Sopenharmony_cimsgid "" 332753a5a1b3Sopenharmony_ci"%s [options] -- PROGRAM [ARGUMENTS ...]\n" 332853a5a1b3Sopenharmony_ci"\n" 332953a5a1b3Sopenharmony_ci"Temporarily suspend PulseAudio while PROGRAM runs.\n" 333053a5a1b3Sopenharmony_ci"\n" 333153a5a1b3Sopenharmony_ci" -h, --help Show this help\n" 333253a5a1b3Sopenharmony_ci" --version Show version\n" 333353a5a1b3Sopenharmony_ci" -s, --server=SERVER The name of the server to connect " 333453a5a1b3Sopenharmony_ci"to\n" 333553a5a1b3Sopenharmony_ci"\n" 333653a5a1b3Sopenharmony_cimsgstr "" 333753a5a1b3Sopenharmony_ci"%s [options] ... \n" 333853a5a1b3Sopenharmony_ci"\n" 333953a5a1b3Sopenharmony_ci" -h, --help Εμφάνιση της βοήθειας\n" 334053a5a1b3Sopenharmony_ci" --version Εμφάνιση έκδοσης\n" 334153a5a1b3Sopenharmony_ci" -s, --server=SERVER Το όνομα του διακομιστή για σύνδεση\n" 334253a5a1b3Sopenharmony_ci"\n" 334353a5a1b3Sopenharmony_ci 334453a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:267 334553a5a1b3Sopenharmony_ci#, c-format 334653a5a1b3Sopenharmony_cimsgid "" 334753a5a1b3Sopenharmony_ci"pasuspender %s\n" 334853a5a1b3Sopenharmony_ci"Compiled with libpulse %s\n" 334953a5a1b3Sopenharmony_ci"Linked with libpulse %s\n" 335053a5a1b3Sopenharmony_cimsgstr "" 335153a5a1b3Sopenharmony_ci"pasuspender %s\n" 335253a5a1b3Sopenharmony_ci"Μεταγλωττισμένο με libpulse %s\n" 335353a5a1b3Sopenharmony_ci"Συνδεμένο με libpulse %s\n" 335453a5a1b3Sopenharmony_ci 335553a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:296 335653a5a1b3Sopenharmony_ci#, c-format 335753a5a1b3Sopenharmony_cimsgid "pa_mainloop_new() failed.\n" 335853a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_mainloop_new().\n" 335953a5a1b3Sopenharmony_ci 336053a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:309 336153a5a1b3Sopenharmony_ci#, c-format 336253a5a1b3Sopenharmony_cimsgid "pa_context_new() failed.\n" 336353a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_context_new().\n" 336453a5a1b3Sopenharmony_ci 336553a5a1b3Sopenharmony_ci#: src/utils/pasuspender.c:321 336653a5a1b3Sopenharmony_ci#, c-format 336753a5a1b3Sopenharmony_cimsgid "pa_mainloop_run() failed.\n" 336853a5a1b3Sopenharmony_cimsgstr "Αποτυχία pa_mainloop_run().\n" 336953a5a1b3Sopenharmony_ci 337053a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:58 337153a5a1b3Sopenharmony_ci#, c-format 337253a5a1b3Sopenharmony_cimsgid "" 337353a5a1b3Sopenharmony_ci"%s [-D display] [-S server] [-O sink] [-I source] [-c file] [-d|-e|-i|-r]\n" 337453a5a1b3Sopenharmony_ci"\n" 337553a5a1b3Sopenharmony_ci" -d Show current PulseAudio data attached to X11 display (default)\n" 337653a5a1b3Sopenharmony_ci" -e Export local PulseAudio data to X11 display\n" 337753a5a1b3Sopenharmony_ci" -i Import PulseAudio data from X11 display to local environment " 337853a5a1b3Sopenharmony_ci"variables and cookie file.\n" 337953a5a1b3Sopenharmony_ci" -r Remove PulseAudio data from X11 display\n" 338053a5a1b3Sopenharmony_cimsgstr "" 338153a5a1b3Sopenharmony_ci"%s [-D display] [-S server] [-O sink] [-I source] [-c file] [-d|-e|-i|-r]\n" 338253a5a1b3Sopenharmony_ci"\n" 338353a5a1b3Sopenharmony_ci" -d Εμφάνιση τρεχόντων δεδομένων PulseAudio που είναι προσαρτημένα σε " 338453a5a1b3Sopenharmony_ci"προβολή X11 (προεπιλογή)\n" 338553a5a1b3Sopenharmony_ci" -e Εξαγωγή τοπικών δεδομένων PulseAudio σε προβολή X11\n" 338653a5a1b3Sopenharmony_ci" -i Εισαγωγή δεδομένων PulseAudio από προβολή X11 σε τοπικές μεταβλητές " 338753a5a1b3Sopenharmony_ci"περιβάλλοντος και αρχείου μπισκότων.\n" 338853a5a1b3Sopenharmony_ci" -r Αφαίρεση δεδομένων PulseAudio από προβολή X11\n" 338953a5a1b3Sopenharmony_ci 339053a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:91 339153a5a1b3Sopenharmony_ci#, c-format 339253a5a1b3Sopenharmony_cimsgid "Failed to parse command line.\n" 339353a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανάλυσης γραμμής εντολών.\n" 339453a5a1b3Sopenharmony_ci 339553a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:110 339653a5a1b3Sopenharmony_ci#, c-format 339753a5a1b3Sopenharmony_cimsgid "Server: %s\n" 339853a5a1b3Sopenharmony_cimsgstr "Διακομιστής: %s\n" 339953a5a1b3Sopenharmony_ci 340053a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:112 340153a5a1b3Sopenharmony_ci#, c-format 340253a5a1b3Sopenharmony_cimsgid "Source: %s\n" 340353a5a1b3Sopenharmony_cimsgstr "Πηγή: %s\n" 340453a5a1b3Sopenharmony_ci 340553a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:114 340653a5a1b3Sopenharmony_ci#, c-format 340753a5a1b3Sopenharmony_cimsgid "Sink: %s\n" 340853a5a1b3Sopenharmony_cimsgstr "Δέκτης: %s\n" 340953a5a1b3Sopenharmony_ci 341053a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:116 341153a5a1b3Sopenharmony_ci#, c-format 341253a5a1b3Sopenharmony_cimsgid "Cookie: %s\n" 341353a5a1b3Sopenharmony_cimsgstr "Μπισκότο: %s\n" 341453a5a1b3Sopenharmony_ci 341553a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:134 341653a5a1b3Sopenharmony_ci#, c-format 341753a5a1b3Sopenharmony_cimsgid "Failed to parse cookie data\n" 341853a5a1b3Sopenharmony_cimsgstr "Αποτυχία ανάλυσης δεδομένων μπισκότου\n" 341953a5a1b3Sopenharmony_ci 342053a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:139 342153a5a1b3Sopenharmony_ci#, c-format 342253a5a1b3Sopenharmony_cimsgid "Failed to save cookie data\n" 342353a5a1b3Sopenharmony_cimsgstr "Αποτυχία αποθήκευσης δεδομένων μπισκότου\n" 342453a5a1b3Sopenharmony_ci 342553a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:168 342653a5a1b3Sopenharmony_ci#, c-format 342753a5a1b3Sopenharmony_cimsgid "Failed to get FQDN.\n" 342853a5a1b3Sopenharmony_cimsgstr "Αποτυχία λήψης FQDN.\n" 342953a5a1b3Sopenharmony_ci 343053a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:188 343153a5a1b3Sopenharmony_ci#, c-format 343253a5a1b3Sopenharmony_cimsgid "Failed to load cookie data\n" 343353a5a1b3Sopenharmony_cimsgstr "Αποτυχία φόρτωσης δεδομένων μπισκότου\n" 343453a5a1b3Sopenharmony_ci 343553a5a1b3Sopenharmony_ci#: src/utils/pax11publish.c:206 343653a5a1b3Sopenharmony_ci#, c-format 343753a5a1b3Sopenharmony_cimsgid "Not yet implemented.\n" 343853a5a1b3Sopenharmony_cimsgstr "Δεν έχει υλοποιηθεί ακόμα.\n" 343953a5a1b3Sopenharmony_ci 344053a5a1b3Sopenharmony_ci#~ msgid "Cleaning up privileges." 344153a5a1b3Sopenharmony_ci#~ msgstr "Εκκαθάριση δικαιωμάτων." 344253a5a1b3Sopenharmony_ci 344353a5a1b3Sopenharmony_ci#~ msgid "Got signal %s." 344453a5a1b3Sopenharmony_ci#~ msgstr "Ελήφθη σήμα %s." 344553a5a1b3Sopenharmony_ci 344653a5a1b3Sopenharmony_ci#~ msgid "Exiting." 344753a5a1b3Sopenharmony_ci#~ msgstr "Έξοδος." 344853a5a1b3Sopenharmony_ci 344953a5a1b3Sopenharmony_ci#~ msgid "Found user '%s' (UID %lu) and group '%s' (GID %lu)." 345053a5a1b3Sopenharmony_ci#~ msgstr "Βρέθηκε χρήστης '%s' (UID %lu) και ομάδα '%s' (GID %lu)." 345153a5a1b3Sopenharmony_ci 345253a5a1b3Sopenharmony_ci#~ msgid "Successfully changed user to \"" 345353a5a1b3Sopenharmony_ci#~ msgstr "Πετυχημένη αλλαγή χρήστη σε \"" 345453a5a1b3Sopenharmony_ci 345553a5a1b3Sopenharmony_ci#~ msgid "setrlimit(%s, (%u, %u)) failed: %s" 345653a5a1b3Sopenharmony_ci#~ msgstr "Αποτυχία setrlimit(%s, (%u, %u)): %s" 345753a5a1b3Sopenharmony_ci 345853a5a1b3Sopenharmony_ci#~ msgid "Daemon not running" 345953a5a1b3Sopenharmony_ci#~ msgstr "Ο δαίμονας δεν εκτελείται" 346053a5a1b3Sopenharmony_ci 346153a5a1b3Sopenharmony_ci#~ msgid "Daemon running as PID %u" 346253a5a1b3Sopenharmony_ci#~ msgstr "Ο δαίμονας εκτελείται ως PID %u" 346353a5a1b3Sopenharmony_ci 346453a5a1b3Sopenharmony_ci#~ msgid "Daemon startup successful." 346553a5a1b3Sopenharmony_ci#~ msgstr "Πετυχημένη έναρξη δαίμονα." 346653a5a1b3Sopenharmony_ci 346753a5a1b3Sopenharmony_ci#~ msgid "This is PulseAudio %s" 346853a5a1b3Sopenharmony_ci#~ msgstr "Αυτό είναι το PulseAudio %s" 346953a5a1b3Sopenharmony_ci 347053a5a1b3Sopenharmony_ci#~ msgid "Compilation host: %s" 347153a5a1b3Sopenharmony_ci#~ msgstr "Οικοδεσπότης μεταγλώττισης: %s" 347253a5a1b3Sopenharmony_ci 347353a5a1b3Sopenharmony_ci#~ msgid "Compilation CFLAGS: %s" 347453a5a1b3Sopenharmony_ci#~ msgstr "CFLAGS μεταγλώττισης: %s" 347553a5a1b3Sopenharmony_ci 347653a5a1b3Sopenharmony_ci#~ msgid "Running on host: %s" 347753a5a1b3Sopenharmony_ci#~ msgstr "Εκτελείται στον οικοδεσπότη: %s" 347853a5a1b3Sopenharmony_ci 347953a5a1b3Sopenharmony_ci#~ msgid "Found %u CPUs." 348053a5a1b3Sopenharmony_ci#~ msgstr "Βρέθηκαν %u CPUs." 348153a5a1b3Sopenharmony_ci 348253a5a1b3Sopenharmony_ci#~ msgid "Page size is %lu bytes" 348353a5a1b3Sopenharmony_ci#~ msgstr "Το μέγεθος της σελίδας είναι %lu ψηφιολέξεις" 348453a5a1b3Sopenharmony_ci 348553a5a1b3Sopenharmony_ci#~ msgid "Compiled with Valgrind support: yes" 348653a5a1b3Sopenharmony_ci#~ msgstr "Μεταγλωττισμένο με υποστήριξη Valgrind: ναι" 348753a5a1b3Sopenharmony_ci 348853a5a1b3Sopenharmony_ci#~ msgid "Compiled with Valgrind support: no" 348953a5a1b3Sopenharmony_ci#~ msgstr "Μεταγλωττισμένο με υποστήριξη Valgrind: όχι" 349053a5a1b3Sopenharmony_ci 349153a5a1b3Sopenharmony_ci#~ msgid "Running in valgrind mode: %s" 349253a5a1b3Sopenharmony_ci#~ msgstr "Εκτελείται σε κατάσταση valgrind: %s" 349353a5a1b3Sopenharmony_ci 349453a5a1b3Sopenharmony_ci#~ msgid "Running in VM: %s" 349553a5a1b3Sopenharmony_ci#~ msgstr "Εκτελείται σε VM: %s" 349653a5a1b3Sopenharmony_ci 349753a5a1b3Sopenharmony_ci#~ msgid "Optimized build: yes" 349853a5a1b3Sopenharmony_ci#~ msgstr "Βελτιστοποιημένη δόμηση: ναι" 349953a5a1b3Sopenharmony_ci 350053a5a1b3Sopenharmony_ci#~ msgid "Optimized build: no" 350153a5a1b3Sopenharmony_ci#~ msgstr "Βελτιστοποιημένη δόμηση: όχι" 350253a5a1b3Sopenharmony_ci 350353a5a1b3Sopenharmony_ci#~ msgid "NDEBUG defined, all asserts disabled." 350453a5a1b3Sopenharmony_ci#~ msgstr "Ορίστηκε NDEBUG, όλες οι διεκδικήσεις απενεργοποιήθηκαν." 350553a5a1b3Sopenharmony_ci 350653a5a1b3Sopenharmony_ci#~ msgid "FASTPATH defined, only fast path asserts disabled." 350753a5a1b3Sopenharmony_ci#~ msgstr "" 350853a5a1b3Sopenharmony_ci#~ "Ορίστηκε FASTPATH, μόνο οι γρήγορες διεκδικήσεις διαδρομής " 350953a5a1b3Sopenharmony_ci#~ "απενεργοποιήθηκαν." 351053a5a1b3Sopenharmony_ci 351153a5a1b3Sopenharmony_ci#~ msgid "All asserts enabled." 351253a5a1b3Sopenharmony_ci#~ msgstr "Όλες οι διεκδικήσεις ενεργοποιήθηκαν." 351353a5a1b3Sopenharmony_ci 351453a5a1b3Sopenharmony_ci#~ msgid "Machine ID is %s." 351553a5a1b3Sopenharmony_ci#~ msgstr "Το αναγνωριστικό μηχανής είναι %s." 351653a5a1b3Sopenharmony_ci 351753a5a1b3Sopenharmony_ci#~ msgid "Session ID is %s." 351853a5a1b3Sopenharmony_ci#~ msgstr "Το αναγνωριστικό συνεδρίας είναι %s." 351953a5a1b3Sopenharmony_ci 352053a5a1b3Sopenharmony_ci#~ msgid "Using runtime directory %s." 352153a5a1b3Sopenharmony_ci#~ msgstr "Χρήση καταλόγου χρόνου εκτέλεσης %s." 352253a5a1b3Sopenharmony_ci 352353a5a1b3Sopenharmony_ci#~ msgid "Using state directory %s." 352453a5a1b3Sopenharmony_ci#~ msgstr "Χρήση καταλόγου κατάστασης %s." 352553a5a1b3Sopenharmony_ci 352653a5a1b3Sopenharmony_ci#~ msgid "Using modules directory %s." 352753a5a1b3Sopenharmony_ci#~ msgstr "Χρήση καταλόγου ενοτήτων %s." 352853a5a1b3Sopenharmony_ci 352953a5a1b3Sopenharmony_ci#~ msgid "Running in system mode: %s" 353053a5a1b3Sopenharmony_ci#~ msgstr "Εκτελείται σε κατάσταση συστήματος: %s" 353153a5a1b3Sopenharmony_ci 353253a5a1b3Sopenharmony_ci#~ msgid "Fresh high-resolution timers available! Bon appetit!" 353353a5a1b3Sopenharmony_ci#~ msgstr "Καινούργιοι χρονιστές υψηλής ανάλυσης είναι διαθέσιμοι! Καλή όρεξη!" 353453a5a1b3Sopenharmony_ci 353553a5a1b3Sopenharmony_ci#~ msgid "" 353653a5a1b3Sopenharmony_ci#~ "Dude, your kernel stinks! The chef's recommendation today is Linux with " 353753a5a1b3Sopenharmony_ci#~ "high-resolution timers enabled!" 353853a5a1b3Sopenharmony_ci#~ msgstr "" 353953a5a1b3Sopenharmony_ci#~ "Δικέ μου, ο πυρήνας σου είναι για τα μπάζα! Η πρόταση του σεφ σήμερα " 354053a5a1b3Sopenharmony_ci#~ "είναι Λίνουξ με ενεργοποιημένους τους χρονιστές υψηλής ανάλυσης!" 354153a5a1b3Sopenharmony_ci 354253a5a1b3Sopenharmony_ci#~ msgid "Failed to initialize daemon." 354353a5a1b3Sopenharmony_ci#~ msgstr "Αποτυχία αρχικοποίησης του δαίμονα." 354453a5a1b3Sopenharmony_ci 354553a5a1b3Sopenharmony_ci#~ msgid "Daemon startup complete." 354653a5a1b3Sopenharmony_ci#~ msgstr "Ολοκληρώθηκε η έναρξη του δαίμονα." 354753a5a1b3Sopenharmony_ci 354853a5a1b3Sopenharmony_ci#~ msgid "Daemon shutdown initiated." 354953a5a1b3Sopenharmony_ci#~ msgstr "Άρχισε ο τερματισμός του δαίμονα." 355053a5a1b3Sopenharmony_ci 355153a5a1b3Sopenharmony_ci#~ msgid "Daemon terminated." 355253a5a1b3Sopenharmony_ci#~ msgstr "Ο δαίμονας τελείωσε." 355353a5a1b3Sopenharmony_ci 355453a5a1b3Sopenharmony_ci#~ msgid "LFE on Separate Mono Output" 355553a5a1b3Sopenharmony_ci#~ msgstr "LFE σε ξεχωριστή μονοφωνική έξοδο" 355653a5a1b3Sopenharmony_ci 355753a5a1b3Sopenharmony_ci#~ msgid "Digital Passthrough (S/PDIF)" 355853a5a1b3Sopenharmony_ci#~ msgstr "Ψηφιακή διέλευση (S/PDIF)" 355953a5a1b3Sopenharmony_ci 356053a5a1b3Sopenharmony_ci#~ msgid "Digital Passthrough (IEC958)" 356153a5a1b3Sopenharmony_ci#~ msgstr "Ψηφιακή διέλευση (IEC958)" 356253a5a1b3Sopenharmony_ci 356353a5a1b3Sopenharmony_ci#~ msgid "No cookie loaded. Attempting to connect without." 356453a5a1b3Sopenharmony_ci#~ msgstr "Δεν φορτώθηκαν μπισκότα. Προσπάθεια για σύνδεση χωρίς μπισκότα." 356553a5a1b3Sopenharmony_ci 356653a5a1b3Sopenharmony_ci#~ msgid "" 356753a5a1b3Sopenharmony_ci#~ "%s [options]\n" 356853a5a1b3Sopenharmony_ci#~ "\n" 356953a5a1b3Sopenharmony_ci#~ "-h, --help Show this help\n" 357053a5a1b3Sopenharmony_ci#~ "-v, --verbose Print debug messages\n" 357153a5a1b3Sopenharmony_ci#~ " --from-rate=SAMPLERATE From sample rate in Hz (defaults to " 357253a5a1b3Sopenharmony_ci#~ "44100)\n" 357353a5a1b3Sopenharmony_ci#~ " --from-format=SAMPLEFORMAT From sample type (defaults to " 357453a5a1b3Sopenharmony_ci#~ "s16le)\n" 357553a5a1b3Sopenharmony_ci#~ " --from-channels=CHANNELS From number of channels (defaults " 357653a5a1b3Sopenharmony_ci#~ "to 1)\n" 357753a5a1b3Sopenharmony_ci#~ " --to-rate=SAMPLERATE To sample rate in Hz (defaults to " 357853a5a1b3Sopenharmony_ci#~ "44100)\n" 357953a5a1b3Sopenharmony_ci#~ " --to-format=SAMPLEFORMAT To sample type (defaults to s16le)\n" 358053a5a1b3Sopenharmony_ci#~ " --to-channels=CHANNELS To number of channels (defaults to " 358153a5a1b3Sopenharmony_ci#~ "1)\n" 358253a5a1b3Sopenharmony_ci#~ " --resample-method=METHOD Resample method (defaults to auto)\n" 358353a5a1b3Sopenharmony_ci#~ " --seconds=SECONDS From stream duration (defaults to " 358453a5a1b3Sopenharmony_ci#~ "60)\n" 358553a5a1b3Sopenharmony_ci#~ "\n" 358653a5a1b3Sopenharmony_ci#~ "If the formats are not specified, the test performs all formats " 358753a5a1b3Sopenharmony_ci#~ "combinations,\n" 358853a5a1b3Sopenharmony_ci#~ "back and forth.\n" 358953a5a1b3Sopenharmony_ci#~ "\n" 359053a5a1b3Sopenharmony_ci#~ "Sample type must be one of s16le, s16be, u8, float32le, float32be, ulaw, " 359153a5a1b3Sopenharmony_ci#~ "alaw,\n" 359253a5a1b3Sopenharmony_ci#~ "s24le, s24be, s24-32le, s24-32be, s32le, s32be (defaults to s16ne)\n" 359353a5a1b3Sopenharmony_ci#~ "\n" 359453a5a1b3Sopenharmony_ci#~ "See --dump-resample-methods for possible values of resample methods.\n" 359553a5a1b3Sopenharmony_ci#~ msgstr "" 359653a5a1b3Sopenharmony_ci#~ "%s [options]\n" 359753a5a1b3Sopenharmony_ci#~ "\n" 359853a5a1b3Sopenharmony_ci#~ "-h, --help Εμφάνιση της βοήθειας\n" 359953a5a1b3Sopenharmony_ci#~ "-v, --verbose Εκτύπωση μηνυμάτων αποσφαλμάτωσης\n" 360053a5a1b3Sopenharmony_ci#~ " --from-rate=SAMPLERATE Από ρυθμό δειγμάτων σε Hz " 360153a5a1b3Sopenharmony_ci#~ "(προεπιλογή 44100)\n" 360253a5a1b3Sopenharmony_ci#~ " --from-format=SAMPLEFORMAT Από τύπο δείγματος (προεπιλογή " 360353a5a1b3Sopenharmony_ci#~ "s16le)\n" 360453a5a1b3Sopenharmony_ci#~ " --from-channels=CHANNELS Από αριθμό καναλιών (προεπιλογή 1)\n" 360553a5a1b3Sopenharmony_ci#~ " --to-rate=SAMPLERATE Σε ρυθμό δειγμάτων σε Hz " 360653a5a1b3Sopenharmony_ci#~ "(προεπιλογή 44100)\n" 360753a5a1b3Sopenharmony_ci#~ " --to-format=SAMPLEFORMAT Σε τύπο δείγματος (προεπιλογή " 360853a5a1b3Sopenharmony_ci#~ "s16le)\n" 360953a5a1b3Sopenharmony_ci#~ " --to-channels=CHANNELS Σε αριθμό καναλιών (προεπιλογή 1)\n" 361053a5a1b3Sopenharmony_ci#~ " --resample-method=METHOD Μέθοδος επαναδειγματοληψίας " 361153a5a1b3Sopenharmony_ci#~ "(προεπιλογή αυτόματο)\n" 361253a5a1b3Sopenharmony_ci#~ " --seconds=SECONDS Από διάρκεια ροής (προεπιλογή 60)\n" 361353a5a1b3Sopenharmony_ci#~ "\n" 361453a5a1b3Sopenharmony_ci#~ "Αν οι μορφές δεν ορίζονται, η δοκιμή εκτελεί όλους τους συνδυασμούς " 361553a5a1b3Sopenharmony_ci#~ "μορφών, \n" 361653a5a1b3Sopenharmony_ci#~ "πίσω και μπρος.\n" 361753a5a1b3Sopenharmony_ci#~ "\n" 361853a5a1b3Sopenharmony_ci#~ "Ο τύπος δείγματος πρέπει να είναι ένας από s16le, s16be, u8, float32le, " 361953a5a1b3Sopenharmony_ci#~ "float32be, ulaw, alaw,\n" 362053a5a1b3Sopenharmony_ci#~ "s24le, s24be, s24-32le, s24-32be, s32le, s32be (προεπιλογή s16ne)\n" 362153a5a1b3Sopenharmony_ci#~ "\n" 362253a5a1b3Sopenharmony_ci#~ "Δείτε --dump-resample-methods για πιθανές τιμές των μεθόδων " 362353a5a1b3Sopenharmony_ci#~ "επαναδειγματοληψίας.\n" 362453a5a1b3Sopenharmony_ci 362553a5a1b3Sopenharmony_ci#~ msgid "=== %d seconds: %d Hz %d ch (%s) -> %d Hz %d ch (%s)" 362653a5a1b3Sopenharmony_ci#~ msgstr "=== %d seconds: %d Hz %d ch (%s) -> %d Hz %d ch (%s)" 362753a5a1b3Sopenharmony_ci 362853a5a1b3Sopenharmony_ci#~ msgid "Failed to load client configuration file.\n" 362953a5a1b3Sopenharmony_ci#~ msgstr "Αποτυχία φόρτωσης αρχείου ρυθμίσεων πελάτη.\n" 363053a5a1b3Sopenharmony_ci 363153a5a1b3Sopenharmony_ci#~ msgid "Failed to read environment configuration data.\n" 363253a5a1b3Sopenharmony_ci#~ msgstr "Αποτυχία ανάγνωσης δεδομένων διαμόρφωσης περιβάλλοντος.\n" 363353a5a1b3Sopenharmony_ci 363453a5a1b3Sopenharmony_ci#~ msgid "PulseAudio Sound System KDE Routing Policy" 363553a5a1b3Sopenharmony_ci#~ msgstr "Η πολιτική δρομολόγησης KDE συστήματος ήχου PulseAudio" 363653a5a1b3Sopenharmony_ci 363753a5a1b3Sopenharmony_ci#~ msgid "Start the PulseAudio Sound System with KDE Routing Policy" 363853a5a1b3Sopenharmony_ci#~ msgstr "" 363953a5a1b3Sopenharmony_ci#~ "Εκκίνηση του συστήματος ήχου PulseAudio με πολιτική δρομολόγησης KDE" 364053a5a1b3Sopenharmony_ci 364153a5a1b3Sopenharmony_ci#~ msgid "Failed to open configuration file '%s': %s" 364253a5a1b3Sopenharmony_ci#~ msgstr "Αποτυχία ανοίγματος αρχείου ρυθμίσεων '%s': %s" 364353a5a1b3Sopenharmony_ci 364453a5a1b3Sopenharmony_ci#~ msgid "%s+%s" 364553a5a1b3Sopenharmony_ci#~ msgstr "%s+%s" 364653a5a1b3Sopenharmony_ci 364753a5a1b3Sopenharmony_ci#~ msgid "%s / %s" 364853a5a1b3Sopenharmony_ci#~ msgstr "%s / %s" 364953a5a1b3Sopenharmony_ci 365053a5a1b3Sopenharmony_ci#~ msgid "Digital Surround 4.0 (IEC958)" 365153a5a1b3Sopenharmony_ci#~ msgstr "Digital Surround 4.0 (IEC958)" 3652