aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/l10n/mk.js
blob: 0214fc1ca2c82c0324ad2f96958e8bb7af2d6bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OC.L10N.register(
    "sharebymail",
    {
    "Shared with {email}" : "Споделено со {email}",
    "Shared with {email} by {actor}" : "Споделено со {email} од {actor}",
    "Unshared from {email}" : "Не е повеќе споделено со {email}",
    "Unshared from {email} by {actor}" : "Не е повеќе споделено со {email} од {actor}",
    "Password for mail share sent to {email}" : "Лозинката за споделување е испратена до {email}",
    "Password for mail share sent to you" : "Лозинката за споделување е испратена до вас",
    "You shared {file} with {email} by mail" : "Споделивте {file} со {email} преку е-пошта",
    "{actor} shared {file} with {email} by mail" : "{actor} сподели {file} со {email} преку е-пошта",
    "You unshared {file} from {email} by mail" : "Отстранивте споделување преку емаил на {file} со {email}",
    "{actor} unshared {file} from {email} by mail" : "{actor} не го споделува повеќе преку емаил {file} со {email}",
    "Password to access {file} was sent to {email}" : "Лозинката за пристап до {file} е испратена на {email}",
    "Password to access {file} was sent to you" : "Лозинката за пристап до {file}  е испратена до вас",
    "Share by mail" : "Сподели преку е-пошта",
    "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Неможе да се испрати автоматски генерирана лозинка. Ве молиме внесете ја вашата е-пошта адреса во параметрите за лични податоци и обидете се повторно.",
    "Failed to send share by email. Got an invalid email address" : "Неможе да се сподели на Е-пошта. Адресата не е валидна",
    "Failed to send share by email" : "Неуспешно испраќање на споделување по е-пошта.",
    "%1$s shared %2$s with you" : "%1$s сподели %2$s со вас",
    "Note:" : "Белешка:",
    "Open %s" : "Отвори %s",
    "%1$s via %2$s" : "%1$s преку %2$s",
    "It is protected with the following password:" : "Заштитено е со следнава лозинка:",
    "This password will expire at %s" : "Оваа лозинка ќе истече за на %s",
    "This is the password:" : "Ова е лозинката: ",
    "You can choose a different password at any time in the share dialog." : "Можете да изберете било каква лозинка во било кое време.",
    "Could not find share" : "Неможе да се пронајде споделувањето",
    "Share provider which allows you to share files by mail" : "Провајдер за споделување кој дозволува споделување преки е-пошта",
    "Unable to update share by mail config" : "Неможе да се ажурираат параметрите за споделување со е-пошта",
    "Send password by mail" : "Испрати лозинка преку е-пошта",
    "Reply to initiator" : "Одговор до иницијаторот"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");