Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
he was the last person i expected to see.
li estis la lasta persono kiun mi esperis vidi.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
she was the last person i expected to meet that day.
Ŝi estis la lasta persono, kiun mi antaŭvidus ke mi renkontos tiutage.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
tom is expected to arrive momentarily.
oni atendas la alvenon de tom post momento.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
i never expected to meet her in a place like that.
mi neniam atendis renkonti ŝin en tia loko.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
you are the last person i would have expected to see here.
vi estas la lasta persono, kiun renkonti ĉi tie mi atendis.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
it is expected to rain all night tonight.
oni prognozis tutnoktan pluvon ĉi-nokte.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
bring an umbrella because it is expected to rain this afternoon.
alportu ombrelon, ĉar oni atendas pluvon ĉiposttagmeze.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
the introduction of the new tax is expected to affect the entire economy.
estas atendata ke la enkonduko de la nova imposto influos la tutan ekonomion.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
oceans are expected to rise by 50 centimeters by the end of the next century.
oni kalkulas, ke la oceanoj altiĝos je 50 centimetroj ĝis la fino de la venonta jarcento.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
schools are expected to meet the needs of every child, regardless of ability.
lernejoj estas atendataj, ke ili trafu la bezonojn de ĉiu infano, sendepende de la kapablo.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
- hearing the prosecution 's closing statement in what's expected to be the final day of the b 1-66er trial.
aŭdante la fina argumento de la akuzanto en kio aperas esti la lasta tago de la b1-66er proceso."
Dernière mise à jour : 2016-10-27
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent
how can a woman be expected to be happy with a man who insists on treating her as if she were a perfectly normal human being.
kiel virino povas esti supozata feliĉa kun viro, kiu insistas trakti ŝin, kvazaŭ ŝi estus perfekte normala homo.
Dernière mise à jour : 2014-02-01
Fréquence d'utilisation : 1
Qualité :
parse option arguments. getopts is used by shell procedures to parse positional parameters as options. optstring contains the option letters to be recognized; if a letter is followed by a colon, the option is expected to have an argument, which should be separated from it by white space. each time it is invoked, getopts will place the next option in the shell variable $name, initializing name if it does not exist, and the index of the next argument to be processed into the shell variable optind. optind is initialized to 1 each time the shell or a shell script is invoked. when an option requires an argument, getopts places that argument into the shell variable optarg. getopts reports errors in one of two ways. if the first character of optstring is a colon, getopts uses silent error reporting. in this mode, no error messages are printed. if an invalid option is seen, getopts places the option character found into optarg. if a required argument is not found, getopts places a ':' into name and sets optarg to the option character found. if getopts is not in silent mode, and an invalid option is seen, getopts places '?' into name and unsets optarg. if a required argument is not found, a '?' is placed in name, optarg is unset, and a diagnostic message is printed. if the shell variable opterr has the value 0, getopts disables the printing of error messages, even if the first character of optstring is not a colon. opterr has the value 1 by default. getopts normally parses the positional parameters ($0 - $9), but if more arguments are given, they are parsed instead. exit status: returns success if an option is found; fails if the end of options is encountered or an error occurs.
analizu opciajn argumentojn la funkcion „getopts‟ uzas ŝelproceduroj por analizi opciformajn numerparametrojn. la argumento opciĈeno entenas la rekonendajn opciliterojn; se literon sekvas dupunkto, la opcio postulas argumenton, disde ĝi apartigendan per blanka spaco. Ĉe ĉiu voko „getopts‟ liveros la vican opcion en la ŝelvariablon $nomo (estigante la variablon se ĝi ne ekzistas); kaj la indicon de la sekve traktota argumento en la ŝelvariablon optind. optind ricevas la komencan valoron 1 ĉe ĉiu voko de la ŝelo aŭ ŝela skripto. kiam opcio bezonas argumenton, „getopts‟ liveras tiun argumenton en la ŝelvariablon optarg. la funkcio „getopts‟ raportas pri eraroj dumaniere. se la unua signo de opciĈeno estas dupunkto, „getopts‟ prisilentas erarojn. en tiu reĝimo, nenia erarmesaĝo estas eligata. renkontinte misan opcion, „getopts‟ metas la trovitan opciliteron en optarg. se mankas bezonata argumento, la ŝelvariablo nomo ricevas la valoron ':', kaj la variablo optarg, la trovitan opcion. se „getopts‟ ne estas en silenta reĝimo kaj trovas misan opcion, tiam nomo ricevas la valoron '?' kaj optarg senvaloriĝas. se mankas bezonata opcio, nomo ricevas la valoron '?', optarg senvaloriĝas kaj erarmesaĝo estas eligata. se la ŝelvariablo opterr havas la valoron 0, „getopts‟ malaktivigas la eligon de erarmesaĝoj, eĉ se la unua signo de opciĈeno ne estas dupunkto. la apriora valoro de opterr estas 1. normale „getopts‟ analizas la numerparametrojn ($0 - $9), sed se estas pli da argumentoj, „getopts‟ anstataŭe analizas ilin. elirstato: sukceso, se opcio estas trovita; malsukceso, se renkontiĝis la fino de la opcioj aŭ okazis eraro.
Dernière mise à jour : 2014-08-15
Fréquence d'utilisation : 1
Qualité :