GNOME Bugzilla – Bug 744998
Updated Italian translation
Last modified: 2015-02-24 13:41:42 UTC
Created attachment 297621 [details] Updated Italian translation file Hello, please find attached updated Italian translation for NM 1.0 series. PS: two strings are untranslated, but they show up as "broken" in the PO file: #: ../libnm-util/nm-setting-connection.c:888 msgid "Slave connections need a valid '" msgstr "" #: ../libnm-util/nm-setting-connection.c:897 msgid "Cannot set '" msgstr ""
Hi, is this based on "master" branch on "nm-1-0"? what is the problem with the "broken" strings?
Hi, the PO file attached is based on the nm-1-0 branch. The "broken" strings look like incomplete or not correctly formatted. This is one of the two strings in the PO file: msgid "Slave connections need a valid '" but this is the same one in the code: _("Slave connections need a valid '" NM_SETTING_CONNECTION_MASTER "' property")); gettext is not picking it up correctly. Thanks.
Fixed broken strings: master: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=81e72d948356e2755e5345c169fb731dbccc9347 nm-1-0: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=nm-1-0 (That should be all there, right?)
merged to nm-1-0: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=da32e0a841a99f9f461cc38ebf4af313c1b713e8 thanks!!