From 9e3caa57ec2b018140492fafce850a8af5edafe3 Mon Sep 17 00:00:00 2001
From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com>
Date: Wed, 3 Mar 2021 23:44:43 +0100
Subject: [PATCH] fix quoting
---
src-ui/src/locale/messages.it.xlf | 32 +++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/src-ui/src/locale/messages.it.xlf b/src-ui/src/locale/messages.it.xlf
index 401172fae..b2b49b833 100644
--- a/src-ui/src/locale/messages.it.xlf
+++ b/src-ui/src/locale/messages.it.xlf
@@ -59,7 +59,7 @@
View "" saved successfully.
- La vista "" è stata salvata.
+ La vista "" è stata salvata.src/app/components/document-list/document-list.component.ts115
@@ -67,7 +67,7 @@
View "" created successfully.
- La vista "" è stata creata.
+ La vista "" è stata creata.src/app/components/document-list/document-list.component.ts136
@@ -131,7 +131,7 @@
Save ""
- Salva ""
+ Salva ""src/app/components/document-list/document-list.component.html71
@@ -219,7 +219,7 @@
Do you really want to delete document ""?
- Vuoi eliminare il documento ""?
+ Vuoi eliminare il documento ""?src/app/components/document-detail/document-detail.component.ts204
@@ -475,7 +475,7 @@
Do you really want to delete the tag ""?
- Vuoi eliminare il tag ""?
+ Vuoi eliminare il tag ""?src/app/components/manage/tag-list/tag-list.component.ts26
@@ -563,7 +563,7 @@
Do you really want to delete the document type ""?
- Vuoi eliminare il tipo di documento ""?
+ Vuoi eliminare il tipo di documento ""?src/app/components/manage/document-type-list/document-type-list.component.ts26
@@ -587,7 +587,7 @@
Saved view "" deleted.
- La vista "" è stata eliminata.
+ La vista "" è stata eliminata. src/app/components/manage/settings/settings.component.ts68
@@ -907,7 +907,7 @@
Do you really want to delete the correspondent ""?
- Vuoi eliminare il corrispondente ""?
+ Vuoi eliminare il corrispondente ""?src/app/components/manage/correspondent-list/correspondent-list.component.ts26
@@ -1075,7 +1075,7 @@
Did you mean ""?
- Forse intendevi ""?
+ Forse intendevi ""?src/app/components/search/search.component.html13
@@ -1421,7 +1421,7 @@
""
- ""
+ ""src/app/components/document-list/bulk-editor/bulk-editor.component.ts113
@@ -1429,7 +1429,7 @@
"" and ""
- "" e ""
+ "" e ""src/app/components/document-list/bulk-editor/bulk-editor.component.ts115
@@ -1447,7 +1447,7 @@
and ""
- e ""
+ e ""src/app/components/document-list/bulk-editor/bulk-editor.component.ts118
@@ -1464,7 +1464,7 @@
This operation will add the tag "" to selected document(s).
- Questa operazione aggiungerà il tag "" a documento/i selezionato/i.
+ Questa operazione aggiungerà il tag "" a documento/i selezionato/i.src/app/components/document-list/bulk-editor/bulk-editor.component.ts130
@@ -1480,7 +1480,7 @@
This operation will remove the tag "" from selected document(s).
- Questa operazione rimuoverà il tag "" da documento/i selezionato/i.
+ Questa operazione rimuoverà il tag "" da documento/i selezionato/i. src/app/components/document-list/bulk-editor/bulk-editor.component.ts135
@@ -1512,7 +1512,7 @@
This operation will assign the correspondent "" to selected document(s).
- Questa operazione assegnerà il corrispondente "" a documento/i selezionato/i.
+ Questa operazione assegnerà il corrispondente "" a documento/i selezionato/i.src/app/components/document-list/bulk-editor/bulk-editor.component.ts161
@@ -1536,7 +1536,7 @@
This operation will assign the document type "" to selected document(s).
- Questa operazione assegnerà il tipo di documento "" a documento/i selezionato/i.
+ Questa operazione assegnerà il tipo di documento "" a documento/i selezionato/i.src/app/components/document-list/bulk-editor/bulk-editor.component.ts184