Skip to content

Commit

Permalink
New error string.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemorken committed Apr 26, 2024
1 parent 7e10fb4 commit 6b4f71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions view/anyStrings_en-GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ var i18n = {
ID_KEY_MISSING: "Id key missing. ",
NAME_KEY_MISSING: "Name key missing. ",
ID_MISSING: "Id missing. ",
ID_TYPE_MISSING: "Id and type missing. ",
ID_ILLEGAL: "Id must be a positive integer or a string. ",
LINK_ITEMS_MISSING: "No items to add or remove. ",
NEW_ID_NOT_FOUND: "Could not find new id for type %%. ",
Expand Down
1 change: 1 addition & 0 deletions view/anyStrings_nb-NO.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ var i18n = {
ID_KEY_MISSING: "Mangler id key. ",
NAME_KEY_MISSING: "Mangler name key. ",
ID_MISSING: "Mangler id. ",
ID_TYPE_MISSING: "Mangler id og type. ",
ID_ILLEGAL: "Id må være et positivt heltall eller en streng. ",
LINK_ITEMS_MISSING: "Mangler elementer å legge til eller fjerne. ",
NEW_ID_NOT_FOUND: "Fant ikke ny id for type %%. ",
Expand Down

0 comments on commit 6b4f71d

Please sign in to comment.