Fix translations

Change from some using \u00A0 to represent space, no longer required. Also fixed some malformed translations which missed out the backslash so they were just messed up (see bug #42)
This commit is contained in:
Adam Jones 2016-06-03 21:50:31 +01:00
parent 110ecde5a6
commit 43fd09827c
49 changed files with 97 additions and 97 deletions

View file

@ -84,8 +84,8 @@
<string name="menu_download">Menu item text prompting user to download a selected photo or media file locally.
{{Identical|Download}}</string>
<string name="preference_license">{{Identical|License}}</string>
<string name="license_name_cc_by_sa">CC Attribution-Sharelike License display name. Use the non-breaking space character(u00A0) between \'CC\' and \'Attribution-Sharealike\'</string>
<string name="license_name_cc_by">CC Attribution License display name. Use the non-breaking space character(u00A0) between \'CC\' and \'Attribution\'</string>
<string name="license_name_cc_by_sa">CC Attribution-Sharelike License display name. Use the non-breaking space character( ) between \'CC\' and \'Attribution-Sharealike\'</string>
<string name="license_name_cc_by">CC Attribution License display name. Use the non-breaking space character( ) between \'CC\' and \'Attribution\'</string>
<string name="license_name_cc0">CC0 License display name.</string>
<string name="license_name_cc_by_sa_3_0">{{Identical|CC BY-SA}}</string>
<string name="license_name_cc_by_3_0">{{Identical|CC BY}}</string>