Browsing Greek translation

These translations are shared with gettext in Ubuntu Mantic template gettext-runtime.

2837 of 41 results
28.
In normal operation mode, standard input is copied to standard output,
with references to environment variables of the form $VARIABLE or ${VARIABLE}
being replaced with the corresponding values. If a SHELL-FORMAT is given,
only those environment variables that are referenced in SHELL-FORMAT are
substituted; otherwise all environment variables references occurring in
standard input are substituted.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
In Ubuntu:
Στη μέθοδο φυσιολογικής λειτουργίας, η τυπική είσοδος αντιγράφεται στην τυπική έξοδο,
με τις αναφορές στις περιβαλλοντικές μεταβλητές της μορφής $VARIABLE ή ${VARIABLE}
αντικαθίστανται από τις αντίστοιχες τιμές. Εάν δίνεται κάποια ΜΟΡΦΗ-ΚΕΛΥΦΟΥΣ,
τότε μόνο οι περιβαλλοντικές μεταβλητές που αναφέρονται στη ΜΟΡΦΗ-ΚΕΛΥΦΟΥΣ
αντικαθίστανται. Διαφορετικά όλες οι περιβαλλοντικές αναφορές
που συντελλούνται στην τυπική είσοδο αντικαθίστανται.
Suggested by Constantine Tsardounis
Located in src/envsubst.c:205
29.
When --variables is used, standard input is ignored, and the output consists
of the environment variables that are referenced in SHELL-FORMAT, one per line.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
In Ubuntu:
Όταν χρησιμοποιούνται --variables, η τυπική είσοδος αγνοείται, και η έξοδος
αποτελείται από περιβαλλοντικές μεταβλετές που αναφέρονται
σε ΜΟΡΦΗ-ΚΕΛΥΦΟΥΣ, μία ανά γραμμή.
Suggested by Constantine Tsardounis
Located in src/envsubst.c:214
30.
Report bugs to <bug-gnu-gettext@gnu.org>.
TRANSLATORS: The placeholder indicates the bug-reporting address
for this package.  Please add _another line_ saying
"Report translation bugs to <...>\n" with the address for translation
bugs (typically your translation team's web or email address).
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in src/envsubst.c:219 src/gettext.c:279 src/ngettext.c:245
31.
error while reading "%s"
σφάλμα στην ανάγνωση του "%s"
Translated by Simos Xenitellis 
Located in src/envsubst.c:451
32.
standard input
κανονική είσοδος
Translated by Simos Xenitellis 
Located in src/envsubst.c:451
33.
Ulrich Drepper
This is a proper name. See the gettext manual, section Names.
(no translation yet)
In Ubuntu:
Ulrich Drepper
Suggested by Constantine Tsardounis
Located in src/gettext.c:141 src/ngettext.c:130
34.
Usage: %s [OPTION] [[TEXTDOMAIN] MSGID]
or: %s [OPTION] -s [MSGID]...
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
In Ubuntu:
Χρήση: %s [ΕΠΙΛΟΓΕΣ] [[TEXTDOMAIN] MSGID]
or: %s [ΕΠΙΛΟΓΕΣ] -s [MSGID]...
Suggested by Constantine Tsardounis
Located in src/gettext.c:251
35.
Display native language translation of a textual message.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
In Ubuntu:
Εμφάνιση τοπικής μετάφρασης σε μήνυμα κειμένου.
Suggested by Constantine Tsardounis
Located in src/gettext.c:257
36.
-d, --domain=TEXTDOMAIN retrieve translated messages from TEXTDOMAIN
-e enable expansion of some escape sequences
-E (ignored for compatibility)
-h, --help display this help and exit
-n suppress trailing newline
-V, --version display version information and exit
[TEXTDOMAIN] MSGID retrieve translated message corresponding
to MSGID from TEXTDOMAIN
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Χρήση: %s [ΕΠΙΛΟΓΗ] [[[TEXTDOMAIN] MSGID] | [-s [MSGID]...]]
-d, --domain=TEXTDOMAIN ανάκτηση μεταφρασμένων μηνυμάτων από το TEXTDOMAIN
-e ενεργοποίηση της αναδίπλωσης ορισμένων σειρών
χαρακτήρων διαφυγής
-E (αγνοείται για λόγους συμβατότητας)
-h, --help εμφάνιση αυτής της βοήθειας και έξοδος
-n αποβολή χαρακτήρα αλλαγής γραμμής στο τέλος της σειράς
-v, --version εμφάνιση πληροφοριών έκδοσης και έξοδος
[TEXTDOMAIN] MSGID ανάκτηση αντίστοιχου μεταφρασμένου μηνύματος που αντιστοιχεί
στο MSGID από το TEXTDOMAIN
Translated by Simos Xenitellis 
Reviewed by Simos Xenitellis 
In Ubuntu:
-d, --domain=TEXTDOMAIN ανάκτηση μεταφρασμένων μηνυμάτων από το TEXTDOMAIN
-e ενεργοποίησης επέκτασης για μερικές ακολουθίες εξόδου
-E (αγνοείται για λόγους συμβατότητας)
-h, --help εμφάνιση αυτής της βοήθειας και έξοδος
-n περιορισμός της κινητής νέας γραμμής
-V, --version εμφάνιση πληροφοριών έκδοσης και έξοδος
[TEXTDOMAIN] MSGID ανάκτηση μεταφρασμένων μηνυμάτων
που ανταποκρίνονται από το MSGID προς TEXTDOMAIN
Suggested by Constantine Tsardounis
Located in src/gettext.c:253
37.
If the TEXTDOMAIN parameter is not given, the domain is determined from the
environment variable TEXTDOMAIN. If the message catalog is not found in the
regular directory, another location can be specified with the environment
variable TEXTDOMAINDIR.
When used with the -s option the program behaves like the 'echo' command.
But it does not simply copy its arguments to stdout. Instead those messages
found in the selected catalog are translated.
Standard search directory: %s
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in src/gettext.c:283
2837 of 41 results

This translation is managed by translation group gnu-translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Asterios Katsifodimos, Constantine Tsardounis, Simos Xenitellis , tzem.