Do not use plural form for 1 second/minute/hour/day/month/year

Bug: issue 2150
Change-Id: I016484916b54789edace67cf3ed17f21580ef2c3
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-09-30 17:45:50 +02:00
parent 4e5bdee59a
commit 2a97106487
3 changed files with 58 additions and 7 deletions

View File

@@ -198,4 +198,12 @@ public interface ChangeConstants extends Constants {
String months();
String year();
String years();
String oneSecondAgo();
String oneMinuteAgo();
String oneHourAgo();
String oneDayAgo();
String oneWeekAgo();
String oneMonthAgo();
String oneYearAgo();
}

View File

@@ -180,3 +180,11 @@ month = month
months = months
years = years
year = year
oneSecondAgo = 1 second ago
oneMinuteAgo = 1 minute ago
oneHourAgo = 1 hour ago
oneDayAgo = 1 day ago
oneWeekAgo = 1 week ago
oneMonthAgo = 1 month ago
oneYearAgo = 1 year ago