diff options
| author | 2022-03-16 23:23:15 +0100 | |
|---|---|---|
| committer | 2022-03-16 23:23:15 +0100 | |
| commit | a89fce27cbc3f3cdfe0cbc10f1ba63a85efa8ebb (patch) | |
| tree | bcc583f0a7698fa505094236b5b42b4264dbf9f9 /app/i18n/ru/gen.php | |
| parent | 9748ac48e40947b80808933213b043dc797670b6 (diff) | |
New sharing service: Web sharing API (#4271)
* new optional option: HTMLtag
* Update main.js
* add: web sharing API
* Update gen.php
* Update gen.php
* Update gen.php
* fix spaces
* Update shares.php
* fixed JavaScript
* Update template.rtl.css
* Typo
* improved: if (!navigator.share)
* Update main.js
* comma-dangle only for arrays and objects
* Update app/i18n/fr/gen.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* i18n: System sharing
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ru/gen.php')
| -rw-r--r-- | app/i18n/ru/gen.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php index 525a572eb..46fb88372 100644 --- a/app/i18n/ru/gen.php +++ b/app/i18n/ru/gen.php @@ -198,17 +198,18 @@ return array( 'mastodon' => 'Mastodon', // IGNORE 'movim' => 'Movim', // IGNORE 'pinboard' => 'Pinboard', // IGNORE - 'pinterest' => 'Pinterest', // TODO + 'pinterest' => 'Pinterest', // IGNORE 'pocket' => 'Pocket', // IGNORE 'print' => 'Распечатать', 'raindrop' => 'Raindrop.io', // IGNORE - 'reddit' => 'Reddit', // TODO + 'reddit' => 'Reddit', // IGNORE 'shaarli' => 'Shaarli', // IGNORE 'twitter' => 'Twitter', // IGNORE 'wallabag' => 'wallabag v1', // IGNORE 'wallabagv2' => 'wallabag v2', // IGNORE - 'whatsapp' => 'Whatsapp', // TODO - 'xing' => 'Xing', // TODO + 'web-sharing-api' => 'System sharing', // TODO + 'whatsapp' => 'Whatsapp', // IGNORE + 'xing' => 'Xing', // IGNORE ), 'short' => array( 'attention' => 'Предупреждение!', |
