From 3161a6ac08d2f69208055bc68ee403150b38a1a2 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 21 Feb 2020 16:47:38 +0100 Subject: Fixes discovered by PoEdit Some inconsistencies with the ellipses, mostly. There was also one line that was missing from every language. This happened because the Lionbridge import script I made doesn't properly process those. Smartling also displayed the wrong texts to the translator sometimes. The translator didn't understand that they had to use singular for some texts, so those had to be corrected. I could correct them for every language except Turkish, so those lines are now wrong. Contributes to issue CURA-7201. --- resources/i18n/it_IT/cura.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/i18n/it_IT') diff --git a/resources/i18n/it_IT/cura.po b/resources/i18n/it_IT/cura.po index ff621f37ee..13bc53b010 100644 --- a/resources/i18n/it_IT/cura.po +++ b/resources/i18n/it_IT/cura.po @@ -2913,8 +2913,8 @@ msgstr "Sperimentale" msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')" msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead" msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Non esiste alcun profilo %1 per la configurazione nelle estrusore %2. In alternativa verrĂ  utilizzato lo scopo predefinito" +msgstr[1] "Non esiste alcun profilo %1 per le configurazioni negli estrusori %2. In alternativa verrĂ  utilizzato lo scopo predefinito" #: /home/ruben/Projects/Cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:30 msgctxt "@label" -- cgit v1.2.3