Skip to content

Commit

Permalink
Merge pull request #2095 from SirBisgaard/patch-2
Browse files Browse the repository at this point in the history
Created danish translation.
  • Loading branch information
hikalkan authored Aug 14, 2017
2 parents f31e2f7 + 1fe3c91 commit 445f789
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions lib/localization/jquery.jtable.da.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
jTable localization file for 'Danish' language.
Author: Martin Bisgaard
*/
(function ($) {

$.extend(true, $.hik.jtable.prototype.options.messages, {
serverCommunicationError: 'Der opstod en fejl i kommunikationen med serveren.',
loadingMessage: 'Indlæser...',
noDataAvailable: 'Ingen data',
addNewRecord: 'Tilføj en ny række',
editRecord: 'Rediger række',
areYouSure: 'Er du sikker?',
deleteConfirmation: 'Denne rækker bliver slettet. Er du sikker?',
save: 'Gem',
saving: 'Gemmer...',
cancel: 'Afbryd',
deleteText: 'Slet',
deleting: 'Sletter...',
error: 'Fejl',
close: 'Luk',
cannotLoadOptionsFor: 'Kan ikke indlæse optioner for felt {0}',
pagingInfo: 'Viser {0} - {1} af {2}',
canNotDeletedRecords: 'Kan ikke slette {0} af {1} rækker!',
deleteProggress: 'Slettet {0} af {1} rækker, bearbejder...',
pageSizeChangeLabel: 'Antal rækker per side',
gotoPageLabel: 'Gå til side'
});
})(jQuery);

0 comments on commit 445f789

Please sign in to comment.