blob: e78d5f2265b93eff4e169edfdf8a85255fd33642 [file] [log] [blame]
Louis Romeroa9f6b302024-07-01 15:39:061<?xml version="1.0" encoding="utf-8"?>
2<grit-part>
Louis Romeroa9f6b302024-07-01 15:39:063 <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 Romero1221b742025-06-06 18:15:346 <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 Romeroa9f6b302024-07-01 15:39:0631</grit-part>