nextcloud/apps/federation/l10n/bg.js

13 lines
611 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"federation",
{
"Added to the list of trusted servers" : "Добавен към списъка с доверени сървъри",
"Server is already in the list of trusted servers." : "Сървъра вече присъства в списъка с доверени сървъри",
"Federation" : "Федерация",
"Trusted servers" : "Доверени сървъри",
"+ Add trusted server" : "+ Добави доверен сървър",
"Trusted server" : "Доверен сървър",
"Add" : "Добави"
},
"nplurals=2; plural=(n != 1);");