mirror of https://github.com/BOINC/boinc.git
Android: shuffle comments around
Comments are not allowed inside <plurals> only before.
This commit is contained in:
parent
ee1e30ccb2
commit
fa6a4ad913
|
@ -371,13 +371,13 @@
|
||||||
<string name="about_copyright_reserved">All Rights Reserved.</string>
|
<string name="about_copyright_reserved">All Rights Reserved.</string>
|
||||||
<string name="about_credits">Thanks to the Max Planck Institute for Gravitational Physics, IBM Corporation and HTC Corporation for their support.</string>
|
<string name="about_credits">Thanks to the Max Planck Institute for Gravitational Physics, IBM Corporation and HTC Corporation for their support.</string>
|
||||||
|
|
||||||
<!-- notice notification -->
|
<!-- notice notification e.g. New notice from SETI@HOME OR 3 new notices -->
|
||||||
<plurals name="notice_notification">
|
<plurals name="notice_notification">
|
||||||
<item quantity="one">New notice from %1$s</item> <!-- e.g. New notice from SETI@HOME -->
|
<item quantity="one">New notice from %1$s</item>
|
||||||
<item quantity="many">%2$,d new notices</item> <!-- e.g. 3 new notices -->
|
<item quantity="other">%2$,d new notices</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<!-- multi BOINC compitability -->
|
<!-- multi BOINC compatibility -->
|
||||||
<string name="nonexcl_dialog_header">Volunteer computing app detected</string>
|
<string name="nonexcl_dialog_header">Volunteer computing app detected</string>
|
||||||
<string name="nonexcl_dialog_text">Another volunteer computing app is running on this device. Only one version can run at a time.</string>
|
<string name="nonexcl_dialog_text">Another volunteer computing app is running on this device. Only one version can run at a time.</string>
|
||||||
<string name="nonexcl_dialog_exit">Exit</string>
|
<string name="nonexcl_dialog_exit">Exit</string>
|
||||||
|
|
Loading…
Reference in New Issue