i18n for options page title.

This commit is contained in:
Alexey Skobkin 2015-01-27 04:10:13 +03:00
parent 3e6e3d5855
commit f7d399c41a
3 changed files with 9 additions and 3 deletions

View File

@ -6,9 +6,12 @@
"message": "Alexey Skobkin"
},
"ext_page_action_title": {
"message": "Point+ settings"
"message": "Settings"
},
"options_page_title": {
"message": "Point+ settings"
},
"options_text_saved": {
"message": "Reload page to apply changes."

View File

@ -6,9 +6,12 @@
"message": "Алексей Скобкин"
},
"ext_page_action_title": {
"message": "Настройки Point+"
"message": "Настройки"
},
"options_page_title": {
"message": "Настройки Point+"
},
"options_text_saved": {
"message": "Для применения изменений перезагрузите страницу."

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Point Plus options</title>
<meta charset="utf-8">
<title data-i18n="options_page_title"></title>
<link rel="stylesheet" href="css/options.css" type="text/css">
</head>