Finish the first iteration of the Norwegian translation
This commit is contained in:
+947
-883
File diff suppressed because it is too large
Load Diff
+2
-4
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user