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