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

@ -76,8 +76,8 @@
<string name="share_license_summary">이 그림은 %1$s에 따라 사용이 허가됩니다</string>
<string name="menu_download">다운로드</string>
<string name="preference_license">라이선스</string>
<string name="license_name_cc_by_sa">CCu00A0저작자표시-동일조건변경허락u00A03.0</string>
<string name="license_name_cc_by">CCu00A0저작자표시u00A03.0</string>
<string name="license_name_cc_by_sa">CC 저작자표시-동일조건변경허락 3.0</string>
<string name="license_name_cc_by">CC 저작자표시 3.0</string>
<string name="license_name_cc0">CC0</string>
<string name="license_name_cc_by_sa_3_0">크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0</string>
<string name="license_name_cc_by_sa_3_0_at">크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 (오스트리아)</string>