diff options
author | thlo <smarttv640@gmail.com> | 2013-03-17 11:34:56 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-03-17 11:34:56 +0100 |
commit | d941c9861671af9975718e54da03387813c2ed42 (patch) | |
tree | 21a8a46d1ffd747bedd79ef6f790d8b6c7b966dd /smarttv-client/Javascript/Lang.js | |
parent | 466ca961fb9c09d056216c8fa7052bb185a710a7 (diff) | |
download | vdr-plugin-smarttvweb-d941c9861671af9975718e54da03387813c2ed42.tar.gz vdr-plugin-smarttvweb-d941c9861671af9975718e54da03387813c2ed42.tar.bz2 |
Widget v0.92:
* Widget version number on select screen.
* Configurable timeout for direct access.
* Direct access takes first digit.
* Pause-Key toggles between pause and play.
* First version of info overlay.
* Bug fixes.
Diffstat (limited to 'smarttv-client/Javascript/Lang.js')
-rw-r--r-- | smarttv-client/Javascript/Lang.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/smarttv-client/Javascript/Lang.js b/smarttv-client/Javascript/Lang.js new file mode 100644 index 0000000..985b0d8 --- /dev/null +++ b/smarttv-client/Javascript/Lang.js @@ -0,0 +1,12 @@ +var Lang = {
+ sel : "en",
+ en : {}
+};
+
+Lang["en"].configInit = "WARNING: Cannot create widget folder. Try Config";
+Lang["en"].configNoServer = "Config Server Error";
+Lang["en"].configReadContext1 = "ERROR: Error in Config File. Try widget re-install.";
+Lang["en"].configReadContext2 = "WARNING: ConfigRead Error and WidgetFolder creation failed. <br> Launching Config-Menu from here";
+
+
+
|