This repository was archived by the owner on Oct 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-6
lines changed
lib/themes/dosomething/paraneue_dosomething/includes Expand file tree Collapse file tree 2 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -352,12 +352,12 @@ function paraneue_dosomething_get_themed_placeholder_reportbacks($count = 6) {
352352 $ placeholder_urls = dosomething_campaign_get_default_gallery_image_urls ();
353353 $ placeholders = array ();
354354 $ placeholder_captions = array (
355- 'DoSomething? Just did. ' ,
356- 'Doing good never looked so good. ' ,
357- 'Don’t let the smile fool you. I crushed it. ' ,
358- 'Making the world suck less, one photo at a time. ' ,
359- 'Pics or it didn’t happen? Oh, it happened. ' ,
360- 'I get action. Social action. ' ,
355+ t ( 'DoSomething? Just did. ' ) ,
356+ t ( 'Doing good never looked so good. ' ) ,
357+ t ( 'Don’t let the smile fool you. I crushed it. ' ) ,
358+ t ( 'Making the world suck less, one photo at a time. ' ) ,
359+ t ( 'Pics or it didn’t happen? Oh, it happened. ' ) ,
360+ t ( 'I get action. Social action. ' ) ,
361361 );
362362
363363 // If no placeholders added to site, let's fallback to locally stored ones.
Original file line number Diff line number Diff line change @@ -511,6 +511,30 @@ msgstr ""
511511msgid "Stay Tuned"
512512msgstr ""
513513
514+ #: includes/helpers.inc:355
515+ msgid "DoSomething? Just did."
516+ msgstr ""
517+
518+ #: includes/helpers.inc:356
519+ msgid "Doing good never looked so good."
520+ msgstr ""
521+
522+ #: includes/helpers.inc:357
523+ msgid "Don’t let the smile fool you. I crushed it."
524+ msgstr ""
525+
526+ #: includes/helpers.inc:358
527+ msgid "Making the world suck less, one photo at a time."
528+ msgstr ""
529+
530+ #: includes/helpers.inc:359
531+ msgid "Pics or it didn’t happen? Oh, it happened."
532+ msgstr ""
533+
534+ #: includes/helpers.inc:360
535+ msgid "I get action. Social action."
536+ msgstr ""
537+
514538#: includes/preprocess.inc:129
515539msgid "Edit Profile"
516540msgstr ""
You can’t perform that action at this time.
0 commit comments