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

bg_BG.js « l10n « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e65e1d0ce3a77743307dd322014a91fd20b344cb (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "federatedfilesharing",
    {
    "Sharing %s failed, because this item is already shared with %s" : "Неуспешно споделяне на %s, защото това съдържание е вече споделено с %s.",
    "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Неуспешно споделяне на на %s, не може бъде намерено %s. Може би сървъра в момента е недостъпен."
},
"nplurals=2; plural=(n != 1);");