Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rephrase modules titles #626

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ private void evaluateCCDChildSafety(Map<String, ServiceWrapper> serviceWrapperMa
if (alert == null || new LocalDate().isBefore(new LocalDate(alert.startDate()))) return;

final String serviceIteration = serviceWrapper.getName().substring(serviceWrapper.getName().length() - 1);
String title = context.getString(R.string.child_safety);
String title = context.getString(R.string.child_safety_year_ii);

// alert if overdue after 14 days
boolean isOverdue = new LocalDate().isAfter(new LocalDate(alert.startDate()).plusDays(14));
Expand Down
4 changes: 2 additions & 2 deletions opensrp-chw/src/kk/res/values-sw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@

<string name="toddler_danger_sign_month"> Dalili za hatari za mtoto </string>
<string name="ccd_introduction"> <b>CCD</b>: Mwanzo </string>
<string name="ccd_development_screening"> <b>CCD</b>: Maendeleo ya ukuaji </string>
<string name="ccd_communication_assessment"> <b>CCD</b>: Hali ya mawasiliano </string>
<string name="ccd_development_screening"> <b>CCD</b>: Tathmini ya maendeleo ya mtoto </string>
<string name="ccd_communication_assessment"> <b>CCD</b>: Tathmini maendeleo na fundisha kuhusu mawasiliano </string>
<string name="ccd_child_discipline"> <b>CCD</b>: Ushauri juu ya namna ya kujenga nidhamu kwa mtoto </string>
<string name="complimentary_feeding_year_ii">Lishe</string>
<string name="ccd_breastfeeding">Unyonyeshaji wa maziwa ya mama</string>
Expand Down
6 changes: 3 additions & 3 deletions opensrp-chw/src/kk/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<string name="malaria_prevention_llin_condition_fair">Fair</string>
<string name="child_play_and_assessment_counselling"><b>CCD</b>: Play Assessment and Counselling</string>
<string name="ccd_problem_solving"><b>CCD</b>: Problem Solving</string>
<string name="ccd_caregiver_responsiveness"><b>CCD</b>: Caregiver Responsiveness to Child Behavior/Cues</string>
<string name="ccd_caregiver_responsiveness"><b>CCD</b>: Caregiver Responsiveness to Child Behavior/Cues and Counselling</string>
<string name="newborn_care_cord_care">Essential Newborn Care: Cord Care</string>
<string name="ccd_play_child">Caregiver play with child</string>
<string name="ccd_communication_with_child">Communicating with child</string>
Expand All @@ -103,8 +103,8 @@

<string name="toddler_danger_sign_month"> Toddler danger sign </string>
<string name="ccd_introduction"> <b>CCD</b>: Introduction</string>
<string name="ccd_development_screening"> <b>CCD</b>: Development screening </string>
<string name="ccd_communication_assessment"> <b>CCD</b>: Communication assessment </string>
<string name="ccd_development_screening"> <b>CCD</b>: Development Screening Assessment</string>
<string name="ccd_communication_assessment"> <b>CCD</b>: Communication Assessment and Counselling </string>
<string name="ccd_child_discipline"> <b>CCD</b>: Child Discipline Assessment and Counselling</string>
<string name="complimentary_feeding_year_ii">Nutrition</string>
<string name="ccd_breastfeeding">Breastfeeding</string>
Expand Down