Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Pontoon: Update English (Great Britain) (en-GB) localization of Firef…
Browse files Browse the repository at this point in the history
…ox Screenshots

Localization authors:
- Sahithi <sahithi.thinker@gmail.com>
- Ian Neal <iann_bugzilla@blueyonder.co.uk>
  • Loading branch information
TheSahithi authored and mozilla-pontoon committed Dec 1, 2017
1 parent a3841d2 commit e4bdf1b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions locales/en-GB/server.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,32 @@ timeDiffFutureMinutes =
*[other] in { $number } minutes
}
timeDiffFutureHours =
timeDiffFutureHours = { $number ->
[one] in 1 hour
*[other] in { $number } hours
}
timeDiffFutureDays = { $num ->
[one] tomorrow
*[other] in { $number } days
}
[[ Shotindex page ]]

// { $status } is a placeholder for an HTTP status code, like '500'.
// { $statusText } is a text description of the status code, like 'Internal server error'.
shotIndexPageErrorDeletingShot = Error deleting shot: { $status } { $statusText }
// { $searchTerm } is a placeholder for text the user typed into the search box
shotIndexPageSearchResultsTitle = My Shots: search for { $searchTerm }
// { $error } is a placeholder for a non-translated error message that could be shared
// with developers when debugging an error.
shotIndexPageErrorRendering = Error rendering page: { $error }
shotIndexPageSearchPlaceholder
.placeholder = Search my shots
shotIndexPageSearchButton
.title = Search


// all metrics strings are optional for translation
Expand Down

0 comments on commit e4bdf1b

Please sign in to comment.