Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions dist/i18n/da.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*!
* jQuery QueryBuilder
* Reference language file
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove this line ? :-)

* Oversat af Jna Borup Coyle, github@coyle.dk
*/

jQuery.fn.queryBuilder.defaults.set({ lang: {
"add_rule": "Tilf�j regel",
"add_group": "Tilf�j gruppe",
"delete_rule": "Slet regel",
"delete_group": "Slet gruppe",

"condition_and": "OG",
"condition_or": "ELLER",

"filter_select_placeholder": "------",

"operator_equal": "lig med",
"operator_not_equal": "ikke lige med",
"operator_in": "i",
"operator_not_in": "ikke i",
"operator_less": "mindre",
"operator_less_or_equal": "mindre eller lig med",
"operator_greater": "st�rre",
"operator_greater_or_equal": "st�rre eller lig med",
"operator_begins_with": "begynder med",
"operator_not_begins_with": "begynder ikke med",
"operator_contains": "indeholder",
"operator_not_contains": "indeholder ikke",
"operator_ends_with": "slutter med",
"operator_not_ends_with": "slutter ikke med",
"operator_is_empty": "er tom",
"operator_is_not_empty": "er ikke tom",
"operator_is_null": "er null",
"operator_is_not_null": "er ikke null"
}});