You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1670,27 +1670,34 @@ issues.comment_on_locked = You cannot comment on a locked issue.
1670
1670
issues.delete = Delete
1671
1671
issues.delete.title = Delete this issue?
1672
1672
issues.delete.text = Do you really want to delete this issue? (This will permanently remove all content. Consider closing it instead, if you intend to keep it archived)
1673
+
1673
1674
issues.tracker = Time Tracker
1674
-
issues.start_tracking_short = Start Timer
1675
-
issues.start_tracking = Start Time Tracking
1676
-
issues.start_tracking_history = `started working %s`
1675
+
issues.timetracker_timer_start = Start timer
1676
+
issues.timetracker_timer_stop = Stop timer
1677
+
issues.timetracker_timer_discard = Discard timer
1678
+
issues.timetracker_timer_manually_add = Add Time
1679
+
1680
+
issues.time_estimate_placeholder = 1h 2m
1681
+
issues.time_estimate_set = Set estimated time
1682
+
issues.time_estimate_display = Estimate: %s
1683
+
issues.change_time_estimate_at = changed time estimate to <b>%s</b> %s
1684
+
issues.remove_time_estimate_at = removed time estimate %s
1685
+
issues.time_estimate_invalid = Time estimate format is invalid
1686
+
issues.start_tracking_history = started working %s
1677
1687
issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed
1678
1688
issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!`
1679
-
issues.stop_tracking = Stop Timer
1680
-
issues.stop_tracking_history = `stopped working %s`
1681
-
issues.cancel_tracking = Discard
1689
+
issues.stop_tracking_history = worked for <b>%s</b> %s
1682
1690
issues.cancel_tracking_history = `canceled time tracking %s`
1683
-
issues.add_time = Manually Add Time
1684
1691
issues.del_time = Delete this time log
1685
-
issues.add_time_short = Add Time
1686
-
issues.add_time_cancel = Cancel
1687
-
issues.add_time_history = `added spent time %s`
1692
+
issues.add_time_history = added spent time <b>%s</b> %s
1688
1693
issues.del_time_history= `deleted spent time %s`
1694
+
issues.add_time_manually = Manually Add Time
1689
1695
issues.add_time_hours = Hours
1690
1696
issues.add_time_minutes = Minutes
1691
1697
issues.add_time_sum_to_small = No time was entered.
1692
1698
issues.time_spent_total = Total Time Spent
1693
1699
issues.time_spent_from_all_authors = `Total Time Spent: %s`
1700
+
1694
1701
issues.due_date = Due Date
1695
1702
issues.invalid_due_date_format = "Due date format must be 'yyyy-mm-dd'."
1696
1703
issues.error_modifying_due_date = "Failed to modify the due date."
0 commit comments