diff options
| author | 2024-05-15 08:58:10 +0200 | |
|---|---|---|
| committer | 2024-05-15 08:58:10 +0200 | |
| commit | 2ed91026fcfef83ce5ef466a15e078229a106a6f (patch) | |
| tree | e11f2ef5f85d65029c9bdcc6d38304d8cbcdada6 /app/i18n/ru | |
| parent | 2d17c020b6695d47debda065804db4e2d2f92e55 (diff) | |
Correct casing for GitHub (#6460)
Diffstat (limited to 'app/i18n/ru')
| -rw-r--r-- | app/i18n/ru/admin.php | 2 | ||||
| -rw-r--r-- | app/i18n/ru/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/ru/admin.php b/app/i18n/ru/admin.php index 10ff58ed4..346df2fc4 100644 --- a/app/i18n/ru/admin.php +++ b/app/i18n/ru/admin.php @@ -213,7 +213,7 @@ return array( 'latest' => 'Stable release (“latest”)', // TODO ), 'title' => 'Обновить систему', - 'viaGit' => 'Update via git and Github.com started', // TODO + 'viaGit' => 'Update via git and GitHub.com started', // TODO ), 'user' => array( 'admin' => 'Администратор', diff --git a/app/i18n/ru/index.php b/app/i18n/ru/index.php index 2bf6802de..14791b76e 100644 --- a/app/i18n/ru/index.php +++ b/app/i18n/ru/index.php @@ -19,7 +19,7 @@ return array( 'credits_content' => 'Некоторые элементы дизайна взяты из <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>, хотя FreshRSS не использует этот фреймворк. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Иконки</a> взяты из <a href="https://www.gnome.org/">проекта GNOME</a>. Шрифт <em>Open Sans</em> создан <a href="https://fonts.google.com/specimen/Open+Sans">Стивом Мэттесоном</a>. FreshRSS основан на <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>, PHP-фреймворке.', 'documentation' => 'Документация', 'freshrss_description' => 'FreshRSS — агрегатор RSS-лент для размещения на своём сервере. Лёгкий и простой в использовании, будучи при этом мощным и настраиваемым инструментом.', - 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">в Github</a>', + 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">в GitHub</a>', 'license' => 'Лицензия', 'project_website' => 'Сайт проекта', 'title' => 'О проекте', |
