Finish the first iteration of the Norwegian translation

This commit is contained in:
Veronica K. B. Olsen
2021-02-17 21:55:23 +01:00
parent e114873e4c
commit 3a1367a1d8
2 changed files with 949 additions and 887 deletions
+947 -883
View File
File diff suppressed because it is too large Load Diff
+2 -4
View File
@@ -249,9 +249,7 @@ class GuiProjectTree(QTreeWidget):
if self.theProject.projTree.isTrashRoot(pHandle):
self.makeAlert(
self.tr("Cannot add new files or folders to the {0} folder.").format(
trConst(nwLabels.CLASS_NAME[nwItemClass.TRASH])
), nwAlert.ERROR
self.tr("Cannot add new files or folders to the Trash folder."), nwAlert.ERROR
)
return False
@@ -974,7 +972,7 @@ class GuiProjectTree(QTreeWidget):
else:
self.makeAlert(
self.tr(
"There is nowhere to add item with name '{0}'"
"There is nowhere to add item with name '{0}'."
).format(nwItem.itemName), nwAlert.ERROR
)
del self._treeMap[tHandle]