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_encryption/l10n/mk.php

18 lines
1.3 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(
"Password successfully changed." => "Лозинката е успешно променета.",
"Could not change the password. Maybe the old password was not correct." => "Лозинката не можеше да се промени. Можеби старата лозинка не беше исправна.",
"Missing requirements." => "Барања кои недостасуваат.",
"Encryption" => "Енкрипција",
"Repeat Recovery key password" => "Повтори ја лозинката за клучот на обновување",
"Enabled" => "Овозможен",
"Disabled" => "Оневозможен",
"Old Recovery key password" => "Старата лозинка за клучот на обновување ",
"Repeat New Recovery key password" => "Повтори ја лозинката за клучот на обновувањето",
"Change Password" => "Смени лозинка",
"Old log-in password" => "Старата лозинка за најавување",
"Current log-in password" => "Тековната лозинка за најавување",
"Enable password recovery:" => "Овозможи го обновувањето на лозинката:"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";