Mercurial > hg > rc1
view plugins/hide_blockquote/localization/uk_UA.inc @ 45:e11491f625b0
add info action, one 7.3 -> 8.4 nit
| author | Charlie Root |
|---|---|
| date | Thu, 28 Aug 2025 10:40:29 -0400 |
| parents | 1e000243b222 |
| children |
line wrap: on
line source
<?php /* +-----------------------------------------------------------------------+ | plugins/hide_blockquote/localization/<lang>.inc | | | | Localization file of the Roundcube Webmail Hide-Blockquote plugin | | Copyright (C) 2012-2013, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-hide_blockquote/ */ $labels['hide'] = 'Приховати'; $labels['show'] = 'Показати'; $labels['quotelimit'] = 'Приховати цитування, коли кількість рядків більша, ніж '; ?>
