blob: 074a4f98df2e841959e29f5b4622e8c1acc16d13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
$TRANSLATIONS = array(
"Password" => "Парола",
"Shared by" => "Споделено от",
"Name" => "Име",
"Save" => "Запис",
"Download" => "Изтегляне",
"Remote share" => "Прикачена Папка",
"Remote share password" => "Парола за прикачена папка",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Желаеш ли да добавиш като прикачената папка {name} от {owner}@{remote}?",
"Couldn't add remote share" => "Неуспешно добавяне на отдалечена споделена директория.",
"Add remote share" => "Добави прикачена папка",
"Remote Shares" => "Прикачени Папки",
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|