we need to escape every apostrophe, including update for nl
svn:r22663
This commit is contained in:
parent
34509b8f76
commit
ca2123f780
|
@ -55,6 +55,9 @@ for file in $po ; do
|
|||
then
|
||||
mv "$xml/values-$lang/tmp-$xmlfile" "$xml/values-$lang/$xmlfile"
|
||||
fi
|
||||
|
||||
# We need to escape apostrophe's
|
||||
sed -i "s,',\\\',g" "$xml/values-$lang/$xmlfile"
|
||||
}
|
||||
|
||||
# If the current directory is zh_CN use zh, else convert everything.
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<string name="tor_process_connecting_step3">klaar.</string>
|
||||
<string name="tor_process_connecting_step4">aan het wachten.</string>
|
||||
|
||||
<string name="not_anonymous_yet">WAARSCHUWING: Uw verkeer is nog niet anononiem!Stel uw programma's alstublieft in dat ze gebruik maken van HTTP proxy 127.0.0.1:8118 of SOCKS4A of SOCKS5 proxy 127.0.0.1:9050</string>
|
||||
<string name="not_anonymous_yet">WAARSCHUWING: Uw verkeer is nog niet anononiem!Stel uw programma\'s alstublieft in dat ze gebruik maken van HTTP proxy 127.0.0.1:8118 of SOCKS4A of SOCKS5 proxy 127.0.0.1:9050</string>
|
||||
<string name="menu_home">Thuis</string>
|
||||
<string name="menu_browse">Bladeren</string>
|
||||
<string name="menu_settings">Instellingen</string>
|
||||
|
|
Loading…
Reference in New Issue