You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/apps/files_sharing/l10n/mk.php

27 lines
1.9 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
$TRANSLATIONS = array(
"Shared with you" => "Споделено со тебе",
"Shared with others" => "Сподели со останатите",
"Shared by link" => "Споделено со врска",
"No files have been shared with you yet." => "Ниту една датотека сеуште не била споделена со вас.",
"You haven't shared any files yet." => "Вие досега немате споделено ниту една датотека.",
"You haven't shared any files by link yet." => "Сеуште немате споделено датотека со врска.",
"Shared by {owner}" => "Споделени од {owner}",
"Shared by" => "Споделено од",
"This share is password-protected" => "Ова споделување е заштитено со лозинка",
"The password is wrong. Try again." => "Лозинката е грешна. Обиди се повторно.",
"Password" => "Лозинка",
"Name" => "Име",
"Share time" => "Сподели време",
"Sorry, this link doesnt seem to work anymore." => "Извенете, но овој линк изгледа дека повеќе не функционира.",
"Reasons might be:" => "Причината може да биде:",
"the item was removed" => "предметот беше одстранет",
"the link expired" => "времетраењето на линкот е изминато",
"sharing is disabled" => "споделувањето не е дозволено",
"For more info, please ask the person who sent this link." => "За повеќе информации, прашајте го лицето кое ви ја испратила врската.",
"Download" => "Преземи",
"Download %s" => "Преземи %s",
"Direct link" => "Директна врска"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";