initial
Former-commit-id: 0c8d13c5c7a8cdce20af32d10eee42dc7c94bd8a
This commit is contained in:
1
Englisch/.gitattributes
vendored
Normal file
1
Englisch/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/01_Bewertung der Gruppendiskussion.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/01_Bewertung der Gruppendiskussion.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/02_Bewertung der Gruppendiskussion.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/02_Bewertung der Gruppendiskussion.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/03_Describing Cartoons.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/03_Describing Cartoons.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/04_Describing Constant Graphs and Statistics.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/04_Describing Constant Graphs and Statistics.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/05_Describing Graphs and Statistics.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/05_Describing Graphs and Statistics.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/06_The Past Tense.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/06_The Past Tense.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/07_The Present Perfect.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/07_The Present Perfect.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
0
Englisch/08_GERUND
Normal file
0
Englisch/08_GERUND
Normal file
1
Englisch/Material/Buch/10_words.txt
Normal file
1
Englisch/Material/Buch/10_words.txt
Normal file
@ -0,0 +1 @@
|
||||
http://www.fromtexttospeech.com/
|
1
Englisch/Material/Buch/Seiten/.gitattributes
vendored
Normal file
1
Englisch/Material/Buch/Seiten/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/Material/Buch/Seiten/000_Front.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/000_Front.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/049.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/049.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/212.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/212.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/213.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/213.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/214.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/214.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/215.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/215.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/222.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/222.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/223.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/223.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/224.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/224.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/all.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/all.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/Seiten/all_backup.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/Seiten/all_backup.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
22
Englisch/Material/Buch/extr.txt.sh
Normal file
22
Englisch/Material/Buch/extr.txt.sh
Normal file
@ -0,0 +1,22 @@
|
||||
#/bin/bash
|
||||
cat $1 | tr "[" "]" | cut -d "]" -f 1,3 | \
|
||||
sed 's/]/ means /g' | \
|
||||
sed 's/sth/something/g' | \
|
||||
sed 's/sb/somebody/g' | \
|
||||
sed 's/\// or /g' | \
|
||||
sed 's/ v / is a verb /g' | \
|
||||
sed 's/ n / is a nome /g' | \
|
||||
sed 's/ phr //g' | \
|
||||
sed 's/ adj / is an adjective /g' | \
|
||||
sed 's/ adv / is a adverb /g' > "`echo $1 | cut -d "." -f 1`_words+type.txt"
|
||||
|
||||
cat $1 | tr "[" "]" | cut -d "]" -f 1,3 | \
|
||||
sed 's/]/ means /g' | \
|
||||
sed 's/sth/something/g' | \
|
||||
sed 's/sb/somebody/g' | \
|
||||
sed 's/\// or /g' | \
|
||||
sed 's/ v //g' | \
|
||||
sed 's/ n //g' | \
|
||||
sed 's/ phr //g' | \
|
||||
sed 's/ adj //g' | \
|
||||
sed 's/ adv //g' > "`echo $1 | cut -d "." -f 1`_words.txt"
|
BIN
Englisch/Material/Buch/words_mp3/212-213_words+type.mp3
Normal file
BIN
Englisch/Material/Buch/words_mp3/212-213_words+type.mp3
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_mp3/212-213_words.mp3
Normal file
BIN
Englisch/Material/Buch/words_mp3/212-213_words.mp3
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_mp3/214-215_words+type.mp3
Normal file
BIN
Englisch/Material/Buch/words_mp3/214-215_words+type.mp3
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_mp3/214-215_words.mp3
Normal file
BIN
Englisch/Material/Buch/words_mp3/214-215_words.mp3
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_mp3/222-223_words+type.mp3
Normal file
BIN
Englisch/Material/Buch/words_mp3/222-223_words+type.mp3
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_mp3/222-223_words.mp3
Normal file
BIN
Englisch/Material/Buch/words_mp3/222-223_words.mp3
Normal file
Binary file not shown.
1
Englisch/Material/Buch/words_pic/.gitattributes
vendored
Normal file
1
Englisch/Material/Buch/words_pic/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/Material/Buch/words_pic/214.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_pic/214.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_pic/215.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_pic/215.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/Material/Buch/words_raw/.gitattributes
vendored
Normal file
1
Englisch/Material/Buch/words_raw/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
91
Englisch/Material/Buch/words_raw/212-213.txt
Normal file
91
Englisch/Material/Buch/words_raw/212-213.txt
Normal file
@ -0,0 +1,91 @@
|
||||
express v [rk'spres] to show a feeling or an opinion by words or actions
|
||||
make the world go round phr [merk oe ‚waxld goo 'raond] to be very important for sth
|
||||
reveal v [rr'vixl] to make sth known that was unknown before
|
||||
average adj ['2evarrd3] normal, standard
|
||||
increasingly adv [In'krixsrrjli] more and more
|
||||
boost v [buxst] to increase sth in number, value or strength
|
||||
splash the cash phr [splaej oe 'kaefl to
|
||||
spend a lot of money on sth
|
||||
night out on the town phr [nart aot ev 'taon] an evening that you spend in town enjoying yourself
|
||||
quick fix phr [kwrk 'frks] quick solution to a problem
|
||||
long-term adj [„lon'tsxm] for a long period of time
|
||||
rest with/on v ['rest WIÖ, on] to depend on, be based on
|
||||
take for granted phr [„terk f9 'groxntrd] to not be grateful enough to a person or thing
|
||||
have a laugh phr [hov e 'loxfl to have fun
|
||||
be aware that v [bi e'wee dot] to realize
|
||||
route n [ruxt] a way of achieving sth
|
||||
adept adj [e'dept] very good or skilful at sth
|
||||
short-term adj [,joxt'tsxm] fora short period of time
|
||||
pick-up n ['pIkAp] sth that makes you feel better/happier
|
||||
mood n [muxd] the way that you feel at a particular time
|
||||
enhancer n [In'hoxnsa] sth that improves sth else, makes sth better
|
||||
get used to v [get 'juxst te] to become familiar with (sich an etw gewöhnen)
|
||||
source n [soxs] a place, person or thing where sth comes or starts from
|
||||
improvement n [Im'pruxvmant] Verbesserung
|
||||
well-being n ['welbixnj] the state of being healthy and happy
|
||||
continually adv [ken'trnjueli] happening again and again
|
||||
wear off v [„weor 'ofl to become less
|
||||
strong or to disappear completely
|
||||
spokesperson n ['spaokspsxsn] a person who is chosen to speak for a group or organization
|
||||
heritage n ['her1t1d3] traditions that have existed for a long time
|
||||
matter v ['meeto] to be important
|
||||
fancy v ['feensi] to like, to desire
|
||||
do sb the world of good phr, inf/ to really benefit/help sb
|
||||
summarize v ['SAmoralz] to give a short description of sth, including the most important points
|
||||
according to prep [o'kozdn] to] as shown/said by
|
||||
satisfy v ['saetIsfaI] to make sb pleased by doing sth he/she wants
|
||||
additional adj [a'drfonl] added, extra
|
||||
explanation n [„eksplo'nel [ n] a statement that makes a situation clear or understandable
|
||||
in the long run phr [1n öo 101] 'rAn] after a long time, in the en
|
||||
occasional adj [9'k6139n1] done or happening from time to time but not very often
|
||||
treat n [trixt] sth that is very special or enjoyable, that one saves for special occasions
|
||||
pleasure n ['plesa] an event or activity that makes you happy
|
||||
lift sb's mood phr [hft 'muxd] to make sb feel better
|
||||
be surrounded by v [bi so'raundtd ban] to have sth/sb all around you
|
||||
lend sth to sb v [lend to] jdm etw ausleihen
|
||||
borrow sth from sb v ['borou from] sich von jdm etw ausleihen
|
||||
be rolling in phr [b1 'roolnj In] to have a lot of sth (especially money)
|
||||
coincidence n [kau'InSIdons] the surprising fact of two or more things happening at the same time by chance
|
||||
put sb in a good mood phr [„put m o god 'muxd] to make sb feel good
|
||||
agree v [o'grix] to be of the same opinion as sb
|
||||
disagree v [,dIso'grix] to be of a different opinion (@ agree)
|
||||
take responsibility v [teIk 'l3r1‚sponso'blloti] Verantwortung tragen
|
||||
set aside v [set o'saId] to put sth to one side (here: to plan, to reserve)
|
||||
time-slot n ['taIm slot] a period of time
|
||||
appendix n [o'pendlks] a section at the end of a book that gives further information
|
||||
satisfy v ['saetIsfaI] to make sb pleased by doing sth he/she wants
|
||||
additional adj [a'drfonl] added, extra explanation n [„eksplo'nel [ n] a
|
||||
statement that makes a situation clear or understandable
|
||||
in the long run phr [1n öo 101] 'rAn] after a long time, in the end
|
||||
occasional adj [9'k6139n1] done or happening from time to time but not very often
|
||||
treat n [trixt] sth that is very special or enjoyable, that one saves for special occasions
|
||||
pleasure n ['plesa] an event or activity that makes you happy
|
||||
lift sb's mood phr [hft 'muxd] to make sb feel better
|
||||
be surrounded by v [bi so'raundtd ban] to have sth/sb all around you
|
||||
lend sth to sb v [lend to] jdm etw ausleihen
|
||||
borrow sth from sb v ['borou from] sich von jdm etw ausleihen
|
||||
be rolling in phr [b1 'roolnj In] to have a lot of sth (especially money)
|
||||
coincidence n [kau'InSIdons] the surprising fact of two or more things happening at the same time by chance
|
||||
put sb in a good mood phr [„put m o god 'muxd] to make sb feel good agree v [o'grix] to be of the same opinion as sb
|
||||
disagree v [,dIso'grix] to be of a different opinion (@ agree)
|
||||
set aside v [set o'saId] to put sth to one side (here: to plan, to reserve)
|
||||
time-slot n ['taIm slot] a period of time
|
||||
appendix n [o'pendlks] a section at the end of a book that gives further information
|
||||
learning type n ['131n11] taIp] Lerntyp adapt (to sth) v [a'daept to] to change your behaviour because the situation you are in has changed
|
||||
vary v ['Veori] to become different, to change
|
||||
personal success n [,paxsonl sak'ses] achieving what you want in life, doing well
|
||||
self-expression n [„self Ik'sprefn] the act of saying or doing what one beHevesin
|
||||
family values n ['faemali vaeljuxz] a set of beliefs about how you should behave in a family
|
||||
come tops phr [kAm 'tops] to be the most important, to be the best, to win
|
||||
value v ['VEBIjUX] to think sb/sth is very important
|
||||
do sb a good turn phr [du 9 god 't31n] to do sb a favour, to do sth nice/kind forsb
|
||||
have faith v [hoV 'feIG] to have a strong belief (in sb/sth), to trust
|
||||
looks n [loks] one’s appearance (Aussehen)
|
||||
genius n ['d3iznios] sb with a very great and unusual talent
|
||||
exam preparation n [Iglzeem ,prepo'reljn] the process of getting ready for an exam
|
||||
put into practice v [„put Into 'preektls] to make sth happen, to implement sth
|
||||
take notes v [tCIk 'nouts] to write sth down so that you remember it
|
||||
pursue v [pa'sjux] to continue with sth, to find out more about sth
|
||||
particular adj [po'tijolo] here: individual
|
||||
kettle n ['ketl] Wasserkocher
|
||||
receiver n [rI'sixva] the part of the telephone that is used for listening and speaking
|
BIN
Englisch/Material/Buch/words_raw/214-215.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/214-215.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
122
Englisch/Material/Buch/words_raw/214-215.txt
Normal file
122
Englisch/Material/Buch/words_raw/214-215.txt
Normal file
@ -0,0 +1,122 @@
|
||||
page 214
|
||||
|
||||
get in touch phr [get1n'tAtj] to contact sb
|
||||
be on the road phr [bi on 69 'roud] to travel
|
||||
be in phr [bi 'm] to be at home
|
||||
tough adj [tAfl] difficult
|
||||
truth n [truxG] sth that is true
|
||||
leave a message phr [lirV o 'meSIdg] eine Nachricht hinterlassen (here: auf dem Anrufbeantworter)
|
||||
in vain phr [In 'Vem] without success
|
||||
ashtray n ['ajtrel] a small dish for cigarette ash
|
||||
end up (as sth) v [_end 'Ap oz] to find yourself in a position that you did not intend or expect
|
||||
hearth n [hale] the floor of a fireplace and the area in front of it
|
||||
prompt v [prompt] to help sb continue speaking, to give them an idea
|
||||
pass v [poxs] to reach the necessary standard in an exam
|
||||
do well v [„du: 'Wel] to get good marks in an exam
|
||||
whisper v ['WIspo] to speak very quietly
|
||||
disappointment n [„drso'pomtmont] Enttäuschung
|
||||
to not matter a damn phr [not ‚meetor o 'daem] to make absolutely no difference
|
||||
decent adj ['dixsnt] satisfactory, of an acceptable standard
|
||||
yobbo (GB) n, infl ['jpbou] boy or young man who behaves badly in public
|
||||
dole (GB) n, infl [doul] money that the state gives every week to people who are unemployed
|
||||
try and make a go of it v, infl [trat an ‚meIk @ 'gou ov It] to try sth
|
||||
bloke (GB) n, infl [blouk] man
|
||||
get trampled on v [get 'traempld on] to be treated unfairly
|
||||
plenty adv ['plenti] a lot of
|
||||
peak v [pizk] to reach the highest level, value or rate
|
||||
degree n [dI'grix] a qualification gained by successfully completing a course at university or college
|
||||
rehearse v [rI'hsxs] to practise
|
||||
pretty adv, infl ['prIti] quite, rather
|
||||
cigarette butt n [„SIgo'ret bAt] cigarette filter that you throw away
|
||||
|
||||
scatter v ['skmto] to drop or throw things in different directions over a wide area
|
||||
spark n [spark] a small bright piece of burning material
|
||||
turn into v ['tgxn Into] to become, to change into
|
||||
argument n ['axgjumont] an angry discussion between two or more people who do not agree with each other
|
||||
pay sb a visit v [peI @ lVIZIt] to go and see sb
|
||||
go spare phr, infl [goo 'speo] to become very angry
|
||||
serves you right phr [sarv ju 'raIt] geschieht dir recht
|
||||
whistle v ['WIsl] pfeifen
|
||||
hard—edged adj [,hazd 'ed3d] kalt, bitter
|
||||
bitterness n ['bItonos] anger and unhappiness as a result of sth bad happening
|
||||
depend on sb v [dI'pend on] to be sure that sb will help you, to rely on sb
|
||||
see to sth v ['si: to] to do what is necessary
|
||||
appropriate adj [o'proupriot] suitable or right
|
||||
ending n ['endnj] the end of a story, film, etc.
|
||||
fail v [fell] to be unsuccessful in sth
|
||||
achieve v [e'tjixv] to gain sth, to get sth done
|
||||
drop out of sth v [„drop 'aut ev] to leave or stop doing sth before you have finished it
|
||||
waste time v ['WeIst taIm] Zeit verschwenden
|
||||
suitable for sb/sth adj ['suxtobl fo] appropriate or convenient for sb/sth
|
||||
shortly adv ['joxtli] soon, in a short time
|
||||
hang up v [„hze1] 'Ap] auflegen
|
||||
spot v [spot] to find
|
||||
written excuse n [„rItn Ik'skjuxs] schriftliche Entschuldigung
|
||||
habit n ['heebIt] sth that sb does very often
|
||||
swap v [swop] to exchange, to give sth for sth else
|
||||
gig n [glg] concert
|
||||
brackets n ['braekIts] Klammern
|
||||
unscramble v [,An'skraembl] to put in the correct order
|
||||
|
||||
|
||||
page 215
|
||||
|
||||
make up v [„meIk 'Ap] to invent
|
||||
caption n ['keepfn] words that are written above or below a picture
|
||||
spire n ['spala] a tall pointed tower often seen on a church
|
||||
brim with v [‘brIm WIÖ] to be full of sth
|
||||
treasure n ['trego] a collection of very valuable objects, sth that is very valuable
|
||||
sparkling adj ['spaxklm] glitzernd, funke/nd
|
||||
wonder n ['WAnda] sth that causes you to feel surprise or admiration
|
||||
delight n [dI'IaIt] great pleasure
|
||||
Lake District ['leIk dIstrIkt] beautiful holiday destination in the Northwest of England
|
||||
guarantee v [„gzeron'tix] to promise
|
||||
make the most of [metk Öo 'moust ev] das Beste aus etwas machen
|
||||
cookery n ['kukori] the skill or methods of cooking (preparing food to eat)
|
||||
stunning adj ['StAHIIj] very attractive, impressive
|
||||
varied adj ['Veorid] different from each other, changing
|
||||
tranquil adj ['tI‘EBljkWIl] calm and quiet
|
||||
surroundings n [so'raundnjz] everything that is near or around you
|
||||
cottage n ['kot1d3] a small and (usually) old house
|
||||
refreshed adj [rI'frelt] to feel fresh and full of energy again
|
||||
invigorated adj [In'VIgoreltId] to feel fresher and more energetic
|
||||
lonely adj ['lounli] to feel alone
|
||||
vulnerable adj ['VAlnorobl] to be easy to attack, hurt, or defeat
|
||||
common ground n [,komon 'graund] land open to everyone (gemeinsames Land)
|
||||
threatened adj ['Gretnd] to be in danger of being hurt
|
||||
participate v [paz'tISIpeIt] to take part in sth
|
||||
care for v ['keo fo] to look after
|
||||
captive adj ['keeptlv] not free
|
||||
on-site adv [pn 'saIt] vor Ort
|
||||
conservation n [,konsa'velfn] the protection of the natural world
|
||||
|
||||
hike v [halk] to go for a long walk in the countryside, often up and down hills
|
||||
faraway adj ['foxrewel] distant
|
||||
unfortunately adv [An'foxtj‘onotli] unluckily
|
||||
scenery n ['sixnori] Landschaft
|
||||
out in the open adv [,aut In Öi 'oupon] im Freien
|
||||
afford v [o'foxd] to have enough money or time to be able to do sth
|
||||
explore v [Ik'splox] to travel around a place and find out more about it
|
||||
spider n ['spaIdo] Spinne
|
||||
abroad adv [o'broxd] in or to another country or countries
|
||||
motorbike n ['moutobalk] Motorrad
|
||||
behaviour n [bI'heIVjo] the way that you act
|
||||
avoid v [o'voId] here: to try not to do sth
|
||||
uncomfortable adj [An'kAmftobl] here:unhappy, embarrassed, anxious
|
||||
fieldwork assistant n [,fixldwaxko'SIStont] sb who helps with outdoor research
|
||||
exploraholic n [„Iksploxra'hohk] (not real word) sb who loves exploring
|
||||
term n [t3xm] word
|
||||
pure adj [pjuo] here: only
|
||||
secretive adj ['sixkrotIV] not telling people about sth you are doing or want to do
|
||||
admit v [od'mlt] to agree, often without wanting to, that sth is true
|
||||
environment n [In'VaIronmont] Umwelt
|
||||
local adj ['lookl] nearby
|
||||
consider v [kon'SIdo] to think about sth
|
||||
package holiday n ['paek1d3 holodeI] Pauschalreise
|
||||
the masses n [69 'meesm] die große Masse (der Bevölkerung)
|
||||
fastest-growing adj [„fcustrst 'grounj] expanding quickly
|
||||
forecast v ['foxkaxst] to say what will probably happen in the future
|
||||
convince v [kon'VIns] to succeed in making sb believe in sth
|
||||
harmful adj ['haxmfl] causing harm, not good for you
|
||||
welfare n ['welfeo] here: health
|
||||
selfish adj ['SGIfI“] always thinking of yourself first
|
139
Englisch/Material/Buch/words_raw/222-223.txt
Normal file
139
Englisch/Material/Buch/words_raw/222-223.txt
Normal file
@ -0,0 +1,139 @@
|
||||
make a living v [mark a '1IVII]] to earn money to be able to buy the things you need
|
||||
cash machine n ['kae] maj‘ixn] Geldautomat
|
||||
keep track v [kixp 'trzek] to make a note of sth, to check (die Übersicht behalten)
|
||||
extra-curricular adj [„ekstre ka'rrkjula] not part of the normal school subjects
|
||||
workload n ['W3xkloud] amount of work that you are given
|
||||
drop v [drop] fallen Iassen
|
||||
tray n [treI] Tablett
|
||||
mess n [mes] sth that is untidy and/or dirty
|
||||
fries n [fraIz]editor n ['edIto] a person whose job it is to prepare a book, newspaper, TV show etc
|
||||
encounter n [In'kaonto] an unexpected meeting chips (Pommes)
|
||||
pretend v [prI'tend] so tun als ob
|
||||
grab v [greeb] to take sth suddenly or quickly
|
||||
mop n [mop] Wischmopp
|
||||
mean v [mim] bedeuten
|
||||
score n [skox] the number of points you get in a game
|
||||
job profile n ['d3ob proofarl] description of a job
|
||||
lifeguard n ['laIfgaxd] a person at a beach or pool who saves people's lives
|
||||
vendor n ['Vendo] a person who sells things
|
||||
vacation n [va'kerjn] holiday
|
||||
kick back v [_ka 'baek] to relax
|
||||
beloved adj [bI'lAVd] liked a lot, favourite
|
||||
frequent adj ['fri'kaont] often
|
||||
threat n [Bret] a person or thing that may hurt or damage sb/sth
|
||||
weigh up v [„weI 'Ap] to consider sth carefully (abwägen)
|
||||
repeal v [rr'pixl] widerrufen, aufheben
|
||||
mandatory adj ['maendetori] having to do sth, compulsory (obligatorisch)
|
||||
giant n ['d3annt] Riese
|
||||
muscle v ['mAsl] to use strong persuasion
|
||||
(trade) union n ['juxnion] Gewerkschaft
|
||||
lengthen v ['leljeon] to make longer
|
||||
editor n ['edIto] a person whose job it is to prepare a book, newspaper, TV show etc
|
||||
encounter n [In'kaonto] an unexpected meeting
|
||||
recognize v ['rekognalz] to accept or admit that sth is true
|
||||
low-wage countries n [.190 'we1d3 kAn-triz] Niedriglohnländer
|
||||
age v [eId3] to become older
|
||||
labor force (AE) n ['1er9 foxs] the workers (Arbeiterschaf)
|
||||
crushing adj ['krAj‘Ilj] here: enormous, extremely heavy
|
||||
burden n ['bsxdn] a responsibility or task that causes a lot of worry
|
||||
welfare benefits n [„welfeo 'benIfIts] money the state gives to the unemployed, single parents, disabled people and the elderly
|
||||
proper adj ['propo] right
|
||||
fringe benefit n ['fr1nd3 benIfIt] an extra advantage that is given to you
|
||||
harried adj ['haerid] here: stressful
|
||||
amass v [a'mees] to collect
|
||||
wealth n [welG] a large amount of money, property, etc.
|
||||
community n [ko'mjuxnoti] Gemeinde
|
||||
belongings n [bI'IDIJIIJZ] the things that you own (Hab und Gut)
|
||||
idleness n ['aIdlnos] laziness
|
||||
sin n [sm] Sünde
|
||||
emphasis n ['emfosrs] importance; Betonung, here: Wert
|
||||
leisure n ['lego] free-time
|
||||
Tuscany ['tAskoni] Toskana
|
||||
fresco n ['freskou] Freske
|
||||
nurture v ['naxtjo] to look after
|
||||
contribute v [kon'trrbjuxt] to give a part of the total, together with others
|
||||
frantic adj ['fraentrk] hectic, very busy; worried and frightened
|
||||
pursuit n [po'sjuxt] the act of doing or organizing sth, wanting to achieve sth (das Streben)
|
||||
tempting adj ['temptnj] attractive
|
||||
dismiss v [drs'mIs] to say or think that sth is not important
|
||||
pace n [pels] the speed at which you do sth or at which sth happens
|
||||
toll n [tool] the amount of damage done
|
||||
gentle adj ['dgentl] calm, soft
|
||||
sustainable adj [so'stemobl] able to continue in a certain way for a long time (aufrechtzuerhalten)
|
||||
be entitled to v [bi In'tartld to] to have the right to do sth
|
||||
endanger v [In'demdgo] to cause danger to sb/sth
|
||||
indicate v ['IndIkeIt] to show sth
|
||||
pressure n ['preio] Druck
|
||||
equal adj ['ikaol] the same in value, size, number, etc.
|
||||
pay n [peI] the money you get for doing a job
|
||||
embrace v [Im'brels] hier:(bereitwillig) übernehmen
|
||||
fatherhood n ['foxöohod] the experience of being a father
|
||||
involvement n [In'volvmont] the act of being a part of sth
|
||||
diaper (AE) n ['daIpo r] Windel
|
||||
bandage v ['bazndldg] etw verbinden, bandagieren
|
||||
eightfold adv ['eItfaold] achtfach
|
||||
confident adj ['konfrdont] not worried about doing sth
|
||||
guide n [gaId] sb who shows you (how to do) sth
|
||||
mentor n ['mentox] sb who is always there to give advice when you are learning sth
|
||||
fathering v ['fazoornj] bevatern, Vater sein für
|
||||
toddler n ['todlo] a child aged approximately between two and four years old
|
||||
involve v [In'VDIV] engagieren
|
||||
inclined v [In'klalnd] likely
|
||||
tempt v [tempt] to encourage sb to do sth by offering them sth good place
|
||||
put in v [plers, pot In] beschlieBen
|
||||
time, take off phr [ta1m, talk of] sich frei nehmen
|
||||
paternity leave n [po'tsxnoti lixv] time a \ father takes off work to look after his child(ren)
|
||||
devoted adj [dI'VoutId] hingebungsvoll
|
||||
decade n ['dekeId] ten years
|
||||
balance v ['beelons] in Übereink/ang bringen
|
||||
guilt n [grlt] here; the bad feeling you have when you have done sth wrong
|
||||
accountant n [o'kaontont] Buchhalter/in
|
||||
funpark n ['fAnpaxk] a park with lots of fun activities for children
|
||||
negotiate v [nI'gonieIt] here: to find a way of dealing with sth
|
||||
role model n [r901 'modl] sb who you like and respect and therefore try to copy
|
||||
support network n [so'poxt 'netw3xk] here: people who help you if you are having problems
|
||||
eye sb/sth warily phr [a1 'weorlli] misstrauisch beobachten
|
||||
breadwinner n ['bredwmo] person who earns money to support his/her family
|
||||
climb v [ham] to go up
|
||||
corporate ladder n ['koxporot 'laedo] Unternehmensleiter
|
||||
unsympathetic adj [IAHISImpo'Getlk] not interested in sb else's problems or needs
|
||||
request sth v [H'kwest] to ask for sth
|
||||
outweigh v [„aut'wel] überwiegen, wettmachen
|
||||
promotion n [pro'moufn] getting a new, more important job, often With better pay
|
||||
mindsetn ['mamdset] Denkart, Mentalität
|
||||
initiate v [I'nIfieIt] to start sth
|
||||
shift n [”Ift] development, change
|
||||
be truthful v [bi 'truxOfl] die Wahrheit sagen
|
||||
make a sacrifice v [meIk 'seekrlfals] etw opfern
|
||||
superfluous adj [sux'psxfluos] not necessary; too much
|
||||
encounter v [In'kaonto] to meet,expenence
|
||||
assume v [o'sjuxm] to take on, accept (übernehmen)
|
||||
with respect to phr [WIÖ n'spekt to] hinsichtlich
|
||||
effectively adv [I'fektlvli] here: successfully
|
||||
hesitate v ['heZIteIt] not being sure whether to do sth or not
|
||||
recreational activities n [„rekripljonleek'twotiz] activities to help you relax
|
||||
affect v [o'fekt] to influence
|
||||
coke n [kouk] Steinkohlenkoks
|
||||
crawl v [kroxl] to move around on your hands and knees
|
||||
to have a pretty good shot phr [hov @‚prIti god 'jbt] to have a chance
|
||||
it's hard to keep a good man down phr [Its ‚hard to ‚kixp @ god meen 'daun] it is difficult to stop sb who is good
|
||||
decline n [dI'klam] a process or period of becoming weaker
|
||||
imply V‘ [Im'plaI] to say sth indirectly
|
||||
restlessness n ['restlesnas] feeling of being unable to relax or be still
|
||||
hand down v [,heend 'daon] to pass sth on (often to the next generation)
|
||||
poisonous adj ['poIzonos] giftig
|
||||
private health insurance n [,pralvot'helG Injoorans] private Krankenversicherung
|
||||
insured adj [In'fuad] versichert
|
||||
previous adj ['prixvios] happening before or earlier
|
||||
neat adj [nixt] arranged or done carefully (ordent/ich)
|
||||
tidy adj ['taIdi] well arranged, in order (aufgeräumt)
|
||||
first impression n [feast Im'prejn] erster Eindruck
|
||||
scruffy adj ['skrAfi] untidy and dirty
|
||||
on time adv [on 'taIm] punctual; not late or early
|
||||
modest adj ['modlst] here: not arrogant
|
||||
lecture v ['lektfa] to tell other people how to do things
|
||||
boast v [boost] to talk with too much pride
|
||||
prosperity n [pm'speroti] the state of being successful, wealth
|
||||
be concerned about v [bi kon's3zndobaut] to be worried about
|
||||
counterpart n ['kaontopoxt] Gegenstück
|
||||
severe adj [SI'VIQ] very bad, very serious
|
1
Englisch/Material/Buch/words_raw/222-224/Unit5/.gitattributes
vendored
Normal file
1
Englisch/Material/Buch/words_raw/222-224/Unit5/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/222_A.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/222_A.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/222_B.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/222_B.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/223_A.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/223_A.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/223_B.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/223_B.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/223_B.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/223_B.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/223_B_backup.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/223_B_backup.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/224_A.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/224_A.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/Unit5.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/Unit5.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/Unit5_backup.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit5/Unit5_backup.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/Material/Buch/words_raw/222-224/Unit6/.gitattributes
vendored
Normal file
1
Englisch/Material/Buch/words_raw/222-224/Unit6/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/Material/Buch/words_raw/222-224/Unit6/224_B.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit6/224_B.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/Material/Buch/words_raw/222-224/Unit6/224_C.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/Material/Buch/words_raw/222-224/Unit6/224_C.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
91
Englisch/Material/Buch/words_txt/212-213_words+type.txt
Normal file
91
Englisch/Material/Buch/words_txt/212-213_words+type.txt
Normal file
@ -0,0 +1,91 @@
|
||||
express is a verb means to show a feeling or an opinion by words or actions
|
||||
make the world go round means to be very important for something
|
||||
reveal is a verb means to make something known that was unknown before
|
||||
average is an adjective means normal, standard
|
||||
increasingly is a adverb means more and more
|
||||
boost is a verb means to increase something in number, value or strength
|
||||
splash the cash
|
||||
spend a lot of money on something
|
||||
night out on the town means an evening that you spend in town enjoying yourself
|
||||
quick fix means quick solution to a problem
|
||||
long-term is an adjective means for a long period of time
|
||||
rest with or on is a verb means to depend on, be based on
|
||||
take for granted means to not be grateful enough to a person or thing
|
||||
have a laugh
|
||||
be aware that is a verb means to realize
|
||||
route is a nome means a way of achieving something
|
||||
adept is an adjective means very good or skilful at something
|
||||
short-term is an adjective means fora short period of time
|
||||
pick-up is a nome means something that makes you feel better or happier
|
||||
mood is a nome means the way that you feel at a particular time
|
||||
enhancer is a nome means something that improves something else, makes something better
|
||||
get used to is a verb means to become familiar with (sich an etw gewöhnen)
|
||||
source is a nome means a place, person or thing where something comes or starts from
|
||||
improvement is a nome means Verbesserung
|
||||
well-being is a nome means the state of being healthy and happy
|
||||
continually is a adverb means happening again and again
|
||||
wear off is a verb
|
||||
strong or to disappear completely
|
||||
spokesperson is a nome means a person who is chosen to speak for a group or organization
|
||||
heritage is a nome means traditions that have existed for a long time
|
||||
matter is a verb means to be important
|
||||
fancy is a verb means to like, to desire
|
||||
do somebody the world of good phr, inf or to really benefit or help somebody
|
||||
summarize is a verb means to give a short description of something, including the most important points
|
||||
according to prep means to
|
||||
satisfy is a verb means to make somebody pleased by doing something he or she wants
|
||||
additional is an adjective means added, extra
|
||||
explanation is a nome means n
|
||||
in the long run means 'rAn
|
||||
occasional is an adjective means done or happening from time to time but not very often
|
||||
treat is a nome means something that is very special or enjoyable, that one saves for special occasions
|
||||
pleasure is a nome means an event or activity that makes you happy
|
||||
lift somebody's mood means to make somebody feel better
|
||||
be surrounded by is a verb means to have something or somebody all around you
|
||||
lend something to somebody is a verb means jdm etw ausleihen
|
||||
borrow something from somebody is a verb means sich von jdm etw ausleihen
|
||||
be rolling in means to have a lot of something (especially money)
|
||||
coincidence is a nome means the surprising fact of two or more things happening at the same time by chance
|
||||
put somebody in a good mood means to make somebody feel good
|
||||
agree is a verb means to be of the same opinion as somebody
|
||||
disagree is a verb means to be of a different opinion (@ agree)
|
||||
take responsibility is a verb means Verantwortung tragen
|
||||
set aside is a verb means to put something to one side (here: to plan, to reserve)
|
||||
time-slot is a nome means a period of time
|
||||
appendix is a nome means a section at the end of a book that gives further information
|
||||
satisfy is a verb means to make somebody pleased by doing something he or she wants
|
||||
additional is an adjective means added, extra explanation is a nome
|
||||
statement that makes a situation clear or understandable
|
||||
in the long run means 'rAn
|
||||
occasional is an adjective means done or happening from time to time but not very often
|
||||
treat is a nome means something that is very special or enjoyable, that one saves for special occasions
|
||||
pleasure is a nome means an event or activity that makes you happy
|
||||
lift somebody's mood means to make somebody feel better
|
||||
be surrounded by is a verb means to have something or somebody all around you
|
||||
lend something to somebody is a verb means jdm etw ausleihen
|
||||
borrow something from somebody is a verb means sich von jdm etw ausleihen
|
||||
be rolling in means to have a lot of something (especially money)
|
||||
coincidence is a nome means the surprising fact of two or more things happening at the same time by chance
|
||||
put somebody in a good mood means to make somebody feel good agree is a verb
|
||||
disagree is a verb means to be of a different opinion (@ agree)
|
||||
set aside is a verb means to put something to one side (here: to plan, to reserve)
|
||||
time-slot is a nome means a period of time
|
||||
appendix is a nome means a section at the end of a book that gives further information
|
||||
learning type is a nome means taIp
|
||||
vary is a verb means to become different, to change
|
||||
personal success is a nome means achieving what you want in life, doing well
|
||||
self-expression is a nome means the act of saying or doing what one beHevesin
|
||||
family values is a nome means a set of beliefs about how you should behave in a family
|
||||
come tops means to be the most important, to be the best, to win
|
||||
value is a verb means to think somebody or something is very important
|
||||
do somebody a good turn means to do somebody a favour, to do something nice or kind forsomebody
|
||||
have faith is a verb means to have a strong belief (in somebody or something), to trust
|
||||
looks is a nome means one’s appearance (Aussehen)
|
||||
genius is a nome means somebody with a very great and unusual talent
|
||||
exam preparation is a nome means the process of getting ready for an exam
|
||||
put into practice is a verb means to make something happen, to implement something
|
||||
take notes is a verb means to write something down so that you remember it
|
||||
pursue is a verb means to continue with something, to find out more about something
|
||||
particular is an adjective means here: individual
|
||||
kettle is a nome means Wasserkocher
|
||||
receiver is a nome means the part of the telephone that is used for listening and speaking
|
91
Englisch/Material/Buch/words_txt/212-213_words.txt
Normal file
91
Englisch/Material/Buch/words_txt/212-213_words.txt
Normal file
@ -0,0 +1,91 @@
|
||||
express means to show a feeling or an opinion by words or actions
|
||||
make the world go round means to be very important for something
|
||||
reveal means to make something known that was unknown before
|
||||
average means normal, standard
|
||||
increasingly means more and more
|
||||
boost means to increase something in number, value or strength
|
||||
splash the cash
|
||||
spend a lot of money on something
|
||||
night out on the town means an evening that you spend in town enjoying yourself
|
||||
quick fix means quick solution to a problem
|
||||
long-term means for a long period of time
|
||||
rest with or on means to depend on, be based on
|
||||
take for granted means to not be grateful enough to a person or thing
|
||||
have a laugh
|
||||
be aware that means to realize
|
||||
route means a way of achieving something
|
||||
adept means very good or skilful at something
|
||||
short-term means fora short period of time
|
||||
pick-up means something that makes you feel better or happier
|
||||
mood means the way that you feel at a particular time
|
||||
enhancer means something that improves something else, makes something better
|
||||
get used to means to become familiar with (sich an etw gewöhnen)
|
||||
source means a place, person or thing where something comes or starts from
|
||||
improvement means Verbesserung
|
||||
well-being means the state of being healthy and happy
|
||||
continually means happening again and again
|
||||
wear off
|
||||
strong or to disappear completely
|
||||
spokesperson means a person who is chosen to speak for a group or organization
|
||||
heritage means traditions that have existed for a long time
|
||||
matter means to be important
|
||||
fancy means to like, to desire
|
||||
do somebody the world of good phr, inf or to really benefit or help somebody
|
||||
summarize means to give a short description of something, including the most important points
|
||||
according to prep means to
|
||||
satisfy means to make somebody pleased by doing something he or she wants
|
||||
additional means added, extra
|
||||
explanation means n
|
||||
in the long run means 'rAn
|
||||
occasional means done or happening from time to time but not very often
|
||||
treat means something that is very special or enjoyable, that one saves for special occasions
|
||||
pleasure means an event or activity that makes you happy
|
||||
lift somebody's mood means to make somebody feel better
|
||||
be surrounded by means to have something or somebody all around you
|
||||
lend something to somebody means jdm etw ausleihen
|
||||
borrow something from somebody means sich von jdm etw ausleihen
|
||||
be rolling in means to have a lot of something (especially money)
|
||||
coincidence means the surprising fact of two or more things happening at the same time by chance
|
||||
put somebody in a good mood means to make somebody feel good
|
||||
agree means to be of the same opinion as somebody
|
||||
disagree means to be of a different opinion (@ agree)
|
||||
take responsibility means Verantwortung tragen
|
||||
set aside means to put something to one side (here: to plan, to reserve)
|
||||
time-slot means a period of time
|
||||
appendix means a section at the end of a book that gives further information
|
||||
satisfy means to make somebody pleased by doing something he or she wants
|
||||
additional means added, extra explanation
|
||||
statement that makes a situation clear or understandable
|
||||
in the long run means 'rAn
|
||||
occasional means done or happening from time to time but not very often
|
||||
treat means something that is very special or enjoyable, that one saves for special occasions
|
||||
pleasure means an event or activity that makes you happy
|
||||
lift somebody's mood means to make somebody feel better
|
||||
be surrounded by means to have something or somebody all around you
|
||||
lend something to somebody means jdm etw ausleihen
|
||||
borrow something from somebody means sich von jdm etw ausleihen
|
||||
be rolling in means to have a lot of something (especially money)
|
||||
coincidence means the surprising fact of two or more things happening at the same time by chance
|
||||
put somebody in a good mood means to make somebody feel good agree
|
||||
disagree means to be of a different opinion (@ agree)
|
||||
set aside means to put something to one side (here: to plan, to reserve)
|
||||
time-slot means a period of time
|
||||
appendix means a section at the end of a book that gives further information
|
||||
learning type means taIp
|
||||
vary means to become different, to change
|
||||
personal success means achieving what you want in life, doing well
|
||||
self-expression means the act of saying or doing what one beHevesin
|
||||
family values means a set of beliefs about how you should behave in a family
|
||||
come tops means to be the most important, to be the best, to win
|
||||
value means to think somebody or something is very important
|
||||
do somebody a good turn means to do somebody a favour, to do something nice or kind forsomebody
|
||||
have faith means to have a strong belief (in somebody or something), to trust
|
||||
looks means one’s appearance (Aussehen)
|
||||
genius means somebody with a very great and unusual talent
|
||||
exam preparation means the process of getting ready for an exam
|
||||
put into practice means to make something happen, to implement something
|
||||
take notes means to write something down so that you remember it
|
||||
pursue means to continue with something, to find out more about something
|
||||
particular means here: individual
|
||||
kettle means Wasserkocher
|
||||
receiver means the part of the telephone that is used for listening and speaking
|
122
Englisch/Material/Buch/words_txt/214-215_words+type.txt
Normal file
122
Englisch/Material/Buch/words_txt/214-215_words+type.txt
Normal file
@ -0,0 +1,122 @@
|
||||
page 214
|
||||
|
||||
get in touch means to contact somebody
|
||||
be on the road means to travel
|
||||
be in means to be at home
|
||||
tough is an adjective means difficult
|
||||
truth is a nome means something that is true
|
||||
leave a message means eine Nachricht hinterlassen (here: auf dem Anrufbeantworter)
|
||||
in vain means without success
|
||||
ashtray is a nome means a small dish for cigarette ash
|
||||
end up (as something) is a verb means to find yourself in a position that you did not intend or expect
|
||||
hearth is a nome means the floor of a fireplace and the area in front of it
|
||||
prompt is a verb means to help somebody continue speaking, to give them an idea
|
||||
pass is a verb means to reach the necessary standard in an exam
|
||||
do well is a verb means to get good marks in an exam
|
||||
whisper is a verb means to speak very quietly
|
||||
disappointment is a nome means Enttäuschung
|
||||
to not matter a damn means to make absolutely no difference
|
||||
decent is an adjective means satisfactory, of an acceptable standard
|
||||
yobbo (GB) n, infl means boy or young man who behaves badly in public
|
||||
dole (GB) n, infl means money that the state gives every week to people who are unemployed
|
||||
try and make a go of it v, infl means to try something
|
||||
bloke (GB) n, infl means man
|
||||
get trampled on is a verb means to be treated unfairly
|
||||
plenty is a adverb means a lot of
|
||||
peak is a verb means to reach the highest level, value or rate
|
||||
degree is a nome means a qualification gained by successfully completing a course at university or college
|
||||
rehearse is a verb means to practise
|
||||
pretty adv, infl means quite, rather
|
||||
cigarette butt is a nome means cigarette filter that you throw away
|
||||
|
||||
scatter is a verb means to drop or throw things in different directions over a wide area
|
||||
spark is a nome means a small bright piece of burning material
|
||||
turn into is a verb means to become, to change into
|
||||
argument is a nome means an angry discussion between two or more people who do not agree with each other
|
||||
pay somebody a visit is a verb means to go and see somebody
|
||||
go spare phr, infl means to become very angry
|
||||
serves you right means geschieht dir recht
|
||||
whistle is a verb means pfeifen
|
||||
hard—edged is an adjective means kalt, bitter
|
||||
bitterness is a nome means anger and unhappiness as a result of something bad happening
|
||||
depend on somebody is a verb means to be sure that somebody will help you, to rely on somebody
|
||||
see to something is a verb means to do what is necessary
|
||||
appropriate is an adjective means suitable or right
|
||||
ending is a nome means the end of a story, film, etc.
|
||||
fail is a verb means to be unsuccessful in something
|
||||
achieve is a verb means to gain something, to get something done
|
||||
drop out of something is a verb means to leave or stop doing something before you have finished it
|
||||
waste time is a verb means Zeit verschwenden
|
||||
suitable for somebody or something is an adjective means appropriate or convenient for somebody or something
|
||||
shortly is a adverb means soon, in a short time
|
||||
hang up is a verb means 'Ap
|
||||
spot is a verb means to find
|
||||
written excuse is a nome means schriftliche Entschuldigung
|
||||
habit is a nome means something that somebody does very often
|
||||
swap is a verb means to exchange, to give something for something else
|
||||
gig is a nome means concert
|
||||
brackets is a nome means Klammern
|
||||
unscramble is a verb means to put in the correct order
|
||||
|
||||
|
||||
page 215
|
||||
|
||||
make up is a verb means to invent
|
||||
caption is a nome means words that are written above or below a picture
|
||||
spire is a nome means a tall pointed tower often seen on a church
|
||||
brim with is a verb means to be full of something
|
||||
treasure is a nome means a collection of very valuable objects, something that is very valuable
|
||||
sparkling is an adjective means glitzernd, funke or nd
|
||||
wonder is a nome means something that causes you to feel surprise or admiration
|
||||
delight is a nome means great pleasure
|
||||
Lake District means beautiful holiday destination in the Northwest of England
|
||||
guarantee is a verb means to promise
|
||||
make the most of means das Beste aus etwas machen
|
||||
cookery is a nome means the skill or methods of cooking (preparing food to eat)
|
||||
stunning is an adjective means very attractive, impressive
|
||||
varied is an adjective means different from each other, changing
|
||||
tranquil is an adjective means calm and quiet
|
||||
surroundings is a nome means everything that is near or around you
|
||||
cottage is a nome means a small and (usually) old house
|
||||
refreshed is an adjective means to feel fresh and full of energy again
|
||||
invigorated is an adjective means to feel fresher and more energetic
|
||||
lonely is an adjective means to feel alone
|
||||
vulnerable is an adjective means to be easy to attack, hurt, or defeat
|
||||
common ground is a nome means land open to everyone (gemeinsames Land)
|
||||
threatened is an adjective means to be in danger of being hurt
|
||||
participate is a verb means to take part in something
|
||||
care for is a verb means to look after
|
||||
captive is an adjective means not free
|
||||
on-site is a adverb means vor Ort
|
||||
conservation is a nome means the protection of the natural world
|
||||
|
||||
hike is a verb means to go for a long walk in the countryside, often up and down hills
|
||||
faraway is an adjective means distant
|
||||
unfortunately is a adverb means unluckily
|
||||
scenery is a nome means Landschaft
|
||||
out in the open is a adverb means im Freien
|
||||
afford is a verb means to have enough money or time to be able to do something
|
||||
explore is a verb means to travel around a place and find out more about it
|
||||
spider is a nome means Spinne
|
||||
abroad is a adverb means in or to another country or countries
|
||||
motorbike is a nome means Motorrad
|
||||
behaviour is a nome means the way that you act
|
||||
avoid is a verb means here: to try not to do something
|
||||
uncomfortable is an adjective means here:unhappy, embarrassed, anxious
|
||||
fieldwork assistant is a nome means somebody who helps with outdoor research
|
||||
exploraholic is a nome means (not real word) somebody who loves exploring
|
||||
term is a nome means word
|
||||
pure is an adjective means here: only
|
||||
secretive is an adjective means not telling people about something you are doing or want to do
|
||||
admit is a verb means to agree, often without wanting to, that something is true
|
||||
environment is a nome means Umwelt
|
||||
local is an adjective means nearby
|
||||
consider is a verb means to think about something
|
||||
package holiday is a nome means Pauschalreise
|
||||
the masses is a nome means die große Masse (der Bevölkerung)
|
||||
fastest-growing is an adjective means expanding quickly
|
||||
forecast is a verb means to say what will probably happen in the future
|
||||
convince is a verb means to succeed in making somebody believe in something
|
||||
harmful is an adjective means causing harm, not good for you
|
||||
welfare is a nome means here: health
|
||||
selfish is an adjective means always thinking of yourself first
|
122
Englisch/Material/Buch/words_txt/214-215_words.txt
Normal file
122
Englisch/Material/Buch/words_txt/214-215_words.txt
Normal file
@ -0,0 +1,122 @@
|
||||
page 214
|
||||
|
||||
get in touch means to contact somebody
|
||||
be on the road means to travel
|
||||
be in means to be at home
|
||||
tough means difficult
|
||||
truth means something that is true
|
||||
leave a message means eine Nachricht hinterlassen (here: auf dem Anrufbeantworter)
|
||||
in vain means without success
|
||||
ashtray means a small dish for cigarette ash
|
||||
end up (as something) means to find yourself in a position that you did not intend or expect
|
||||
hearth means the floor of a fireplace and the area in front of it
|
||||
prompt means to help somebody continue speaking, to give them an idea
|
||||
pass means to reach the necessary standard in an exam
|
||||
do well means to get good marks in an exam
|
||||
whisper means to speak very quietly
|
||||
disappointment means Enttäuschung
|
||||
to not matter a damn means to make absolutely no difference
|
||||
decent means satisfactory, of an acceptable standard
|
||||
yobbo (GB) n, infl means boy or young man who behaves badly in public
|
||||
dole (GB) n, infl means money that the state gives every week to people who are unemployed
|
||||
try and make a go of it v, infl means to try something
|
||||
bloke (GB) n, infl means man
|
||||
get trampled on means to be treated unfairly
|
||||
plenty means a lot of
|
||||
peak means to reach the highest level, value or rate
|
||||
degree means a qualification gained by successfully completing a course at university or college
|
||||
rehearse means to practise
|
||||
pretty adv, infl means quite, rather
|
||||
cigarette butt means cigarette filter that you throw away
|
||||
|
||||
scatter means to drop or throw things in different directions over a wide area
|
||||
spark means a small bright piece of burning material
|
||||
turn into means to become, to change into
|
||||
argument means an angry discussion between two or more people who do not agree with each other
|
||||
pay somebody a visit means to go and see somebody
|
||||
go spare phr, infl means to become very angry
|
||||
serves you right means geschieht dir recht
|
||||
whistle means pfeifen
|
||||
hard—edged means kalt, bitter
|
||||
bitterness means anger and unhappiness as a result of something bad happening
|
||||
depend on somebody means to be sure that somebody will help you, to rely on somebody
|
||||
see to something means to do what is necessary
|
||||
appropriate means suitable or right
|
||||
ending means the end of a story, film, etc.
|
||||
fail means to be unsuccessful in something
|
||||
achieve means to gain something, to get something done
|
||||
drop out of something means to leave or stop doing something before you have finished it
|
||||
waste time means Zeit verschwenden
|
||||
suitable for somebody or something means appropriate or convenient for somebody or something
|
||||
shortly means soon, in a short time
|
||||
hang up means 'Ap
|
||||
spot means to find
|
||||
written excuse means schriftliche Entschuldigung
|
||||
habit means something that somebody does very often
|
||||
swap means to exchange, to give something for something else
|
||||
gig means concert
|
||||
brackets means Klammern
|
||||
unscramble means to put in the correct order
|
||||
|
||||
|
||||
page 215
|
||||
|
||||
make up means to invent
|
||||
caption means words that are written above or below a picture
|
||||
spire means a tall pointed tower often seen on a church
|
||||
brim with means to be full of something
|
||||
treasure means a collection of very valuable objects, something that is very valuable
|
||||
sparkling means glitzernd, funke or nd
|
||||
wonder means something that causes you to feel surprise or admiration
|
||||
delight means great pleasure
|
||||
Lake District means beautiful holiday destination in the Northwest of England
|
||||
guarantee means to promise
|
||||
make the most of means das Beste aus etwas machen
|
||||
cookery means the skill or methods of cooking (preparing food to eat)
|
||||
stunning means very attractive, impressive
|
||||
varied means different from each other, changing
|
||||
tranquil means calm and quiet
|
||||
surroundings means everything that is near or around you
|
||||
cottage means a small and (usually) old house
|
||||
refreshed means to feel fresh and full of energy again
|
||||
invigorated means to feel fresher and more energetic
|
||||
lonely means to feel alone
|
||||
vulnerable means to be easy to attack, hurt, or defeat
|
||||
common ground means land open to everyone (gemeinsames Land)
|
||||
threatened means to be in danger of being hurt
|
||||
participate means to take part in something
|
||||
care for means to look after
|
||||
captive means not free
|
||||
on-site means vor Ort
|
||||
conservation means the protection of the natural world
|
||||
|
||||
hike means to go for a long walk in the countryside, often up and down hills
|
||||
faraway means distant
|
||||
unfortunately means unluckily
|
||||
scenery means Landschaft
|
||||
out in the open means im Freien
|
||||
afford means to have enough money or time to be able to do something
|
||||
explore means to travel around a place and find out more about it
|
||||
spider means Spinne
|
||||
abroad means in or to another country or countries
|
||||
motorbike means Motorrad
|
||||
behaviour means the way that you act
|
||||
avoid means here: to try not to do something
|
||||
uncomfortable means here:unhappy, embarrassed, anxious
|
||||
fieldwork assistant means somebody who helps with outdoor research
|
||||
exploraholic means (not real word) somebody who loves exploring
|
||||
term means word
|
||||
pure means here: only
|
||||
secretive means not telling people about something you are doing or want to do
|
||||
admit means to agree, often without wanting to, that something is true
|
||||
environment means Umwelt
|
||||
local means nearby
|
||||
consider means to think about something
|
||||
package holiday means Pauschalreise
|
||||
the masses means die große Masse (der Bevölkerung)
|
||||
fastest-growing means expanding quickly
|
||||
forecast means to say what will probably happen in the future
|
||||
convince means to succeed in making somebody believe in something
|
||||
harmful means causing harm, not good for you
|
||||
welfare means here: health
|
||||
selfish means always thinking of yourself first
|
139
Englisch/Material/Buch/words_txt/222-223_words+type.txt
Normal file
139
Englisch/Material/Buch/words_txt/222-223_words+type.txt
Normal file
@ -0,0 +1,139 @@
|
||||
make a living is a verb means
|
||||
cash machine is a nome means maj‘ixn
|
||||
keep track is a verb means to make a note of something, to check (die Übersicht behalten)
|
||||
extra-curricular is an adjective means not part of the normal school subjects
|
||||
workload is a nome means amount of work that you are given
|
||||
drop is a verb means fallen Iassen
|
||||
tray is a nome means Tablett
|
||||
mess is a nome means something that is untidy and or or dirty
|
||||
fries is a nome means editor is a nome
|
||||
encounter is a nome means an unexpected meeting chips (Pommes)
|
||||
pretend is a verb means so tun als ob
|
||||
grab is a verb means to take something suddenly or quickly
|
||||
mop is a nome means Wischmopp
|
||||
mean is a verb means bedeuten
|
||||
score is a nome means the number of points you get in a game
|
||||
job profile is a nome means description of a job
|
||||
lifeguard is a nome means a person at a beach or pool who saves people's lives
|
||||
vendor is a nome means a person who sells things
|
||||
vacation is a nome means holiday
|
||||
kick back is a verb means to relax
|
||||
beloved is an adjective means liked a lot, favourite
|
||||
frequent is an adjective means often
|
||||
threat is a nome means a person or thing that may hurt or damage somebody or something
|
||||
weigh up is a verb means to consider something carefully (abwägen)
|
||||
repeal is a verb means widerrufen, aufheben
|
||||
mandatory is an adjective means having to do something, compulsory (obligatorisch)
|
||||
giant is a nome means Riese
|
||||
muscle is a verb means to use strong persuasion
|
||||
(trade) union is a nome means Gewerkschaft
|
||||
lengthen is a verb means to make longer
|
||||
editor is a nome means a person whose job it is to prepare a book, newspaper, TV show etc
|
||||
encounter is a nome means an unexpected meeting
|
||||
recognize is a verb means to accept or admit that something is true
|
||||
low-wage countries is a nome means Niedriglohnländer
|
||||
age is a verb means to become older
|
||||
labor force (AE) is a nome means the workers (Arbeiterschaf)
|
||||
crushing is an adjective means here: enormous, extremely heavy
|
||||
burden is a nome means a responsibility or task that causes a lot of worry
|
||||
welfare benefits is a nome means money the state gives to the unemployed, single parents, disabled people and the elderly
|
||||
proper is an adjective means right
|
||||
fringe benefit is a nome means an extra advantage that is given to you
|
||||
harried is an adjective means here: stressful
|
||||
amass is a verb means to collect
|
||||
wealth is a nome means a large amount of money, property, etc.
|
||||
community is a nome means Gemeinde
|
||||
belongings is a nome means the things that you own (Hab und Gut)
|
||||
idleness is a nome means laziness
|
||||
sin is a nome means Sünde
|
||||
emphasis is a nome means importance; Betonung, here: Wert
|
||||
leisure is a nome means free-time
|
||||
Tuscany means Toskana
|
||||
fresco is a nome means Freske
|
||||
nurture is a verb means to look after
|
||||
contribute is a verb means to give a part of the total, together with others
|
||||
frantic is an adjective means hectic, very busy; worried and frightened
|
||||
pursuit is a nome means the act of doing or organizing something, wanting to achieve something (das Streben)
|
||||
tempting is an adjective means attractive
|
||||
dismiss is a verb means to say or think that something is not important
|
||||
pace is a nome means the speed at which you do something or at which something happens
|
||||
toll is a nome means the amount of damage done
|
||||
gentle is an adjective means calm, soft
|
||||
sustainable is an adjective means able to continue in a certain way for a long time (aufrechtzuerhalten)
|
||||
be entitled to is a verb means to have the right to do something
|
||||
endanger is a verb means to cause danger to somebody or something
|
||||
indicate is a verb means to show something
|
||||
pressure is a nome means Druck
|
||||
equal is an adjective means the same in value, size, number, etc.
|
||||
pay is a nome means the money you get for doing a job
|
||||
embrace is a verb means hier:(bereitwillig) übernehmen
|
||||
fatherhood is a nome means the experience of being a father
|
||||
involvement is a nome means the act of being a part of something
|
||||
diaper (AE) is a nome means Windel
|
||||
bandage is a verb means etw verbinden, bandagieren
|
||||
eightfold is a adverb means achtfach
|
||||
confident is an adjective means not worried about doing something
|
||||
guide is a nome means somebody who shows you (how to do) something
|
||||
mentor is a nome means somebody who is always there to give advice when you are learning something
|
||||
fathering is a verb means bevatern, Vater sein für
|
||||
toddler is a nome means a child aged approximately between two and four years old
|
||||
involve is a verb means engagieren
|
||||
inclined is a verb means likely
|
||||
tempt is a verb means to encourage somebody to do something by offering them something good place
|
||||
put in is a verb means beschlieBen
|
||||
time, take off means sich frei nehmen
|
||||
paternity leave is a nome means time a \ father takes off work to look after his child(ren)
|
||||
devoted is an adjective means hingebungsvoll
|
||||
decade is a nome means ten years
|
||||
balance is a verb means in Übereink or ang bringen
|
||||
guilt is a nome means here; the bad feeling you have when you have done something wrong
|
||||
accountant is a nome means Buchhalter or in
|
||||
funpark is a nome means a park with lots of fun activities for children
|
||||
negotiate is a verb means here: to find a way of dealing with something
|
||||
role model is a nome means somebody who you like and respect and therefore try to copy
|
||||
support network is a nome means here: people who help you if you are having problems
|
||||
eye somebody or something warily means misstrauisch beobachten
|
||||
breadwinner is a nome means person who earns money to support his or her family
|
||||
climb is a verb means to go up
|
||||
corporate ladder is a nome means Unternehmensleiter
|
||||
unsympathetic is an adjective means not interested in somebody else's problems or needs
|
||||
request something is a verb means to ask for something
|
||||
outweigh is a verb means überwiegen, wettmachen
|
||||
promotion is a nome means getting a new, more important job, often With better pay
|
||||
mindsetn means Denkart, Mentalität
|
||||
initiate is a verb means to start something
|
||||
shift is a nome means development, change
|
||||
be truthful is a verb means die Wahrheit sagen
|
||||
make a sacrifice is a verb means etw opfern
|
||||
superfluous is an adjective means not necessary; too much
|
||||
encounter is a verb means to meet,expenence
|
||||
assume is a verb means to take on, accept (übernehmen)
|
||||
with respect to means hinsichtlich
|
||||
effectively is a adverb means here: successfully
|
||||
hesitate is a verb means not being sure whether to do something or not
|
||||
recreational activities is a nome means activities to help you relax
|
||||
affect is a verb means to influence
|
||||
coke is a nome means Steinkohlenkoks
|
||||
crawl is a verb means to move around on your hands and knees
|
||||
to have a pretty good shot means to have a chance
|
||||
it's hard to keep a good man down means it is difficult to stop somebody who is good
|
||||
decline is a nome means a process or period of becoming weaker
|
||||
imply V‘ means to say something indirectly
|
||||
restlessness is a nome means feeling of being unable to relax or be still
|
||||
hand down is a verb means to pass something on (often to the next generation)
|
||||
poisonous is an adjective means giftig
|
||||
private health insurance is a nome means private Krankenversicherung
|
||||
insured is an adjective means versichert
|
||||
previous is an adjective means happening before or earlier
|
||||
neat is an adjective means arranged or done carefully (ordent or ich)
|
||||
tidy is an adjective means well arranged, in order (aufgeräumt)
|
||||
first impression is a nome means erster Eindruck
|
||||
scruffy is an adjective means untidy and dirty
|
||||
on time is a adverb means punctual; not late or early
|
||||
modest is an adjective means here: not arrogant
|
||||
lecture is a verb means to tell other people how to do things
|
||||
boast is a verb means to talk with too much pride
|
||||
prosperity is a nome means the state of being successful, wealth
|
||||
be concerned about is a verb means to be worried about
|
||||
counterpart is a nome means Gegenstück
|
||||
severe is an adjective means very bad, very serious
|
139
Englisch/Material/Buch/words_txt/222-223_words.txt
Normal file
139
Englisch/Material/Buch/words_txt/222-223_words.txt
Normal file
@ -0,0 +1,139 @@
|
||||
make a living means
|
||||
cash machine means maj‘ixn
|
||||
keep track means to make a note of something, to check (die Übersicht behalten)
|
||||
extra-curricular means not part of the normal school subjects
|
||||
workload means amount of work that you are given
|
||||
drop means fallen Iassen
|
||||
tray means Tablett
|
||||
mess means something that is untidy and or or dirty
|
||||
fries means editor
|
||||
encounter means an unexpected meeting chips (Pommes)
|
||||
pretend means so tun als ob
|
||||
grab means to take something suddenly or quickly
|
||||
mop means Wischmopp
|
||||
mean means bedeuten
|
||||
score means the number of points you get in a game
|
||||
job profile means description of a job
|
||||
lifeguard means a person at a beach or pool who saves people's lives
|
||||
vendor means a person who sells things
|
||||
vacation means holiday
|
||||
kick back means to relax
|
||||
beloved means liked a lot, favourite
|
||||
frequent means often
|
||||
threat means a person or thing that may hurt or damage somebody or something
|
||||
weigh up means to consider something carefully (abwägen)
|
||||
repeal means widerrufen, aufheben
|
||||
mandatory means having to do something, compulsory (obligatorisch)
|
||||
giant means Riese
|
||||
muscle means to use strong persuasion
|
||||
(trade) union means Gewerkschaft
|
||||
lengthen means to make longer
|
||||
editor means a person whose job it is to prepare a book, newspaper, TV show etc
|
||||
encounter means an unexpected meeting
|
||||
recognize means to accept or admit that something is true
|
||||
low-wage countries means Niedriglohnländer
|
||||
age means to become older
|
||||
labor force (AE) means the workers (Arbeiterschaf)
|
||||
crushing means here: enormous, extremely heavy
|
||||
burden means a responsibility or task that causes a lot of worry
|
||||
welfare benefits means money the state gives to the unemployed, single parents, disabled people and the elderly
|
||||
proper means right
|
||||
fringe benefit means an extra advantage that is given to you
|
||||
harried means here: stressful
|
||||
amass means to collect
|
||||
wealth means a large amount of money, property, etc.
|
||||
community means Gemeinde
|
||||
belongings means the things that you own (Hab und Gut)
|
||||
idleness means laziness
|
||||
sin means Sünde
|
||||
emphasis means importance; Betonung, here: Wert
|
||||
leisure means free-time
|
||||
Tuscany means Toskana
|
||||
fresco means Freske
|
||||
nurture means to look after
|
||||
contribute means to give a part of the total, together with others
|
||||
frantic means hectic, very busy; worried and frightened
|
||||
pursuit means the act of doing or organizing something, wanting to achieve something (das Streben)
|
||||
tempting means attractive
|
||||
dismiss means to say or think that something is not important
|
||||
pace means the speed at which you do something or at which something happens
|
||||
toll means the amount of damage done
|
||||
gentle means calm, soft
|
||||
sustainable means able to continue in a certain way for a long time (aufrechtzuerhalten)
|
||||
be entitled to means to have the right to do something
|
||||
endanger means to cause danger to somebody or something
|
||||
indicate means to show something
|
||||
pressure means Druck
|
||||
equal means the same in value, size, number, etc.
|
||||
pay means the money you get for doing a job
|
||||
embrace means hier:(bereitwillig) übernehmen
|
||||
fatherhood means the experience of being a father
|
||||
involvement means the act of being a part of something
|
||||
diaper (AE) means Windel
|
||||
bandage means etw verbinden, bandagieren
|
||||
eightfold means achtfach
|
||||
confident means not worried about doing something
|
||||
guide means somebody who shows you (how to do) something
|
||||
mentor means somebody who is always there to give advice when you are learning something
|
||||
fathering means bevatern, Vater sein für
|
||||
toddler means a child aged approximately between two and four years old
|
||||
involve means engagieren
|
||||
inclined means likely
|
||||
tempt means to encourage somebody to do something by offering them something good place
|
||||
put in means beschlieBen
|
||||
time, take off means sich frei nehmen
|
||||
paternity leave means time a \ father takes off work to look after his child(ren)
|
||||
devoted means hingebungsvoll
|
||||
decade means ten years
|
||||
balance means in Übereink or ang bringen
|
||||
guilt means here; the bad feeling you have when you have done something wrong
|
||||
accountant means Buchhalter or in
|
||||
funpark means a park with lots of fun activities for children
|
||||
negotiate means here: to find a way of dealing with something
|
||||
role model means somebody who you like and respect and therefore try to copy
|
||||
support network means here: people who help you if you are having problems
|
||||
eye somebody or something warily means misstrauisch beobachten
|
||||
breadwinner means person who earns money to support his or her family
|
||||
climb means to go up
|
||||
corporate ladder means Unternehmensleiter
|
||||
unsympathetic means not interested in somebody else's problems or needs
|
||||
request something means to ask for something
|
||||
outweigh means überwiegen, wettmachen
|
||||
promotion means getting a new, more important job, often With better pay
|
||||
mindsetn means Denkart, Mentalität
|
||||
initiate means to start something
|
||||
shift means development, change
|
||||
be truthful means die Wahrheit sagen
|
||||
make a sacrifice means etw opfern
|
||||
superfluous means not necessary; too much
|
||||
encounter means to meet,expenence
|
||||
assume means to take on, accept (übernehmen)
|
||||
with respect to means hinsichtlich
|
||||
effectively means here: successfully
|
||||
hesitate means not being sure whether to do something or not
|
||||
recreational activities means activities to help you relax
|
||||
affect means to influence
|
||||
coke means Steinkohlenkoks
|
||||
crawl means to move around on your hands and knees
|
||||
to have a pretty good shot means to have a chance
|
||||
it's hard to keep a good man down means it is difficult to stop somebody who is good
|
||||
decline means a process or period of becoming weaker
|
||||
imply V‘ means to say something indirectly
|
||||
restlessness means feeling of being unable to relax or be still
|
||||
hand down means to pass something on (often to the next generation)
|
||||
poisonous means giftig
|
||||
private health insurance means private Krankenversicherung
|
||||
insured means versichert
|
||||
previous means happening before or earlier
|
||||
neat means arranged or done carefully (ordent or ich)
|
||||
tidy means well arranged, in order (aufgeräumt)
|
||||
first impression means erster Eindruck
|
||||
scruffy means untidy and dirty
|
||||
on time means punctual; not late or early
|
||||
modest means here: not arrogant
|
||||
lecture means to tell other people how to do things
|
||||
boast means to talk with too much pride
|
||||
prosperity means the state of being successful, wealth
|
||||
be concerned about means to be worried about
|
||||
counterpart means Gegenstück
|
||||
severe means very bad, very serious
|
1
Englisch/RAW/2017-09-12/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-09-12/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-09-12/01_2017-09-12_Notizen.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-12/01_2017-09-12_Notizen.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/RAW/2017-09-13/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-09-13/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-09-13/02_2017-09-13_The-Mistake-Clinic.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-13/02_2017-09-13_The-Mistake-Clinic.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/RAW/2017-09-15/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-09-15/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-09-15/03_2017-09-15_Eng-Skilltest-Korectur.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-15/03_2017-09-15_Eng-Skilltest-Korectur.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-15/04_2017-09-15_Eng-Skilltest-Notizen.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-15/04_2017-09-15_Eng-Skilltest-Notizen.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-15/05_2017-09-15_Bewertung der Gruppendiskussion.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-15/05_2017-09-15_Bewertung der Gruppendiskussion.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-15/06_2017-09-15_Bewertung der Gruppendiskussion.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-15/06_2017-09-15_Bewertung der Gruppendiskussion.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/RAW/2017-09-19/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-09-19/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-09-19/07_2017-09-19_What makes me happy.odt
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-19/07_2017-09-19_What makes me happy.odt
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-19/07_2017-09-19_What makes me happy.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-19/07_2017-09-19_What makes me happy.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/RAW/2017-09-20/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-09-20/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-09-20/08_2017-09-20.odt
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-20/08_2017-09-20.odt
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-20/08_2017-09-20.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-20/08_2017-09-20.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/RAW/2017-09-21/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-09-21/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-09-21/09_2017-09-21.odt
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-21/09_2017-09-21.odt
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-21/09_2017-09-21.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-21/09_2017-09-21.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-21/10_2017-09-21_Are we becoming happier.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-21/10_2017-09-21_Are we becoming happier.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/RAW/2017-09-22/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-09-22/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-09-22/11_2017-09-22.odt
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-22/11_2017-09-22.odt
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-22/11_2017-09-22.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-22/11_2017-09-22.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/RAW/2017-09-26/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-09-26/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-09-26/12_2017-09-26_Present Tente Simple ing-form.odt
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-26/12_2017-09-26_Present Tente Simple ing-form.odt
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-26/12_2017-09-26_Present Tente Simple ing-form.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-26/12_2017-09-26_Present Tente Simple ing-form.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
12
Englisch/RAW/2017-09-26/13_2017-09-26_Exersice.txt
Normal file
12
Englisch/RAW/2017-09-26/13_2017-09-26_Exersice.txt
Normal file
@ -0,0 +1,12 @@
|
||||
B16/10
|
||||
|
||||
10. Spot the mistakes
|
||||
|
||||
1. Brian lives and works in Wimbeldon, but he is working in Chelsea today.
|
||||
2. Does Mark like his new job?
|
||||
3. Lucy is cycle to work every day.
|
||||
4. In this photo, David is playing football with his frends from Scotland.
|
||||
5. I go swimming on Saturdays.
|
||||
6. Iris always goes to a club on Fridays
|
||||
7. Are you like tenis?
|
||||
8. Hooking for my pen. You know where it is?
|
BIN
Englisch/RAW/2017-09-26/14_2017-09-26_S1_Describing Cartoons.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-26/14_2017-09-26_S1_Describing Cartoons.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-26/15_2017-09-26_S2_Describing Cartoons.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-26/15_2017-09-26_S2_Describing Cartoons.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -0,0 +1,22 @@
|
||||
B18/1
|
||||
|
||||
Bias = Zweck
|
||||
|
||||
In the cartoon we can see a man on a thiny tropic island looking over to a couple and a dog in a boat.
|
||||
The man is dressed in rags with a long beard and wild hair.
|
||||
On the island there is also a palm tree, an emty cam and some bones.
|
||||
The couple seem to be typical torrists in a rented boat.
|
||||
They are useing a parasol and sunglasses to preotect themselves.
|
||||
It looks linke he is waiting for the cuple to come over to save him,
|
||||
because it seems that he has the same fate like Robinson Cruse.
|
||||
But the turist missunderstand the situation and think its an actor only for them.
|
||||
|
||||
|
||||
|
||||
##### !!! May i ask you something?
|
||||
### zerissen: drist in regs : in fetzen gekleidet
|
||||
## uncumd ungekämmt
|
||||
### palme: palm = handfläche; palm tree -> palm tree
|
||||
## fate = schiksal
|
||||
## sun shade - sonnenschaten; parasol - sonnenschim; umberella -regenschirm
|
||||
|
1
Englisch/RAW/2017-09-29/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-09-29/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
45
Englisch/RAW/2017-09-29/17_2017-09-29.txt
Normal file
45
Englisch/RAW/2017-09-29/17_2017-09-29.txt
Normal file
@ -0,0 +1,45 @@
|
||||
B19;20
|
||||
|
||||
1 Anita Parson --> D
|
||||
* tow young children
|
||||
* active holiday
|
||||
* different things
|
||||
* water sport
|
||||
* walking
|
||||
|
||||
2. Mathew Scott --> C
|
||||
* like to do sth | advanture
|
||||
* India or faraway
|
||||
* spent mony
|
||||
|
||||
3. Jasmine Chopra --> A
|
||||
* wether independent
|
||||
* a long weekend
|
||||
|
||||
4. Claire Campbell --> B
|
||||
* relax/enjoi
|
||||
* good food
|
||||
* warm
|
||||
* scenery or landscaper to paint
|
||||
|
||||
5. Oliver Shaw --> E
|
||||
* cheap
|
||||
* with work perhaps
|
||||
|
||||
|
||||
to recommend: empfehlen
|
||||
traingnil suroundingS!
|
||||
|
||||
|
||||
ath he airport:
|
||||
###############
|
||||
- time tablee
|
||||
- boarding pass
|
||||
- dstination
|
||||
- plaine | airopolane | aircraft
|
||||
- purser
|
||||
- take off - abheben
|
||||
- touch down - landen
|
||||
- air trafic controlers
|
||||
|
||||
|
BIN
Englisch/RAW/2017-09-29/18_2017-09-29.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-29/18_2017-09-29.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-09-29/19_2017-09-29.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-09-29/19_2017-09-29.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/RAW/2017-10-04/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-10-04/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-10-04/20_2017-10-04_The Past Tense.odt
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-10-04/20_2017-10-04_The Past Tense.odt
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-10-04/20_2017-10-04_The Past Tense.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-10-04/20_2017-10-04_The Past Tense.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
29
Englisch/RAW/2017-10-05/21_2017-10-05.txt
Normal file
29
Englisch/RAW/2017-10-05/21_2017-10-05.txt
Normal file
@ -0,0 +1,29 @@
|
||||
volontiers
|
||||
|
||||
S23/4:
|
||||
|
||||
1 -
|
||||
2:e
|
||||
3:8
|
||||
4:c
|
||||
5:d
|
||||
6:b
|
||||
7:f
|
||||
8:h
|
||||
9:g
|
||||
10:-
|
||||
|
||||
package holidays -> esp. a vayage in wich everyfin is inclunded and paid before
|
||||
ecology -> the sciens of the balance in nature
|
||||
issue -> 1,) Ausaufbage 2,) Problem 3,) Erlass
|
||||
superior-> Überlegen
|
||||
inferioty complex -> Minderwertigkeitskomplez
|
||||
|
||||
envieoment->enviromal enviromentally
|
||||
|
||||
surround -> immer im jplural in meiner imfabune
|
||||
|
||||
developed world / developing world
|
||||
Hreshhold countries -> entwiklungsland
|
||||
|
||||
HUSAUFGABE tEXT UND wÖRTER LERNENp
|
1
Englisch/RAW/2017-10-06/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-10-06/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-10-06/22_2017-10-06_The Present Perfect.odt
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-10-06/22_2017-10-06_The Present Perfect.odt
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-10-06/22_2017-10-06_The Present Perfect.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-10-06/22_2017-10-06_The Present Perfect.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
1
Englisch/RAW/2017-10-10/.gitattributes
vendored
Normal file
1
Englisch/RAW/2017-10-10/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.{png,mp4,jpg,JPG,gif,odt,pdf,ods} filter=lfs diff=lfs merge=lfs -text
|
BIN
Englisch/RAW/2017-10-10/23_2017-10-10_Übung.odt
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-10-10/23_2017-10-10_Übung.odt
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-10-10/23_2017-10-10_Übung.pdf
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-10-10/23_2017-10-10_Übung.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Englisch/RAW/2017-10-10/24_2017-10-10_Übung.jpg
(Stored with Git LFS)
Normal file
BIN
Englisch/RAW/2017-10-10/24_2017-10-10_Übung.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user