Welcome to mirror list, hosted at ThFree Co, Russian Federation.

uk.js « l10n - github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa68449b055805c73dae76360cb4d8763493f7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "apporder",
    {
    "App order" : "Порядок застосунків",
    "AppOrder" : "Перелік застосунків",
    "Sort apps in the menu with drag and drop" : "Впорядкування застосунків у меню за допомогою перетягування елементів",
    "Enable sorting the app icons from the personal settings. The order will be saved for each user individually. Administrators can define a custom default order.\n\n## Set a default order for all new users\n\nGo to the Settings > Administration > Additional settings and drag the icons under App order.\n\n## Use first app as default app\n\nYou can easily let Nextcloud redirect your user to the first app in their personal order by changing the following parameter in your config/config.php:\n\n    'defaultapp' => 'apporder',\n\nUsers will now get redirected to the first app of the default order or to the first app of the user order." : "Увімкніть сортування іконок додатків в особистих налаштуваннях. Порядок буде збережено для кожного користувача окремо. Адміністратори можуть визначити власний порядок за замовчуванням.\n\n## Встановити порядок за замовчуванням для всіх нових користувачів\n\n Перейдіть у Налаштування адміністратора (Admin settings) > Додаткові налаштування (Additional settings) і перетянгіть значки у бажаному порядку.\n\n##Використовувати перший застосунок як початковий\n\n Ви можете дозволити Nextcloud перенаправляти користувачів на перший застосунок у їхніх налаштуваннях за допомогою наступного параметру у вашому файлі конфігурації config/config.php:\n\n 'defaultapp' => 'apporder',\n\nТепер користувачі будуть перенаправлятися одразу після входу на перший застосунок у їхніх налаштуваннях.",
    "App Order" : "Впорядкування застосунків",
    "Set a default order for all users. This will be ignored, if the user has setup a custom order, and the default order is not forced." : "Встановіть типовий порядок для усіх користувачів. Це не буде застосовуватися, якщо користувач визначив власний порядок розташування елементів, при цьому типовий порядок не увімкнено.",
    "Drag the app icons to change their order." : "Потягніть за іконку застосунку для зміни його позиції в переліку.",
    "Force the default order for all users:" : "Застосувати типовий порядок для всіх користувачів:",
    "If enabled, users will not be able to set a custom order." : "Якщо увімкнено, користувачі не зможуть визначати власний порядок."
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");