aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-01-05 01:57:14 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-01-05 01:57:14 -0500
commitd4034ffca0b8ee2cbbd17ae35ed02c10d677e4a0 (patch)
treee841fdf7ad5ed22e0dee34a0ecb8c1aa015c1498 /apps
parent70ff90b1ec599a702a926f84baf18e744cc7529c (diff)
downloadnextcloud-server-d4034ffca0b8ee2cbbd17ae35ed02c10d677e4a0.tar.gz
nextcloud-server-d4034ffca0b8ee2cbbd17ae35ed02c10d677e4a0.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/mk.js20
-rw-r--r--apps/files/l10n/mk.json20
-rw-r--r--apps/files_trashbin/l10n/mk.js2
-rw-r--r--apps/files_trashbin/l10n/mk.json2
-rw-r--r--apps/user_ldap/l10n/eu.js27
-rw-r--r--apps/user_ldap/l10n/eu.json27
-rw-r--r--apps/user_ldap/l10n/mk.js1
-rw-r--r--apps/user_ldap/l10n/mk.json1
8 files changed, 98 insertions, 2 deletions
diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js
index 7a387afee66..726938c57cd 100644
--- a/apps/files/l10n/mk.js
+++ b/apps/files/l10n/mk.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"files",
{
+ "Storage not available" : "Сториџот не е достапен",
+ "Storage invalid" : "Сториџот не е валиден",
"Unknown error" : "Непозната грешка",
"Unable to set upload directory." : "Не може да се постави папката за префрлање на податоци.",
"Invalid Token" : "Грешен токен",
@@ -16,6 +18,7 @@ OC.L10N.register(
"Upload failed. Could not find uploaded file" : "Префрлањето е неуспешно. Не можам да го најдам префрлената датотека.",
"Invalid directory." : "Погрешна папка.",
"Files" : "Датотеки",
+ "All files" : "Сите датотеки",
"Favorites" : "Омилени",
"Home" : "Дома",
"Close" : "Затвори",
@@ -26,9 +29,11 @@ OC.L10N.register(
"Download" : "Преземи",
"Rename" : "Преименувај",
"Delete" : "Избриши",
+ "Unshare" : "Не споделувај",
"Details" : "Детали:",
"Select" : "Избери",
"Pending" : "Чека",
+ "This operation is forbidden" : "Операцијата не е дозволена",
"Name" : "Име",
"Size" : "Големина",
"Modified" : "Променето",
@@ -37,27 +42,40 @@ OC.L10N.register(
"File name cannot be empty." : "Името на датотеката не може да биде празно.",
"Your storage is full, files can not be updated or synced anymore!" : "Вашиот сториџ е полн, датотеките веќе не можат да се освежуваат или синхронизираат!",
"Your storage is almost full ({usedSpacePercent}%)" : "Вашиот сториџ е скоро полн ({usedSpacePercent}%)",
+ "Path" : "Патека",
+ "Favorited" : "Омилени",
+ "Favorite" : "Омилен",
"Folder" : "Папка",
"New folder" : "Нова папка",
+ "{newname} already exists" : "{newname} веќе постои",
"Upload" : "Подигни",
+ "An error occurred while trying to update the tags" : "Се случи грешка додека се обидувавте да ги освежите таговите",
"You created %1$s" : "Вие креиравте %1$s",
"%2$s created %1$s" : "%2$s креирано %1$s",
"You changed %1$s" : "Вие изменивте %1$s",
"%2$s changed %1$s" : "%2$s променето %1$s",
"You deleted %1$s" : "Вие избришавте %1$s",
"%2$s deleted %1$s" : "%2$s избришани %1$s",
+ "Changed by %2$s" : "Променето од %2$s",
+ "Deleted by %2$s" : "Избришано од %2$s",
+ "Restored by %2$s" : "Повратено од %2$s",
"Upload (max. %s)" : "Префрлање (макс. %s)",
"File handling" : "Ракување со датотеки",
"Maximum upload size" : "Максимална големина за подигање",
"max. possible: " : "макс. можно:",
"Save" : "Сними",
+ "Missing permissions to edit from here." : "Недостасуваат пермисии за да уредувате од тука",
"Settings" : "Подесувања",
"WebDAV" : "WebDAV",
"Cancel upload" : "Откажи прикачување",
+ "No files in here" : "Тука нема датотеки",
"No entries found in this folder" : "Нема ништо во оваа папка",
+ "Select all" : "Избери се",
"Upload too large" : "Фајлот кој се вчитува е преголем",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер.",
"Files are being scanned, please wait." : "Се скенираат датотеки, ве молам почекајте.",
- "Text file" : "Текстуална датотека"
+ "Files and folders you mark as favorite will show up here" : "Датотеките и папките кои ќе ги означите како чести, ќе се појават тука",
+ "Text file" : "Текстуална датотека",
+ "New text file.txt" : "Нова текстуална датотека file.txt"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json
index acf8f546d73..2c5b3a4d23d 100644
--- a/apps/files/l10n/mk.json
+++ b/apps/files/l10n/mk.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "Storage not available" : "Сториџот не е достапен",
+ "Storage invalid" : "Сториџот не е валиден",
"Unknown error" : "Непозната грешка",
"Unable to set upload directory." : "Не може да се постави папката за префрлање на податоци.",
"Invalid Token" : "Грешен токен",
@@ -14,6 +16,7 @@
"Upload failed. Could not find uploaded file" : "Префрлањето е неуспешно. Не можам да го најдам префрлената датотека.",
"Invalid directory." : "Погрешна папка.",
"Files" : "Датотеки",
+ "All files" : "Сите датотеки",
"Favorites" : "Омилени",
"Home" : "Дома",
"Close" : "Затвори",
@@ -24,9 +27,11 @@
"Download" : "Преземи",
"Rename" : "Преименувај",
"Delete" : "Избриши",
+ "Unshare" : "Не споделувај",
"Details" : "Детали:",
"Select" : "Избери",
"Pending" : "Чека",
+ "This operation is forbidden" : "Операцијата не е дозволена",
"Name" : "Име",
"Size" : "Големина",
"Modified" : "Променето",
@@ -35,27 +40,40 @@
"File name cannot be empty." : "Името на датотеката не може да биде празно.",
"Your storage is full, files can not be updated or synced anymore!" : "Вашиот сториџ е полн, датотеките веќе не можат да се освежуваат или синхронизираат!",
"Your storage is almost full ({usedSpacePercent}%)" : "Вашиот сториџ е скоро полн ({usedSpacePercent}%)",
+ "Path" : "Патека",
+ "Favorited" : "Омилени",
+ "Favorite" : "Омилен",
"Folder" : "Папка",
"New folder" : "Нова папка",
+ "{newname} already exists" : "{newname} веќе постои",
"Upload" : "Подигни",
+ "An error occurred while trying to update the tags" : "Се случи грешка додека се обидувавте да ги освежите таговите",
"You created %1$s" : "Вие креиравте %1$s",
"%2$s created %1$s" : "%2$s креирано %1$s",
"You changed %1$s" : "Вие изменивте %1$s",
"%2$s changed %1$s" : "%2$s променето %1$s",
"You deleted %1$s" : "Вие избришавте %1$s",
"%2$s deleted %1$s" : "%2$s избришани %1$s",
+ "Changed by %2$s" : "Променето од %2$s",
+ "Deleted by %2$s" : "Избришано од %2$s",
+ "Restored by %2$s" : "Повратено од %2$s",
"Upload (max. %s)" : "Префрлање (макс. %s)",
"File handling" : "Ракување со датотеки",
"Maximum upload size" : "Максимална големина за подигање",
"max. possible: " : "макс. можно:",
"Save" : "Сними",
+ "Missing permissions to edit from here." : "Недостасуваат пермисии за да уредувате од тука",
"Settings" : "Подесувања",
"WebDAV" : "WebDAV",
"Cancel upload" : "Откажи прикачување",
+ "No files in here" : "Тука нема датотеки",
"No entries found in this folder" : "Нема ништо во оваа папка",
+ "Select all" : "Избери се",
"Upload too large" : "Фајлот кој се вчитува е преголем",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Датотеките кои се обидувате да ги подигнете ја надминуваат максималната големина за подигнување датотеки на овој сервер.",
"Files are being scanned, please wait." : "Се скенираат датотеки, ве молам почекајте.",
- "Text file" : "Текстуална датотека"
+ "Files and folders you mark as favorite will show up here" : "Датотеките и папките кои ќе ги означите како чести, ќе се појават тука",
+ "Text file" : "Текстуална датотека",
+ "New text file.txt" : "Нова текстуална датотека file.txt"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
} \ No newline at end of file
diff --git a/apps/files_trashbin/l10n/mk.js b/apps/files_trashbin/l10n/mk.js
index 8a4b16c52d8..4e6e5da77df 100644
--- a/apps/files_trashbin/l10n/mk.js
+++ b/apps/files_trashbin/l10n/mk.js
@@ -8,8 +8,10 @@ OC.L10N.register(
"Delete" : "Избриши",
"Delete permanently" : "Трајно избришани",
"Error" : "Грешка",
+ "This operation is forbidden" : "Операцијата не е дозволена",
"restored" : "повратени",
"No entries found in this folder" : "Нема ништо во оваа папка",
+ "Select all" : "Избери се",
"Name" : "Име",
"Deleted" : "Избришан"
},
diff --git a/apps/files_trashbin/l10n/mk.json b/apps/files_trashbin/l10n/mk.json
index 2ec0b3c9500..1e1a8aff42a 100644
--- a/apps/files_trashbin/l10n/mk.json
+++ b/apps/files_trashbin/l10n/mk.json
@@ -6,8 +6,10 @@
"Delete" : "Избриши",
"Delete permanently" : "Трајно избришани",
"Error" : "Грешка",
+ "This operation is forbidden" : "Операцијата не е дозволена",
"restored" : "повратени",
"No entries found in this folder" : "Нема ништо во оваа папка",
+ "Select all" : "Избери се",
"Name" : "Име",
"Deleted" : "Избришан"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js
index 44ce45a1b96..410b626745c 100644
--- a/apps/user_ldap/l10n/eu.js
+++ b/apps/user_ldap/l10n/eu.js
@@ -10,15 +10,22 @@ OC.L10N.register(
"No configuration specified" : "Ez da konfiguraziorik zehaztu",
"No data specified" : "Ez da daturik zehaztu",
" Could not set configuration %s" : "Ezin izan da %s konfigurazioa ezarri",
+ "Action does not exist" : "Ekintza ez da existitzen",
+ "The Base DN appears to be wrong" : "Oinarrizko DN gaizki dagoela dirudi",
"Configuration incorrect" : "Konfigurazioa ez dago ongi",
"Configuration incomplete" : "Konfigurazioa osatu gabe dago",
"Configuration OK" : "Konfigurazioa ongi dago",
"Select groups" : "Hautatu taldeak",
"Select object classes" : "Hautatu objektu klaseak",
"{nthServer}. Server" : "{nthServer}. Zerbitzaria",
+ "More than 1,000 directory entries available." : "1.000 baino direktorio sarrera gehiago daude.",
+ " entries available within the provided Base DN" : "sarrera eskuragarri emandako Oinarrizko DNarekin",
"Do you really want to delete the current Server Configuration?" : "Ziur zaude Zerbitzariaren Konfigurazioa ezabatu nahi duzula?",
"Confirm Deletion" : "Baieztatu Ezabatzea",
"Select attributes" : "Hautatu atributuak",
+ "User found and settings verified." : "Erabiltzailea aurkituta eta ezarpenak egiaztatutak.",
+ "Please provide a login name to test against" : "Mesedez saioa hasteko izen bat eman frogatu ahal izateko",
+ "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Taldeen sarrera desgaitu da, LDAP / AD zerbitzariak ez duelako memberOf onartzen.",
"_%s group found_::_%s groups found_" : ["Talde %s aurkitu da","%s talde aurkitu dira"],
"_%s user found_::_%s users found_" : ["Erabiltzaile %s aurkitu da","%s erabiltzaile aurkitu dira"],
"Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "Ezin izan da erabiltzailearen bistaratze izenaren atributua antzeman. Mesedez zehaztu ldap ezarpen aurreratuetan.",
@@ -26,27 +33,47 @@ OC.L10N.register(
"Invalid Host" : "Baliogabeko hostalaria",
"Server" : "Zerbitzaria",
"Users" : "Erabiltzaileak",
+ "Login Attributes" : "Saioa hasteko atributuak",
"Groups" : "Taldeak",
"Test Configuration" : "Egiaztatu Konfigurazioa",
"Help" : "Laguntza",
"Groups meeting these criteria are available in %s:" : "Baldintza horiek betetzen dituzten taldeak bertan eskuragarri %s:",
+ "Only these object classes:" : "Bakarrik objektu klase hauetakoak:",
+ "Only from these groups:" : "Bakarrik talde hauetakoak:",
+ "Search groups" : "Bilatu taldeak",
+ "Available groups" : "Eskuragarri dauden taldeak",
+ "Selected groups" : "Hautatuko taldeak",
+ "Edit LDAP Query" : "Editatu LDAP kontsulta",
+ "LDAP Filter:" : "LDAP Iragazkia:",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP taldek izango duten sarrera %s instantziara:",
+ "Verify settings and count groups" : "Egiaztatu ezarpetak eta zenbatu taldeak",
+ "LDAP / AD Username:" : "LDAP / AD Erabiltzaile izena:",
+ "LDAP / AD Email Address:" : "LDAP / AD E-posta Helbidea:",
"Other Attributes:" : "Bestelako atributuak:",
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definitu aplikatu beharreko iragazkia sartzen saiatzean. %%uid erabiltzailearen izena ordezten du sartzeko ekintzan. Adibidez: \"uid=%%uid\"",
+ "Test Loginname" : "Egiaztatu Saioa hasteko izena",
+ "Verify settings" : "Egiaztatu ezarpenak",
"1. Server" : "1. Zerbitzaria",
"%s. Server:" : "%s. Zerbitzaria:",
+ "Add a new and blank configuration" : "Gehitu konfigurazio berri eta huts bat",
+ "Copy current configuration into new directory binding" : "Kopiatu uneko konfigurazioa direktorio lotura berrian",
+ "Delete the current configuration" : "Ezabatu uneko konfigurazioa",
"Host" : "Hostalaria",
"You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokoloa ez da beharrezkoa, SSL behar baldin ez baduzu. Honela bada hasi ldaps://",
"Port" : "Portua",
+ "Detect Port" : "Antzeman Ataka",
"User DN" : "Erabiltzaile DN",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.",
"Password" : "Pasahitza",
"For anonymous access, leave DN and Password empty." : "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.",
"One Base DN per line" : "DN Oinarri bat lerroko",
"You can specify Base DN for users and groups in the Advanced tab" : "Erabiltzaile eta taldeentzako Oinarrizko DN zehaztu dezakezu Aurreratu fitxan",
+ "Detect Base DN" : "Anteman Oinarrizko DN",
+ "Test Base DN" : "Egiaztatu Oinarrizko DN",
"Manually enter LDAP filters (recommended for large directories)" : "Eskuz sartu LDAP iragazkiak (direktorio handietarako gomendatuta)",
"Limit %s access to users meeting these criteria:" : "Mugatu %s sarbidea baldintza horiek betetzen dituzten erabiltzaileei.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP erabiltzailek izango duten sarrera %s instantziara:",
+ "Verify settings and count users" : "Egiaztatu ezarpetak eta zenbatu erabiltzaileak",
"Saving" : "Gordetzen",
"Back" : "Atzera",
"Continue" : "Jarraitu",
diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json
index 64539c16e11..f0599392c50 100644
--- a/apps/user_ldap/l10n/eu.json
+++ b/apps/user_ldap/l10n/eu.json
@@ -8,15 +8,22 @@
"No configuration specified" : "Ez da konfiguraziorik zehaztu",
"No data specified" : "Ez da daturik zehaztu",
" Could not set configuration %s" : "Ezin izan da %s konfigurazioa ezarri",
+ "Action does not exist" : "Ekintza ez da existitzen",
+ "The Base DN appears to be wrong" : "Oinarrizko DN gaizki dagoela dirudi",
"Configuration incorrect" : "Konfigurazioa ez dago ongi",
"Configuration incomplete" : "Konfigurazioa osatu gabe dago",
"Configuration OK" : "Konfigurazioa ongi dago",
"Select groups" : "Hautatu taldeak",
"Select object classes" : "Hautatu objektu klaseak",
"{nthServer}. Server" : "{nthServer}. Zerbitzaria",
+ "More than 1,000 directory entries available." : "1.000 baino direktorio sarrera gehiago daude.",
+ " entries available within the provided Base DN" : "sarrera eskuragarri emandako Oinarrizko DNarekin",
"Do you really want to delete the current Server Configuration?" : "Ziur zaude Zerbitzariaren Konfigurazioa ezabatu nahi duzula?",
"Confirm Deletion" : "Baieztatu Ezabatzea",
"Select attributes" : "Hautatu atributuak",
+ "User found and settings verified." : "Erabiltzailea aurkituta eta ezarpenak egiaztatutak.",
+ "Please provide a login name to test against" : "Mesedez saioa hasteko izen bat eman frogatu ahal izateko",
+ "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Taldeen sarrera desgaitu da, LDAP / AD zerbitzariak ez duelako memberOf onartzen.",
"_%s group found_::_%s groups found_" : ["Talde %s aurkitu da","%s talde aurkitu dira"],
"_%s user found_::_%s users found_" : ["Erabiltzaile %s aurkitu da","%s erabiltzaile aurkitu dira"],
"Could not detect user display name attribute. Please specify it yourself in advanced ldap settings." : "Ezin izan da erabiltzailearen bistaratze izenaren atributua antzeman. Mesedez zehaztu ldap ezarpen aurreratuetan.",
@@ -24,27 +31,47 @@
"Invalid Host" : "Baliogabeko hostalaria",
"Server" : "Zerbitzaria",
"Users" : "Erabiltzaileak",
+ "Login Attributes" : "Saioa hasteko atributuak",
"Groups" : "Taldeak",
"Test Configuration" : "Egiaztatu Konfigurazioa",
"Help" : "Laguntza",
"Groups meeting these criteria are available in %s:" : "Baldintza horiek betetzen dituzten taldeak bertan eskuragarri %s:",
+ "Only these object classes:" : "Bakarrik objektu klase hauetakoak:",
+ "Only from these groups:" : "Bakarrik talde hauetakoak:",
+ "Search groups" : "Bilatu taldeak",
+ "Available groups" : "Eskuragarri dauden taldeak",
+ "Selected groups" : "Hautatuko taldeak",
+ "Edit LDAP Query" : "Editatu LDAP kontsulta",
+ "LDAP Filter:" : "LDAP Iragazkia:",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP taldek izango duten sarrera %s instantziara:",
+ "Verify settings and count groups" : "Egiaztatu ezarpetak eta zenbatu taldeak",
+ "LDAP / AD Username:" : "LDAP / AD Erabiltzaile izena:",
+ "LDAP / AD Email Address:" : "LDAP / AD E-posta Helbidea:",
"Other Attributes:" : "Bestelako atributuak:",
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definitu aplikatu beharreko iragazkia sartzen saiatzean. %%uid erabiltzailearen izena ordezten du sartzeko ekintzan. Adibidez: \"uid=%%uid\"",
+ "Test Loginname" : "Egiaztatu Saioa hasteko izena",
+ "Verify settings" : "Egiaztatu ezarpenak",
"1. Server" : "1. Zerbitzaria",
"%s. Server:" : "%s. Zerbitzaria:",
+ "Add a new and blank configuration" : "Gehitu konfigurazio berri eta huts bat",
+ "Copy current configuration into new directory binding" : "Kopiatu uneko konfigurazioa direktorio lotura berrian",
+ "Delete the current configuration" : "Ezabatu uneko konfigurazioa",
"Host" : "Hostalaria",
"You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokoloa ez da beharrezkoa, SSL behar baldin ez baduzu. Honela bada hasi ldaps://",
"Port" : "Portua",
+ "Detect Port" : "Antzeman Ataka",
"User DN" : "Erabiltzaile DN",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Lotura egingo den bezero erabiltzailearen DNa, adb. uid=agent,dc=example,dc=com. Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.",
"Password" : "Pasahitza",
"For anonymous access, leave DN and Password empty." : "Sarrera anonimoak gaitzeko utzi DN eta Pasahitza hutsik.",
"One Base DN per line" : "DN Oinarri bat lerroko",
"You can specify Base DN for users and groups in the Advanced tab" : "Erabiltzaile eta taldeentzako Oinarrizko DN zehaztu dezakezu Aurreratu fitxan",
+ "Detect Base DN" : "Anteman Oinarrizko DN",
+ "Test Base DN" : "Egiaztatu Oinarrizko DN",
"Manually enter LDAP filters (recommended for large directories)" : "Eskuz sartu LDAP iragazkiak (direktorio handietarako gomendatuta)",
"Limit %s access to users meeting these criteria:" : "Mugatu %s sarbidea baldintza horiek betetzen dituzten erabiltzaileei.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP erabiltzailek izango duten sarrera %s instantziara:",
+ "Verify settings and count users" : "Egiaztatu ezarpetak eta zenbatu erabiltzaileak",
"Saving" : "Gordetzen",
"Back" : "Atzera",
"Continue" : "Jarraitu",
diff --git a/apps/user_ldap/l10n/mk.js b/apps/user_ldap/l10n/mk.js
index 560aa4b6b8c..1165678b925 100644
--- a/apps/user_ldap/l10n/mk.js
+++ b/apps/user_ldap/l10n/mk.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"user_ldap",
{
+ "Select groups" : "Одбери групи",
"Confirm Deletion" : "Потврдете го бришењето",
"Users" : "Корисници",
"Groups" : "Групи",
diff --git a/apps/user_ldap/l10n/mk.json b/apps/user_ldap/l10n/mk.json
index 85fab2fb2d1..3bd03720893 100644
--- a/apps/user_ldap/l10n/mk.json
+++ b/apps/user_ldap/l10n/mk.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Select groups" : "Одбери групи",
"Confirm Deletion" : "Потврдете го бришењето",
"Users" : "Корисници",
"Groups" : "Групи",