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): if self.theProject.projTree.isTrashRoot(pHandle):
self.makeAlert( self.makeAlert(
self.tr("Cannot add new files or folders to the {0} folder.").format( self.tr("Cannot add new files or folders to the Trash folder."), nwAlert.ERROR
trConst(nwLabels.CLASS_NAME[nwItemClass.TRASH])
), nwAlert.ERROR
) )
return False return False
@@ -974,7 +972,7 @@ class GuiProjectTree(QTreeWidget):
else: else:
self.makeAlert( self.makeAlert(
self.tr( 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 ).format(nwItem.itemName), nwAlert.ERROR
) )
del self._treeMap[tHandle] del self._treeMap[tHandle]