From 7aad7d6271ad935e576d8803fcc4880a8730a558 Mon Sep 17 00:00:00 2001 From: Serhan Date: Mon, 29 Dec 2014 09:56:55 +0200 Subject: [PATCH] Update defaults-tr_TR.js --- js/i18n/defaults-tr_TR.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/i18n/defaults-tr_TR.js b/js/i18n/defaults-tr_TR.js index 93eb70d42..1cbfe5a1d 100644 --- a/js/i18n/defaults-tr_TR.js +++ b/js/i18n/defaults-tr_TR.js @@ -2,6 +2,7 @@ * Translated default messages for bootstrap-select. * Locale: TR (Turkey) * Region: TR (Europe) + * Author: Serhan Güney */ (function ($) { $.fn.selectpicker.defaults = { @@ -16,8 +17,8 @@ arr[1] = (numGroup == 1) ? 'Grup limiti aşıldı (maksimum {n} sayıda öğe)' : 'Grup limiti aşıldı (maksimum {n} sayıda öğe)'; return arr; }, - selectAllText: 'Hepsini seç', - deselectAllText: 'Hiçbirini seçme', + selectAllText: 'Tümünü Seç', + deselectAllText: 'Seçiniz', multipleSeparator: ', ' }; }(jQuery));