we need to escape every apostrophe, including update for nl

svn:r22663
This commit is contained in:
Runa A. Sandvik 2010-07-19 14:55:54 +00:00
parent 0dbe9efc79
commit 31214c20a5
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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>