blob: b357864344b7ef3e77e61cccb49525f248271b96 (
plain)
1
2
3
4
5
6
7
|
OC.L10N.register(
"provisioning_api",
{
"Provisioning API" : "Karşılama API",
"This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Bu uygulama, dış sistemlerin kullanıcıları, grupları ve uygulamaları yönetmek için kullanabileceği bir dizi API uygulaması sağlar."
},
"nplurals=2; plural=(n > 1);");
|