diff --git a/plusfuture/lang/C/messages.po b/plusfuture/lang/C/messages.po new file mode 100644 index 0000000..260c583 --- /dev/null +++ b/plusfuture/lang/C/messages.po @@ -0,0 +1,22 @@ +# ADDON buglink +# Copyright (C) +# This file is distributed under the same license as the Friendica buglink addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: buglink.php:15 +msgid "Report Bug" +msgstr "" diff --git a/plusfuture/lang/ca/strings.php b/plusfuture/lang/ca/strings.php new file mode 100644 index 0000000..01fc9ad --- /dev/null +++ b/plusfuture/lang/ca/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Informar de problema"; diff --git a/plusfuture/lang/cs/strings.php b/plusfuture/lang/cs/strings.php new file mode 100644 index 0000000..a1cd51f --- /dev/null +++ b/plusfuture/lang/cs/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Nahlásit chybu"; diff --git a/plusfuture/lang/de/strings.php b/plusfuture/lang/de/strings.php new file mode 100644 index 0000000..cf96a17 --- /dev/null +++ b/plusfuture/lang/de/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Fehlerreport erstellen"; diff --git a/plusfuture/lang/eo/strings.php b/plusfuture/lang/eo/strings.php new file mode 100644 index 0000000..00d95a4 --- /dev/null +++ b/plusfuture/lang/eo/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Skribi cimraporton"; diff --git a/plusfuture/lang/es/strings.php b/plusfuture/lang/es/strings.php new file mode 100644 index 0000000..fe63248 --- /dev/null +++ b/plusfuture/lang/es/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Informe de errores"; diff --git a/plusfuture/lang/fr/strings.php b/plusfuture/lang/fr/strings.php new file mode 100644 index 0000000..0075fb0 --- /dev/null +++ b/plusfuture/lang/fr/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Signaler un bug"; diff --git a/plusfuture/lang/is/strings.php b/plusfuture/lang/is/strings.php new file mode 100644 index 0000000..7b3823a --- /dev/null +++ b/plusfuture/lang/is/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Tilkynna bilun"; diff --git a/plusfuture/lang/it/strings.php b/plusfuture/lang/it/strings.php new file mode 100644 index 0000000..90df28f --- /dev/null +++ b/plusfuture/lang/it/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Segnala un Bug"; diff --git a/plusfuture/lang/nb-no/strings.php b/plusfuture/lang/nb-no/strings.php new file mode 100644 index 0000000..ec212e9 --- /dev/null +++ b/plusfuture/lang/nb-no/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = ""; diff --git a/plusfuture/lang/pl/strings.php b/plusfuture/lang/pl/strings.php new file mode 100644 index 0000000..8229e7a --- /dev/null +++ b/plusfuture/lang/pl/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Zgłoś problem"; diff --git a/plusfuture/lang/pt-br/strings.php b/plusfuture/lang/pt-br/strings.php new file mode 100644 index 0000000..6283d77 --- /dev/null +++ b/plusfuture/lang/pt-br/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Relate um Bug"; diff --git a/plusfuture/lang/ru/strings.php b/plusfuture/lang/ru/strings.php new file mode 100644 index 0000000..c422364 --- /dev/null +++ b/plusfuture/lang/ru/strings.php @@ -0,0 +1,3 @@ +strings["Report Bug"] = "Сообщить об ошибке"; diff --git a/plusfuture/lang/sv/strings.php b/plusfuture/lang/sv/strings.php new file mode 100644 index 0000000..ab4fa67 --- /dev/null +++ b/plusfuture/lang/sv/strings.php @@ -0,0 +1,2 @@ +strings["Report Bug"] = "报案程序错误"; diff --git a/plusfuture/plusfuture.php b/plusfuture/plusfuture.php new file mode 100755 index 0000000..0c81bce --- /dev/null +++ b/plusfuture/plusfuture.php @@ -0,0 +1,44 @@ + + * Maintainer: harukin + * MinVersion: 0.1 + */ + +function plusfuture_load() { register_hook('page_end', 'addon/plusfuture/plusfuture.php', 'plusfuture_active'); } + +function plusfuture_unload() { unregister_hook('page_end', 'addon/plusfuture/plusfuture.php', 'plusfuture_active'); } + +function plusfuture_active(&$a,&$b) { + head_add_css('/addon/plusfuture/view/css/plusfuture.css?date=3'); + + $b .= " +"; + + $b .= '

+ + + +
ホーム
+ + +
フォロワー
+ + +
お知らせ
+ + +
D M
+
+'; +} diff --git a/plusfuture/post-button.png b/plusfuture/post-button.png new file mode 100644 index 0000000..94cb349 Binary files /dev/null and b/plusfuture/post-button.png differ diff --git a/plusfuture/view/css/plusfuture.css b/plusfuture/view/css/plusfuture.css new file mode 100644 index 0000000..58a6272 --- /dev/null +++ b/plusfuture/view/css/plusfuture.css @@ -0,0 +1,89 @@ +/* +Back to top button +*/ +#button { + position: fixed; + bottom: 60px; + right: 42px; + opacity: 0.65; + z-index: 1; +} +#button a { + width: 50px; + display: block; + text-align: center; + font: 11px/100% Arial, Helvetica, sans-serif; + text-transform: uppercase; + text-decoration: none; + /* background color transition */ + -webkit-transition: 1s; + -moz-transition: 1s; + transition: 1s; +} +#button a:hover { + color: rgba(248, 34, 34, 0.9); +} +/* arrow icon (span tag) */ +#button span { + width: 56px; + height: 56px; + display: block; +/* margin-bottom: 7px; */ + background:rgba(255, 0, 0, 0.8) url(../../post-button.png) no-repeat center center; + /* rounded corners */ + -webkit-border-radius: 35px; + -moz-border-radius: 35px; + border-radius: 35px; + /* background color transition */ + -webkit-transition: 1s; + -moz-transition: 1s; + transition: 1s; + filter: drop-shadow(5px 5px 5px rgba(75, 75, 75, 0.985)); +} +#button a:hover span { + background-color: rgba(255, 0, 0, 1.0); +} + + +#bottombar { + margin: 0; + display: flex; + background-color: rgba(255, 255, 255, 0.561); + box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4); + position: fixed; + width: 100%; + bottom: 0; + left: 0; + background: white; + z-index: 1; + text-decoration: none; + line-height:1.0; +} +@media screen and (min-width: 993px) { + #bottombar { + display: none; + } + #button{ + bottom: 22px; + } +} +@media screen and (min-width: 400px) { + #bottombar { + font-size: medium; + } +} +@media screen and (max-width: 399px) { + #bottombar { + font-size: small; + } +} +.p { + display: table-cell; + text-align: center; + color: black; + margin: auto; +} + +#thread-wrapper{ + box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4); +} diff --git a/plusfuture/view/js/plusfuture.js b/plusfuture/view/js/plusfuture.js new file mode 100644 index 0000000..e69de29