Skip to content

Commit 7d2d8bf

Browse files
committed
feat: add uk_UA localization by @Kea-hash
#25 Signed-off-by: Jack Cherng <[email protected]>
1 parent 6fa9baa commit 7d2d8bf

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

localization/uk_UA.inc

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
$labels = [];
4+
$labels['cloud_view_document'] = 'Cloud View';
5+
6+
// settings page
7+
$labels['plugin_settings_title'] = 'Cloud View';
8+
$labels['plugin_enabled'] = 'Ввімкнути Cloud View';
9+
$labels['select_viewer'] = 'Волітимий сервіс перегляду';
10+
$labels['viewers_tried_from_top_to_buttom'] = 'Порядок застосування сервисів перегляду з верху до низу. Ви маєте змогу перетягувати елементи переліку, для зміни пріорітету.';
11+
$labels['viewer_google_docs'] = 'Google Docs';
12+
$labels['viewer_microsoft_office_web'] = 'Microsoft Office Web';
13+
$labels['viewer_pdf_js'] = 'PDF (JS)';
14+
$labels['viewer_markdown_js'] = 'Markdown (JS)';
15+
$labels['viewer_stack_edit'] = 'StackEdit';
16+
$labels['viewer_psd_js'] = 'PSD (JS)';
17+
$labels['viewer_html_js'] = 'HTML (JS)';
18+
$labels['select_view_button_layouts'] = 'Волітимий вигляд кнопки Cloud View';
19+
$labels['view_button_layout_in_attachmentslist'] = 'У переліку вкладеннь';
20+
$labels['view_button_layout_in_attachmentoptionsmenu'] = 'У контекстному меню вкладеннь';

0 commit comments

Comments
 (0)