From 020a6dfc6cdab0553a19f9c5816c1a122490a0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93skar=20=C3=9E=C3=B3r=20Dav=C3=AD=C3=B0sson?= Date: Tue, 26 Jan 2016 16:15:07 +0000 Subject: [PATCH] Create bootstrap-table-is-IS.min.js Here is my contirbution an Icelandic translation of lacale file :) --- .../bootstrap-table/locale/bootstrap-table-is-IS.min.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 BootstrapTable.Web/Scripts/bootstrap-table/locale/bootstrap-table-is-IS.min.js diff --git a/BootstrapTable.Web/Scripts/bootstrap-table/locale/bootstrap-table-is-IS.min.js b/BootstrapTable.Web/Scripts/bootstrap-table/locale/bootstrap-table-is-IS.min.js new file mode 100644 index 0000000..2fbe312 --- /dev/null +++ b/BootstrapTable.Web/Scripts/bootstrap-table/locale/bootstrap-table-is-IS.min.js @@ -0,0 +1,7 @@ +/* +* bootstrap-table - v1.6.0 - 2015-03-03 +* https://github.com/wenzhixin/bootstrap-table +* Copyright (c) 2015 zhixin wen +* Licensed MIT License +*/ +!function(a){"use strict";a.fn.bootstrapTable.locales["is-IS"]={formatLoadingMessage:function(){return"Hleð gögnum augnablik...."},formatRecordsPerPage:function(a){return a+" raðir á síðu"},formatShowingRows:function(a,b,c){return"Sýni "+a+" til "+b+" af "+c+" röðum"},formatSearch:function(){return"Leita"},formatNoMatches:function(){return"Ekki fundust færslur sem stemma við val"},formatPaginationSwitch:function(){return"Fela/Sýna Síðuvalmynd"},formatRefresh:function(){return"Endurhlaða"},formatToggle:function(){return"Skipta"},formatColumns:function(){return"Dálkar"}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales["is-IS"])}(jQuery);