Merge branch 'FreshRSS/dev' into cli

pull/1338/head
Alexandre Alapetite 8 years ago
commit 9695a27741
  1. 2
      CHANGELOG.md
  2. 4
      app/i18n/en/install.php
  3. 4
      app/i18n/fr/install.php
  4. 4
      app/i18n/it/install.php
  5. 4
      app/i18n/nl/install.php
  6. 4
      app/i18n/ru/install.php
  7. 4
      app/i18n/tr/install.php

@ -36,6 +36,8 @@
* SQL * SQL
* Slightly modified several SQL requests (MySQL, SQLite) to simplify support of PostgreSQL [#1195](https://github.com/FreshRSS/FreshRSS/pull/1195) * Slightly modified several SQL requests (MySQL, SQLite) to simplify support of PostgreSQL [#1195](https://github.com/FreshRSS/FreshRSS/pull/1195)
* Increase performances by removing a superfluous category request [#1316](https://github.com/FreshRSS/FreshRSS/pull/1316) * Increase performances by removing a superfluous category request [#1316](https://github.com/FreshRSS/FreshRSS/pull/1316)
* I18n
* Fix some messages during installation [#1339](https://github.com/FreshRSS/FreshRSS/pull/1339)
* UI * UI
* Download icon 💾 for podcasts [#1236](https://github.com/FreshRSS/FreshRSS/issues/1236) * Download icon 💾 for podcasts [#1236](https://github.com/FreshRSS/FreshRSS/issues/1236)
* SimplePie * SimplePie

@ -25,9 +25,9 @@ return array(
), ),
'host' => 'Host', 'host' => 'Host',
'prefix' => 'Table prefix', 'prefix' => 'Table prefix',
'password' => 'HTTP password', 'password' => 'Database password',
'type' => 'Type of database', 'type' => 'Type of database',
'username' => 'HTTP username', 'username' => 'Database username',
), ),
'check' => array( 'check' => array(
'_' => 'Checks', '_' => 'Checks',

@ -24,10 +24,10 @@ return array(
'ok' => 'La configuration de la base de données a été enregistrée.', 'ok' => 'La configuration de la base de données a été enregistrée.',
), ),
'host' => 'Hôte', 'host' => 'Hôte',
'password' => 'Mot de passe', 'password' => 'Mot de passe pour base de données',
'prefix' => 'Préfixe des tables', 'prefix' => 'Préfixe des tables',
'type' => 'Type de base de données', 'type' => 'Type de base de données',
'username' => 'Nom d’utilisateur', 'username' => 'Nom d’utilisateur pour base de données',
), ),
'check' => array( 'check' => array(
'_' => 'Vérifications', '_' => 'Vérifications',

@ -25,9 +25,9 @@ return array(
), ),
'host' => 'Host', 'host' => 'Host',
'prefix' => 'Prefisso tabella', 'prefix' => 'Prefisso tabella',
'password' => 'HTTP password', 'password' => 'Password del database',
'type' => 'Tipo di database', 'type' => 'Tipo di database',
'username' => 'HTTP username', 'username' => 'Nome utente del database',
), ),
'check' => array( 'check' => array(
'_' => 'Controlli', '_' => 'Controlli',

@ -25,9 +25,9 @@ return array(
), ),
'host' => 'Host', 'host' => 'Host',
'prefix' => 'Tabel voorvoegsel', 'prefix' => 'Tabel voorvoegsel',
'password' => 'HTTP wachtwoord', 'password' => 'Database wachtwoord',
'type' => 'Type database', 'type' => 'Type database',
'username' => 'HTTP gebruikersnaam', 'username' => 'Database gebruikersnaam',
), ),
'check' => array( 'check' => array(
'_' => 'Controles', '_' => 'Controles',

@ -25,9 +25,9 @@ return array(
), ),
'host' => 'Хост', 'host' => 'Хост',
'prefix' => 'Префикс таблицы', 'prefix' => 'Префикс таблицы',
'password' => 'Пароль HTTP', 'password' => 'Пароль базы данных',
'type' => 'Тип базы данных', 'type' => 'Тип базы данных',
'username' => 'Имя пользователя HTTP', 'username' => 'Имя пользователя базы данных',
), ),
'check' => array( 'check' => array(
'_' => 'Проверки', '_' => 'Проверки',

@ -25,9 +25,9 @@ return array(
), ),
'host' => 'Sunucu', 'host' => 'Sunucu',
'prefix' => 'Tablo ön eki', 'prefix' => 'Tablo ön eki',
'password' => 'HTTP şifre', 'password' => 'Veritabanı şifresi',
'type' => 'Veritabanı türü', 'type' => 'Veritabanı türü',
'username' => 'HTTP kullanıcı adı', 'username' => 'Veritabanı kullanıcı adı',
), ),
'check' => array( 'check' => array(
'_' => 'Kontroller', '_' => 'Kontroller',

Loading…
Cancel
Save