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

@ -80,8 +80,8 @@ Tocca questo messaggio (o premi Indietro) per saltare l\'aggiunta di categorie.<
<string name="share_license_summary">Questa immagine sarà rilasciata in base alla licenza %1$s</string>
<string name="menu_download">Scarica</string>
<string name="preference_license">Licenza</string>
<string name="license_name_cc_by_sa">CCu00A0Attribuzione-Condividi allo stesso modo</string>
<string name="license_name_cc_by">CCu00A0Attribuzione</string>
<string name="license_name_cc_by_sa">CC Attribuzione-Condividi allo stesso modo</string>
<string name="license_name_cc_by">CC Attribuzione</string>
<string name="license_name_cc0">CC0</string>
<string name="license_name_cc_by_sa_3_0">CC BY-SA 3.0</string>
<string name="license_name_cc_by_sa_3_0_at">CC BY-SA 3.0 (Austria)</string>