After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 695548 - Better description for translators - definitions of "%s"
Better description for translators - definitions of "%s"
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: 3.22
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-03-10 09:44 UTC by Dušan
Modified: 2016-03-31 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libvirt-machine-props: More translator comments (1.91 KB, patch)
2013-03-12 14:53 UTC, Zeeshan Ali
committed Details | Review

Description Dušan 2013-03-10 09:44:20 UTC
Please, can you describe for translators, what exactly represents this variables - %s?


#: ../src/libvirt-machine-properties.vala:257
msgid "Insertion of '%s' as a CD/DVD into '%s' failed"
Comment 1 Zeeshan Ali 2013-03-10 16:11:57 UTC
(In reply to comment #0)
> Please, can you describe for translators, what exactly represents this
> variables - %s?
 > #: ../src/libvirt-machine-properties.vala:257
> msgid "Insertion of '%s' as a CD/DVD into '%s' failed"

Sure, I'll add a translator comment soon.
Comment 2 Zeeshan Ali 2013-03-12 14:53:16 UTC
Created attachment 238697 [details] [review]
libvirt-machine-props: More translator comments

Explain '%s' in CDROM related error messages.
Comment 3 Zeeshan Ali 2013-03-12 14:54:27 UTC
(In reply to comment #2)
> Created an attachment (id=238697) [details] [review]
> libvirt-machine-props: More translator comments
> 
> Explain '%s' in CDROM related error messages.

In anticipation of my patches in bug#690779 going in, I have based this patch on top of those. I'll rebase if needed..
Comment 4 Christophe Fergeau 2013-03-12 16:04:32 UTC
Review of attachment 238697 [details] [review]:

::: src/libvirt-machine-properties.vala
@@ +328,3 @@
                         } catch (GLib.Error e) {
                             var path_basename = get_utf8_basename (path);
+                            // Translators: First '%s' is path of ISO file or CD/DVD device that user selected and

s/path/filename

@@ +329,3 @@
                             var path_basename = get_utf8_basename (path);
+                            // Translators: First '%s' is path of ISO file or CD/DVD device that user selected and
+                            //              Seconds '%s' is name of the box.

s/Seconds/second
Comment 5 Zeeshan Ali 2013-03-13 13:48:03 UTC
Attachment 238697 [details] pushed as 4d0b650 - libvirt-machine-props: More translator comments