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

mk.php « l10n « files_encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a1e18f22311cfd84fdd0bc41e1b9e1c79dd7d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Unknown error" => "Непозната грешка",
"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;";