mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 10:46:02 +00:00
l10n fix. More deprecated functions.
This commit is contained in:
parent
3499dd317a
commit
438e7b15fa
|
@ -48,7 +48,7 @@
|
|||
"message": "Bind all images from fancybox to one flow"
|
||||
},
|
||||
"option_fancybox_smart_hints": {
|
||||
"message": "Smart hints for images in fancybox gallery"
|
||||
"message": "Generate image caption from tags"
|
||||
},
|
||||
"option_images_load_original": {
|
||||
"message": "Load original images instead of thumbnails"
|
||||
|
@ -60,10 +60,10 @@
|
|||
"message": "Load pictures from Booru, Tumblr and some other sites"
|
||||
},
|
||||
"option_audios_parse_links": {
|
||||
"message": "Parse audio links and create audio instead"
|
||||
"message": "Audio direct links"
|
||||
},
|
||||
"option_videos_parse_links": {
|
||||
"message": "Parse video links and create video instead"
|
||||
"message": "Video direct links"
|
||||
},
|
||||
"option_videos_parse_webm": {
|
||||
"message": "Only webm"
|
||||
|
@ -84,13 +84,16 @@
|
|||
"message": "Pleer.com ▼"
|
||||
},
|
||||
"option_embedding_pleercom_nokita_server": {
|
||||
"message": "Use Nokita's server instead of AJAX to get mp3 link"
|
||||
"message": "Use Nokita's server (deprecated)"
|
||||
},
|
||||
"option_embedding_coubcom": {
|
||||
"message": "Coub.com ▼"
|
||||
},
|
||||
"option_embedding_coubcom_orig_link": {
|
||||
"message": "Leave original link"
|
||||
},
|
||||
"option_embedding_twitter_tweets": {
|
||||
"message": "Embedding tweets from Twitter"
|
||||
"message": "Twitter"
|
||||
},
|
||||
"option_nsfw": {
|
||||
"message": "NSFW content filtering"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"message": "Связать все картинки в одну галерею"
|
||||
},
|
||||
"option_fancybox_smart_hints": {
|
||||
"message": "Включить умные описания для картинок при скроллинге галереи"
|
||||
"message": "Генерировать подписи к картинкам из тегов"
|
||||
},
|
||||
"option_images_load_original": {
|
||||
"message": "Загружать оригиналы вместо миниатюр"
|
||||
|
@ -60,10 +60,10 @@
|
|||
"message": "Загружать картинки с Booru, Tumblr и других сайтов"
|
||||
},
|
||||
"option_audios_parse_links": {
|
||||
"message": "Превращать ссылки на аудио в аудио"
|
||||
"message": "Прямые ссылки на аудио"
|
||||
},
|
||||
"option_videos_parse_links": {
|
||||
"message": "Превращать ссылки на видео в видео"
|
||||
"message": "Прямые ссылки на видео"
|
||||
},
|
||||
"option_videos_parse_webm": {
|
||||
"message": "Только webm"
|
||||
|
@ -84,13 +84,16 @@
|
|||
"message": "Pleer.com ▼"
|
||||
},
|
||||
"option_embedding_pleercom_nokita_server": {
|
||||
"message": "Использовать сервер @NokitaKaze вместо AJAX-запроса для получения mp3"
|
||||
"message": "Использовать сервер @NokitaKaze (deprecated)"
|
||||
},
|
||||
"option_embedding_coubcom": {
|
||||
"message": "Coub.com ▼"
|
||||
},
|
||||
"option_embedding_coubcom_orig_link": {
|
||||
"message": "Не убирать ссылку"
|
||||
},
|
||||
"option_embedding_twitter_tweets": {
|
||||
"message": "Встраиваем твиты из Твиттера"
|
||||
"message": "Twitter"
|
||||
},
|
||||
"option_nsfw": {
|
||||
"message": "Фильтрация NSFW-контента"
|
||||
|
|
|
@ -919,7 +919,9 @@ function parse_pleercom_links(current_options) {
|
|||
parse_pleercom_links_ajax(current_options);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated since 1.19
|
||||
*/
|
||||
function parse_pleercom_links_nokita() {
|
||||
$('.post-content a').each(function(num, obj) {
|
||||
var href = obj.href;
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
|
||||
<label class="option-node">
|
||||
<input type="checkbox" name="option-embedding-coubcom-orig-link">
|
||||
<span data-i18n="option_embedding_soundcloud_orig_link"></span>
|
||||
<span data-i18n="option_embedding_coubcom_orig_link"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue