mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-13 22:33:05 +00:00
i18n for options page title.
This commit is contained in:
parent
3e6e3d5855
commit
f7d399c41a
|
@ -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."
|
||||
|
|
|
@ -6,9 +6,12 @@
|
|||
"message": "Алексей Скобкин"
|
||||
},
|
||||
"ext_page_action_title": {
|
||||
"message": "Настройки Point+"
|
||||
"message": "Настройки"
|
||||
},
|
||||
|
||||
"options_page_title": {
|
||||
"message": "Настройки Point+"
|
||||
},
|
||||
|
||||
"options_text_saved": {
|
||||
"message": "Для применения изменений перезагрузите страницу."
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue