Skip to content

Commit

Permalink
#4530 Add tooltip (title) to the 'remove all' 'X' icon. (#5291)
Browse files Browse the repository at this point in the history
* #4530 Add tooltip (title) to the 'remove all' 'X' icon.

* #4530 Add tooltip (title) to the 'remove all' 'X' icon.

* #4530 Add tooltip (title) to the 'remove all'

* Revert dist folder.

* add tk.js from pull request.
  • Loading branch information
nisha-kaushik authored and pedrofurtado committed Sep 15, 2018
1 parent 933189b commit 14a059d
Show file tree
Hide file tree
Showing 59 changed files with 197 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/js/select2/i18n/af.js
Expand Up @@ -39,6 +39,9 @@ define(function () {
},
searching: function () {
return 'Besig…';
},
removeAllItems: function () {
return 'Verwyder alle items';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/ar.js
Expand Up @@ -25,6 +25,9 @@ define(function () {
},
searching: function () {
return 'جاري البحث…';
},
removeAllItems: function () {
return 'قم بإزالة كل العناصر';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/az.js
Expand Up @@ -22,6 +22,9 @@ define(function () {
},
searching: function () {
return 'Axtarılır…';
},
removeAllItems: function () {
return 'Bütün elementləri sil';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/bg.js
Expand Up @@ -42,6 +42,9 @@ define(function () {
},
searching: function () {
return 'Търсене…';
},
removeAllItems: function () {
return 'Премахнете всички елементи';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/bs.js
Expand Up @@ -50,6 +50,9 @@ define(function () {
},
searching: function () {
return 'Pretraga…';
},
removeAllItems: function () {
return 'Uklonite sve stavke';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/ca.js
Expand Up @@ -47,6 +47,9 @@ define(function () {
},
searching: function () {
return 'Cercant…';
},
removeAllItems: function () {
return 'Treu tots els elements';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/cs.js
Expand Up @@ -56,6 +56,9 @@ define(function () {
},
searching: function () {
return 'Vyhledávání…';
},
removeAllItems: function () {
return 'Odstraňte všechny položky';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/da.js
Expand Up @@ -31,6 +31,9 @@ define(function () {
},
searching: function () {
return 'Søger…';
},
removeAllItems: function () {
return 'Fjern alle elementer';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/de.js
Expand Up @@ -35,6 +35,9 @@ define(function () {
},
searching: function () {
return 'Suche…';
},
removeAllItems: function () {
return 'Entferne alle Gegenstände';
}
};
});
4 changes: 4 additions & 0 deletions src/js/select2/i18n/dsb.js
Expand Up @@ -43,6 +43,10 @@ define(function () {
},
searching: function () {
return 'Pyta se…';
},
removeAllItems: function () {
// To DO : in Lower Sorbian.
return 'Remove all items';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/el.js
Expand Up @@ -47,6 +47,9 @@ define(function () {
},
searching: function () {
return 'Αναζήτηση…';
},
removeAllItems: function () {
return 'Καταργήστε όλα τα στοιχεία';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/en.js
Expand Up @@ -39,6 +39,9 @@ define(function () {
},
searching: function () {
return 'Searching…';
},
removeAllItems: function () {
return 'Remove all items';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/es.js
Expand Up @@ -47,6 +47,9 @@ define(function () {
},
searching: function () {
return 'Buscando…';
},
removeAllItems: function () {
return 'Eliminar todos los elementos';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/et.js
Expand Up @@ -48,6 +48,9 @@ define(function () {
},
searching: function () {
return 'Otsin…';
},
removeAllItems: function () {
return 'Eemalda kõik esemed';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/eu.js
Expand Up @@ -46,6 +46,9 @@ define(function () {
},
searching: function () {
return 'Bilatzen…';
},
removeAllItems: function () {
return 'Kendu elementu guztiak';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/fa.js
Expand Up @@ -33,6 +33,9 @@ define(function () {
},
searching: function () {
return 'در حال جستجو...';
},
removeAllItems: function () {
return 'همه موارد را حذف کنید';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/fi.js
Expand Up @@ -25,6 +25,9 @@ define(function () {
},
searching: function () {
return 'Haetaan…';
},
removeAllItems: function () {
return 'Poista kaikki kohteet';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/fr.js
Expand Up @@ -28,6 +28,9 @@ define(function () {
},
searching: function () {
return 'Recherche en cours…';
},
removeAllItems: function () {
return 'Supprimer tous les articles';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/gl.js
Expand Up @@ -34,6 +34,9 @@ define(function () {
},
searching: function () {
return 'Buscando…';
},
removeAllItems: function () {
return 'Elimina todos os elementos';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/he.js
Expand Up @@ -51,6 +51,9 @@ define(function () {
},
searching: function () {
return 'מחפש…';
},
removeAllItems: function () {
return 'הסר את כל הפריטים';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/hi.js
Expand Up @@ -34,6 +34,9 @@ define(function () {
},
searching: function () {
return 'खोज रहा है...';
},
removeAllItems: function () {
return 'सभी वस्तुओं को हटा दें';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/hr.js
Expand Up @@ -39,6 +39,9 @@ define(function () {
},
searching: function () {
return 'Pretraga…';
},
removeAllItems: function () {
return 'Ukloni sve stavke';
}
};
});
4 changes: 4 additions & 0 deletions src/js/select2/i18n/hsb.js
Expand Up @@ -43,6 +43,10 @@ define(function () {
},
searching: function () {
return 'Pyta so…';
},
removeAllItems: function () {
// To DO : in Upper Sorbian.
return 'Remove all items';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/hu.js
Expand Up @@ -25,6 +25,9 @@ define(function () {
},
searching: function () {
return 'Keresés…';
},
removeAllItems: function () {
return 'Távolítson el minden elemet';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/hy.js
Expand Up @@ -33,6 +33,9 @@ define(function () {
},
searching: function () {
return 'Որոնում․․․';
},
removeAllItems: function () {
return 'Հեռացնել բոլոր տարրերը';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/id.js
Expand Up @@ -25,6 +25,9 @@ define(function () {
},
searching: function () {
return 'Mencari…';
},
removeAllItems: function () {
return 'Hapus semua item';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/is.js
Expand Up @@ -36,6 +36,9 @@ define(function () {
},
searching: function () {
return 'Leita…';
},
removeAllItems: function () {
return 'Fjarlægðu öll atriði';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/it.js
Expand Up @@ -43,6 +43,9 @@ define(function () {
},
searching: function () {
return 'Sto cercando…';
},
removeAllItems: function () {
return 'Rimuovi tutti gli oggetti';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/ja.js
Expand Up @@ -31,6 +31,9 @@ define(function () {
},
searching: function () {
return '検索しています…';
},
removeAllItems: function () {
return 'すべてのアイテムを削除';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/ka.js
Expand Up @@ -32,6 +32,9 @@ define(function () {
},
searching: function () {
return 'ძიება…';
},
removeAllItems: function () {
return 'ამოიღე ყველა ელემენტი';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/km.js
Expand Up @@ -31,6 +31,9 @@ define(function () {
},
searching: function () {
return 'កំពុងស្វែងរក...';
},
removeAllItems: function () {
return 'លុបធាតុទាំងអស់';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/ko.js
Expand Up @@ -31,6 +31,9 @@ define(function () {
},
searching: function () {
return '검색 중…';
},
removeAllItems: function () {
return '모든 항목 삭제';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/lt.js
Expand Up @@ -47,6 +47,9 @@ define(function () {
},
searching: function () {
return 'Ieškoma…';
},
removeAllItems: function () {
return 'Pašalinti visus elementus';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/lv.js
Expand Up @@ -46,6 +46,9 @@ define(function () {
},
searching: function () {
return 'Meklēšana…';
},
removeAllItems: function () {
return 'Noņemt visus vienumus';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/mk.js
Expand Up @@ -42,6 +42,9 @@ define(function () {
},
searching: function () {
return 'Пребарување…';
},
removeAllItems: function () {
return 'Отстрани ги сите предмети';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/ms.js
Expand Up @@ -25,6 +25,9 @@ define(function () {
},
searching: function () {
return 'Mencari…';
},
removeAllItems: function () {
return 'Keluarkan semua item';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/nb.js
Expand Up @@ -25,6 +25,9 @@ define(function () {
},
searching: function () {
return 'Søker…';
},
removeAllItems: function () {
return 'Fjern alle elementer';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/nl.js
Expand Up @@ -38,6 +38,9 @@ define(function () {
},
searching: function () {
return 'Zoeken…';
},
removeAllItems: function () {
return 'Verwijder alle items';
}
};
});
3 changes: 3 additions & 0 deletions src/js/select2/i18n/pl.js
Expand Up @@ -40,6 +40,9 @@ define(function () {
},
searching: function () {
return 'Trwa wyszukiwanie…';
},
removeAllItems: function () {
return 'Usuń wszystkie przedmioty';
}
};
});

0 comments on commit 14a059d

Please sign in to comment.