Compare commits
2 commits
1c8ea51d9b
...
540ee0f4c0
Author | SHA1 | Date | |
---|---|---|---|
540ee0f4c0 | |||
35852c36cf |
3 changed files with 19 additions and 5 deletions
|
@ -189,7 +189,9 @@ pandora.ui.documentFilter = function(id) {
|
||||||
{id: 'clearFilters', title: Ox._('Clear All Filters'), keyboard: 'shift alt control a'},
|
{id: 'clearFilters', title: Ox._('Clear All Filters'), keyboard: 'shift alt control a'},
|
||||||
{},
|
{},
|
||||||
{group: 'filter', max: 1, min: 1, items: pandora.site.documentFilters.map(function(filter) {
|
{group: 'filter', max: 1, min: 1, items: pandora.site.documentFilters.map(function(filter) {
|
||||||
return Ox.extend({checked: filter.id == id}, filter);
|
return Ox.extend({checked: filter.id == id}, filter, {
|
||||||
|
title: Ox._(filter.title)
|
||||||
|
});
|
||||||
})}
|
})}
|
||||||
],
|
],
|
||||||
type: 'image',
|
type: 'image',
|
||||||
|
|
|
@ -187,7 +187,9 @@ pandora.ui.filter = function(id) {
|
||||||
{id: 'clearFilters', title: Ox._('Clear All Filters'), keyboard: 'shift alt control a'},
|
{id: 'clearFilters', title: Ox._('Clear All Filters'), keyboard: 'shift alt control a'},
|
||||||
{},
|
{},
|
||||||
{group: 'filter', max: 1, min: 1, items: pandora.site.filters.map(function(filter) {
|
{group: 'filter', max: 1, min: 1, items: pandora.site.filters.map(function(filter) {
|
||||||
return Ox.extend({checked: filter.id == id}, filter);
|
return Ox.extend({checked: filter.id == id}, filter, {
|
||||||
|
title: Ox._(filter.title)
|
||||||
|
});
|
||||||
})}
|
})}
|
||||||
],
|
],
|
||||||
type: 'image',
|
type: 'image',
|
||||||
|
|
|
@ -528,7 +528,7 @@
|
||||||
"Staff": "Personel",
|
"Staff": "Personel",
|
||||||
"Statistics...": "İstatistikler...",
|
"Statistics...": "İstatistikler...",
|
||||||
"Statistics": "İstatistik",
|
"Statistics": "İstatistik",
|
||||||
"Status": "Statüs",
|
"Status": "Durum",
|
||||||
"Stay Signed In": "Çevrimiçi kal",
|
"Stay Signed In": "Çevrimiçi kal",
|
||||||
"Student": "Öğrenci",
|
"Student": "Öğrenci",
|
||||||
"Subject": "Konu",
|
"Subject": "Konu",
|
||||||
|
@ -656,6 +656,10 @@
|
||||||
"Inactive": "İnaktif",
|
"Inactive": "İnaktif",
|
||||||
"Custom": "Özel",
|
"Custom": "Özel",
|
||||||
"Collection": "Koleksiyon",
|
"Collection": "Koleksiyon",
|
||||||
|
"Collections": "Koleksiyonlar",
|
||||||
|
"Personal Collections": "Kişisel Koleksiyonlar",
|
||||||
|
"Favorite Collections": "Favoriler",
|
||||||
|
"Featured Collections": "Öne Çıkanlar",
|
||||||
"Image URL": "İmge URL",
|
"Image URL": "İmge URL",
|
||||||
"Link URL": "Link URL",
|
"Link URL": "Link URL",
|
||||||
"Embed a Poster and Basic Metadata": "Poster ve Temel Meta Verileri Yerleştir",
|
"Embed a Poster and Basic Metadata": "Poster ve Temel Meta Verileri Yerleştir",
|
||||||
|
@ -687,8 +691,14 @@
|
||||||
"File": "Dosya",
|
"File": "Dosya",
|
||||||
"Select Video Files": "Video Dosyaları Seç",
|
"Select Video Files": "Video Dosyaları Seç",
|
||||||
"YouTube, Vimeo, etc.": "YouTuve, Vimeo, vs.",
|
"YouTube, Vimeo, etc.": "YouTuve, Vimeo, vs.",
|
||||||
"No Summary": "",
|
"No Summary": "Açıklama yok",
|
||||||
"No Groups": "",
|
"No Groups": "",
|
||||||
"Mixed Notes": "",
|
"Mixed Notes": "",
|
||||||
"Mixed Titles": ""
|
"Mixed Titles": "",
|
||||||
|
"Publisher": "Yayıncı",
|
||||||
|
"Author": "Yazar",
|
||||||
|
"Year": "Yıl",
|
||||||
|
"as List": "",
|
||||||
|
"as Grid": ""
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue