- Added Full Screen feature - Deleted temporary .mo file
| /trunk/LocaleData/de/LC_MESSAGES/de.pointedears.mo |
|---|
| Cannot display: file marked as a binary type. |
| svn:mime-type = application/octet-stream |
| /trunk/index.phtml |
|---|
| 140,9 → 140,9 |
| ?> |
| <p style="text-align: center"><?php |
| echo sprintf( |
| _("If this site is not displayed properly, please try <a href='index.%s?printable=1'>%s</a>."), |
| _("If this site is not displayed properly, please try the <a href='index.%s?printable=1'>%s</a>."), |
| $language, |
| _('the printable version')); |
| _('Printable version')); |
| ?></p> |
| <?php |
| } |
| 319,8 → 319,8 |
| title="<?php echo _("The Search for Extra-Terrestrial Intelligence at HOME"); ?>" |
| ><span class="text">SETI at home</span></a></li> |
| </ul> |
| <script type="text/javascript" src="scripts/builder?src=object"></script> |
| <?php /* |
| <script type="text/javascript" src="scripts/builder?src=object"></script> |
| <script type="text/javascript"> |
| var sURL = location.href; |
| var sFavAnchorTitle = |
| 374,7 → 374,88 |
| class="button left right" id="cmd2" |
| ><span class="text"><?php echo _("Printable"); ?></span></a> |
| <div id="cmd3" class="button left right" style="cursor: not-allowed"> </div> |
| <div id="cmd4" class="button left right" style="cursor: not-allowed"> </div> |
| <script type="text/javascript"> |
| var fullScreen = (function () { |
| var _isHostMethod = jsx.object.isHostMethod; |
| return { |
| isSupportedBy: function (elem) { |
| var prefixes = ["", "mozR", "webkitR"]; |
| var suffix = "equestFullscreen"; |
| for (var i = 0, len = prefixes.length; i < len; ++i) |
| { |
| var prefix = prefixes[i]; |
| if (_isHostMethod(elem, prefix + suffix)) |
| { |
| return prefix + suffix; |
| } |
| } |
| return false; |
| }, |
| isEnabled: function () { |
| return document.fullscreenEnabled || document.mozFullscreenEnabled || document.webkitFullscreenEnabled; |
| }, |
| cancel: function (target, oldHandler, textTarget) { |
| var prefixes = ["", "mozC", "webkitC"]; |
| var suffix = "ancelFullScreen"; |
| for (var i = 0, len = prefixes.length; i < len; ++i) |
| { |
| var prefix = prefixes[i]; |
| if (_isHostMethod(document, prefix + suffix)) |
| { |
| document[prefix + suffix](); |
| /* NOTE: ...FullscreenEnabled not reliable after cancel */ |
| if (textTarget) |
| { |
| textTarget.textContent = "<?php echo _("Full Screen"); ?>"; |
| } |
| if (target) |
| { |
| target.onclick = oldHandler; |
| } |
| } |
| } |
| }, |
| requestOn: function (elem, eventTarget, textTarget) { |
| var requestMethodName; |
| if (elem && (requestMethodName = this.isSupportedBy(elem))) |
| { |
| elem[requestMethodName](); |
| if (textTarget && this.isEnabled()) |
| { |
| var oldText = textTarget.textContent; |
| var me = this; |
| var oldHandler = eventTarget.onclick; |
| eventTarget.onclick = function () { |
| me.cancel(this, oldHandler, textTarget); |
| }; |
| textTarget.textContent = "<?php echo _("Window"); ?>"; |
| } |
| } |
| } |
| }; |
| }()); |
| </script> |
| <div id="cmd4" class="button left right" |
| onclick="fullScreen.requestOn(document.documentElement, this, this.firstChild)" |
| tabindex="1" |
| ><span class="text"><script type="text/javascript"> |
| if (fullScreen.isSupportedBy(document.documentElement)) |
| { |
| document.write("<?php echo _("Full Screen"); ?>"); |
| } |
| </script></span></div> |
| </div> |
| <div class="elbo-button"> |
| <span class="text"><?php echo gmdate('Ym.d', $modi); ?></span> |
| /trunk/po/de.mo |
|---|
| Cannot display: file marked as a binary type. |
| svn:mime-type = application/octet-stream |
| Property changes: |
| Deleted: svn:mime-type |
| ## -1 +0,0 ## |
| -application/octet-stream |
| \ No newline at end of property |
| Index: po/de.po |
| =================================================================== |
| --- po/de.po (revision 75) |
| +++ po/de.po (revision 76) |
| @@ -5,10 +5,10 @@ |
| # |
| msgid "" |
| msgstr "" |
| -"Project-Id-Version: PE 0.3.9.1\n" |
| +"Project-Id-Version: PE 0.3.9.2\n" |
| "Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
| -"POT-Creation-Date: 2013-02-05 14:15+0100\n" |
| -"PO-Revision-Date: 2013-02-05 14:16+0100\n" |
| +"POT-Creation-Date: 2013-02-05 16:36+0100\n" |
| +"PO-Revision-Date: 2013-02-05 16:37+0100\n" |
| "Last-Translator: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
| "Language-Team: German <webmaster@PointedEars.de>\n" |
| "Language: de_DE\n" |
| @@ -71,16 +71,12 @@ |
| #: ../index.phtml:143 |
| msgid "" |
| -"If this site is not displayed properly, please try <a href='index.%s?" |
| +"If this site is not displayed properly, please try the <a href='index.%s?" |
| "printable=1'>%s</a>." |
| msgstr "" |
| -"Falls diese Site nicht korrekt dargestellt wird, verwenden Sie bitte <a " |
| +"Falls diese Site nicht korrekt dargestellt wird, verwenden Sie bitte die <a " |
| "href='index.%s?printable=1'>%s</a>." |
| -#: ../index.phtml:145 |
| -msgid "the printable version" |
| -msgstr "die Druckversion" |
| - |
| #: ../index.phtml:372 |
| msgid "Printable version" |
| msgstr "Druckversion" |
| @@ -134,3 +130,14 @@ |
| #: ../index.phtml:293 |
| msgid "The Search for Extra-Terrestrial Intelligence at HOME" |
| msgstr "Die Suche nach ausserirdischer Intelligenz von zuhause aus" |
| + |
| +#: ../index.phtml:418 ../index.phtml:453 |
| +msgid "Full Screen" |
| +msgstr "Vollbild" |
| + |
| +#: ../index.phtml:443 |
| +msgid "Window" |
| +msgstr "Fenster" |
| + |
| +#~ msgid "the printable version" |
| +#~ msgstr "die Druckversion" |
| /trunk/po/de.pointedears.pot |
|---|
| 5,9 → 5,9 |
| # |
| msgid "" |
| msgstr "" |
| "Project-Id-Version: PE 0.3.9.1\n" |
| "Project-Id-Version: PE 0.3.9.2\n" |
| "Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
| "POT-Creation-Date: 2013-02-05 14:15+0100\n" |
| "POT-Creation-Date: 2013-02-05 16:36+0100\n" |
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| "Language-Team: LANGUAGE <LL@li.org>\n" |
| 41,13 → 41,9 |
| msgstr "" |
| #: ../index.phtml:143 |
| msgid "If this site is not displayed properly, please try <a href='index.%s?printable=1'>%s</a>." |
| msgid "If this site is not displayed properly, please try the <a href='index.%s?printable=1'>%s</a>." |
| msgstr "" |
| #: ../index.phtml:145 |
| msgid "the printable version" |
| msgstr "" |
| #: ../index.phtml:372 |
| msgid "Printable version" |
| msgstr "" |
| 95,3 → 91,12 |
| #: ../index.phtml:293 |
| msgid "The Search for Extra-Terrestrial Intelligence at HOME" |
| msgstr "" |
| #: ../index.phtml:418 |
| #: ../index.phtml:453 |
| msgid "Full Screen" |
| msgstr "" |
| #: ../index.phtml:443 |
| msgid "Window" |
| msgstr "" |