diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/ru/index.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/ru/index.php')
| -rw-r--r-- | app/i18n/ru/index.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/i18n/ru/index.php b/app/i18n/ru/index.php index df154d671..8544ad65f 100644 --- a/app/i18n/ru/index.php +++ b/app/i18n/ru/index.php @@ -3,7 +3,7 @@ return array( 'about' => array( '_' => 'О проекте', - 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // TODO - Translation + 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', 'bugs_reports' => 'Баг репорты', 'credits' => 'Авторство', 'credits_content' => 'Некоторые элементы дизайна взяты из <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>, хотя FreshRSS не использует этот фреймворк. <a href="https://git.gnome.org/browse/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://github.com/marienfressinaud/MINZ">Minz</a>, PHP-фреймворке.', @@ -13,7 +13,6 @@ return array( 'project_website' => 'Сайт проекта', 'title' => 'О проекте', 'version' => 'Версия', - 'website' => 'Сайт', ), 'feed' => array( 'add' => 'Вы можете добавить ленты.', |
