diff options
| author | 2023-03-12 23:18:11 +0100 | |
|---|---|---|
| committer | 2023-03-12 23:18:11 +0100 | |
| commit | ce5572d7dd13fce491257cee0f1f1ca69c499a4a (patch) | |
| tree | f00853f8a3d0fbd70fdb0fe618533fa7c73ba6c7 /app/i18n/pl/index.php | |
| parent | b22ea9d3d71272acdad9413344dd0bc77d985d46 (diff) | |
Improve about page (#5192)
* add link to documentation
* i18n for documentation
* add target="_blank" for website link
* show environment, if it is not 'production'
* just for admins
* fix
* Update app/i18n/fr/index.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/i18n/en/index.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/views/index/about.phtml
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/pl/index.php')
| -rw-r--r-- | app/i18n/pl/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/pl/index.php b/app/i18n/pl/index.php index 0a86963c6..139451cf1 100644 --- a/app/i18n/pl/index.php +++ b/app/i18n/pl/index.php @@ -17,6 +17,7 @@ return array( 'bugs_reports' => 'Zgłaszanie problemów', 'credits' => 'Uznanie autorstwa', 'credits_content' => 'Niektóre elementy designu pochodzą z <a href="http://twitter.github.io/bootstrap/">Bootstrapa</a>, przy czym FreshRSS nie używa tego frameworku. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Ikony</a> zostały pierwotnie stworzone dla <a href="https://www.gnome.org/">projektu GNOME</a>. Font <em>Open Sans</em> jest autorstwa <a href="https://fonts.google.com/specimen/Open+Sans">Steve’a Mattesona</a>. FreshRSS opiera się na <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, frameworku PHP.', + 'documentation' => 'Documentation', // TODO 'freshrss_description' => 'FreshRSS jest agregatorem kanałów RSS przeznaczonym do zainstalowania na własnym serwerze, podobnie jak <a href="http://tontof.net/kriss/feed/">Kriss Feed</a>, bądź <a href="https://github.com/LeedRSS/Leed">Leed</a>. Jest lekki i łatwy do schowania w kieszeni, pozostając przy tym potężnym i konfigurowalnym narzędziem.', 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">na Githubie</a>', 'license' => 'Licencja', |
