Louis Romero | a9f6b30 | 2024-07-01 15:39:06 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
Louis Romero | a9f6b30 | 2024-07-01 15:39:06 | [diff] [blame] | 3 | <message name="IDS_SAVED_TAB_GROUPS_CREATION_JUST_NOW" desc="Subtitle of a synced tab group in Tab Groups panel in Tab Grid that just got created."> |
| 4 | Created just now |
| 5 | </message> |
Louis Romero | 1221b74 | 2025-06-06 18:15:34 | [diff] [blame] | 6 | <message name="IDS_SAVED_TAB_GROUPS_CREATION_MINUTES_AGO_FORMAT" desc="Subtitle of a synced tab group in Tab Groups panel in Tab Grid representing the elapsed time since its creation, when the time is counted in minutes."> |
| 7 | {NUM_MINS, plural, |
| 8 | =1 {Created 1 minute ago} |
| 9 | other {Created {NUM_MINS} minutes ago}} |
| 10 | </message> |
| 11 | <message name="IDS_SAVED_TAB_GROUPS_CREATION_HOURS_AGO_FORMAT" desc="Subtitle of a synced tab group in Tab Groups panel in Tab Grid representing the elapsed time since its creation, when the time is counted in hours."> |
| 12 | {NUM_HOURS, plural, |
| 13 | =1 {Created 1 hour ago} |
| 14 | other {Created {NUM_HOURS} hours ago}} |
| 15 | </message> |
| 16 | <message name="IDS_SAVED_TAB_GROUPS_CREATION_DAYS_AGO_FORMAT" desc="Subtitle of a synced tab group in Tab Groups panel in Tab Grid representing the elapsed time since its creation, when the time is counted in days."> |
| 17 | {NUM_DAYS, plural, |
| 18 | =1 {Created 1 day ago} |
| 19 | other {Created {NUM_DAYS} days ago}} |
| 20 | </message> |
| 21 | <message name="IDS_SAVED_TAB_GROUPS_CREATION_MONTHS_AGO_FORMAT" desc="Subtitle of a synced tab group in Tab Groups panel in Tab Grid representing the elapsed time since its creation, when the time is counted in months."> |
| 22 | {NUM_MONTHS, plural, |
| 23 | =1 {Created 1 month ago} |
| 24 | other {Created {NUM_MONTHS} months ago}} |
| 25 | </message> |
| 26 | <message name="IDS_SAVED_TAB_GROUPS_CREATION_YEARS_AGO_FORMAT" desc="Subtitle of a synced tab group in Tab Groups panel in Tab Grid representing the elapsed time since its creation, when the time is counted in years."> |
| 27 | {NUM_YEARS, plural, |
| 28 | =1 {Created 1 year ago} |
| 29 | other {Created {NUM_YEARS} years ago}} |
| 30 | </message> |
Louis Romero | a9f6b30 | 2024-07-01 15:39:06 | [diff] [blame] | 31 | </grit-part> |