- Added application structure - Added Russian version - Added Vulcan version (disabled)
/branches/live/index.ru.php |
---|
File deleted |
\ No newline at end of file |
/branches/live/index.vu.php |
---|
File deleted |
\ No newline at end of file |
/branches/live/application/layouts/index/index.phtml |
---|
File deleted |
/branches/live/application/layouts/index/content.phtml |
---|
File deleted |
\ No newline at end of file |
/branches/live/application/layouts/index/multi-display.phtml |
---|
File deleted |
/branches/live/application/layouts/index/footer.phtml |
---|
File deleted |
/branches/live/application/scripts/ua.js |
---|
File deleted |
\ No newline at end of file |
Property changes: |
Deleted: svn:mime-type |
## -1 +0,0 ## |
-text/plain |
\ No newline at end of property |
Index: live/application/scripts/vulcan-media-script.js |
=================================================================== |
--- live/application/scripts/vulcan-media-script.js (revision 211) |
+++ live/application/scripts/vulcan-media-script.js (nonexistent) |
@@ -1,151 +0,0 @@ |
-var vulcan_texts = null; |
- |
-var media_map = { |
- S: "?", |
- T: "Y", |
- P: "]", |
- K: "ß", |
- R: "²", |
- L: "ζ", |
- A: "Ŧ", |
- D: "S", |
- O: "Ŋ", |
- E: "σ", |
- V: "³", |
- U: "¶", |
- H: "ξ", |
- G: "^", |
- Ch: ")", |
- I: "ƒ", |
- N: "(", |
- Z: "ε", |
- M: "δ", |
- Y: "ς", |
- F: "[", |
- W: "¬", |
- B: "Ξ", |
- SH: "§", |
- TH: "λ", |
- KH: "Φ", |
- ZH: "ω", |
- TS: "θ", |
- DZH: "C", |
- J: "C", |
- KS: "φ", |
- X: "φ", |
- LL: "μ", |
- M: "&", |
- NG: "ρ", |
- NN: "þ", |
- SS: "β", |
- TCH: "M", |
- ", ": " - ", |
- ":": " – ", |
- " – ": " – ", |
- " — ": " – ", |
- "…": "—", |
- "~": "=", |
- "!": "..", |
- "!!!": "...", |
- "(": "|", |
- ")": "|", |
- "[": "||", |
- "]": "||", |
- "&": "•", |
- "°": "¯" |
-}; |
- |
-//jsx.object.flip = function (obj) { |
-// var flipped = jsx.object.inheritFrom(obj); |
-// var keys = jsx.object.getKeys(obj); |
-// |
-// for (var i = 0, len = keys.length; i < len; ++i) |
-// { |
-// var key = keys[i]; |
-// var value = obj[key]; |
-// if (typeof value != "function") |
-// { |
-// flipped[value] = key; |
-// } |
-// } |
-// |
-// return flipped; |
-//}; |
- |
-var media_caption; |
- |
-function mediaScript (button) |
-{ |
- vulcan_texts = jsx.dom.xpath.evaluate( |
- './/*[@lang = "' + LANG_VULCAN + '"]//*[(not(@lang) or (@lang = "' + LANG_VULCAN + '")) and (@class = "text")]', |
- document.body); |
- |
- if (!vulcan_texts) |
- { |
- return; |
- } |
- |
- var previous_parent = null; |
- |
- for (var i = 0, len = vulcan_texts.length; i < len; ++i) |
- { |
- var text = vulcan_texts[i]; |
- |
- text.style.textTransform = "none"; |
- if (!text.hasAttribute("data-html")) |
- { |
- text.setAttribute("data-html", text.innerHTML); |
- |
- if (!text.title) |
- { |
- text.title = text.textContent; |
- } |
- } |
- |
- var text_nodes = jsx.dom.xpath.evaluate( |
- './/text()[parent::*[not(@lang) or (@lang = "' + LANG_VULCAN + '")]]', |
- text); |
- |
- for (var j = 0, len2 = text_nodes.length; j < len2; ++j) |
- { |
- var text_node = text_nodes[j]; |
- |
- if (text_node.parentNode.lang != LANG_VULCAN) |
- { |
- text_node.nodeValue = text_node.nodeValue.replace( |
- /Tch|Ch|Sh|Th|Kh|Zh|Ts|Dzh|Ks|Ll|Ng|Nn|Ss| [–—] |, |!!!|[!STPKRLADOEVUHGINZMYFWBJX:()[\]&°…~]/gi, |
- function (s) { |
- return jsx.object.getProperty(media_map, s.toUpperCase(), s); |
- }); |
- } |
- } |
- |
- text.parentNode.lang = "vuh-Media-Gol-modern"; |
- } |
- |
- if (button) |
- { |
- media_caption = button.firstChild.textContent; |
- button.firstChild.textContent = "Latin-Zukitan"; |
- button.onclick = function () { |
- latinScript(this); |
- }; |
- } |
-} |
- |
-function latinScript (button) |
-{ |
- for (var i = 0, len = vulcan_texts.length; i < len; ++i) |
- { |
- var text = vulcan_texts[i]; |
- |
- text.style.textTransform = ""; |
- text.innerHTML = text.getAttribute('data-html'); |
- text.parentNode.lang = "vuh-Latn-Gol-modern"; |
- } |
- |
- button.firstChild.textContent = media_caption; |
- button.onclick = function () { |
- mediaScript(this); |
- }; |
-} |
/live/application/scripts/vulcan-media-script.js |
---|
Property changes: |
Deleted: svn:mime-type |
## -1 +0,0 ## |
-text/plain |
\ No newline at end of property |
Index: live/styles/lcars22.css |
=================================================================== |
--- live/styles/lcars22.css (revision 211) |
+++ live/styles/lcars22.css (revision 207) |
@@ -431,6 +431,7 @@ |
background-color: #7d7d7d; /* c9c */ |
color: #000 !important; |
text-decoration: none !important; |
+ text-transform: uppercase; |
/* overflow: hidden; */ |
cursor: pointer !important; |
} |
@@ -439,12 +440,7 @@ |
position: absolute; |
bottom: 0; |
right: 0.5em; |
- max-width: 3.5em; |
- overflow: hidden; |
cursor: pointer !important; |
- text-overflow: ellipsis; |
- text-transform: uppercase; |
- white-space: nowrap; |
} |
.button.command { |
@@ -612,8 +608,6 @@ |
.multi-display .upper .content .analysis th { |
padding: 0 0.4em 0 0.1em; |
font-weight: normal; |
- background-color: #000; |
- color: #fc0; |
text-align: left; |
text-transform: uppercase; |
white-space: nowrap; |
@@ -665,13 +659,9 @@ |
margin: 0; |
height: 1.8em; |
border-radius: 0.9em; |
+ text-transform: none; |
} |
-.multi-display .commands .button .text |
-{ |
- text-transform: none !important; |
-} |
- |
.multi-display .upper .content .commands .button .text { |
right: 1em; |
} |
/branches/live/styles/lcars.css.php |
---|
109,7 → 109,7 |
); |
?> |
*[lang^="vuh-Latn"] { |
*[lang^="x-vulcan-latin"] { |
font-family: cursive; |
} |
/branches/live/styles |
---|
Property changes: |
Added: svn:mergeinfo |
## -0,0 +0,1 ## |
Merged /trunk/styles:r198-206 |
Index: live/global.php |
=================================================================== |
--- live/global.php (revision 211) |
+++ live/global.php (revision 207) |
@@ -23,48 +23,12 @@ |
/* Cached resource expires in HTTP/1.0 caches 24h after last retrieval */ |
header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 86400) . ' GMT'); |
-// $vulcan = 'x-vulcan-latin'; |
-$vulcan = 'vuh-Latn-Gol-modern'; |
$languages = array( |
'en' => 'English', |
'de' => 'Deutsch', |
- 'ru' => 'по-русски', |
-// 'x-klingon-latin' => array( |
-// 'key' => 'tlh', |
-// 'name' => 'tlhIngan Hol' |
-// ), |
-// $vulcan => array( |
-// 'key' => 'vu', |
-// 'name' => '<abbr title="Gen-lis">G-l</abbr> Vuhlkansu' |
-// ) |
+// 'ru' => 'По-русски', |
); |
- |
-/** |
- * Returns the short language key. |
- * |
- * Needed for safely mapping extra-terrestrial languages. |
- */ |
-function language_key_short ($key) |
-{ |
- global $languages; |
- preg_match('/^[^-]{2,3}/', $key, $matches); |
- $language = $languages[$key]; |
- return isset($language['key']) ? $language['key'] : $matches[0]; |
-} |
- |
-/** |
- * Returns the language name. |
- * |
- * Needed for safely mapping extra-terrestrial languages. |
- */ |
-function language_name ($key) |
-{ |
- global $languages; |
- $language = $languages[$key]; |
- return isset($language['name']) ? $language['name'] : $language; |
-} |
- |
require_once 'Zend/Loader/StandardAutoloader.php'; |
$loader = new Zend\Loader\StandardAutoloader(array('autoregister_zf' => true)); |
$loader->register(); |
@@ -84,31 +48,26 @@ |
* @param string $s |
* @return string |
*/ |
-function tr ($s, $lang = null) |
+function tr ($s) |
{ |
global $translator; |
global $textDomain; |
global $language; |
- if ($lang === null) |
- { |
- $lang = $language; |
- } |
- |
/* DEBUG */ |
// echo "return \$translator->translate(\"$s\", \"$textDomain\", \"$language\");<br>\n"; |
- return $translator->translate($s, $textDomain, $lang); |
+ return $translator->translate($s, $textDomain, $language); |
} |
$menu = array( |
- 'scripts' => array('path' => 'scripts/', 'text' => tr('Scripting')), |
+ 'scripts' => array('path' => 'scripts/', 'text' => 'Scripting'), |
'es-matrix' => array( |
'path' => 'es-matrix', |
'text' => 'ES Matrix', |
'title' => 'ECMAScript Support Matrix: ' . tr("A comparison of features of ECMAScript implementations") |
), |
- 'devel' => array('path' => 'wsvn/', 'text' => tr('Software projects')), |
+ 'devel' => array('path' => 'websvn/', 'text' => tr('Software projects')), |
'series' => array('path' => "media/video/series/", 'text' => 'Seri-o-meter'), |
'ufpdb' => array( |
'path' => "ufpdb/index.$language", |
/branches/live/i18n/vuh-Latn-Gol-modern.po |
---|
File deleted |
/branches/live/i18n/ru.po |
---|
File deleted |
/branches/live/i18n/en.po |
---|
File deleted |
/branches/live/i18n/LocaleData/en/LC_MESSAGES/de.pointedears.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: live/i18n/LocaleData/ru/LC_MESSAGES/de.pointedears.mo |
=================================================================== |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
/live/i18n/LocaleData/ru/LC_MESSAGES/de.pointedears.mo |
---|
Property changes: |
Deleted: svn:mime-type |
## -1 +0,0 ## |
-application/octet-stream |
\ No newline at end of property |
Index: live/i18n/LocaleData/vuh-Latn-Gol-modern/LC_MESSAGES/de.pointedears.mo |
=================================================================== |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
/live/i18n/LocaleData/vuh-Latn-Gol-modern/LC_MESSAGES/de.pointedears.mo |
---|
Property changes: |
Deleted: svn:mime-type |
## -1 +0,0 ## |
-application/octet-stream |
\ No newline at end of property |
Index: live/i18n/LocaleData/de/LC_MESSAGES/de.pointedears.mo |
=================================================================== |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Index: live/i18n/de.po |
=================================================================== |
--- live/i18n/de.po (revision 211) |
+++ live/i18n/de.po (revision 207) |
@@ -1,46 +1,37 @@ |
# PointedEars' Website |
-# Copyright (C) 2012-2014 Thomas 'PointedEars' Lahn |
+# Copyright (C) 2012 Thomas 'PointedEars' Lahn |
# This file is distributed under the same license as the de.pointedears package. |
# Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>, 2012. |
+# |
msgid "" |
msgstr "" |
-"Project-Id-Version: PE 0.3.9.20\n" |
+"Project-Id-Version: PE 0.3.9.15\n" |
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
-"POT-Creation-Date: 2014-04-05 00:57+0200\n" |
-"PO-Revision-Date: 2013-12-01 18:57+0200\n" |
+"POT-Creation-Date: 2013-07-01 23:08+0200\n" |
+"PO-Revision-Date: 2013-07-01 23:08+0200\n" |
"Last-Translator: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
"Language-Team: German <webmaster@PointedEars.de>\n" |
-"Language: de\n" |
+"Language: de_DE\n" |
"MIME-Version: 1.0\n" |
"Content-Type: text/plain; charset=UTF-8\n" |
"Content-Transfer-Encoding: 8bit\n" |
-#: ../global.php:105 |
-msgid "Scripting" |
+#: ../index.phtml:21 |
+msgid "" |
+"Access to the United Federation of Planets Databanks, an online songbook and " |
+"software downloads always worth a click. Coming soon: The best internet " |
+"links categorized and much more via a bilingual (English/German) LCARS " |
+"terminal styled user interface that can be also used to surf the web " |
+"anonymously! Bookmark NOW!" |
msgstr "" |
+"Zugriff auf die Datenbanken der Vereinten Föderation der Planeten, ein " |
+"Online-Songbook und Software-Downloads, die immer einen Klick wert sind. " |
+"Bald gibt es hier auch die besten Internet-Links kategorisiert und vieles " |
+"mehr über eine zweisprachige (englisch/deutsche) Benutzeroberfläche im Stil " |
+"eines LCARS-Terminals, welche auch dazu verwendet werden kann, anonym im Web " |
+"zu surfen! Fügen Sie die Seite JETZT zu ihren Bookmarks hinzu!" |
-#: ../global.php:109 |
-msgid "A comparison of features of ECMAScript implementations" |
-msgstr "Ein Vergleich der Features von ECMAScript-Implementierungen" |
- |
-#: ../global.php:111 |
-msgid "Software projects" |
-msgstr "Software-Projekte" |
- |
-#: ../global.php:116 |
-msgid "United Federation of Planets DataBase" |
-msgstr "" |
-"United Federation of Planets DataBase -- Datenbanken der Vereinten " |
-"Föderation der Planeten" |
- |
-#: ../application/layouts/index/index.phtml:56 ../index.php:74 |
-#: ../footer.phtml:33 ../application/layouts/index/footer.phtml:33 |
-#: ../application/layouts/index/footer.phtml:37 |
-#: ../application/layouts/index/footer.phtml:39 |
-msgid "All rights reserved." |
-msgstr "Alle Rechte vorbehalten." |
- |
-#: ../application/layouts/index/index.phtml:56 ../index.php:74 |
+#: ../index.phtml:54 |
msgid "" |
"The author is not responsible for the availability and the content of " |
"websites referred by this site, and not responsible for the availability and " |
@@ -62,84 +53,75 @@ |
"von der Website entfernen oder dieses modifizieren zu lassen, und von " |
"rechtlichen Schritten abzusehen." |
-#: ../application/layouts/index/index.phtml:116 |
-#: ../application/layouts/index/index.phtml:488 |
-#: ../application/layouts/index/index.phtml:529 |
-#: ../application/layouts/index/index.phtml:673 |
-#: ../application/layouts/index/multi-display.phtml:261 |
-#: ../application/layouts/index/multi-display.phtml:266 |
-#: ../application/layouts/index/multi-display.phtml:410 |
-msgid "N/A" |
-msgstr "" |
+#: ../global.php:39 |
+msgid "Software projects" |
+msgstr "Software-Projekte" |
-#: ../application/layouts/index/index.phtml:132 |
+#: ../index.phtml:114 |
+msgid "Vulcan greeting" |
+msgstr "Vulkanischer Gruss" |
+ |
+#: ../index.phtml:127 |
+msgid "Welcome to PointedEars’ Website" |
+msgstr "Willkommen auf PointedEars’ Website" |
+ |
+#: ../index.phtml:132 |
msgid "Latitude" |
msgstr "Geogr. Breite" |
-#: ../application/layouts/index/index.phtml:133 |
+#: ../index.phtml:133 |
msgid "N" |
msgstr "" |
-#: ../application/layouts/index/index.phtml:134 |
+#: ../index.phtml:134 |
msgid "S" |
msgstr "" |
-#: ../application/layouts/index/index.phtml:135 |
+#: ../index.phtml:135 |
msgid "Longitude" |
msgstr "Geogr. Länge" |
-#: ../application/layouts/index/index.phtml:136 |
+#: ../index.phtml:136 |
msgid "W" |
msgstr "" |
-#: ../application/layouts/index/index.phtml:137 |
+#: ../index.phtml:137 |
msgid "E" |
msgstr "O" |
-#: ../application/layouts/index/index.phtml:138 |
+#: ../index.phtml:138 |
msgid "Lat/Lng Accuracy" |
msgstr "Genauigkeit" |
-#: ../application/layouts/index/index.phtml:139 |
+#: ../index.phtml:139 |
msgid "Altitude" |
msgstr "Höhe" |
-#: ../application/layouts/index/index.phtml:140 |
+#: ../index.phtml:140 |
msgid "Alt. Accuracy" |
msgstr "Genauigkeit Höhe" |
-#: ../application/layouts/index/index.phtml:141 |
+#: ../index.phtml:141 |
msgid "Speed" |
msgstr "Geschwindigkeit" |
-#: ../application/layouts/index/index.phtml:142 |
+#: ../index.phtml:142 |
msgid "Heading" |
msgstr "Richtung" |
-#: ../application/layouts/index/index.phtml:148 |
-#: ../application/layouts/index/index.phtml:155 |
+#: ../index.phtml:149 |
msgid "Your current coordinates on Terra" |
msgstr "Ihre aktuellen Koordinaten auf Terra" |
-#: ../application/layouts/index/index.phtml:156 |
+#: ../index.phtml:150 |
msgid "accuracy" |
msgstr "Genauigkeit" |
-#: ../application/layouts/index/index.phtml:170 |
-#: ../application/layouts/index/index.phtml:171 |
-#: ../application/layouts/index/content.phtml:6 |
-#: ../application/layouts/index/content.phtml:7 |
-msgid "Vulcan greeting" |
-msgstr "Vulkanischer Gruss" |
+#: ../index.phtml:49 |
+msgid "Send your feedback to PointedEars" |
+msgstr "Senden Sie eine Feedback E-Mail an PointedEars" |
-#: ../application/layouts/index/index.phtml:175 |
-#: ../application/layouts/index/content.phtml:11 |
-msgid "Welcome to PointedEars' Website" |
-msgstr "Willkommen auf PointedEars’ Website" |
- |
-#: ../application/layouts/index/index.phtml:182 |
-#: ../application/layouts/index/content.phtml:18 |
-#, php-format |
+#: ../index.phtml:143 |
msgid "" |
"This site uses recent <a href='https://developer.mozilla.org/en-US/docs/' " |
"title='Learn more: Mozilla Developer Network'>Web technologies</a>. You can " |
@@ -151,30 +133,62 @@ |
"Sie können die <a href='index.%s?printable=1'>%s</a> verwenden, falls sie " |
"von Ihrer Software nicht korrekt dargestellt wird." |
-#: ../application/layouts/index/index.phtml:187 |
-#: ../application/layouts/index/index.phtml:688 |
-#: ../application/layouts/index/multi-display.phtml:425 |
-#: ../application/layouts/index/content.phtml:23 |
+#: ../index.phtml:372 |
msgid "Printable version" |
msgstr "Druckversion" |
-#: ../application/layouts/index/index.phtml:324 |
-#: ../application/layouts/index/multi-display.phtml:97 |
+#: ../index.phtml:375 |
+msgid "Printable" |
+msgstr "Druckversion" |
+ |
+#: ../index.phtml:151 |
+msgid "Your feedback" |
+msgstr "Ihr Feedback" |
+ |
+#: ../index.phtml:156 |
+msgid "All rights reserved." |
+msgstr "Alle Rechte vorbehalten." |
+ |
+#: ../global.php:37 |
+msgid "A comparison of features of ECMAScript implementations" |
+msgstr "Ein Vergleich der Features von ECMAScript-Implementierungen" |
+ |
+#: ../global.php:44 |
+msgid "United Federation of Planets DataBase" |
+msgstr "" |
+"United Federation of Planets DataBase -- Datenbanken der Vereinten " |
+"Föderation der Planeten" |
+ |
+#: ../index.phtml:184 |
+msgid "" |
+"Original LCARS design by <a href='%s' title='%s'>Michael Okuda</a>. " |
+"Website design based on an <a href='%s' title='LCARS Standards Development " |
+"Board'>implementation in Flash by Chris Rossi</a>, and research by <a " |
+"href='%s' title='Creating a Coherent LCARS Interface'>Bracer Jack</a> " |
+"and <a href='%s' title='LCARS 47 Development Blog – LCARS 101: A " |
+"Designer’s Handbook'>Eleanor C. Davenport</a>." |
+msgstr "" |
+"Originales LCARS-Design von <a href='%s' title='%s'>Michael Okuda</a>. " |
+"Website-Design basierend auf einer <a href='%s' title='LCARS Standards " |
+"Development Board'>Implementierung in Flash von Chris Rossi</a> sowie " |
+"Arbeiten von <a href='%s' title='Creating a Coherent LCARS " |
+"Interface'>Bracer Jack</a> und <a href='%s' title='LCARS 47 Development " |
+"Blog – LCARS 101: A Designer’s Handbook'>Eleanor C. " |
+"Davenport</a>." |
+ |
+#: ../index.phtml:195 |
+msgid "Michael Okuda on Twitter" |
+msgstr "Michael Okuda auf Twitter" |
+ |
+#: ../index.phtml:271 |
msgid "PointedEars' Standard Frases" |
msgstr "PointedEars' Standard-Floskeln" |
-#: ../application/layouts/index/index.phtml:327 |
-#: ../application/layouts/index/multi-display.phtml:100 |
-msgid "List of recommended TV shows and episodes, with logos in CSS" |
-msgstr "Liste empfehlenswerter TV-Serien und Episoden, mit Logos in CSS" |
- |
-#: ../application/layouts/index/index.phtml:339 |
-#: ../application/layouts/index/multi-display.phtml:112 |
+#: ../index.phtml:280 |
msgid "The world’s largest climate forecasting experiment for the 21st century" |
msgstr "Das weltgrösste Klimaforschungsexperiment für das 21. Jahrhundert" |
-#: ../application/layouts/index/index.phtml:343 |
-#: ../application/layouts/index/multi-display.phtml:116 |
+#: ../index.phtml:285 |
msgid "" |
"Distributed computing to understand protein folding, protein aggregation, " |
"and related diseases" |
@@ -182,253 +196,102 @@ |
"Verteiltes Rechnen, um die Faltung und Anordnung von Proteinen und damit " |
"verbundener Krankheiten zu verstehen" |
-#: ../application/layouts/index/index.phtml:347 |
-#: ../application/layouts/index/multi-display.phtml:120 |
+#: ../index.phtml:289 |
msgid "Particle physics research with the Large Hadron Collider at CERN" |
msgstr "Teilchenphysik-Forschung mit dem Large Hadron Collider am CERN" |
-#: ../application/layouts/index/index.phtml:351 |
-#: ../application/layouts/index/multi-display.phtml:124 |
+#: ../index.phtml:293 |
+msgid "List of recommended TV shows and episodes, with logos in CSS" |
+msgstr "Liste empfehlenswerter TV-Serien und Episoden, mit Logos in CSS" |
+ |
+#: ../index.phtml:318 |
msgid "The Search for Extra-Terrestrial Intelligence at HOME" |
msgstr "Die Suche nach ausserirdischer Intelligenz von zuhause aus" |
-#: ../application/layouts/index/index.phtml:355 |
-#: ../application/layouts/index/multi-display.phtml:128 |
+#: ../index.phtml:322 |
msgid "Me on Stack Overflow" |
msgstr "Mein Profil bei Stack Overflow" |
-#: ../application/layouts/index/index.phtml:359 |
-#: ../application/layouts/index/multi-display.phtml:132 |
+#: ../index.phtml:323 |
msgid "Me on Twitter" |
msgstr "Mein Profil bei Twitter" |
-#: ../application/layouts/index/index.phtml:361 |
-#: ../application/layouts/index/multi-display.phtml:134 |
+#: ../index.phtml:325 |
msgid "http://en.wikipedia.org/wiki/Special:Contributions/PointedEars" |
msgstr "http://de.wikipedia.org/wiki/Spezial:Beitr%C3%A4ge/PointedEars" |
-#: ../application/layouts/index/index.phtml:363 |
-#: ../application/layouts/index/multi-display.phtml:136 |
+#: ../index.phtml:327 |
msgid "My contributions to Wikipedia" |
msgstr "Meine Beiträge zur deutschsprachigen Wikipedia" |
-#: ../application/layouts/index/index.phtml:364 |
-#: ../application/layouts/index/multi-display.phtml:137 |
-msgid "Wikipedia" |
-msgstr "" |
- |
-#: ../application/layouts/index/index.phtml:408 |
-#: ../application/layouts/index/multi-display.phtml:181 |
-msgid "Home" |
-msgstr "" |
- |
-#: ../application/layouts/index/index.phtml:412 |
-#: ../application/layouts/index/multi-display.phtml:185 |
+#: ../index.phtml:369 |
msgid "Display" |
msgstr "Anzeige" |
-#: ../application/layouts/index/index.phtml:442 |
-#: ../application/layouts/index/multi-display.phtml:215 |
+#: ../index.phtml:373 |
+msgid "available" |
+msgstr "verfügbar" |
+ |
+#: ../index.phtml:373 |
+msgid "used" |
+msgstr "benutzt" |
+ |
+#: ../index.phtml:373 |
+msgid "pixels" |
+msgstr "Pixel" |
+ |
+#: ../index.phtml:375 |
msgid "colors" |
msgstr "Farben" |
-#: ../application/layouts/index/index.phtml:454 |
-#: ../application/layouts/index/multi-display.phtml:227 |
-#, php-format |
-msgid "%s pixels" |
-msgstr "%s Pixel" |
+#: ../index.phtml:376 |
+msgid "N/A" |
+msgstr "" |
-#: ../application/layouts/index/index.phtml:491 |
-#: ../application/layouts/index/multi-display.phtml:264 |
+#: ../index.phtml:379 |
msgid "User Agent" |
msgstr "Software" |
-#: ../application/layouts/index/index.phtml:532 |
-#: ../application/layouts/index/multi-display.phtml:269 |
+#: ../index.phtml:385 |
msgid "Features" |
msgstr "" |
-#: ../application/layouts/index/index.phtml:542 |
-#: ../application/layouts/index/multi-display.phtml:279 |
+#: ../index.phtml:504 |
msgid "Cookies" |
msgstr "" |
-#: ../application/layouts/index/index.phtml:552 |
-#: ../application/layouts/index/multi-display.phtml:289 |
-msgid "Cookies for" |
+#: ../index.phtml:506 |
+msgid "Gamepad" |
msgstr "" |
-#: ../application/layouts/index/index.phtml:557 |
-#: ../application/layouts/index/multi-display.phtml:294 |
-msgid "Cookies supported, but no data for this site" |
-msgstr "Cookies werden unterstützt, aber es gibt keine Daten für diese Site" |
+#: ../index.phtml:508 |
+msgid "Geolocation" |
+msgstr "Geolokalisierung" |
-#: ../application/layouts/index/index.phtml:564 |
-#: ../application/layouts/index/multi-display.phtml:301 |
-msgid "Cookies supported, but disabled" |
-msgstr "Cookies werden unterstützt, sind jedoch deaktiviert" |
- |
-#: ../application/layouts/index/index.phtml:571 |
-#: ../application/layouts/index/index.phtml:716 |
-#: ../application/layouts/index/multi-display.phtml:308 |
-#: ../application/layouts/index/multi-display.phtml:455 |
+#: ../index.phtml:418 ../index.phtml:453 |
msgid "Fullscreen" |
msgstr "Vollbild" |
-#: ../application/layouts/index/index.phtml:576 |
-#: ../application/layouts/index/multi-display.phtml:313 |
-msgid "Gamepad" |
-msgstr "" |
+#: ../index.phtml:443 |
+msgid "Window" |
+msgstr "Fenster" |
-#: ../application/layouts/index/index.phtml:581 |
-#: ../application/layouts/index/multi-display.phtml:318 |
-msgid "Get location" |
-msgstr "Geolokalisierung" |
+#: ../index.phtml:497 |
+msgid "Cookies supported, but no data for this site" |
+msgstr "Cookies werden unterstützt, aber es gibt keine Daten für diese Site" |
-#: ../application/layouts/index/index.phtml:582 |
-#: ../application/layouts/index/index.phtml:583 |
-#: ../application/layouts/index/multi-display.phtml:319 |
-#: ../application/layouts/index/multi-display.phtml:320 |
-msgid "Geolocation" |
-msgstr "Geolokalisierung" |
+#: ../index.phtml:504 |
+msgid "Cookies supported, but disabled" |
+msgstr "Cookies werden unterstützt, sind jedoch deaktiviert" |
-#: ../application/layouts/index/index.phtml:600 |
-#: ../application/layouts/index/multi-display.phtml:337 |
+#: ../index.phtml:538 |
msgid "plugins installed" |
msgstr "Plugins installiert" |
-#: ../application/layouts/index/index.phtml:605 |
-#: ../application/layouts/index/multi-display.phtml:342 |
+#: ../index.phtml:543 |
msgid "Plugins supported, but none detected" |
msgstr "Plugins werden unterstützt, aber es wurden keine erkannt" |
-#: ../application/layouts/index/index.phtml:672 |
-#: ../application/layouts/index/index.phtml:756 |
-#: ../application/layouts/index/multi-display.phtml:409 |
-#: ../application/layouts/index/multi-display.phtml:495 |
-msgid "Window" |
-msgstr "Fenster" |
- |
-#: ../application/layouts/index/index.phtml:695 |
-#: ../application/layouts/index/multi-display.phtml:433 |
-msgid "Printable" |
-msgstr "Druckversion" |
- |
-#: ../application/layouts/index/index.phtml:773 |
-#: ../application/layouts/index/multi-display.phtml:526 |
+#: ../index.phtml:529 |
msgid "Date of last modification" |
msgstr "Datum der letzten Änderung" |
- |
-#: ../application/layouts/index/index.phtml:777 |
-#: ../application/layouts/index/multi-display.phtml:530 |
-msgid "Library Computer Access and Retrieval System" |
-msgstr "" |
- |
-#: ../application/layouts/index/index.phtml:777 |
-#: ../application/layouts/index/multi-display.phtml:530 |
-msgid "LCARS" |
-msgstr "" |
- |
-#: ../application/layouts/index/index.phtml:431 |
-msgid "available" |
-msgstr "verfügbar" |
- |
-#: ../index.php:296 ../index.php:300 ../index.php:302 ../index.php:306 |
-#: ../index.php:311 |
-msgid "Live long and prosper" |
-msgstr "Leben Sie lang und erfolgreich" |
- |
-#: ../index.php:303 ../index.php:307 ../index.php:309 ../index.php:313 |
-#: ../index.php:318 |
-msgid "Please select your language" |
-msgstr "Bitte wählen Sie Ihre Sprache" |
- |
-#: ../footer.phtml:4 ../footer.phtml:30 |
-#: ../application/layouts/index/footer.phtml:4 |
-#: ../application/layouts/index/footer.phtml:30 |
-#: ../application/layouts/index/footer.phtml:34 |
-#: ../application/layouts/index/footer.phtml:36 |
-msgid "Send your feedback to PointedEars" |
-msgstr "Senden Sie eine Feedback E-Mail an PointedEars" |
- |
-#: ../footer.phtml:9 ../application/layouts/index/footer.phtml:9 |
-#, php-format |
-msgid "" |
-"Original LCARS design by <a href='%s' title='%s'>Michael Okuda</a>. " |
-"Website design based on an <a href='%s' title='LCARS Standards Development " |
-"Board'>implementation in Flash by Chris Rossi</a>, and research by <a " |
-"href='%s' title='Creating a Coherent LCARS Interface'>Bracer Jack</a> " |
-"and <a href='%s' title='LCARS 47 Development Blog -- LCARS 101: A " |
-"Designer's Handbook'>Eleanor C. Davenport</a>." |
-msgstr "" |
-"Originales LCARS-Design von <a href='%s' title='%s'>Michael Okuda</a>. " |
-"Website-Design basierend auf einer <a href='%s' title='LCARS Standards " |
-"Development Board'>Implementierung in Flash von Chris Rossi</a> sowie " |
-"Arbeiten von <a href='%s' title='Creating a Coherent LCARS " |
-"Interface'>Bracer Jack</a> und <a href='%s' title='LCARS 47 Development " |
-"Blog – LCARS 101: A Designer’s Handbook'>Eleanor C. " |
-"Davenport</a>." |
- |
-#: ../footer.phtml:20 ../application/layouts/index/footer.phtml:20 |
-#: ../application/layouts/index/footer.phtml:24 |
-#: ../application/layouts/index/footer.phtml:26 |
-msgid "Michael Okuda on Twitter" |
-msgstr "Michael Okuda auf Twitter" |
- |
-#: ../footer.phtml:28 ../application/layouts/index/footer.phtml:28 |
-#: ../application/layouts/index/footer.phtml:32 |
-#: ../application/layouts/index/footer.phtml:34 |
-msgid "Your feedback" |
-msgstr "Ihr Feedback" |
- |
-#: ../application/layouts/index/footer.phtml:21 |
-msgid "" |
-"Translation into Modern Golic Vulcan supported by the <a href='http://" |
-"wayback.archive.org/web/20130927210751/http://www.stogeek.com/wiki/Category:" |
-"Vulcan_Language_Institute'>Vulcan Language Institute</a>, Shi'Kahr, a'Shav, " |
-"T'Khasi." |
-msgstr "" |
- |
-#: ../application/layouts/index/multi-display.phtml:204 |
-#, php-format |
-msgid "%s + \"x\" + %s + \" available\"" |
-msgstr "%s + \"×\" + %s + \" verfügbar\"" |
- |
-#: ../application/layouts/index/multi-display.phtml:209 |
-#, php-format |
-msgid "%s + \"x\" + %s + \" used\"" |
-msgstr "%s + \"×\" + %s + \" benutzt\"" |
- |
-#: ../media/video/series/application/layouts/index/index.phtml:198 |
-#: ../media/video/series/application/layouts/index/index.phtml:201 |
-msgid "Episode list" |
-msgstr "Episodenliste" |
- |
-#: ../media/video/series/application/layouts/index/index.phtml:212 |
-#: ../media/video/series/application/layouts/index/index.phtml:215 |
-msgid "Watched:" |
-msgstr "Gesehen:" |
- |
-#: ../media/video/series/application/layouts/index/index.phtml:219 |
-#, php-format |
-msgid "%s of %s episodes" |
-msgstr "%s von %s Episoden" |
- |
-#: ../media/video/series/application/layouts/index/index.phtml:224 |
-msgid "last time" |
-msgstr "zuletzt am" |
- |
-#~ msgid "" |
-#~ "Access to the United Federation of Planets Databanks, an online songbook " |
-#~ "and software downloads always worth a click. Coming soon: The best " |
-#~ "internet links categorized and much more via a bilingual (English/German) " |
-#~ "LCARS terminal styled user interface that can be also used to surf the " |
-#~ "web anonymously! Bookmark NOW!" |
-#~ msgstr "" |
-#~ "Zugriff auf die Datenbanken der Vereinten Föderation der Planeten, ein " |
-#~ "Online-Songbook und Software-Downloads, die immer einen Klick wert sind. " |
-#~ "Bald gibt es hier auch die besten Internet-Links kategorisiert und vieles " |
-#~ "mehr über eine zweisprachige (englisch/deutsche) Benutzeroberfläche im " |
-#~ "Stil eines LCARS-Terminals, welche auch dazu verwendet werden kann, " |
-#~ "anonym im Web zu surfen! Fügen Sie die Seite JETZT zu ihren Bookmarks " |
-#~ "hinzu!" |
/branches/live/i18n/de.pointedears.pot |
---|
1,14 → 1,13 |
# PointedEars' Website |
# Copyright (C) 2012-2014 Thomas 'PointedEars' Lahn |
# This file is distributed under the same license as the de.pointedears package. |
# Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>, 2012. |
# SOME DESCRIPTIVE TITLE. |
# Copyright (C) YEAR Thomas 'PointedEars' Lahn |
# This file is distributed under the same license as the PACKAGE package. |
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
# |
#, fuzzy |
msgid "" |
msgstr "" |
"Project-Id-Version: PE 0.3.9.19\n" |
"Project-Id-Version: PE 0.3.9.15\n" |
"Report-Msgid-Bugs-To: Thomas 'PointedEars' Lahn <webmaster@PointedEars.de>\n" |
"POT-Creation-Date: 2014-04-05 00:57+0200\n" |
"POT-Creation-Date: 2013-07-01 23:08+0200\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" |
17,380 → 16,236 |
"Content-Type: text/plain; charset=UTF-8\n" |
"Content-Transfer-Encoding: 8bit\n" |
#: ../global.php:105 |
msgid "Scripting" |
#: ../index.phtml:21 |
msgid "Access to the United Federation of Planets Databanks, an online songbook and software downloads always worth a click. Coming soon: The best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!" |
msgstr "" |
#: ../global.php:109 |
msgid "A comparison of features of ECMAScript implementations" |
#: ../index.phtml:54 |
msgid "The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you." |
msgstr "" |
#: ../global.php:111 |
#: ../global.php:39 |
msgid "Software projects" |
msgstr "" |
#: ../global.php:116 |
msgid "United Federation of Planets DataBase" |
#: ../index.phtml:114 |
msgid "Vulcan greeting" |
msgstr "" |
#: ../application/layouts/index/index.phtml:56 ../index.php:74 |
#: ../footer.phtml:33 ../application/layouts/index/footer.phtml:33 |
#: ../application/layouts/index/footer.phtml:37 |
#: ../application/layouts/index/footer.phtml:39 |
msgid "All rights reserved." |
#: ../index.phtml:127 |
msgid "Welcome to PointedEars’ Website" |
msgstr "" |
#: ../application/layouts/index/index.phtml:56 ../index.php:74 |
msgid "" |
"The author is not responsible for the availability and the content of " |
"websites referred by this site, and not responsible for the availability and " |
"the content of websites referred by those sites. Whereever outsourced " |
"material is used, copyright or trademark infringement is not intended. Third " |
"parties who claim copyrights or trademarks used herein are asked to send an " |
"informal email to webmaster@PointedEars.de for immediate removal or " |
"modification of the respective material on the website instead of reminding " |
"the author of usage of this material. Thank you." |
msgstr "" |
#: ../application/layouts/index/index.phtml:116 |
#: ../application/layouts/index/index.phtml:488 |
#: ../application/layouts/index/index.phtml:529 |
#: ../application/layouts/index/index.phtml:673 |
#: ../application/layouts/index/multi-display.phtml:261 |
#: ../application/layouts/index/multi-display.phtml:266 |
#: ../application/layouts/index/multi-display.phtml:410 |
msgid "N/A" |
msgstr "" |
#: ../application/layouts/index/index.phtml:132 |
#: ../index.phtml:132 |
msgid "Latitude" |
msgstr "" |
#: ../application/layouts/index/index.phtml:133 |
#: ../index.phtml:133 |
msgid "N" |
msgstr "" |
#: ../application/layouts/index/index.phtml:134 |
#: ../index.phtml:134 |
msgid "S" |
msgstr "" |
#: ../application/layouts/index/index.phtml:135 |
#: ../index.phtml:135 |
msgid "Longitude" |
msgstr "" |
#: ../application/layouts/index/index.phtml:136 |
#: ../index.phtml:136 |
msgid "W" |
msgstr "" |
#: ../application/layouts/index/index.phtml:137 |
#: ../index.phtml:137 |
msgid "E" |
msgstr "" |
#: ../application/layouts/index/index.phtml:138 |
#: ../index.phtml:138 |
msgid "Lat/Lng Accuracy" |
msgstr "" |
#: ../application/layouts/index/index.phtml:139 |
#: ../index.phtml:139 |
msgid "Altitude" |
msgstr "" |
#: ../application/layouts/index/index.phtml:140 |
#: ../index.phtml:140 |
msgid "Alt. Accuracy" |
msgstr "" |
#: ../application/layouts/index/index.phtml:141 |
#: ../index.phtml:141 |
msgid "Speed" |
msgstr "" |
#: ../application/layouts/index/index.phtml:142 |
#: ../index.phtml:142 |
msgid "Heading" |
msgstr "" |
#: ../application/layouts/index/index.phtml:148 |
#: ../application/layouts/index/index.phtml:155 |
#: ../index.phtml:149 |
msgid "Your current coordinates on Terra" |
msgstr "" |
#: ../application/layouts/index/index.phtml:156 |
#: ../index.phtml:150 |
msgid "accuracy" |
msgstr "" |
#: ../application/layouts/index/index.phtml:170 |
#: ../application/layouts/index/index.phtml:171 |
#: ../application/layouts/index/content.phtml:6 |
#: ../application/layouts/index/content.phtml:7 |
msgid "Vulcan greeting" |
#: ../index.phtml:49 |
msgid "Send your feedback to PointedEars" |
msgstr "" |
#: ../application/layouts/index/index.phtml:175 |
#: ../application/layouts/index/content.phtml:11 |
msgid "Welcome to PointedEars' Website" |
#: ../index.phtml:143 |
msgid "This site uses recent <a href='https://developer.mozilla.org/en-US/docs/' title='Learn more: Mozilla Developer Network'>Web technologies</a>. You can use the <a href='index.%s?printable=1'>%s</a> if it is not displayed properly with your software." |
msgstr "" |
#: ../application/layouts/index/index.phtml:182 |
#: ../application/layouts/index/content.phtml:18 |
#, php-format |
msgid "" |
"This site uses recent <a href='https://developer.mozilla.org/en-US/docs/' " |
"title='Learn more: Mozilla Developer Network'>Web technologies</a>. You can " |
"use the <a href='index.%s?printable=1'>%s</a> if it is not displayed " |
"properly with your software." |
#: ../index.phtml:372 |
msgid "Printable version" |
msgstr "" |
#: ../application/layouts/index/index.phtml:187 |
#: ../application/layouts/index/index.phtml:688 |
#: ../application/layouts/index/multi-display.phtml:425 |
#: ../application/layouts/index/content.phtml:23 |
msgid "Printable version" |
#: ../index.phtml:375 |
msgid "Printable" |
msgstr "" |
#: ../application/layouts/index/index.phtml:324 |
#: ../application/layouts/index/multi-display.phtml:97 |
msgid "PointedEars' Standard Frases" |
#: ../index.phtml:151 |
msgid "Your feedback" |
msgstr "" |
#: ../application/layouts/index/index.phtml:327 |
#: ../application/layouts/index/multi-display.phtml:100 |
msgid "List of recommended TV shows and episodes, with logos in CSS" |
#: ../index.phtml:156 |
msgid "All rights reserved." |
msgstr "" |
#: ../application/layouts/index/index.phtml:339 |
#: ../application/layouts/index/multi-display.phtml:112 |
#: ../global.php:37 |
msgid "A comparison of features of ECMAScript implementations" |
msgstr "" |
#: ../global.php:44 |
msgid "United Federation of Planets DataBase" |
msgstr "" |
#: ../index.phtml:184 |
msgid "Original LCARS design by" |
" <a href='%s' title='%s'>Michael Okuda</a>." |
" Website design based on an <a href='%s'" |
" title='LCARS Standards Development Board'" |
">implementation in Flash by Chris Rossi</a>," |
" and research by <a href='%s'" |
" title='Creating a Coherent LCARS Interface'>Bracer Jack</a>" |
" and <a href='%s'" |
" title='LCARS 47 Development Blog – LCARS 101: A Designer’s Handbook'" |
">Eleanor C. Davenport</a>." |
msgstr "" |
#: ../index.phtml:195 |
msgid "Michael Okuda on Twitter" |
msgstr "" |
#: ../index.phtml:271 |
msgid "PointedEars' Standard Frases" |
msgstr "" |
#: ../index.phtml:280 |
msgid "The world’s largest climate forecasting experiment for the 21st century" |
msgstr "" |
#: ../application/layouts/index/index.phtml:343 |
#: ../application/layouts/index/multi-display.phtml:116 |
msgid "" |
"Distributed computing to understand protein folding, protein aggregation, " |
"and related diseases" |
#: ../index.phtml:285 |
msgid "Distributed computing to understand protein folding, protein aggregation, and related diseases" |
msgstr "" |
#: ../application/layouts/index/index.phtml:347 |
#: ../application/layouts/index/multi-display.phtml:120 |
#: ../index.phtml:289 |
msgid "Particle physics research with the Large Hadron Collider at CERN" |
msgstr "" |
#: ../application/layouts/index/index.phtml:351 |
#: ../application/layouts/index/multi-display.phtml:124 |
#: ../index.phtml:293 |
msgid "List of recommended TV shows and episodes, with logos in CSS" |
msgstr "" |
#: ../index.phtml:318 |
msgid "The Search for Extra-Terrestrial Intelligence at HOME" |
msgstr "" |
#: ../application/layouts/index/index.phtml:355 |
#: ../application/layouts/index/multi-display.phtml:128 |
#: ../index.phtml:322 |
msgid "Me on Stack Overflow" |
msgstr "" |
#: ../application/layouts/index/index.phtml:359 |
#: ../application/layouts/index/multi-display.phtml:132 |
#: ../index.phtml:323 |
msgid "Me on Twitter" |
msgstr "" |
#: ../application/layouts/index/index.phtml:361 |
#: ../application/layouts/index/multi-display.phtml:134 |
#: ../index.phtml:325 |
msgid "http://en.wikipedia.org/wiki/Special:Contributions/PointedEars" |
msgstr "" |
#: ../application/layouts/index/index.phtml:363 |
#: ../application/layouts/index/multi-display.phtml:136 |
#: ../index.phtml:327 |
msgid "My contributions to Wikipedia" |
msgstr "" |
#: ../application/layouts/index/index.phtml:364 |
#: ../application/layouts/index/multi-display.phtml:137 |
msgid "Wikipedia" |
#: ../index.phtml:369 |
msgid "Display" |
msgstr "" |
#: ../application/layouts/index/index.phtml:408 |
#: ../application/layouts/index/multi-display.phtml:181 |
msgid "Home" |
#: ../index.phtml:373 |
msgid "available" |
msgstr "" |
#: ../application/layouts/index/index.phtml:412 |
#: ../application/layouts/index/multi-display.phtml:185 |
msgid "Display" |
#: ../index.phtml:373 |
msgid "used" |
msgstr "" |
#: ../application/layouts/index/index.phtml:442 |
#: ../application/layouts/index/multi-display.phtml:215 |
#: ../index.phtml:373 |
msgid "pixels" |
msgstr "" |
#: ../index.phtml:375 |
msgid "colors" |
msgstr "" |
#: ../application/layouts/index/index.phtml:454 |
#: ../application/layouts/index/multi-display.phtml:227 |
#, php-format |
msgid "%s pixels" |
#: ../index.phtml:376 |
msgid "N/A" |
msgstr "" |
#: ../application/layouts/index/index.phtml:491 |
#: ../application/layouts/index/multi-display.phtml:264 |
#: ../index.phtml:379 |
msgid "User Agent" |
msgstr "" |
#: ../application/layouts/index/index.phtml:532 |
#: ../application/layouts/index/multi-display.phtml:269 |
#: ../index.phtml:385 |
msgid "Features" |
msgstr "" |
#: ../application/layouts/index/index.phtml:542 |
#: ../application/layouts/index/multi-display.phtml:279 |
#: ../index.phtml:504 |
msgid "Cookies" |
msgstr "" |
#: ../application/layouts/index/index.phtml:552 |
#: ../application/layouts/index/multi-display.phtml:289 |
msgid "Cookies for" |
#: ../index.phtml:506 |
msgid "Gamepad" |
msgstr "" |
#: ../application/layouts/index/index.phtml:557 |
#: ../application/layouts/index/multi-display.phtml:294 |
msgid "Cookies supported, but no data for this site" |
#: ../index.phtml:508 |
msgid "Geolocation" |
msgstr "" |
#: ../application/layouts/index/index.phtml:564 |
#: ../application/layouts/index/multi-display.phtml:301 |
msgid "Cookies supported, but disabled" |
msgstr "" |
#: ../application/layouts/index/index.phtml:571 |
#: ../application/layouts/index/index.phtml:716 |
#: ../application/layouts/index/multi-display.phtml:308 |
#: ../application/layouts/index/multi-display.phtml:455 |
#: ../index.phtml:418 |
#: ../index.phtml:453 |
msgid "Fullscreen" |
msgstr "" |
#: ../application/layouts/index/index.phtml:576 |
#: ../application/layouts/index/multi-display.phtml:313 |
msgid "Gamepad" |
#: ../index.phtml:443 |
msgid "Window" |
msgstr "" |
#: ../application/layouts/index/index.phtml:581 |
#: ../application/layouts/index/multi-display.phtml:318 |
msgid "Get location" |
#: ../index.phtml:497 |
msgid "Cookies supported, but no data for this site" |
msgstr "" |
#: ../application/layouts/index/index.phtml:582 |
#: ../application/layouts/index/index.phtml:583 |
#: ../application/layouts/index/multi-display.phtml:319 |
#: ../application/layouts/index/multi-display.phtml:320 |
msgid "Geolocation" |
#: ../index.phtml:504 |
msgid "Cookies supported, but disabled" |
msgstr "" |
#: ../application/layouts/index/index.phtml:600 |
#: ../application/layouts/index/multi-display.phtml:337 |
#: ../index.phtml:538 |
msgid "plugins installed" |
msgstr "" |
#: ../application/layouts/index/index.phtml:605 |
#: ../application/layouts/index/multi-display.phtml:342 |
#: ../index.phtml:543 |
msgid "Plugins supported, but none detected" |
msgstr "" |
#: ../application/layouts/index/index.phtml:672 |
#: ../application/layouts/index/index.phtml:756 |
#: ../application/layouts/index/multi-display.phtml:409 |
#: ../application/layouts/index/multi-display.phtml:495 |
msgid "Window" |
msgstr "" |
#: ../application/layouts/index/index.phtml:695 |
#: ../application/layouts/index/multi-display.phtml:433 |
msgid "Printable" |
msgstr "" |
#: ../application/layouts/index/index.phtml:773 |
#: ../application/layouts/index/multi-display.phtml:526 |
#: ../index.phtml:529 |
msgid "Date of last modification" |
msgstr "" |
#: ../application/layouts/index/index.phtml:777 |
#: ../application/layouts/index/multi-display.phtml:530 |
msgid "Library Computer Access and Retrieval System" |
msgstr "" |
#: ../application/layouts/index/index.phtml:777 |
#: ../application/layouts/index/multi-display.phtml:530 |
msgid "LCARS" |
msgstr "" |
#: ../application/layouts/index/index.phtml:431 |
msgid "available" |
msgstr "" |
#: ../index.php:296 ../index.php:300 ../index.php:302 ../index.php:306 |
#: ../index.php:311 |
msgid "Live long and prosper" |
msgstr "" |
#: ../index.php:303 ../index.php:307 ../index.php:309 ../index.php:313 |
#: ../index.php:318 |
msgid "Please select your language" |
msgstr "" |
#: ../footer.phtml:4 ../footer.phtml:30 |
#: ../application/layouts/index/footer.phtml:4 |
#: ../application/layouts/index/footer.phtml:30 |
#: ../application/layouts/index/footer.phtml:34 |
#: ../application/layouts/index/footer.phtml:36 |
msgid "Send your feedback to PointedEars" |
msgstr "" |
#: ../footer.phtml:9 ../application/layouts/index/footer.phtml:9 |
#, php-format |
msgid "" |
"Original LCARS design by <a href='%s' title='%s'>Michael Okuda</a>. " |
"Website design based on an <a href='%s' title='LCARS Standards Development " |
"Board'>implementation in Flash by Chris Rossi</a>, and research by <a " |
"href='%s' title='Creating a Coherent LCARS Interface'>Bracer Jack</a> " |
"and <a href='%s' title='LCARS 47 Development Blog -- LCARS 101: A " |
"Designer's Handbook'>Eleanor C. Davenport</a>." |
msgstr "" |
#: ../footer.phtml:20 ../application/layouts/index/footer.phtml:20 |
#: ../application/layouts/index/footer.phtml:24 |
#: ../application/layouts/index/footer.phtml:26 |
msgid "Michael Okuda on Twitter" |
msgstr "" |
#: ../footer.phtml:28 ../application/layouts/index/footer.phtml:28 |
#: ../application/layouts/index/footer.phtml:32 |
#: ../application/layouts/index/footer.phtml:34 |
msgid "Your feedback" |
msgstr "" |
#: ../application/layouts/index/footer.phtml:21 |
msgid "" |
"Translation into Modern Golic Vulcan supported by the <a href='http://" |
"wayback.archive.org/web/20130927210751/http://www.stogeek.com/wiki/Category:" |
"Vulcan_Language_Institute'>Vulcan Language Institute</a>, Shi'Kahr, a'Shav, " |
"T'Khasi." |
msgstr "" |
#: ../application/layouts/index/multi-display.phtml:204 |
#, php-format |
msgid "%s + \"x\" + %s + \" available\"" |
msgstr "" |
#: ../application/layouts/index/multi-display.phtml:209 |
#, php-format |
msgid "%s + \"x\" + %s + \" used\"" |
msgstr "" |
#: ../media/video/series/application/layouts/index/index.phtml:198 |
#: ../media/video/series/application/layouts/index/index.phtml:201 |
msgid "Episode list" |
msgstr "" |
#: ../media/video/series/application/layouts/index/index.phtml:212 |
#: ../media/video/series/application/layouts/index/index.phtml:215 |
msgid "Watched:" |
msgstr "" |
#: ../media/video/series/application/layouts/index/index.phtml:219 |
#, php-format |
msgid "%s of %s episodes" |
msgstr "" |
#: ../media/video/series/application/layouts/index/index.phtml:224 |
msgid "last time" |
msgstr "" |
/branches/live/i18n/Makefile |
---|
1,103 → 1,98 |
### Makefile for GNU gettext (.po) files |
# Makefile for various po files. |
srcdir = . |
targetdir = ./LocaleData |
targetdir= ./LocaleData |
CATOBJEXT = .po |
CATALOGS = $(addsuffix $(CATOBJEXT), $(LINGUAS)) |
#CATALOGS = $(addsuffix .po, LINGUAS) |
CATALOGS = $(LINGUAS) |
MO_FILES = $(addsuffix .mo, $(LINGUAS)) |
XGETTEXT = xgettext |
MSGMERGE = msgmerge |
MSGFMT = msgfmt |
XGETTEXT = xgettext |
CATOBJEXT = .po |
## Programming language: disable to let it be guessed based on filename suffix |
prog_language = --language=PHP |
## Character encoding of source files: disable for ASCII |
encoding = --from-code=UTF-8 |
## Translation keyword: disable to let it be determined based on the prog. language |
# --keyword --keyword='_' --keyword='$$__' --keyword=__ --keyword=__x \ |
# --keyword=__n:1,2 --keyword=__nx:1,2 --keyword=__xn:1,2 \ |
# --keyword=__p:1c,2 --keyword=__np:1c,2,3 \ |
# --keyword=__npx:1c,2,3 --keyword=N__ --keyword=N__n:1,2 \ |
# --keyword=N__p:1c,2 --keyword=N__np:1c,2,3 --keyword=%__ |
keywords = --keyword=tr |
include PACKAGE |
TD = $(strip $(TEXTDOMAIN)) |
srcfiles_list = $(srcdir)/POTFILES.in |
srcfiles = $(shell cat $(srcfiles_list)) |
default: help |
.PHONY: help |
all: $(TD).pot update-po update-mo install |
help: |
@echo 'Available targets:'; \ |
echo ' pot - remake master catalog'; \ |
echo ' update-po - merge po files'; \ |
echo ' update-mo - regenerate mo files'; \ |
echo ' install - install mo files'; \ |
echo ' all - all of the above' |
@echo "Available targets:" |
@echo " pot - remake master catalog" |
@echo " update-po - merge po files" |
@echo " update-mo - regenerate mo files" |
@echo " install - install mo files" |
@echo " all - all of the above" |
.PHONY: pot |
pot: $(TD).pot |
POTFILES = $(srcdir)/POTFILES.in \ |
$(shell cat $(srcdir)/POTFILES.in) |
.PHONY: update-po |
update-po: $(CATALOGS) |
pot: $(TD).pot |
.PHONY: update-mo |
update-mo: $(MO_FILES) |
clean: |
rm -f *~ *.bak *.mo |
.PHONY: install |
# FIXME: The parameter --from-code is only needed if your sources contain |
# any 8 bit data (even in comments). UTF-8 is only a guess here, but it |
# will at least accept any 8 bit data. |
# |
# The parameter "--language=perl" is not strictly needed because the |
# source language of all our files will be auto-detected by xgettext |
# by their filename extension. You should even avoid this parameter |
# if you want to extract strings from multiple source languages. |
# --keyword --keyword='_' --keyword='$$__' --keyword=__ --keyword=__x \ |
# --keyword=__n:1,2 --keyword=__nx:1,2 --keyword=__xn:1,2 \ |
# --keyword=__p:1c,2 --keyword=__np:1c,2,3 \ |
# --keyword=__npx:1c,2,3 --keyword=N__ --keyword=N__n:1,2 \ |
# --keyword=N__p:1c,2 --keyword=N__np:1c,2,3 --keyword=%__ \ |
$(TD).pot: $(POTFILES) |
$(XGETTEXT) --output=$(srcdir)/$(TD).pox --from-code=utf-8 \ |
--add-comments=TRANSLATORS: --files-from=$(srcdir)/POTFILES.in \ |
--package-name="$(PACKAGE_NAME)" \ |
--package-version="$(PACKAGE_VERSION)" \ |
--copyright-holder="$(COPYRIGHT_HOLDER)" \ |
--msgid-bugs-address="$(MSGID_BUGS_ADDRESS)" \ |
rm -f $@ && mv $(TD).pox $@ |
install: $(MO_FILES) |
@cd $(srcdir); \ |
cd $(srcdir); \ |
targetdir='$(targetdir)'; \ |
languages='$(LINGUAS)'; \ |
for lang in $$languages; do \ |
mkdir -p "$$targetdir/$$lang/LC_MESSAGES" || exit 1; \ |
dest="$$targetdir/$$lang/LC_MESSAGES/$(TD).mo"; \ |
cat="$$lang.mo"; \ |
printf "Installing \`%s' as \`%s' ... " "$$cat" "$$dest"; \ |
mkdir -p "$$targetdir/$$lang/LC_MESSAGES" || exit 1; \ |
cp -f "$$cat" "$$dest" && chmod 644 "$$dest" || exit 1; \ |
echo "done."; \ |
echo "installing $$cat as $$dest"; \ |
cp -f $$cat $$dest && chmod 644 $$dest || exit 1; \ |
done |
.PHONY: all |
all: install |
update-mo: $(MO_FILES) |
$(TD).pot: $(srcfiles) |
@printf "Generating \`%s' from source files ... " "$(TD).pot"; \ |
$(XGETTEXT) \ |
--files-from='$(srcfiles_list)' \ |
--output=$(TD).pot \ |
$(prog_language) \ |
$(encoding) \ |
--join-existing \ |
--add-comments=TRANSLATORS: \ |
$(keywords) \ |
--copyright-holder="$(COPYRIGHT_HOLDER)" \ |
--package-name="$(PACKAGE_NAME)" \ |
--package-version="$(PACKAGE_VERSION)" \ |
--msgid-bugs-address="$(MSGID_BUGS_ADDRESS)"; \ |
echo 'done.' |
update-po: |
$(MAKE) $(TD).pot |
cd $(srcdir); \ |
catalogs='$(CATALOGS)'; \ |
for cat in $$catalogs; do \ |
cat=`basename $$cat`; \ |
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ |
mv $$lang.po $$lang.old.po; \ |
echo "$$lang:"; \ |
if $(MSGMERGE) $$lang.old.po $(TD).pot -o $$lang.po; then \ |
rm -f $$lang.old.po; \ |
else \ |
echo "msgmerge for $$cat failed!"; \ |
rm -f $$lang.po; \ |
mv $$lang.old.po $$lang.po; \ |
fi; \ |
done |
$(CATALOGS): $(TD).pot |
@printf "Updating \`%s' " "$@"; \ |
po_file="$@"; \ |
lang="$${po_file%$(CATOBJEXT)}"; \ |
mv "$$lang.po" "$$lang.old.po"; \ |
if $(MSGMERGE) -o "$$lang.po" "$$lang.old.po" "$(TD).pot"; then \ |
rm -f "$$lang.old.po"; \ |
else \ |
echo >&2 "$(MSGMERGE) for \`$@' failed!"; \ |
rm -f "$$lang.po"; \ |
mv "$$lang.old.po" "$$lang.po"; \ |
fi |
.SUFFIXES: |
.SUFFIXES: .po .mo |
$(MO_FILES): $(CATALOGS) |
@printf "Generating message catalog \`%s' ... " "$@";\ |
mo_file="$@"; \ |
po_file="$${mo_file%.mo}.po"; \ |
$(MSGFMT) --check --statistics --verbose -o "$@" "$$po_file" |
.po.mo: |
$(MSGFMT) --check --statistics --verbose -o $@ $< |
/branches/live/i18n/POTFILES.in |
---|
1,7 → 1,2 |
../global.php |
../index.php |
../application/layouts/index/content.phtml |
../application/layouts/index/footer.phtml |
../application/layouts/index/index.phtml |
../application/layouts/index/multi-display.phtml |
../media/video/series/application/layouts/index/index.phtml |
../index.phtml |
/branches/live/i18n/PACKAGE |
---|
2,13 → 2,13 |
# Add more languages here! Beware that this is a makefile snippet and |
# you have to adhere to make syntax. |
LINGUAS = en de ru vuh-Latn-Gol-modern |
LINGUAS = de |
# Textdomain for our package. |
TEXTDOMAIN = de.pointedears |
PACKAGE_NAME = PE |
PACKAGE_VERSION = 0.3.9.19 |
PACKAGE_VERSION = 0.3.2 |
# Initial copyright holder added to pot and po files. |
COPYRIGHT_HOLDER = Thomas 'PointedEars' Lahn |
/branches/live/index.php |
---|
105,32 → 105,15 |
font-size: 136%; |
} |
.instruction { |
line-height: 1.2; |
#languages .key { |
min-width: 0.65em; |
} |
.group { |
width: 9.92em; |
} |
#languages .button { |
width: 8.25em; |
} |
#languages .button .key { |
min-width: 0.675em; |
} |
#languages .button .text { |
max-width: 4.55em; |
} |
--> |
</style> |
<?php /* |
<script type="text/javascript" src="scripts/builder?src=object,dom,dom/css,dom/css/color,dom/ani,dom/window"></script> |
*/ ?> |
<script type="text/javascript" src="scripts/builder?src=object,dom,dom/xpath,dom/window,dom/xpath,regexp"></script> |
<script type="text/javascript" src="application/scripts/vulcan-media-script.js"></script> |
<script type="text/javascript" src="scripts/builder?src=object,dom/window"></script> |
<script type="text/javascript"> |
<?php /* |
/* Hardcore Frame Buster |
211,58 → 194,8 |
}); |
animation.play(); |
} |
*/ |
?> |
var translatables; |
*/ ?> |
function lcars_translate (language) |
{ |
if (!translatables) |
{ |
translatables = jsx.dom.xpath.evaluate( |
'.//li[(@lang and (../../*[@id and (@id != "languages")]))' |
+ ' or (p and p[@lang])]', |
document.body); |
} |
if (!translatables) |
{ |
return; |
} |
var language_prefix = language.match(/^[^-]+/); |
for (var i = translatables.length; i--;) |
{ |
var translatable = translatables[i]; |
translatable.style.display = |
(translatable.lang.indexOf(language_prefix) == 0 |
|| translatable.firstChild.lang == language |
|| translatable.firstChild.lang.indexOf("vuh") == 0 |
|| (translatable.firstChild.lang == "en" && language.indexOf("vuh") == 0)) |
? "" |
: "none"; |
} |
} |
function lcars_translate_reset () |
{ |
lcars_translate('en'); |
} |
var LANG_VULCAN = "<?php echo $vulcan; ?>"; |
function body_load (body) |
{ |
if (typeof body.ontouchstart != 'undefined') |
{ |
body.ontouchstart = function () {}; |
} |
lcars_translate_reset(); |
mediaScript(); |
} |
function navigateTo (link) |
{ |
<?php /* |
276,7 → 209,7 |
} |
</script> |
</head> |
<body class="fade-in empty" onload="body_load(this)"> |
<body class="fade-in empty" onload="if (typeof this.ontouchstart != 'undefined') this.ontouchstart = function () {}"> |
<div id="LCARS"> |
<div id="bow"> |
<div id="bow-top"> |
305,35 → 238,26 |
onmouseout="return resetStatus()"></div> |
<ul id="greeting"> |
<li style="white-space: nowrap"><p style="text-align: center" lang="<?php echo $vulcan; ?>">Dif-tor heh smusma</p></li> |
<?php foreach ($languages as $key => $name): ?> |
<?php if ($key != $vulcan): ?> |
<li style="white-space: nowrap"><p style="text-align: center" lang="<?php echo $key; ?>"><?php echo tr('Live long and prosper', $key); ?></p></li> |
<?php endif; ?> |
<?php endforeach; ?> |
<li style="white-space: nowrap"><p style="text-align: center" lang="x-vulcan-latin">Dif-tor heh smusma</p></li> |
<li style="white-space: nowrap"><p style="text-align: center" lang="en">Live long and prosper</p></li> |
<li style="white-space: nowrap"><p style="text-align: center" lang="de">Leben Sie lang und erfolgreich</p></li> |
</ul> |
<ul style="text-align: center"> |
<?php foreach ($languages as $key => $name): ?> |
<li class="instruction" lang="<?php echo $key; ?>"><span class="text"><?php echo tr('Please select your language', $key); ?></span></li> |
<?php endforeach; ?> |
<li class="instruction" lang="en">Please select your language</li> |
<li class="instruction" lang="de">Bitte wählen Sie Ihre Sprache</li> |
</ul> |
<div class="group"> |
<div class="separator"> </div> |
<ul id="languages" onmouseout="lcars_translate_reset()"> |
<?php foreach ($languages as $key => $name): ?> |
<li><a href="index.<?php echo language_key_short($key); ?>" |
class="button right" lang="<?php echo $key; ?>" |
hreflang="<?php echo $key; ?>" |
accesskey="<?php echo strtolower($key[0]); ?>" |
onfocus="lcars_translate('<?php echo $key; ?>')" |
onmouseover="lcars_translate('<?php echo $key; ?>')" |
<ul id="languages"> |
<li><a href="index.en" class="button right" lang="en" |
hreflang="en" accesskey="e" |
><span class="key">en</span> <span class="text">English</span></a></li> |
<li><a href="index.de" class="button right" lang="de" |
hreflang="de" accesskey="d" |
onclick="return navigateTo(this)" |
onblur="lcars_translate_reset()" |
><span class="key"><?php echo language_key_short($key); ?></span> |
<span class="text"><?php echo language_name($key); ?></span></a></li> |
<?php endforeach; ?> |
><span class="key">de</span> <span class="text">Deutsch</span></a></li> |
</ul> |
<div style="clear: both"><!-- --></div> |
</div> |
340,7 → 264,7 |
<?php |
$app = 'Language'; |
require_once 'application/layouts/index/footer.phtml'; |
require_once 'footer.phtml'; |
?> |
</div> |
</body> |
/branches/live/index.en.php |
---|
4,7 → 4,7 |
$locale = 'en_US.UTF-8'; |
putenv("LC_ALL=$locale"); |
setlocale(LC_ALL, $locale); |
require_once 'global.php'; |
require_once 'application/layouts/index/index.phtml'; |
require_once 'index.phtml'; |
?> |
/branches/live/index.de.php |
---|
4,7 → 4,7 |
$locale = 'de_DE.UTF-8'; |
putenv("LC_ALL=$locale"); |
setlocale(LC_ALL, $locale); |
require_once 'global.php'; |
require_once 'application/layouts/index/index.phtml'; |
require_once 'index.phtml'; |
?> |
/branches/live |
---|
Property changes: |
Modified: svn:mergeinfo |
## -0,1 +0,0 ## |
Reverse-merged /trunk:r205-210 |