<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 08/12/2013 05:26 PM, Yuko Katabami
wrote:<br>
</div>
<blockquote cite="mid:52088E3B.1020409@redhat.com" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<br>
<div class="moz-cite-prefix">On 08/12/2013 05:23 PM, Moti Asayag
wrote:<br>
</div>
<blockquote
cite="mid:297859781.363734.1376292229278.JavaMail.root@redhat.com"
type="cite">
<pre wrap="">
----- Original Message -----
</pre>
<blockquote type="cite">
<pre wrap="">From: "Yuko Katabami" <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:ykatabam@redhat.com"><ykatabam@redhat.com></a>
To: "Moti Asayag" <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:masayag@redhat.com"><masayag@redhat.com></a>
Cc: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:engine-devel@ovirt.org">engine-devel@ovirt.org</a>
Sent: Monday, August 12, 2013 10:03:32 AM
Subject: Re: [Engine-devel] [oVirt/RHEV 3.3 Localization Question #13] "${ENTITIES_USING_VNIC_PROFILE_COUNTER}"
On 08/12/2013 04:53 PM, Moti Asayag wrote:
</pre>
<blockquote type="cite">
<pre wrap="">----- Original Message -----
</pre>
<blockquote type="cite">
<pre wrap="">From: "Yuko Katabami" <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:ykatabam@redhat.com"><ykatabam@redhat.com></a>
To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:engine-devel@ovirt.org">engine-devel@ovirt.org</a>
Sent: Monday, August 12, 2013 2:28:05 AM
Subject: [Engine-devel] [oVirt/RHEV 3.3 Localization Question #13]
        "${ENTITIES_USING_VNIC_PROFILE_COUNTER}"
Hi all,
I would like to ask for your help again with the following questions:
File: AppErrors
Resource ID: ACTION_TYPE_FAILED_VNIC_PROFILE_IN_USE
Strings: Cannot ${action} ${type}. Several ${entities}
(${ENTITIES_USING_VNIC_PROFILE_COUNTER}) are using this VM network
interface
profile:
${ENTITIES_USING_VNIC_PROFILE}
- Please remove it from all ${entities} that are using it and try again.
Question:
Is "${ENTITIES_USING_VNIC_PROFILE_COUNTER}" representing the number of
entities using the VNIC profile?
</pre>
</blockquote>
<pre wrap="">Yes.
</pre>
<blockquote type="cite">
<pre wrap="">Is it always greater than 1 or could it be 1 in some cases?
</pre>
</blockquote>
<pre wrap="">It can be 1 or greater.
</pre>
<blockquote type="cite">
<pre wrap="">Is ${ENTITIES_USING_VNIC_PROFILE} representing the name(s) of entities
using
the the VNIC profile?
</pre>
</blockquote>
<pre wrap="">Yes.
Here are 2 examples for the error when the vnic profile is used by one or
more vms:
A vnic profile used by a single entity:
Error while executing action: Cannot remove VM network interface profile.
Several virtual machines (1) are using this VM network interface profile:
vm1
- Please remove it from all virtual machines that are using it and try
again.
A vnic profile used by a two entities:
Error while executing action: Cannot remove VM network interface profile.
Several virtual machines (2) are using this VM network interface profile:
vm1,
vm2
- Please remove it from all virtual machines that are using it and try
again.
</pre>
</blockquote>
<pre wrap="">Hi Moti,
Thank you very much for your answer with actual examples. It is very
helpful.
In my language, I can translate this string in a way which works whether
the entity is single or plural, but I am not sure about other supported
locales.
I will share this with other translators and if it is problematic, I
will get back to you via this mailing list.
</pre>
</blockquote>
<pre wrap="">Please note that there are several messages that share the same format:
ACTION_TYPE_FAILED_NETWORK_IN_USE=Cannot ${action} ${type}. Several ${entities} (${ENTITIES_USING_NETWORK_COUNTER}) are using this logical network:\n${ENTITIES_USING_NETWORK}\n - Please remove it from all ${entities} that are using it and try again.
ACTION_TYPE_FAILED_PROVIDER_NETWORKS_USED=Cannot ${action} ${type}. Several external networks (${NETWORK_NAMES_COUNTER}) are being used by virtual machines and/or templates:\n${NETWORK_NAMES}\n - Please resolve the external networks usage first and try again.</pre>
</blockquote>
Thank you Moti for this extra information.<br>
I will also pass this onto other translators.<br>
Very much appreciated.<br>
<br>
Kind regards,<br>
<br>
Yuko<br>
</blockquote>
<br>
Hi Moti,<br>
<br>
I have discussed with other translators and confirmed that all those
three strings in the same format are problematic for localization.<br>
The current format only works if the entity is plural.<br>
In the example (with single entity) you have given:<br>
<b><br>
</b><b>
Error while executing action: Cannot remove VM network interface
profile.</b><b><br>
</b><b>
</b><b><font color="#ff0000"><u>Several</u> </font></b><b>virtual
machine</b><b><u><font color="#ff0000">s</font></u></b><b> (1) </b><b><u><font
color="#ff0000">are</font></u></b><b> using this VM network
interface profile:</b><b><br>
</b><b>
vm1</b><b><br>
</b><b>
- Please remove it from </b><b><u><font color="#ff0000">all</font></u></b><b><u>
</u></b><b>virtual machine</b><b><u><font color="#ff0000">s</font></u></b><b>
that are using it and try again.</b><br>
<br>
1) It has the word "several" and "all" preceding the entity. Those
adjectives do not work with a singular noun in all languages, and it
grammatically wrong in English as well.<br>
2) ${entities} is shown always plural even it is singular "Virtual
Machines (1)" - this is not correct.<br>
3) Verb "are" should only be used when the
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
nominative is plural<br>
<br>
We are wondering if the English strings (all three) can be changed
to be grammatically correct.<br>
(or perhaps separate strings for singular and plural?)<br>
<br>
Kind regards,<br>
<br>
Yuko<br>
<br>
<br>
<br>
<blockquote cite="mid:52088E3B.1020409@redhat.com" type="cite">
<blockquote
cite="mid:297859781.363734.1376292229278.JavaMail.root@redhat.com"
type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">Thank you again for your help.
Kind regards,
Yuko
</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">Thank you,
Yuko
--
Regards,
Yuko Katabami (方波見裕子)
Technical Translator II
NAATI Accredited Professional Translator (English into Japanese) #28138
RHCSA #111-119-244
Mobile: +61 415 847 352
Email: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:ykatabam@redhat.com">ykatabam@redhat.com</a>
Red Hat, Asia-Pacific Pty Ltd
Level 1, 193 North Quay
Brisbane 4000
Office: +61 7 3514 8100
Fax: +61 7 3514 8199
Website: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.redhat.com">www.redhat.com</a>
Facebook: Red Hat APAC | Red Hat Japan | Red Hat Korea | JBoss APAC
Twitter: Red Hat APAC | Red Hat ANZ
LinkedIn: Red Hat APAC | JBoss APAC
_______________________________________________
Engine-devel mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Engine-devel@ovirt.org">Engine-devel@ovirt.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/engine-devel">http://lists.ovirt.org/mailman/listinfo/engine-devel</a>
</pre>
</blockquote>
</blockquote>
<pre wrap="">--
Regards,
Yuko Katabami (方波見裕子)
Technical Translator II
NAATI Accredited Professional Translator (English into Japanese) #28138
RHCSA #111-119-244
*Mobile:* +61 415 847 352
*Email:* <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:ykatabam@redhat.com">ykatabam@redhat.com</a>
Red Hat
*Red Hat, Asia-Pacific Pty Ltd*
Level 1, 193 North Quay
Brisbane 4000
*Office:* +61 7 3514 8100
*Fax:* +61 7 3514 8199
*Website:* <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.redhat.com">www.redhat.com</a> <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://www.redhat.com"><http://www.redhat.com></a>
*Facebook:* Red Hat APAC <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://www.facebook.com/redhatapac"><http://www.facebook.com/redhatapac></a> | Red Hat
Japan <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://www.facebook.com/redhatjapan"><http://www.facebook.com/redhatjapan></a> | Red Hat Korea
<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://www.facebook.com/redhatkorea"><http://www.facebook.com/redhatkorea></a> | JBoss APAC
<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://www.facebook.com/JBossAPAC"><http://www.facebook.com/JBossAPAC></a>
*Twitter:* Red Hat APAC <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://www.twitter.com/red_hat_apac"><http://www.twitter.com/red_hat_apac></a> | Red Hat
ANZ <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://www.twitter.com/redhatanz"><http://www.twitter.com/redhatanz></a>
*LinkedIn:* Red Hat APAC <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://www.linkedin.com/groups?gid=3124596"><http://www.linkedin.com/groups?gid=3124596></a> |
JBoss APAC <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="http://www.linkedin.com/groups?gid=4068303"><http://www.linkedin.com/groups?gid=4068303></a>
</pre>
</blockquote>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<font color="#000000" face="arial, sans-serif" size="2">
Regards, <br>
<br>
Yuko Katabami (方波見裕子) <br>
Technical Translator II <br>
NAATI Accredited Professional Translator (English into
Japanese) #28138 <br>
RHCSA #111-119-244 <br>
<b>Mobile:</b> +61 415 847 352 <br>
<b>Email:</b> <a moz-do-not-send="true"
class="moz-txt-link-abbreviated"
href="mailto:ykatabam@redhat.com">ykatabam@redhat.com</a> <br>
<br>
<a moz-do-not-send="true" target="_blank"><img
src="cid:part22.04020707.09050401@redhat.com" alt="Red
Hat" border="0" height="42" width="128"></a> <br>
<br>
<b>Red Hat, Asia-Pacific Pty Ltd</b> <br>
Level 1, 193 North Quay <br>
Brisbane 4000 <br>
<b>Office:</b> +61 7 3514 8100 <br>
<b>Fax:</b> +61 7 3514 8199 <br>
<b>Website:</b> <a moz-do-not-send="true"
href="http://www.redhat.com" target="_blank">www.redhat.com</a>
<br>
<br>
<b>Facebook:</b> <a moz-do-not-send="true"
href="http://www.facebook.com/redhatapac" target="_blank">Red
Hat APAC</a> | <a moz-do-not-send="true"
href="http://www.facebook.com/redhatjapan" target="_blank">Red
Hat Japan</a> | <a moz-do-not-send="true"
href="http://www.facebook.com/redhatkorea" target="_blank">Red
Hat Korea</a> | <a moz-do-not-send="true"
href="http://www.facebook.com/JBossAPAC" target="_blank">JBoss
APAC</a> <br>
<b>Twitter:</b> <a moz-do-not-send="true"
href="http://www.twitter.com/red_hat_apac" target="_blank">Red
Hat APAC</a> | <a moz-do-not-send="true"
href="http://www.twitter.com/redhatanz" target="_blank">Red
Hat ANZ</a> <br>
<b>LinkedIn:</b> <a moz-do-not-send="true"
href="http://www.linkedin.com/groups?gid=3124596"
target="_blank">Red Hat APAC</a> | <a
moz-do-not-send="true"
href="http://www.linkedin.com/groups?gid=4068303"
target="_blank">JBoss APAC</a> </font> </div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Engine-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Engine-devel@ovirt.org">Engine-devel@ovirt.org</a>
<a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/engine-devel">http://lists.ovirt.org/mailman/listinfo/engine-devel</a>
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<font color="#000000" face="arial, sans-serif" size="2"> Regards,
<br>
<br>
Yuko Katabami (方波見裕子) <br>
Technical Translator II <br>
NAATI Accredited Professional Translator (English into Japanese)
#28138 <br>
RHCSA #111-119-244 <br>
<b>Mobile:</b> +61 415 847 352 <br>
<b>Email:</b> <a class="moz-txt-link-abbreviated" href="mailto:ykatabam@redhat.com">ykatabam@redhat.com</a> <br>
<br>
<a target="_blank"><img
src="cid:part33.01020805.01000204@redhat.com" alt="Red Hat"
border="0" height="42" width="128"></a> <br>
<br>
<b>Red Hat, Asia-Pacific Pty Ltd</b> <br>
Level 1, 193 North Quay <br>
Brisbane 4000 <br>
<b>Office:</b> +61 7 3514 8100 <br>
<b>Fax:</b> +61 7 3514 8199 <br>
<b>Website:</b> <a href="http://www.redhat.com" target="_blank">www.redhat.com</a>
<br>
<br>
<b>Facebook:</b> <a href="http://www.facebook.com/redhatapac"
target="_blank">Red Hat APAC</a> | <a
href="http://www.facebook.com/redhatjapan" target="_blank">Red
Hat Japan</a> | <a href="http://www.facebook.com/redhatkorea"
target="_blank">Red Hat Korea</a> | <a
href="http://www.facebook.com/JBossAPAC" target="_blank">JBoss
APAC</a> <br>
<b>Twitter:</b> <a href="http://www.twitter.com/red_hat_apac"
target="_blank">Red Hat APAC</a> | <a
href="http://www.twitter.com/redhatanz" target="_blank">Red
Hat ANZ</a> <br>
<b>LinkedIn:</b> <a
href="http://www.linkedin.com/groups?gid=3124596"
target="_blank">Red Hat APAC</a> | <a
href="http://www.linkedin.com/groups?gid=4068303"
target="_blank">JBoss APAC</a>
</font>
</div>
</body>
</html>