forked from mozilla/testpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mozilla#1755 from lmorchard/557-addon-l10n
First pass at l10n on add-on
- Loading branch information
Showing
8 changed files
with
56 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.* | ||
* | ||
!/data/** | ||
!/locale/** | ||
!/lib/** | ||
!/index.js | ||
!/install.rdf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
experiment_list_enabled = Enabled | ||
experiment_list_new_experiment = New Experiment | ||
experiment_list_view_all = View all experiments | ||
|
||
experiment_eol_tomorrow_message = Ending Tomorrow | ||
experiment_eol_soon_message = Ending Soon | ||
experiment_eol_complete_message = Experiment Complete | ||
|
||
installed_message = <strong>FYI:</strong> We put a button in your toolbar <br> so you can always find Test Pilot. | ||
|
||
# LOCALIZER NOTE: Placeholder is experiment title | ||
survey_show_rating_label = Please rate %s | ||
# LOCALIZER NOTE: Placeholder is experiment title | ||
survey_rating_thank_you = Thank you for rating %s. | ||
survey_rating_survey_button = Take a Quick Survey | ||
# LOCALIZER NOTE: Placeholder is experiment title | ||
survey_launch_survey_label = The %s experiment has ended. What did you think? | ||
|
||
# LOCALIZER NOTE: Placeholder is site host (e.g. testpilot.firefox.com) | ||
notification_via = via %s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters