Bug 1047164 - Strings - Handle authentication errors for FxA Loop sessions. r=Standard8

This commit is contained in:
Matthew Noorenberghe 2014-09-01 17:36:50 -04:00
Родитель 65b1e9d478
Коммит 9a19d358ca
1 изменённых файлов: 12 добавлений и 3 удалений

Просмотреть файл

@ -32,11 +32,20 @@ display_name_guest=Guest
display_name_dnd_status=Do Not Disturb display_name_dnd_status=Do Not Disturb
display_name_available_status=Available display_name_available_status=Available
unable_retrieve_url=Sorry, we were unable to retrieve a call url. # Error bars
## LOCALIZATION NOTE(session_expired_error_description): This may be displayed ## LOCALIZATION NOTE(unable_retrieve_url,session_expired_error_description,could_not_authenticate,password_changed_question,try_again_later,could_not_connect,check_internet_connection,login_expired,service_not_available,problem_accessing_account):
## in a rare error instance at the top of the panel here: ## These may be displayed at the top of the panel here:
## https://people.mozilla.org/~dhenein/labs/loop-mvp-spec/#error ## https://people.mozilla.org/~dhenein/labs/loop-mvp-spec/#error
unable_retrieve_url=Sorry, we were unable to retrieve a call url.
session_expired_error_description=Session expired. All URLs you have previously created and shared will no longer work. session_expired_error_description=Session expired. All URLs you have previously created and shared will no longer work.
could_not_authenticate=Could Not Authenticate
password_changed_question=Did you change your password?
try_again_later=Please try again later
could_not_connect=Could Not Connect To The Server
check_internet_connection=Please check your internet connection
login_expired=Your Login Has Expired
service_not_available=Service Unavailable At This Time
problem_accessing_account=There Was A Problem Accessing Your Account
## LOCALIZATION NOTE(retry_button): Displayed when there is an error to retry ## LOCALIZATION NOTE(retry_button): Displayed when there is an error to retry
## the appropriate action. ## the appropriate action.