[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-10-17 00:08:42 +00:00
parent 6ee394172d
commit 50c51b92d4
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
22 changed files with 198 additions and 32 deletions

View File

@ -124,6 +124,7 @@ OC.L10N.register(
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">通过 WebDAV 访问您的文件</a>",
"Uploading @" : "上传中",
"Cancel upload" : "取消上传",
"No files in here" : "无文件",
"Upload some content or sync with your devices!" : "上传或从您的设备中同步!",
"No entries found in this folder" : "文件夹中无项目",

View File

@ -122,6 +122,7 @@
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">通过 WebDAV 访问您的文件</a>",
"Uploading @" : "上传中",
"Cancel upload" : "取消上传",
"No files in here" : "无文件",
"Upload some content or sync with your devices!" : "上传或从您的设备中同步!",
"No entries found in this folder" : "文件夹中无项目",

View File

@ -14,6 +14,8 @@ OC.L10N.register(
"(group)" : "(分组)",
"Compatibility with Mac NFD encoding (slow)" : "兼用 Mac NFD 编码 (慢)",
"Admin defined" : "管理员定义",
"Are you sure you want to delete this external storage" : "是否要删除该外部存储",
"Delete storage?" : "删除存储?",
"Saved" : "已保存",
"Saving..." : "正在保存...",
"Save" : "保存",

View File

@ -12,6 +12,8 @@
"(group)" : "(分组)",
"Compatibility with Mac NFD encoding (slow)" : "兼用 Mac NFD 编码 (慢)",
"Admin defined" : "管理员定义",
"Are you sure you want to delete this external storage" : "是否要删除该外部存储",
"Delete storage?" : "删除存储?",
"Saved" : "已保存",
"Saving..." : "正在保存...",
"Save" : "保存",

View File

@ -42,6 +42,7 @@ OC.L10N.register(
"%s (invisible)" : "%s (láthatatlan)",
"<strong>System tags</strong> for a file have been modified" : "A fájl <strong>rendszer címkéje</strong> módosítva lett",
"Collaborative tags" : "Együttműködési címkék",
"Create and edit collaborative tags. These tags affect all users." : "Kollaboratív címke létrehozása és szerkesztése. Ezek minden felhasználóra érvényesülnek.",
"Select tag …" : "Címke választás...",
"Name" : "Név",
"Delete" : "Törlés",

View File

@ -40,6 +40,7 @@
"%s (invisible)" : "%s (láthatatlan)",
"<strong>System tags</strong> for a file have been modified" : "A fájl <strong>rendszer címkéje</strong> módosítva lett",
"Collaborative tags" : "Együttműködési címkék",
"Create and edit collaborative tags. These tags affect all users." : "Kollaboratív címke létrehozása és szerkesztése. Ezek minden felhasználóra érvényesülnek.",
"Select tag …" : "Címke választás...",
"Name" : "Név",
"Delete" : "Törlés",

View File

@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "Die eingegebene Adresse ist zu lang",
"The given slogan is too long" : "Der eingegebene Slogan ist zu lang",
"The given color is invalid" : "Die gewählte Farbe ist ungültig",
"There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
"Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.",
"A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt.",
"No file uploaded" : "Keine Datei hochgeladen",
"Unsupported image type" : "Nicht unterstütztes Bild-Format",
"You are already using a custom theme" : "Du benutzt bereits ein eigenes Thema",

View File

@ -7,6 +7,14 @@
"The given web address is too long" : "Die eingegebene Adresse ist zu lang",
"The given slogan is too long" : "Der eingegebene Slogan ist zu lang",
"The given color is invalid" : "Die gewählte Farbe ist ungültig",
"There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
"Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.",
"A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt.",
"No file uploaded" : "Keine Datei hochgeladen",
"Unsupported image type" : "Nicht unterstütztes Bild-Format",
"You are already using a custom theme" : "Du benutzt bereits ein eigenes Thema",

View File

@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "Die eingegebene Adresse ist zu lang",
"The given slogan is too long" : "Der eingegebene Slogan ist zu lang",
"The given color is invalid" : "Die gewählte Farbe ist ungültig",
"There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
"Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.",
"A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt.",
"No file uploaded" : "Keine Datei hochgeladen",
"Unsupported image type" : "Nicht unterstütztes Bild-Format",
"You are already using a custom theme" : "Sie benutzen bereits ein eigenes Thema",

View File

@ -7,6 +7,14 @@
"The given web address is too long" : "Die eingegebene Adresse ist zu lang",
"The given slogan is too long" : "Der eingegebene Slogan ist zu lang",
"The given color is invalid" : "Die gewählte Farbe ist ungültig",
"There is no error, the file uploaded with success" : "Es ist kein Fehler aufgetreten. Die Datei wurde erfolgreich hochgeladen.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer, als die MAX_FILE_SIZE-Vorgabe erlaubt, die im HTML-Formular spezifiziert ist",
"The uploaded file was only partially uploaded" : "Die Datei konnte nur teilweise übertragen werden",
"No file was uploaded" : "Es wurde keine Datei hochgeladen",
"Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
"Failed to write file to disk." : "Fehler beim Schreiben der Datei auf die Festplatte.",
"A PHP extension stopped the file upload." : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt.",
"No file uploaded" : "Keine Datei hochgeladen",
"Unsupported image type" : "Nicht unterstütztes Bild-Format",
"You are already using a custom theme" : "Sie benutzen bereits ein eigenes Thema",

View File

@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "L'adresse web donnée est trop longue",
"The given slogan is too long" : "Le slogan donné est trop long",
"The given color is invalid" : "La couleur donnée est invalide",
"There is no error, the file uploaded with success" : "Aucune erreur, le fichier a été téléversé avec succès",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier téléversé dépasse la valeur upload_max_filesize située dans le fichier php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier téléversé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML",
"The uploaded file was only partially uploaded" : "Le fichier n'a été que partiellement téléversé",
"No file was uploaded" : "Aucun fichier téléversé",
"Missing a temporary folder" : "Absence de dossier temporaire",
"Failed to write file to disk." : "Erreur d'écriture du fichier sur le disque.",
"A PHP extension stopped the file upload." : "Une extension PHP a arrêté le téléversement du fichier.",
"No file uploaded" : "Aucun fichier téléversé",
"Unsupported image type" : "Ce type d'image n'est pas pris en charge",
"You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé",

View File

@ -7,6 +7,14 @@
"The given web address is too long" : "L'adresse web donnée est trop longue",
"The given slogan is too long" : "Le slogan donné est trop long",
"The given color is invalid" : "La couleur donnée est invalide",
"There is no error, the file uploaded with success" : "Aucune erreur, le fichier a été téléversé avec succès",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier téléversé dépasse la valeur upload_max_filesize située dans le fichier php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier téléversé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML",
"The uploaded file was only partially uploaded" : "Le fichier n'a été que partiellement téléversé",
"No file was uploaded" : "Aucun fichier téléversé",
"Missing a temporary folder" : "Absence de dossier temporaire",
"Failed to write file to disk." : "Erreur d'écriture du fichier sur le disque.",
"A PHP extension stopped the file upload." : "Une extension PHP a arrêté le téléversement du fichier.",
"No file uploaded" : "Aucun fichier téléversé",
"Unsupported image type" : "Ce type d'image n'est pas pris en charge",
"You are already using a custom theme" : "Vous utilisez déjà un thème personnalisé",

View File

@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "Questo indirizzo web è troppo lungo",
"The given slogan is too long" : "Questo slogan è troppo lungo",
"The given color is invalid" : "Questo colore non è valido",
"There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
"The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
"No file was uploaded" : "Non è stato caricato alcun file",
"Missing a temporary folder" : "Manca una cartella temporanea",
"Failed to write file to disk." : "Scrittura su disco non riuscita",
"A PHP extension stopped the file upload." : "Un'estensione PHP ha fermato il caricamento del file.",
"No file uploaded" : "Nessun file caricato",
"Unsupported image type" : "Tipo di immagine non supportato",
"You are already using a custom theme" : "Stai già usando un tema personalizzato",

View File

@ -7,6 +7,14 @@
"The given web address is too long" : "Questo indirizzo web è troppo lungo",
"The given slogan is too long" : "Questo slogan è troppo lungo",
"The given color is invalid" : "Questo colore non è valido",
"There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
"The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
"No file was uploaded" : "Non è stato caricato alcun file",
"Missing a temporary folder" : "Manca una cartella temporanea",
"Failed to write file to disk." : "Scrittura su disco non riuscita",
"A PHP extension stopped the file upload." : "Un'estensione PHP ha fermato il caricamento del file.",
"No file uploaded" : "Nessun file caricato",
"Unsupported image type" : "Tipo di immagine non supportato",
"You are already using a custom theme" : "Stai già usando un tema personalizzato",

View File

@ -9,6 +9,14 @@ OC.L10N.register(
"The given web address is too long" : "O endereço web fornecido é muito longo",
"The given slogan is too long" : "O slogan dado é muito longo",
"The given color is invalid" : "A cor fornecida é inválida",
"There is no error, the file uploaded with success" : "Sem erros. Arquivo enviado com sucesso",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize do php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE especificada no formulário HTML",
"The uploaded file was only partially uploaded" : "O arquivo foi enviado parcialmente",
"No file was uploaded" : "Nenhum arquivo foi enviado",
"Missing a temporary folder" : "Falta uma pasta temporária",
"Failed to write file to disk." : "Falha ao escrever no disco.",
"A PHP extension stopped the file upload." : "Uma extensão PHP parou o envio do arquivo.",
"No file uploaded" : "Nenhum arquivo enviado",
"Unsupported image type" : "Tipo de imagem não suportado",
"You are already using a custom theme" : "Você já está usando um tema personalizado",

View File

@ -7,6 +7,14 @@
"The given web address is too long" : "O endereço web fornecido é muito longo",
"The given slogan is too long" : "O slogan dado é muito longo",
"The given color is invalid" : "A cor fornecida é inválida",
"There is no error, the file uploaded with success" : "Sem erros. Arquivo enviado com sucesso",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize do php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE especificada no formulário HTML",
"The uploaded file was only partially uploaded" : "O arquivo foi enviado parcialmente",
"No file was uploaded" : "Nenhum arquivo foi enviado",
"Missing a temporary folder" : "Falta uma pasta temporária",
"Failed to write file to disk." : "Falha ao escrever no disco.",
"A PHP extension stopped the file upload." : "Uma extensão PHP parou o envio do arquivo.",
"No file uploaded" : "Nenhum arquivo enviado",
"Unsupported image type" : "Tipo de imagem não suportado",
"You are already using a custom theme" : "Você já está usando um tema personalizado",

View File

@ -51,14 +51,21 @@ OC.L10N.register(
"An unspecified error occurred. Please check log and settings." : "Десила се непозната грешка. Погледајте дневник и подешавања.",
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Филтер претраге је неисправан, вероватно због синтаксе попут неједнаког броја отворених и затворених заграда. Проверите.",
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Дошло је до грешке LDAP / AD везе. Проверите домаћина, порт и акредитиве.",
"The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "\"%uid\" резервисано поље недостаје. Биће замењено са корисничким именом када се ради упит над LDAP / AD-ом.",
"Please provide a login name to test against" : "Наведите пријавно име за тест са",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Поље групе је искључено јер LDAP / AD сервер не подржава припадност групи.",
"Password change rejected. Hint: " : "Промена лозинке није прихваћена. Смерница:",
"Please login with the new password" : "Пријавите се са новом лозинком",
"Your password will expire tomorrow." : "Ваша лозинка ће истећи сутра.",
"Your password will expire today." : "Ваша лозинка ће истећи данас.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Ваша лозинка ће истећи за %n дан.","Ваша лозинка ће истећи за %n дана.","Ваша лозинка ће истећи за %n дана."],
"LDAP / AD integration" : "LDAP / AD интеграција",
"_%s group found_::_%s groups found_" : ["нађена %s група","нађене %s групе","нађено %s група"],
"_%s user found_::_%s users found_" : ["нађен %s корисник","нађена %s корисника","нађено %s корисника"],
"_%s group found_::_%s groups found_" : ["нађена %s група","нађене %s групе","Нађено %s група"],
"_%s user found_::_%s users found_" : ["нађен %s корисник","нађена %s корисника","Нађено %s корисника"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Не могу да пронађем атрибут имена за приказ корисника. Молимо сами га наведите у LDAP напредним подешавањима.",
"Could not find the desired feature" : "Не могу да пронађем жељену особину",
"Invalid Host" : "Неисправан домаћин",
"Test Configuration" : "Испробај поставу",
"Test Configuration" : "Испробај поставку",
"Help" : "Помоћ",
"Groups meeting these criteria are available in %s:" : "Групе које испуњавају ове критеријуме су доступне у %s:",
"Only these object classes:" : "Само ове класе објеката:",
@ -66,38 +73,54 @@ OC.L10N.register(
"Search groups" : "Претражи групе",
"Available groups" : "Доступне групе",
"Selected groups" : "Изабране групе",
"Edit LDAP Query" : "Уреди ЛДАП упит",
"LDAP Filter:" : "ЛДАП филтер:",
"Edit LDAP Query" : "Уреди LDAP упит",
"LDAP Filter:" : "LDAP филтер:",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Филтер прецизира које ће LDAP групе требају имати приступ %s случају.",
"Verify settings and count the groups" : "Верификуј поставке и преброј групе",
"When logging in, %s will find the user based on the following attributes:" : "При пријављивању, %s ће пронаћи корисника на основу следећих атрибута:",
"LDAP / AD Username:" : "ЛДАП / АД корисничко име:",
"LDAP / AD Email Address:" : "ЛДАП / АД е-адреса:",
"Other Attributes:" : "Остали параметри:",
"LDAP / AD Username:" : "LDAP / AD корисничко име:",
"Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Дозволи пријављивање преко LDAP / AD корисничког имена, које је или \"uid\" или \"sAMAccountName\" и биће детектовано.",
"LDAP / AD Email Address:" : "LDAP / AD адреса е-поште:",
"Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Дозволи пријављивање преко атрибута адресе е-поште. \"mail\" и \"mailPrimaryAddress\" су дозвољени.",
"Other Attributes:" : "Остали атрибути:",
"Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Дефинише филтер који ће се применити, када се покуша пријава. \"%%uid\" замењује корисничко име у пријави. Example: \"uid=%%uid\"",
"Test Loginname" : "Испробај име за пријаву",
"Verify settings" : "Провери поставке",
"1. Server" : "1. сервер",
"%s. Server:" : "%s. Сервер:",
"Add a new configuration" : "Додај нову поставку",
"Copy current configuration into new directory binding" : "Копирај тренутну поставу у везивање новог директоријума",
"Delete the current configuration" : "Обриши тренутне поставке",
"Host" : "Домаћин",
"You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Можете да изоставите протокол, осим ако не захтевате SSL. Ако је потребан, почните са ldaps://",
"Port" : "Порт",
"Detect Port" : "Откриј порт",
"User DN" : "Корисников 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." : "DN корисника клијента са којим треба да се успостави веза, нпр. uid=agent,dc=example,dc=com. За анониман приступ, оставите поља DN и лозинка празним.",
"Password" : "Лозинка",
"For anonymous access, leave DN and Password empty." : "За анониман приступ, оставите поља DN и лозинка празним.",
"One Base DN per line" : "Једна Base DN по линији",
"One Base DN per line" : "Један Base DN по линији",
"You can specify Base DN for users and groups in the Advanced tab" : "Можете навести Base DN за кориснике и групе у картици Напредно",
"Detect Base DN" : "Откриј базни ДН",
"Test Base DN" : "Тестирај базни ДН",
"Detect Base DN" : "Откриј Base DN",
"Test Base DN" : "Тестирај Base DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избегава аутоматске LDAP захтеве. Боље за веће поставке, али тражи мало више познавања LDAP-а.",
"Manually enter LDAP filters (recommended for large directories)" : "Унесите ручно LDAP филтере (препоручено за велике директоријуме)",
"Listing and searching for users is constrained by these criteria:" : "Излиставање и претраживање корисника је ограничено следећим условима:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Најчешће класе објеката за кориснике су organizationalPerson, person, user и inetOrgPerson. Ако нисте сигурни шта да изаберете, питајте администратора именика.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Филтер одређује који ЛДАП корисници ће имати приступ на %s.",
"Verify settings and count users" : "Провери поставке и преброј кориснике",
"Saving" : "Снимам",
"Back" : "Назад",
"Continue" : "Настави",
"Please renew your password." : "Молимо обновите Вашу лозинку.",
"An internal error occurred." : "Догодила се интерна грешка.",
"Please try again or contact your administrator." : "Покушајте поново или контактирајте администратора.",
"Current password" : "Тренутна лозинка",
"New password" : "Нова лозинка",
"Renew password" : "Обнови лозинку",
"Wrong password. Reset it?" : "Погрешна лозинка. Желите ли да је ресетујете?",
"Wrong password." : "Лоша лозинка.",
"Cancel" : "Одустани",
"LDAP" : "LDAP",
"Server" : "Сервер",
"Users" : "Корисници",
@ -105,22 +128,24 @@ OC.L10N.register(
"Groups" : "Групе",
"Expert" : "Стручњак",
"Advanced" : "Напредно",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Упозорење:</b> ПХП ЛДАП модул није инсталиран и зачеље неће радити. Питајте систем администратора да га инсталира.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Упозорење:</b> PHP LDAP модул није инсталиран и зачеље неће радити. Питајте систем администратора да га инсталира.",
"Connection Settings" : "Поставке везе",
"Configuration Active" : "Конфигурација активна",
"When unchecked, this configuration will be skipped." : "Када није штриклирано, ова конфигурација ће бити прескочена.",
"Backup (Replica) Host" : "Домаћин Резервне копије (Реплике)",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Наведите опционог домаћина за резервне копије. Он мора бити реплика главног ЛДАП/АД сервера.",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Наведите опционог домаћина за резервне копије. Он мора бити реплика главног LDAP/AD сервера.",
"Backup (Replica) Port" : "Порт Резервне копије (Реплике)",
"Disable Main Server" : "Онемогући главни сервер",
"Only connect to the replica server." : "Повезано само на сервер за копирање.",
"Turn off SSL certificate validation." : "Искључите потврду ССЛ сертификата.",
"Turn off SSL certificate validation." : "Искључите потврду SSL сертификата.",
"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Није препоручено, користите само за тестирање! Ако веза ради само са овом опцијом, увезите SSL сертификате LDAP сервера на ваш %s сервер.",
"Cache Time-To-Live" : "Трајност кеша",
"in seconds. A change empties the cache." : "у секундама. Промена празни кеш меморију.",
"Directory Settings" : "Подешавања директоријума",
"User Display Name Field" : "Име приказа корисника",
"The LDAP attribute to use to generate the user's display name." : "LDAP особина за стварање имена за приказ корисника.",
"The LDAP attribute to use to generate the user's display name." : "LDAP атрибут за стварање имена за приказ корисника.",
"2nd User Display Name Field" : "2. поље за приказ имена корисника",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Опционо. LDAP атрибут који се додаје на име у заградама. Коначно име за приказ ће бити нешто попут »Петар Петровић (pera@example.org)«.",
"Base User Tree" : "Основно стабло корисника",
"One User Base DN per line" : "Један Корисников јединствени назив DN по линији",
"User Search Attributes" : "Параметри претраге корисника",
@ -131,17 +156,28 @@ OC.L10N.register(
"One Group Base DN per line" : "Један Групни јединствени назив DN по линији",
"Group Search Attributes" : "Параметри претраге група",
"Group-Member association" : "Придруживање чланова у групу",
"Dynamic Group Member URL" : "Динамична адреса члана групе",
"The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "LDAP атрибут који на групном објекту садржи адресу LDAP претраге којом се одређује да ли објекат припада групи. (празно подешавање искључује могућност динамичких припадности групама.) ",
"Nested Groups" : "Угнеждене групе",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Када је укључено, подржане су групе унутар групе. (Ради само ако особина члана групе садржи DN-ове.)",
"Paging chunksize" : "Величина делића странице",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Величина делића се користи за страничење ЛДАП претрага које могу вратити гомилу резултата попут набрајања корисника или група. (постављање на 0 у таквим ситуацијама искључује приказ претраге по страницама)",
"Enable LDAP password changes per user" : "Укључи промену LDAP лозинке по кориснику",
"Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Дозволи LDAP корисницима да мењају своју лозинку и дозволи супер администраторима и администраторима група да мењају лозинке њихових LDAP корисника. Ради само када је контрола права приступа подешена према LDAP серверу. Пошто се лозинке шаљу као обичан тест ка LDAP серверу, мора се користити протокол са шифровањем, као и укључивање хеширања на LDAP серверу.",
"(New password is sent as plain text to LDAP)" : "(нова лозинка се шаље као обичан текст на LDAP)",
"Default password policy DN" : "Подразумевана политика промене DN лозинки",
"The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "Подразумевана политика промене лозинки ће се користити када лозинка истиче. Може се користити само када се укључи промена лозинке по кориснику и подржава је само OpenLDAP. Оставите празно да искључите шта се дешава када лозинка истиче.",
"Special Attributes" : "Посебни параметри",
"Quota Field" : "Поље квоте",
"Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Оставите празно за подразумевану квоту корисника. У супротном, ставите LDAP/AD атрибут.",
"Quota Default" : "Подразумевана квота",
"Email Field" : "Поље е-поште",
"Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Редефинише подразумевану квоту за LDAP кориснике који немају постављену квоту у Quota пољу.",
"Email Field" : "Поље адресе е-поште",
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Поставља адресу е-поште корисника из LDAP атрибута. Оставите празно за подразумевано понашање.",
"User Home Folder Naming Rule" : "Правило именовања корисничке фасцикле",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Оставите празно за корисничко име (подразумевано). У супротном, наведите особину LDAP/AD.",
"Internal Username" : "Интерно корисничко име:",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Подразумевано се интерно корисничко име креира од UUID атрибута. Тиме се гарантује да се корисничко име јединствено и да карактери не морају да се конвертују. Интерно корисничко име има ограничења да су дозвољени само следећи карактери: [ a-zA-Z0-9_.@- ]. Остали карактери ће или бити замењени ASCII еквивалентима или ће бити прескочени. Ако се деси поклапање са постојећим корисничким именом, додаће се број на крај имена. Интерно корисничко име се користи да идентификује корисника интерно. Такође се користи и као подразумевано име за име корисничку фасцикле, а и део је удаљених адреса, нпр. свих *DAV сервиса. Уз помоћ овог подешавања, може да се промени подразумевано понашање. Оставите га празним за подразумевано понашање. Промене ће се тицати само новомапираних (додатих) LDAP корисника.",
"Internal Username Attribute:" : "Интерни параметри корисничког имена:",
"Override UUID detection" : "Прескочи UUID откривање",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Подразумевано, атрибут UUID се аутоматски детектује. Атрибут UUID се користи за сигурну идентификацију LDAP корисника и група. Такође, локално корисничко име ће бити креирано на основу UUID-a, ако није другачије назначено. Можете заобићи поставке и проследити други атрибут по вашем избору. Морате бити сигурни да је изабрани атрибут јединствен и да га корисници и групе могу преносити. Оставите празно за подразумевано понашање. Промене ће имати дејство само на новомапираним (доданим) LDAP корисницима и групама.",

View File

@ -49,14 +49,21 @@
"An unspecified error occurred. Please check log and settings." : "Десила се непозната грешка. Погледајте дневник и подешавања.",
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Филтер претраге је неисправан, вероватно због синтаксе попут неједнаког броја отворених и затворених заграда. Проверите.",
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Дошло је до грешке LDAP / AD везе. Проверите домаћина, порт и акредитиве.",
"The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "\"%uid\" резервисано поље недостаје. Биће замењено са корисничким именом када се ради упит над LDAP / AD-ом.",
"Please provide a login name to test against" : "Наведите пријавно име за тест са",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "Поље групе је искључено јер LDAP / AD сервер не подржава припадност групи.",
"Password change rejected. Hint: " : "Промена лозинке није прихваћена. Смерница:",
"Please login with the new password" : "Пријавите се са новом лозинком",
"Your password will expire tomorrow." : "Ваша лозинка ће истећи сутра.",
"Your password will expire today." : "Ваша лозинка ће истећи данас.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Ваша лозинка ће истећи за %n дан.","Ваша лозинка ће истећи за %n дана.","Ваша лозинка ће истећи за %n дана."],
"LDAP / AD integration" : "LDAP / AD интеграција",
"_%s group found_::_%s groups found_" : ["нађена %s група","нађене %s групе","нађено %s група"],
"_%s user found_::_%s users found_" : ["нађен %s корисник","нађена %s корисника","нађено %s корисника"],
"_%s group found_::_%s groups found_" : ["нађена %s група","нађене %s групе","Нађено %s група"],
"_%s user found_::_%s users found_" : ["нађен %s корисник","нађена %s корисника","Нађено %s корисника"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Не могу да пронађем атрибут имена за приказ корисника. Молимо сами га наведите у LDAP напредним подешавањима.",
"Could not find the desired feature" : "Не могу да пронађем жељену особину",
"Invalid Host" : "Неисправан домаћин",
"Test Configuration" : "Испробај поставу",
"Test Configuration" : "Испробај поставку",
"Help" : "Помоћ",
"Groups meeting these criteria are available in %s:" : "Групе које испуњавају ове критеријуме су доступне у %s:",
"Only these object classes:" : "Само ове класе објеката:",
@ -64,38 +71,54 @@
"Search groups" : "Претражи групе",
"Available groups" : "Доступне групе",
"Selected groups" : "Изабране групе",
"Edit LDAP Query" : "Уреди ЛДАП упит",
"LDAP Filter:" : "ЛДАП филтер:",
"Edit LDAP Query" : "Уреди LDAP упит",
"LDAP Filter:" : "LDAP филтер:",
"The filter specifies which LDAP groups shall have access to the %s instance." : "Филтер прецизира које ће LDAP групе требају имати приступ %s случају.",
"Verify settings and count the groups" : "Верификуј поставке и преброј групе",
"When logging in, %s will find the user based on the following attributes:" : "При пријављивању, %s ће пронаћи корисника на основу следећих атрибута:",
"LDAP / AD Username:" : "ЛДАП / АД корисничко име:",
"LDAP / AD Email Address:" : "ЛДАП / АД е-адреса:",
"Other Attributes:" : "Остали параметри:",
"LDAP / AD Username:" : "LDAP / AD корисничко име:",
"Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Дозволи пријављивање преко LDAP / AD корисничког имена, које је или \"uid\" или \"sAMAccountName\" и биће детектовано.",
"LDAP / AD Email Address:" : "LDAP / AD адреса е-поште:",
"Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Дозволи пријављивање преко атрибута адресе е-поште. \"mail\" и \"mailPrimaryAddress\" су дозвољени.",
"Other Attributes:" : "Остали атрибути:",
"Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Дефинише филтер који ће се применити, када се покуша пријава. \"%%uid\" замењује корисничко име у пријави. Example: \"uid=%%uid\"",
"Test Loginname" : "Испробај име за пријаву",
"Verify settings" : "Провери поставке",
"1. Server" : "1. сервер",
"%s. Server:" : "%s. Сервер:",
"Add a new configuration" : "Додај нову поставку",
"Copy current configuration into new directory binding" : "Копирај тренутну поставу у везивање новог директоријума",
"Delete the current configuration" : "Обриши тренутне поставке",
"Host" : "Домаћин",
"You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Можете да изоставите протокол, осим ако не захтевате SSL. Ако је потребан, почните са ldaps://",
"Port" : "Порт",
"Detect Port" : "Откриј порт",
"User DN" : "Корисников 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." : "DN корисника клијента са којим треба да се успостави веза, нпр. uid=agent,dc=example,dc=com. За анониман приступ, оставите поља DN и лозинка празним.",
"Password" : "Лозинка",
"For anonymous access, leave DN and Password empty." : "За анониман приступ, оставите поља DN и лозинка празним.",
"One Base DN per line" : "Једна Base DN по линији",
"One Base DN per line" : "Један Base DN по линији",
"You can specify Base DN for users and groups in the Advanced tab" : "Можете навести Base DN за кориснике и групе у картици Напредно",
"Detect Base DN" : "Откриј базни ДН",
"Test Base DN" : "Тестирај базни ДН",
"Detect Base DN" : "Откриј Base DN",
"Test Base DN" : "Тестирај Base DN",
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Избегава аутоматске LDAP захтеве. Боље за веће поставке, али тражи мало више познавања LDAP-а.",
"Manually enter LDAP filters (recommended for large directories)" : "Унесите ручно LDAP филтере (препоручено за велике директоријуме)",
"Listing and searching for users is constrained by these criteria:" : "Излиставање и претраживање корисника је ограничено следећим условима:",
"The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Најчешће класе објеката за кориснике су organizationalPerson, person, user и inetOrgPerson. Ако нисте сигурни шта да изаберете, питајте администратора именика.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Филтер одређује који ЛДАП корисници ће имати приступ на %s.",
"Verify settings and count users" : "Провери поставке и преброј кориснике",
"Saving" : "Снимам",
"Back" : "Назад",
"Continue" : "Настави",
"Please renew your password." : "Молимо обновите Вашу лозинку.",
"An internal error occurred." : "Догодила се интерна грешка.",
"Please try again or contact your administrator." : "Покушајте поново или контактирајте администратора.",
"Current password" : "Тренутна лозинка",
"New password" : "Нова лозинка",
"Renew password" : "Обнови лозинку",
"Wrong password. Reset it?" : "Погрешна лозинка. Желите ли да је ресетујете?",
"Wrong password." : "Лоша лозинка.",
"Cancel" : "Одустани",
"LDAP" : "LDAP",
"Server" : "Сервер",
"Users" : "Корисници",
@ -103,22 +126,24 @@
"Groups" : "Групе",
"Expert" : "Стручњак",
"Advanced" : "Напредно",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Упозорење:</b> ПХП ЛДАП модул није инсталиран и зачеље неће радити. Питајте систем администратора да га инсталира.",
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Упозорење:</b> PHP LDAP модул није инсталиран и зачеље неће радити. Питајте систем администратора да га инсталира.",
"Connection Settings" : "Поставке везе",
"Configuration Active" : "Конфигурација активна",
"When unchecked, this configuration will be skipped." : "Када није штриклирано, ова конфигурација ће бити прескочена.",
"Backup (Replica) Host" : "Домаћин Резервне копије (Реплике)",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Наведите опционог домаћина за резервне копије. Он мора бити реплика главног ЛДАП/АД сервера.",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Наведите опционог домаћина за резервне копије. Он мора бити реплика главног LDAP/AD сервера.",
"Backup (Replica) Port" : "Порт Резервне копије (Реплике)",
"Disable Main Server" : "Онемогући главни сервер",
"Only connect to the replica server." : "Повезано само на сервер за копирање.",
"Turn off SSL certificate validation." : "Искључите потврду ССЛ сертификата.",
"Turn off SSL certificate validation." : "Искључите потврду SSL сертификата.",
"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Није препоручено, користите само за тестирање! Ако веза ради само са овом опцијом, увезите SSL сертификате LDAP сервера на ваш %s сервер.",
"Cache Time-To-Live" : "Трајност кеша",
"in seconds. A change empties the cache." : "у секундама. Промена празни кеш меморију.",
"Directory Settings" : "Подешавања директоријума",
"User Display Name Field" : "Име приказа корисника",
"The LDAP attribute to use to generate the user's display name." : "LDAP особина за стварање имена за приказ корисника.",
"The LDAP attribute to use to generate the user's display name." : "LDAP атрибут за стварање имена за приказ корисника.",
"2nd User Display Name Field" : "2. поље за приказ имена корисника",
"Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Опционо. LDAP атрибут који се додаје на име у заградама. Коначно име за приказ ће бити нешто попут »Петар Петровић (pera@example.org)«.",
"Base User Tree" : "Основно стабло корисника",
"One User Base DN per line" : "Један Корисников јединствени назив DN по линији",
"User Search Attributes" : "Параметри претраге корисника",
@ -129,17 +154,28 @@
"One Group Base DN per line" : "Један Групни јединствени назив DN по линији",
"Group Search Attributes" : "Параметри претраге група",
"Group-Member association" : "Придруживање чланова у групу",
"Dynamic Group Member URL" : "Динамична адреса члана групе",
"The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "LDAP атрибут који на групном објекту садржи адресу LDAP претраге којом се одређује да ли објекат припада групи. (празно подешавање искључује могућност динамичких припадности групама.) ",
"Nested Groups" : "Угнеждене групе",
"When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Када је укључено, подржане су групе унутар групе. (Ради само ако особина члана групе садржи DN-ове.)",
"Paging chunksize" : "Величина делића странице",
"Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Величина делића се користи за страничење ЛДАП претрага које могу вратити гомилу резултата попут набрајања корисника или група. (постављање на 0 у таквим ситуацијама искључује приказ претраге по страницама)",
"Enable LDAP password changes per user" : "Укључи промену LDAP лозинке по кориснику",
"Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Дозволи LDAP корисницима да мењају своју лозинку и дозволи супер администраторима и администраторима група да мењају лозинке њихових LDAP корисника. Ради само када је контрола права приступа подешена према LDAP серверу. Пошто се лозинке шаљу као обичан тест ка LDAP серверу, мора се користити протокол са шифровањем, као и укључивање хеширања на LDAP серверу.",
"(New password is sent as plain text to LDAP)" : "(нова лозинка се шаље као обичан текст на LDAP)",
"Default password policy DN" : "Подразумевана политика промене DN лозинки",
"The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "Подразумевана политика промене лозинки ће се користити када лозинка истиче. Може се користити само када се укључи промена лозинке по кориснику и подржава је само OpenLDAP. Оставите празно да искључите шта се дешава када лозинка истиче.",
"Special Attributes" : "Посебни параметри",
"Quota Field" : "Поље квоте",
"Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Оставите празно за подразумевану квоту корисника. У супротном, ставите LDAP/AD атрибут.",
"Quota Default" : "Подразумевана квота",
"Email Field" : "Поље е-поште",
"Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Редефинише подразумевану квоту за LDAP кориснике који немају постављену квоту у Quota пољу.",
"Email Field" : "Поље адресе е-поште",
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Поставља адресу е-поште корисника из LDAP атрибута. Оставите празно за подразумевано понашање.",
"User Home Folder Naming Rule" : "Правило именовања корисничке фасцикле",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Оставите празно за корисничко име (подразумевано). У супротном, наведите особину LDAP/AD.",
"Internal Username" : "Интерно корисничко име:",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Подразумевано се интерно корисничко име креира од UUID атрибута. Тиме се гарантује да се корисничко име јединствено и да карактери не морају да се конвертују. Интерно корисничко име има ограничења да су дозвољени само следећи карактери: [ a-zA-Z0-9_.@- ]. Остали карактери ће или бити замењени ASCII еквивалентима или ће бити прескочени. Ако се деси поклапање са постојећим корисничким именом, додаће се број на крај имена. Интерно корисничко име се користи да идентификује корисника интерно. Такође се користи и као подразумевано име за име корисничку фасцикле, а и део је удаљених адреса, нпр. свих *DAV сервиса. Уз помоћ овог подешавања, може да се промени подразумевано понашање. Оставите га празним за подразумевано понашање. Промене ће се тицати само новомапираних (додатих) LDAP корисника.",
"Internal Username Attribute:" : "Интерни параметри корисничког имена:",
"Override UUID detection" : "Прескочи UUID откривање",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Подразумевано, атрибут UUID се аутоматски детектује. Атрибут UUID се користи за сигурну идентификацију LDAP корисника и група. Такође, локално корисничко име ће бити креирано на основу UUID-a, ако није другачије назначено. Можете заобићи поставке и проследити други атрибут по вашем избору. Морате бити сигурни да је изабрани атрибут јединствен и да га корисници и групе могу преносити. Оставите празно за подразумевано понашање. Промене ће имати дејство само на новомапираним (доданим) LDAP корисницима и групама.",

View File

@ -84,6 +84,7 @@ OC.L10N.register(
"Set an admin username." : "请设置一个管理员用户名。",
"Set an admin password." : "请设置一个管理员密码。",
"Can't create or write into the data directory %s" : "无法创建或写入数据目录 %s",
"Given database host is invalid and must not contain the port: %s" : "给定的数据库主机不正确且不可包含端口:%s",
"Invalid Federated Cloud ID" : "无效的联合云ID",
"Sharing %s failed, because the backend does not allow shares from type %i" : "分享 %s 失败, 因为后端不允许分享 %i 类型",
"Sharing %s failed, because the file does not exist" : "分享 %s 失败, 因为文件不存在.",

View File

@ -82,6 +82,7 @@
"Set an admin username." : "请设置一个管理员用户名。",
"Set an admin password." : "请设置一个管理员密码。",
"Can't create or write into the data directory %s" : "无法创建或写入数据目录 %s",
"Given database host is invalid and must not contain the port: %s" : "给定的数据库主机不正确且不可包含端口:%s",
"Invalid Federated Cloud ID" : "无效的联合云ID",
"Sharing %s failed, because the backend does not allow shares from type %i" : "分享 %s 失败, 因为后端不允许分享 %i 类型",
"Sharing %s failed, because the file does not exist" : "分享 %s 失败, 因为文件不存在.",

View File

@ -12,6 +12,7 @@ OC.L10N.register(
"A login attempt using two-factor authentication failed (%1$s)" : "使用两步验证登录失败的尝试 (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "你的 <strong>密码</strong> 或 <strong>密码</strong> 已被更改",
"Your apps" : "你的应用",
"Updates" : "更新",
"Enabled apps" : "启用应用",
"Disabled apps" : "禁用应用",
"App bundles" : "应用软件包",
@ -103,6 +104,7 @@ OC.L10N.register(
"Error: This app can not be enabled because it makes the server unstable" : "错误: 无法启用应用因为它会导致服务器不稳定",
"Error: Could not disable broken app" : "错误: 无法禁用损坏的应用",
"Error while disabling broken app" : "禁用损坏的应用时出错",
"No app updates available" : "没有可用的应用更新",
"Updating...." : "正在更新....",
"Error while updating app" : "更新应用时出错",
"Updated" : "已更新",

View File

@ -10,6 +10,7 @@
"A login attempt using two-factor authentication failed (%1$s)" : "使用两步验证登录失败的尝试 (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "你的 <strong>密码</strong> 或 <strong>密码</strong> 已被更改",
"Your apps" : "你的应用",
"Updates" : "更新",
"Enabled apps" : "启用应用",
"Disabled apps" : "禁用应用",
"App bundles" : "应用软件包",
@ -101,6 +102,7 @@
"Error: This app can not be enabled because it makes the server unstable" : "错误: 无法启用应用因为它会导致服务器不稳定",
"Error: Could not disable broken app" : "错误: 无法禁用损坏的应用",
"Error while disabling broken app" : "禁用损坏的应用时出错",
"No app updates available" : "没有可用的应用更新",
"Updating...." : "正在更新....",
"Error while updating app" : "更新应用时出错",
"Updated" : "已更新",