View | Details | Raw Unified | Return to bug 29722
Collapse All | Expand All

(-)a/installer/data/mysql/en/optional/sample_quotes.yml (-1 / +64 lines)
Lines 149-153 tables: Link Here
149
          source: "George W. Bush"
149
          source: "George W. Bush"
150
          text: "Every nation in every region now has a decision to make. Either you are with us, or you are with the terrorists."
150
          text: "Every nation in every region now has a decision to make. Either you are with us, or you are with the terrorists."
151
151
152
        - id: 35
153
          source: "Katherine Johnson"
154
          text: "Girls are capable of doing everything men are capable of doing. Sometimes they have more imagination than men."
155
156
        - id: 36
157
          source: "Serena Williams"
158
          text: "I really think a champion is defined not by their wins but by how they can recover when they fall."
159
160
        - id: 37
161
          source: "Shirley Chisholm"
162
          text: "Tremendous amounts of talent are being lost to our society just because that talent wears a skirt."
163
164
        - id: 38
165
          source: "Frida Kahlo"
166
          text: "At the end of the day, we can endure much more than we think we can."
167
168
        - id: 39
169
          source: "Marie Curie"
170
          text: "Have no fear of perfection; you'll never reach it."
171
172
        - id: 40
173
          source: "Indira Gandhi"
174
          text: "You cannot shake hands with a clenched fist."
175
176
        - id: 41
177
          source: "Maya Angelou"
178
          text: "If you don't like something, change it. If you can't change it, change your attitude."
179
180
        - id: 42
181
          source: "Marilyn Monroe"
182
          text: "I don't mind living in a man's world, as long as I get to be a woman in it."
183
184
        - id: 43
185
          source: "Maya Angelou"
186
          text: "My mission in life is not merely to survive but to thrive and to do so with some passion, some compassion, some humor, and some style."
187
188
        - id: 44
189
          source: "Alex Elle"
190
          text: "I am thankful for my struggle because, without it, I wouldn’t have stumbled across my strength."
191
192
        - id: 45
193
          source: "Madeleine Albright"
194
          text: "It took me quite a long time to develop a voice, and now that I have it, I am not going to be silent."
195
196
        - id: 46
197
          source: "Jane Goodall"
198
          text: "What you do makes a difference, and you have to decide what kind of difference you want to make."
199
200
        - id: 47
201
          source: "Dolly Parton"
202
          text: "The way I see it, if you want the rainbow, you gotta put up with the rain!"
203
204
        - id: 48
205
          source: "Laverne Cox"
206
          text: "Each and every one of us has the capacity to be an oppressor. I want to encourage each and every one of us to interrogate how we might be an oppressor and how we might be able to become liberators for ourselves and for each other."
207
208
        - id: 49
209
          source: "Gloria Steinem"
210
          text: "The future depends entirely on what each of us does every day; a movement is only people moving."
211
212
        - id: 50
213
          source: "Robin Wall Kimmerer"
214
          text: "The land knows you, even when you are lost."
215
152
sql_statements:
216
sql_statements:
153
  - "UPDATE quotes SET timestamp = NOW();"
217
  - "UPDATE quotes SET timestamp = NOW();"
154
- 

Return to bug 29722