# Flash cards: full Spanish class vocabulary # -*- coding: utf-8 -*- cards = [ # Added by Julie [ "Le debo", "To you I owe, I owe you" ], [ "dijeron", "To me they told" ], [ "doy", "I give" ], [ "propina", "tip (as in tip the waiter)" ], [ "tanto", "So much" ], [ "Desde", "Since" ], [ "Cuando", "When" ], [ "Ayer", "Yesterday" ], [ "Casi", "Almost" ], [ "Siempre", "Always" ], [ "Pero", "But" ], [ "A prop?sito", "By the way" ], [ "Otra cosa", "Another thing" ], [ "Mismo", "same, selfsame, very same, right now" ], [ "Igualmente", "same here" ], [ "Lo siento", "I'm sorry" ], [ "Suba", "Up" ], [ "Baja", "Down" ], [ "Entonces", "Then" ], [ "cosa", "Thing" ], [ "Despues", "Later" ], [ "c?mo", "How" ], [ "Cuanto cuesta", "How much costs" ], [ "cu?ndo", "When" ], [ "Ahora", "Now" ], [ "esto - eso", "this - that" ], [ "Con", "with" ], [ "Dond?", "Where" ], [ "ah?", "There" ], [ "adelante", "Ahead" ], [ "cerca", "Near" ], [ "lejos", "Far" ], [ "unas", "some" ], [ "poca", "a little, few" ], [ "Hasta", "Until" ], [ "Estar", "To be" ], [ "Subir", "To go up" ], [ "Ser", "To be" ], [ "Aprendar", "To learn" ], ]