diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-04-15 20:36:10 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:11 +0000 |
commit | f79a451249afae7da9887ff92f0d9d1d70c92dd4 (patch) | |
tree | 0ae29ed116fae713bb5be33f69f1238c60a084aa /Cydia.app/error.html | |
parent | 55bd124e13c658480b9e008802c45c4e86d1549b (diff) |
This is getting nuts, I need an internal branch.
Diffstat (limited to 'Cydia.app/error.html')
-rw-r--r-- | Cydia.app/error.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Cydia.app/error.html b/Cydia.app/error.html index 6a42a52..180fa5c 100644 --- a/Cydia.app/error.html +++ b/Cydia.app/error.html @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="UTF-16"?> <html><head> - <title>Network Error</title> + <title localize="NETWORK_ERROR"></title> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + <script type="text/javascript" src="menes/menes.js"></script> + <script type="text/javascript" src="localize.js"></script> <base target="_blank"/> <style> @@ -33,7 +35,7 @@ </style> </head><body><div class="page"> -<div class="title">Unable To Load</div> +<div class="title" localize="UNABLE_TO_LOAD"></div> <div class="error">(<script> document.write(decodeURI(location.search.substring(1))); |