diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-12-22 02:28:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-12-22 02:28:34 +0000 |
commit | c81e05db98c6bc0b6107d3666f38adab33b70a48 (patch) | |
tree | e73e3395034ba53c1914a21550dd3d13dbb59ce6 /apps/user_ldap/l10n | |
parent | d1cf6aa71ae28ec014c4d27090e161010cd89e01 (diff) | |
download | nextcloud-server-c81e05db98c6bc0b6107d3666f38adab33b70a48.tar.gz nextcloud-server-c81e05db98c6bc0b6107d3666f38adab33b70a48.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
30 files changed, 158 insertions, 10 deletions
diff --git a/apps/user_ldap/l10n/bg.js b/apps/user_ldap/l10n/bg.js index ee29d2a3f37..5f3fd66b67c 100644 --- a/apps/user_ldap/l10n/bg.js +++ b/apps/user_ldap/l10n/bg.js @@ -60,6 +60,7 @@ OC.L10N.register( "Back" : "Назад", "Continue" : "Продължи", "An internal error occurred." : "Възникна вътрешно сървърна грешка.", + "Please try again or contact your administrator." : "Опитайте отново или се свържете с администраотра.", "Current password" : "Текуща парола", "New password" : "Нова парола", "Wrong password." : "Грешна парола.", diff --git a/apps/user_ldap/l10n/bg.json b/apps/user_ldap/l10n/bg.json index 8d3ae000d26..ccb354d9975 100644 --- a/apps/user_ldap/l10n/bg.json +++ b/apps/user_ldap/l10n/bg.json @@ -58,6 +58,7 @@ "Back" : "Назад", "Continue" : "Продължи", "An internal error occurred." : "Възникна вътрешно сървърна грешка.", + "Please try again or contact your administrator." : "Опитайте отново или се свържете с администраотра.", "Current password" : "Текуща парола", "New password" : "Нова парола", "Wrong password." : "Грешна парола.", diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js index 0f5e4799c37..b192b12e974 100644 --- a/apps/user_ldap/l10n/en_GB.js +++ b/apps/user_ldap/l10n/en_GB.js @@ -65,6 +65,8 @@ OC.L10N.register( "Could not find the desired feature" : "Could not find the desired feature", "Invalid Host" : "Invalid Host", "LDAP user and group backend" : "LDAP user and group backend", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "This application enables administrators to connect Nextcloud to an LDAP-based user directory.", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation.", "Test Configuration" : "Test Configuration", "Help" : "Help", "Groups meeting these criteria are available in %s:" : "Groups meeting these criteria are available in %s:", diff --git a/apps/user_ldap/l10n/en_GB.json b/apps/user_ldap/l10n/en_GB.json index 3e4a8e42f65..82b1095065f 100644 --- a/apps/user_ldap/l10n/en_GB.json +++ b/apps/user_ldap/l10n/en_GB.json @@ -63,6 +63,8 @@ "Could not find the desired feature" : "Could not find the desired feature", "Invalid Host" : "Invalid Host", "LDAP user and group backend" : "LDAP user and group backend", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "This application enables administrators to connect Nextcloud to an LDAP-based user directory.", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation.", "Test Configuration" : "Test Configuration", "Help" : "Help", "Groups meeting these criteria are available in %s:" : "Groups meeting these criteria are available in %s:", diff --git a/apps/user_ldap/l10n/es_MX.js b/apps/user_ldap/l10n/es_MX.js index 4cee29d794f..d474a46e5d8 100644 --- a/apps/user_ldap/l10n/es_MX.js +++ b/apps/user_ldap/l10n/es_MX.js @@ -65,6 +65,8 @@ OC.L10N.register( "Could not find the desired feature" : "No fue posible encontrar la función deseada.", "Invalid Host" : "Servidor inválido", "LDAP user and group backend" : "Backend de LDAP para usuario y grupo", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Esta aplicación le permite a los adminsitradores conectar a Nextcloud con un directorio de usuarios basado en LDAP.", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Esta aplicación le permite a los administradores conectar a Nextcloud con un directorio de usarios basado en LDAP para autenticación y aprovisionamiento de usuarios, grupos y atributos de usuario. Los administradores pueden configurar esta aplicación para contectar uno o más directorios LDAP o Directorios activos mediante la interfaz LDAP. Atributos tales como cuota de usuario, correo electrónico, imágnes de avatares, membrecia a grupos y más pueden ser llevadas a Nextcloud desde un directorio con las consultas y filtros adecuados. \n\nUn usuario entra a Nextcloud connsus credenciales LDAP o AD, y se le da acceso con base en una solicitud de autenticación administrada por el servidor LDAP o AD. Nexcloud no almacena contraseñas LDAP o AD, más bien, estas credenciales se usan para autenticar un usuario y después Nextcloud usa una sesión para el ID del usuario. Hay más información disponible en la documentación de Backend de Usuarios y Grupos LDAP. ", "Test Configuration" : "Probar configuración", "Help" : "Ayuda", "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen con los siguientes criterios están disponibles en %s:", diff --git a/apps/user_ldap/l10n/es_MX.json b/apps/user_ldap/l10n/es_MX.json index 5a67f3a7de9..02e672dddf4 100644 --- a/apps/user_ldap/l10n/es_MX.json +++ b/apps/user_ldap/l10n/es_MX.json @@ -63,6 +63,8 @@ "Could not find the desired feature" : "No fue posible encontrar la función deseada.", "Invalid Host" : "Servidor inválido", "LDAP user and group backend" : "Backend de LDAP para usuario y grupo", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Esta aplicación le permite a los adminsitradores conectar a Nextcloud con un directorio de usuarios basado en LDAP.", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Esta aplicación le permite a los administradores conectar a Nextcloud con un directorio de usarios basado en LDAP para autenticación y aprovisionamiento de usuarios, grupos y atributos de usuario. Los administradores pueden configurar esta aplicación para contectar uno o más directorios LDAP o Directorios activos mediante la interfaz LDAP. Atributos tales como cuota de usuario, correo electrónico, imágnes de avatares, membrecia a grupos y más pueden ser llevadas a Nextcloud desde un directorio con las consultas y filtros adecuados. \n\nUn usuario entra a Nextcloud connsus credenciales LDAP o AD, y se le da acceso con base en una solicitud de autenticación administrada por el servidor LDAP o AD. Nexcloud no almacena contraseñas LDAP o AD, más bien, estas credenciales se usan para autenticar un usuario y después Nextcloud usa una sesión para el ID del usuario. Hay más información disponible en la documentación de Backend de Usuarios y Grupos LDAP. ", "Test Configuration" : "Probar configuración", "Help" : "Ayuda", "Groups meeting these criteria are available in %s:" : "Los grupos que cumplen con los siguientes criterios están disponibles en %s:", diff --git a/apps/user_ldap/l10n/et_EE.js b/apps/user_ldap/l10n/et_EE.js index 51b6229d314..9340b3f7942 100644 --- a/apps/user_ldap/l10n/et_EE.js +++ b/apps/user_ldap/l10n/et_EE.js @@ -87,6 +87,7 @@ OC.L10N.register( "Back" : "Tagasi", "Continue" : "Jätka", "Please renew your password." : "Palun uuenda oma parool.", + "An internal error occurred." : "Tekkis sisemine tõrge.", "Please try again or contact your administrator." : "Proovi uuesti või võta ühendust administraatoriga.", "Current password" : "Praegune parool", "New password" : "Uus parool", diff --git a/apps/user_ldap/l10n/et_EE.json b/apps/user_ldap/l10n/et_EE.json index 5d741f105c3..412cb0164c3 100644 --- a/apps/user_ldap/l10n/et_EE.json +++ b/apps/user_ldap/l10n/et_EE.json @@ -85,6 +85,7 @@ "Back" : "Tagasi", "Continue" : "Jätka", "Please renew your password." : "Palun uuenda oma parool.", + "An internal error occurred." : "Tekkis sisemine tõrge.", "Please try again or contact your administrator." : "Proovi uuesti või võta ühendust administraatoriga.", "Current password" : "Praegune parool", "New password" : "Uus parool", diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js index 75408a67530..1b21eb7fa1c 100644 --- a/apps/user_ldap/l10n/eu.js +++ b/apps/user_ldap/l10n/eu.js @@ -76,6 +76,8 @@ OC.L10N.register( "Back" : "Atzera", "Continue" : "Jarraitu", "Please renew your password." : "Berritu zure pasahitza mesedez.", + "An internal error occurred." : "Barne-errorea gertatu da.", + "Please try again or contact your administrator." : "Saiatu berriro edo jarri harremanetan administratzailearekin.", "Current password" : "Uneko pasahitza", "New password" : "Pasahitz berria", "Renew password" : "Berritu pasahitza", diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json index 2d2f63312f9..15308bbcb51 100644 --- a/apps/user_ldap/l10n/eu.json +++ b/apps/user_ldap/l10n/eu.json @@ -74,6 +74,8 @@ "Back" : "Atzera", "Continue" : "Jarraitu", "Please renew your password." : "Berritu zure pasahitza mesedez.", + "An internal error occurred." : "Barne-errorea gertatu da.", + "Please try again or contact your administrator." : "Saiatu berriro edo jarri harremanetan administratzailearekin.", "Current password" : "Uneko pasahitza", "New password" : "Pasahitz berria", "Renew password" : "Berritu pasahitza", diff --git a/apps/user_ldap/l10n/he.js b/apps/user_ldap/l10n/he.js index f60dc010a1c..f1e5f900952 100644 --- a/apps/user_ldap/l10n/he.js +++ b/apps/user_ldap/l10n/he.js @@ -62,6 +62,7 @@ OC.L10N.register( "Could not find the desired feature" : "לא אותרה התכונה הרצויה", "Invalid Host" : "מארח לא חוקי", "LDAP user and group backend" : "מנגנון משתמשים וקבוצות מול LDAP", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "יישומון זה מאפשר למנהלים להתחבר את Nextcloud לספריית משתמשים מבוססת LDAP.", "Test Configuration" : "בדיקת הגדרות", "Help" : "עזרה", "Groups meeting these criteria are available in %s:" : "קבוצות העומדות בקריטריון זה זמינות ב- %s:", diff --git a/apps/user_ldap/l10n/he.json b/apps/user_ldap/l10n/he.json index 6ebc0360473..40424444621 100644 --- a/apps/user_ldap/l10n/he.json +++ b/apps/user_ldap/l10n/he.json @@ -60,6 +60,7 @@ "Could not find the desired feature" : "לא אותרה התכונה הרצויה", "Invalid Host" : "מארח לא חוקי", "LDAP user and group backend" : "מנגנון משתמשים וקבוצות מול LDAP", + "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "יישומון זה מאפשר למנהלים להתחבר את Nextcloud לספריית משתמשים מבוססת LDAP.", "Test Configuration" : "בדיקת הגדרות", "Help" : "עזרה", "Groups meeting these criteria are available in %s:" : "קבוצות העומדות בקריטריון זה זמינות ב- %s:", diff --git a/apps/user_ldap/l10n/id.js b/apps/user_ldap/l10n/id.js index 365585a8dc3..43513f809db 100644 --- a/apps/user_ldap/l10n/id.js +++ b/apps/user_ldap/l10n/id.js @@ -8,6 +8,11 @@ OC.L10N.register( "No data specified" : "Tidak ada data yang ditetapkan", " Could not set configuration %s" : "Tidak dapat menyetel konfigurasi %s", "Action does not exist" : "Tidak ada tindakan", + "Very weak password" : "Kata sandi sangat lemah", + "Weak password" : "Kata sandi lemah", + "So-so password" : "Kata sandi lumayan", + "Good password" : "Kata sandi baik", + "Strong password" : "Kata sandi kuat", "The Base DN appears to be wrong" : "Base DN tampaknya salah", "Testing configuration…" : "Menguji konfigurasi...", "Configuration incorrect" : "Konfigurasi salah", @@ -83,6 +88,12 @@ OC.L10N.register( "Saving" : "Menyimpan", "Back" : "Kembali", "Continue" : "Lanjutkan", + "An internal error occurred." : "Terjadi kesalahan internal.", + "Please try again or contact your administrator." : "Mohon coba lagi atau hubungi administrator Anda.", + "Current password" : "Kata sandi saat ini", + "New password" : "Kata sandi baru", + "Wrong password." : "Sandi salah.", + "Cancel" : "Membatalkan", "Server" : "Server", "Users" : "Pengguna", "Login Attributes" : "Atribut Login", diff --git a/apps/user_ldap/l10n/id.json b/apps/user_ldap/l10n/id.json index 35330a38336..108568dd014 100644 --- a/apps/user_ldap/l10n/id.json +++ b/apps/user_ldap/l10n/id.json @@ -6,6 +6,11 @@ "No data specified" : "Tidak ada data yang ditetapkan", " Could not set configuration %s" : "Tidak dapat menyetel konfigurasi %s", "Action does not exist" : "Tidak ada tindakan", + "Very weak password" : "Kata sandi sangat lemah", + "Weak password" : "Kata sandi lemah", + "So-so password" : "Kata sandi lumayan", + "Good password" : "Kata sandi baik", + "Strong password" : "Kata sandi kuat", "The Base DN appears to be wrong" : "Base DN tampaknya salah", "Testing configuration…" : "Menguji konfigurasi...", "Configuration incorrect" : "Konfigurasi salah", @@ -81,6 +86,12 @@ "Saving" : "Menyimpan", "Back" : "Kembali", "Continue" : "Lanjutkan", + "An internal error occurred." : "Terjadi kesalahan internal.", + "Please try again or contact your administrator." : "Mohon coba lagi atau hubungi administrator Anda.", + "Current password" : "Kata sandi saat ini", + "New password" : "Kata sandi baru", + "Wrong password." : "Sandi salah.", + "Cancel" : "Membatalkan", "Server" : "Server", "Users" : "Pengguna", "Login Attributes" : "Atribut Login", diff --git a/apps/user_ldap/l10n/lt_LT.js b/apps/user_ldap/l10n/lt_LT.js index a254c14b097..5ac8a2518b0 100644 --- a/apps/user_ldap/l10n/lt_LT.js +++ b/apps/user_ldap/l10n/lt_LT.js @@ -57,7 +57,7 @@ OC.L10N.register( "Your password will expire today." : "Jūsų slaptažodžio galiojimo laikas baigiasi šiandien.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Jūsų slaptažodis nustos galioti po %n dienos.","Jūsų slaptažodis nustos galioti po %n dienų.","Jūsų slaptažodis nustos galioti po %n dienų.","Jūsų slaptažodis nustos galioti po %n dienos."], "LDAP / AD integration" : "LDAP / AD integracija", - "_%s group found_::_%s groups found_" : ["Rasta %s grupė","Rastos %s grupės","Rastos %s grupės","Rastos %s grupės"], + "_%s group found_::_%s groups found_" : ["Rasta %s grupė","Rastos %s grupės","Rasta %s grupių","Rasta %s grupė"], "_%s user found_::_%s users found_" : ["Rastas %s naudotojas","Rasti %s naudotojai","Rasta %s naudotojų","Rasta %s naudotojų"], "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Nepavyko aptikti naudotojo rodomo vardo požymio. Nurodykite jį patys išplėstiniuose LDAP nustatymuose.", "Could not find the desired feature" : "Nepavyko rasti pageidaujamos ypatybės", @@ -94,7 +94,6 @@ OC.L10N.register( "Password" : "Slaptažodis", "For anonymous access, leave DN and Password empty." : "Anoniminei prieigai, palikite DN ir Slaptažodžio laukus tuščius.", "One Base DN per line" : "Viena DN šaka vienoje eilutėje", - "You can specify Base DN for users and groups in the Advanced tab" : "Jūs galite nurodyti naudotojų ir grupių DN šaką, papildomame pasirinkime.", "Detect Base DN" : "Aptikti DN šaką", "Test Base DN" : "Testuoti DN šaką", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Vengia automatinių LDAP užklausų. Geriau tinka didesniems nustatymams, bet reikalingos LDAP žinios.", @@ -168,11 +167,10 @@ OC.L10N.register( "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." : "Pagal numatymą vidinis naudotojo vardas bus sukurtas iš UUID požymio. Tai užtikrina naudotojo vardo unikalumą ir tuo pačiu nereikia konvertuoti simbolių. Vidinis naudotojo vardas turi apribojimą, leidžiantį tik šiuos simbolius: [ a-zA-Z0-9 _. @ - ]. Kiti simboliai pakeičiami ASCII atitikmenimis arba tiesiog praleidžiami. Sutapimų konflikto atveju yra pridedamas/padidinamas skaičius. Vidinis naudotojo vardas yra naudojamas identifikuoti naudotoją viduje. Tai kartu yra numatytasis naudotojo aplanko pavadinimas. Taip pat jis yra nuotolinių URL dalimi, pavyzdžiui, visoms *DAV paslaugoms. Naudojant šį nustatymą, numatytoji elgsena gali būti nustelbta. Palikite tuščią, jei norite kad galiotų numatytoji elgsena. Pakeitimai įsigalios tik naujai priskirtiems (pridėtiems) LDAP naudotojams.", "Internal Username Attribute:" : "Vidinis naudotojo vardo požymis:", "Override UUID detection" : "Perrašyti UUID aptikimą", - "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." : "Pagal numatymą, UUID požymis yra aptinkamas automatiškai. UUID požymis yra naudojamas neabejotinai identifikuoti LDAP naudotojus ir grupes. Be to, vidinis naudotojo vardas bus sukurtas remiantis UUID, jei nenurodyta kitaip. Jūs galite nustelbti nustatymą ir perduoti savo pasirinktą požymį. Turite įsitikinti, kad jūsų pasirinktą požymį gali gauti tiek naudotojai, tiek grupės ir, kad jis yra unikalus. Numatytąjai elgsenai, palikite tuščią. Pakeitimai turės įtakos tik naujai susiejamiems (pridedamiems) LDAP naudotojams ir grupėms.", + "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." : "Pagal numatymą, UUID požymis yra aptinkamas automatiškai. UUID požymis yra naudojamas neabejotinai identifikuoti LDAP naudotojus ir grupes. Be to, vidinis naudotojo vardas bus sukurtas remiantis UUID, jei nenurodyta kitaip. Jūs galite nustelbti nustatymą ir perduoti savo pasirinktą požymį. Turite įsitikinti, kad jūsų pasirinktą požymį gali gauti tiek naudotojai, tiek grupės ir, kad jis yra unikalus. Numatytajai elgsenai, palikite tuščią. Pakeitimai turės įtakos tik naujai susiejamiems (pridedamiems) LDAP naudotojams ir grupėms.", "UUID Attribute for Users:" : "UUID požymis naudotojams:", "UUID Attribute for Groups:" : "UUID požymis grupėms:", "Username-LDAP User Mapping" : "Naudotojo vardo - LDAP naudotojo sąsaja", - "Clear Username-LDAP User Mapping" : "Išvalyti naudotojo vardo - LDAP naudotojo sąsają", - "Clear Groupname-LDAP Group Mapping" : "Išvalyti grupės pavadinimo - LDAP naudotojo sąsają" + "Clear Username-LDAP User Mapping" : "Išvalyti naudotojo vardo - LDAP naudotojo sąsają" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/user_ldap/l10n/lt_LT.json b/apps/user_ldap/l10n/lt_LT.json index 3d6436623d3..33f31269c69 100644 --- a/apps/user_ldap/l10n/lt_LT.json +++ b/apps/user_ldap/l10n/lt_LT.json @@ -55,7 +55,7 @@ "Your password will expire today." : "Jūsų slaptažodžio galiojimo laikas baigiasi šiandien.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Jūsų slaptažodis nustos galioti po %n dienos.","Jūsų slaptažodis nustos galioti po %n dienų.","Jūsų slaptažodis nustos galioti po %n dienų.","Jūsų slaptažodis nustos galioti po %n dienos."], "LDAP / AD integration" : "LDAP / AD integracija", - "_%s group found_::_%s groups found_" : ["Rasta %s grupė","Rastos %s grupės","Rastos %s grupės","Rastos %s grupės"], + "_%s group found_::_%s groups found_" : ["Rasta %s grupė","Rastos %s grupės","Rasta %s grupių","Rasta %s grupė"], "_%s user found_::_%s users found_" : ["Rastas %s naudotojas","Rasti %s naudotojai","Rasta %s naudotojų","Rasta %s naudotojų"], "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Nepavyko aptikti naudotojo rodomo vardo požymio. Nurodykite jį patys išplėstiniuose LDAP nustatymuose.", "Could not find the desired feature" : "Nepavyko rasti pageidaujamos ypatybės", @@ -92,7 +92,6 @@ "Password" : "Slaptažodis", "For anonymous access, leave DN and Password empty." : "Anoniminei prieigai, palikite DN ir Slaptažodžio laukus tuščius.", "One Base DN per line" : "Viena DN šaka vienoje eilutėje", - "You can specify Base DN for users and groups in the Advanced tab" : "Jūs galite nurodyti naudotojų ir grupių DN šaką, papildomame pasirinkime.", "Detect Base DN" : "Aptikti DN šaką", "Test Base DN" : "Testuoti DN šaką", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Vengia automatinių LDAP užklausų. Geriau tinka didesniems nustatymams, bet reikalingos LDAP žinios.", @@ -166,11 +165,10 @@ "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." : "Pagal numatymą vidinis naudotojo vardas bus sukurtas iš UUID požymio. Tai užtikrina naudotojo vardo unikalumą ir tuo pačiu nereikia konvertuoti simbolių. Vidinis naudotojo vardas turi apribojimą, leidžiantį tik šiuos simbolius: [ a-zA-Z0-9 _. @ - ]. Kiti simboliai pakeičiami ASCII atitikmenimis arba tiesiog praleidžiami. Sutapimų konflikto atveju yra pridedamas/padidinamas skaičius. Vidinis naudotojo vardas yra naudojamas identifikuoti naudotoją viduje. Tai kartu yra numatytasis naudotojo aplanko pavadinimas. Taip pat jis yra nuotolinių URL dalimi, pavyzdžiui, visoms *DAV paslaugoms. Naudojant šį nustatymą, numatytoji elgsena gali būti nustelbta. Palikite tuščią, jei norite kad galiotų numatytoji elgsena. Pakeitimai įsigalios tik naujai priskirtiems (pridėtiems) LDAP naudotojams.", "Internal Username Attribute:" : "Vidinis naudotojo vardo požymis:", "Override UUID detection" : "Perrašyti UUID aptikimą", - "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." : "Pagal numatymą, UUID požymis yra aptinkamas automatiškai. UUID požymis yra naudojamas neabejotinai identifikuoti LDAP naudotojus ir grupes. Be to, vidinis naudotojo vardas bus sukurtas remiantis UUID, jei nenurodyta kitaip. Jūs galite nustelbti nustatymą ir perduoti savo pasirinktą požymį. Turite įsitikinti, kad jūsų pasirinktą požymį gali gauti tiek naudotojai, tiek grupės ir, kad jis yra unikalus. Numatytąjai elgsenai, palikite tuščią. Pakeitimai turės įtakos tik naujai susiejamiems (pridedamiems) LDAP naudotojams ir grupėms.", + "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." : "Pagal numatymą, UUID požymis yra aptinkamas automatiškai. UUID požymis yra naudojamas neabejotinai identifikuoti LDAP naudotojus ir grupes. Be to, vidinis naudotojo vardas bus sukurtas remiantis UUID, jei nenurodyta kitaip. Jūs galite nustelbti nustatymą ir perduoti savo pasirinktą požymį. Turite įsitikinti, kad jūsų pasirinktą požymį gali gauti tiek naudotojai, tiek grupės ir, kad jis yra unikalus. Numatytajai elgsenai, palikite tuščią. Pakeitimai turės įtakos tik naujai susiejamiems (pridedamiems) LDAP naudotojams ir grupėms.", "UUID Attribute for Users:" : "UUID požymis naudotojams:", "UUID Attribute for Groups:" : "UUID požymis grupėms:", "Username-LDAP User Mapping" : "Naudotojo vardo - LDAP naudotojo sąsaja", - "Clear Username-LDAP User Mapping" : "Išvalyti naudotojo vardo - LDAP naudotojo sąsają", - "Clear Groupname-LDAP Group Mapping" : "Išvalyti grupės pavadinimo - LDAP naudotojo sąsają" + "Clear Username-LDAP User Mapping" : "Išvalyti naudotojo vardo - LDAP naudotojo sąsają" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/apps/user_ldap/l10n/lv.js b/apps/user_ldap/l10n/lv.js index d9e31aabe75..5369889bfc0 100644 --- a/apps/user_ldap/l10n/lv.js +++ b/apps/user_ldap/l10n/lv.js @@ -8,6 +8,11 @@ OC.L10N.register( "No data specified" : "Nav norādīti dati", " Could not set configuration %s" : "Nevarēja iestatīt konfigurāciju %s", "Action does not exist" : "Darbība neeksistē", + "Very weak password" : "Ļoti vāja parole", + "Weak password" : "Vāja parole", + "So-so password" : "Normāla parole", + "Good password" : "Laba parole", + "Strong password" : "Lieliska parole", "The Base DN appears to be wrong" : "DN bāze šķiet nepareiza", "Testing configuration…" : "Konfigurācijas pārbaude...", "Configuration incorrect" : "Nepareiza konfigurācija", @@ -63,6 +68,12 @@ OC.L10N.register( "Saving" : "Saglabā", "Back" : "Atpakaļ", "Continue" : "Turpināt", + "An internal error occurred." : "Radās iekšēja kļūda.", + "Please try again or contact your administrator." : "Lūdzu, mēģiniet vēlreiz vai sazinieties ar administratoru.", + "Current password" : "Pašreizējā parole", + "New password" : "Jauna parole", + "Wrong password." : "Nepareiza parole.", + "Cancel" : "Atcelt", "Server" : "Serveris", "Users" : "Lietotāji", "Login Attributes" : "Pieteikšanās atribūti", diff --git a/apps/user_ldap/l10n/lv.json b/apps/user_ldap/l10n/lv.json index 931e2edc259..8259cb25716 100644 --- a/apps/user_ldap/l10n/lv.json +++ b/apps/user_ldap/l10n/lv.json @@ -6,6 +6,11 @@ "No data specified" : "Nav norādīti dati", " Could not set configuration %s" : "Nevarēja iestatīt konfigurāciju %s", "Action does not exist" : "Darbība neeksistē", + "Very weak password" : "Ļoti vāja parole", + "Weak password" : "Vāja parole", + "So-so password" : "Normāla parole", + "Good password" : "Laba parole", + "Strong password" : "Lieliska parole", "The Base DN appears to be wrong" : "DN bāze šķiet nepareiza", "Testing configuration…" : "Konfigurācijas pārbaude...", "Configuration incorrect" : "Nepareiza konfigurācija", @@ -61,6 +66,12 @@ "Saving" : "Saglabā", "Back" : "Atpakaļ", "Continue" : "Turpināt", + "An internal error occurred." : "Radās iekšēja kļūda.", + "Please try again or contact your administrator." : "Lūdzu, mēģiniet vēlreiz vai sazinieties ar administratoru.", + "Current password" : "Pašreizējā parole", + "New password" : "Jauna parole", + "Wrong password." : "Nepareiza parole.", + "Cancel" : "Atcelt", "Server" : "Serveris", "Users" : "Lietotāji", "Login Attributes" : "Pieteikšanās atribūti", diff --git a/apps/user_ldap/l10n/pt_PT.js b/apps/user_ldap/l10n/pt_PT.js index a78f1787421..6763e4b9364 100644 --- a/apps/user_ldap/l10n/pt_PT.js +++ b/apps/user_ldap/l10n/pt_PT.js @@ -8,6 +8,11 @@ OC.L10N.register( "No data specified" : "Nenhuns dados especificados", " Could not set configuration %s" : "Não foi possível definir a configuração %s", "Action does not exist" : "A ação não existe", + "Very weak password" : "Palavra-passe muito fraca", + "Weak password" : "Palavra-passe fraca", + "So-so password" : "Palavra-passe aceitável", + "Good password" : "Palavra-passe boa", + "Strong password" : "Palavra-passe forte", "The Base DN appears to be wrong" : "O ND de Base parece estar errado", "Testing configuration…" : "A testar a configuração…", "Configuration incorrect" : "Configuração incorreta", @@ -80,6 +85,12 @@ OC.L10N.register( "Saving" : "A guardar", "Back" : "Anterior", "Continue" : "Continuar", + "An internal error occurred." : "Ocorreu um erro interno.", + "Please try again or contact your administrator." : "Por favor, tente de novo ou contacte o seu administrador.", + "Current password" : "Palavra-passe atual", + "New password" : "Nova palavra-passe", + "Wrong password." : "Palavra-passe errada.", + "Cancel" : "Cancelar", "Server" : "Servidor", "Users" : "Utilizadores", "Login Attributes" : "Atributos de Sessão", diff --git a/apps/user_ldap/l10n/pt_PT.json b/apps/user_ldap/l10n/pt_PT.json index ac3608de72c..bc5c772e278 100644 --- a/apps/user_ldap/l10n/pt_PT.json +++ b/apps/user_ldap/l10n/pt_PT.json @@ -6,6 +6,11 @@ "No data specified" : "Nenhuns dados especificados", " Could not set configuration %s" : "Não foi possível definir a configuração %s", "Action does not exist" : "A ação não existe", + "Very weak password" : "Palavra-passe muito fraca", + "Weak password" : "Palavra-passe fraca", + "So-so password" : "Palavra-passe aceitável", + "Good password" : "Palavra-passe boa", + "Strong password" : "Palavra-passe forte", "The Base DN appears to be wrong" : "O ND de Base parece estar errado", "Testing configuration…" : "A testar a configuração…", "Configuration incorrect" : "Configuração incorreta", @@ -78,6 +83,12 @@ "Saving" : "A guardar", "Back" : "Anterior", "Continue" : "Continuar", + "An internal error occurred." : "Ocorreu um erro interno.", + "Please try again or contact your administrator." : "Por favor, tente de novo ou contacte o seu administrador.", + "Current password" : "Palavra-passe atual", + "New password" : "Nova palavra-passe", + "Wrong password." : "Palavra-passe errada.", + "Cancel" : "Cancelar", "Server" : "Servidor", "Users" : "Utilizadores", "Login Attributes" : "Atributos de Sessão", diff --git a/apps/user_ldap/l10n/ro.js b/apps/user_ldap/l10n/ro.js index 8aefd3fed7b..158ee27b40a 100644 --- a/apps/user_ldap/l10n/ro.js +++ b/apps/user_ldap/l10n/ro.js @@ -72,6 +72,7 @@ OC.L10N.register( "Continue" : "Continuă", "Please renew your password." : "Te rog reînnoiește parola.", "An internal error occurred." : "A apărut o eroare internă.", + "Please try again or contact your administrator." : "Încearcă din nou sau contactează-ți administratorul.", "Current password" : "Parola curentă", "New password" : "Noua parolă", "Renew password" : "Reînnoiește parola", diff --git a/apps/user_ldap/l10n/ro.json b/apps/user_ldap/l10n/ro.json index 7c4e1283407..a4956cf967a 100644 --- a/apps/user_ldap/l10n/ro.json +++ b/apps/user_ldap/l10n/ro.json @@ -70,6 +70,7 @@ "Continue" : "Continuă", "Please renew your password." : "Te rog reînnoiește parola.", "An internal error occurred." : "A apărut o eroare internă.", + "Please try again or contact your administrator." : "Încearcă din nou sau contactează-ți administratorul.", "Current password" : "Parola curentă", "New password" : "Noua parolă", "Renew password" : "Reînnoiește parola", diff --git a/apps/user_ldap/l10n/sk.js b/apps/user_ldap/l10n/sk.js index a04cd9ba596..1cfebd46e0b 100644 --- a/apps/user_ldap/l10n/sk.js +++ b/apps/user_ldap/l10n/sk.js @@ -105,6 +105,7 @@ OC.L10N.register( "Back" : "Späť", "Continue" : "Pokračovať", "An internal error occurred." : "Nastala interná chyba.", + "Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.", "Current password" : "Aktuálne heslo", "New password" : "Nové heslo", "Wrong password." : "Nesprávne heslo.", diff --git a/apps/user_ldap/l10n/sk.json b/apps/user_ldap/l10n/sk.json index 45d4e0042a8..25396f361a9 100644 --- a/apps/user_ldap/l10n/sk.json +++ b/apps/user_ldap/l10n/sk.json @@ -103,6 +103,7 @@ "Back" : "Späť", "Continue" : "Pokračovať", "An internal error occurred." : "Nastala interná chyba.", + "Please try again or contact your administrator." : "Skúste to znovu, alebo sa obráťte na vášho administrátora.", "Current password" : "Aktuálne heslo", "New password" : "Nové heslo", "Wrong password." : "Nesprávne heslo.", diff --git a/apps/user_ldap/l10n/th.js b/apps/user_ldap/l10n/th.js index dd1efd07e97..1eaa715900a 100644 --- a/apps/user_ldap/l10n/th.js +++ b/apps/user_ldap/l10n/th.js @@ -8,6 +8,11 @@ OC.L10N.register( "No data specified" : "ไม่มีข้อมูลที่ระบุ", " Could not set configuration %s" : "ไม่สามารถตั้งค่า %s", "Action does not exist" : "ไม่มีการดำเนินการ", + "Very weak password" : "รหัสผ่านระดับต่ำมาก", + "Weak password" : "รหัสผ่านระดับต่ำ", + "So-so password" : "รหัสผ่านระดับปกติ", + "Good password" : "รหัสผ่านระดับดี", + "Strong password" : "รหัสผ่านระดับดีมาก", "The Base DN appears to be wrong" : "Base DN ดูเหมือนจะไม่ถูกต้อง", "Testing configuration…" : "กำลังทดสอบการตั้งค่า ...", "Configuration incorrect" : "การกำหนดค่าไม่ถูกต้อง", @@ -81,6 +86,11 @@ OC.L10N.register( "Saving" : "บันทึก", "Back" : "ย้อนกลับ", "Continue" : "ดำเนินการต่อ", + "Please try again or contact your administrator." : "โปรดลองอีกครั้งหรือติดต่อผู้ดูแลระบบ", + "Current password" : "รหัสผ่านปัจจุบัน", + "New password" : "รหัสผ่านใหม่", + "Wrong password." : "รหัสผ่านผิดพลาด", + "Cancel" : "ยกเลิก", "Server" : "เซิร์ฟเวอร์", "Users" : "ผู้ใช้งาน", "Login Attributes" : "คุณลักษณะการเข้าสู่ระบบ", diff --git a/apps/user_ldap/l10n/th.json b/apps/user_ldap/l10n/th.json index cc4aa58563a..5dbd5a5ccfb 100644 --- a/apps/user_ldap/l10n/th.json +++ b/apps/user_ldap/l10n/th.json @@ -6,6 +6,11 @@ "No data specified" : "ไม่มีข้อมูลที่ระบุ", " Could not set configuration %s" : "ไม่สามารถตั้งค่า %s", "Action does not exist" : "ไม่มีการดำเนินการ", + "Very weak password" : "รหัสผ่านระดับต่ำมาก", + "Weak password" : "รหัสผ่านระดับต่ำ", + "So-so password" : "รหัสผ่านระดับปกติ", + "Good password" : "รหัสผ่านระดับดี", + "Strong password" : "รหัสผ่านระดับดีมาก", "The Base DN appears to be wrong" : "Base DN ดูเหมือนจะไม่ถูกต้อง", "Testing configuration…" : "กำลังทดสอบการตั้งค่า ...", "Configuration incorrect" : "การกำหนดค่าไม่ถูกต้อง", @@ -79,6 +84,11 @@ "Saving" : "บันทึก", "Back" : "ย้อนกลับ", "Continue" : "ดำเนินการต่อ", + "Please try again or contact your administrator." : "โปรดลองอีกครั้งหรือติดต่อผู้ดูแลระบบ", + "Current password" : "รหัสผ่านปัจจุบัน", + "New password" : "รหัสผ่านใหม่", + "Wrong password." : "รหัสผ่านผิดพลาด", + "Cancel" : "ยกเลิก", "Server" : "เซิร์ฟเวอร์", "Users" : "ผู้ใช้งาน", "Login Attributes" : "คุณลักษณะการเข้าสู่ระบบ", diff --git a/apps/user_ldap/l10n/uk.js b/apps/user_ldap/l10n/uk.js index bf96bea6146..a516c997d0a 100644 --- a/apps/user_ldap/l10n/uk.js +++ b/apps/user_ldap/l10n/uk.js @@ -8,6 +8,11 @@ OC.L10N.register( "No data specified" : "Немає даних", " Could not set configuration %s" : "Не вдалося встановити конфігурацію %s", "Action does not exist" : "Дія не існує", + "Very weak password" : "Дуже слабкий пароль", + "Weak password" : "Слабкий пароль", + "So-so password" : "Такий собі пароль", + "Good password" : "Добрий пароль", + "Strong password" : "Надійний пароль", "Configuration incorrect" : "Невірна конфігурація", "Configuration incomplete" : "Конфігурація неповна", "Configuration OK" : "Конфігурація OK", @@ -52,6 +57,12 @@ OC.L10N.register( "Saving" : "Збереження", "Back" : "Назад", "Continue" : "Продовжити", + "An internal error occurred." : "Виникла внутрішня помилка.", + "Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.", + "Current password" : "Поточний пароль", + "New password" : "Новий пароль", + "Wrong password." : "Невірний пароль.", + "Cancel" : "Скасувати", "Server" : "Сервер", "Users" : "Користувачі", "Groups" : "Групи", diff --git a/apps/user_ldap/l10n/uk.json b/apps/user_ldap/l10n/uk.json index b7d529acaaa..3bd77f73394 100644 --- a/apps/user_ldap/l10n/uk.json +++ b/apps/user_ldap/l10n/uk.json @@ -6,6 +6,11 @@ "No data specified" : "Немає даних", " Could not set configuration %s" : "Не вдалося встановити конфігурацію %s", "Action does not exist" : "Дія не існує", + "Very weak password" : "Дуже слабкий пароль", + "Weak password" : "Слабкий пароль", + "So-so password" : "Такий собі пароль", + "Good password" : "Добрий пароль", + "Strong password" : "Надійний пароль", "Configuration incorrect" : "Невірна конфігурація", "Configuration incomplete" : "Конфігурація неповна", "Configuration OK" : "Конфігурація OK", @@ -50,6 +55,12 @@ "Saving" : "Збереження", "Back" : "Назад", "Continue" : "Продовжити", + "An internal error occurred." : "Виникла внутрішня помилка.", + "Please try again or contact your administrator." : "Будь ласка, спробуйте ще раз або зверніться до адміністратора.", + "Current password" : "Поточний пароль", + "New password" : "Новий пароль", + "Wrong password." : "Невірний пароль.", + "Cancel" : "Скасувати", "Server" : "Сервер", "Users" : "Користувачі", "Groups" : "Групи", diff --git a/apps/user_ldap/l10n/zh_TW.js b/apps/user_ldap/l10n/zh_TW.js index 0b211a0998a..4f0714368f4 100644 --- a/apps/user_ldap/l10n/zh_TW.js +++ b/apps/user_ldap/l10n/zh_TW.js @@ -8,6 +8,11 @@ OC.L10N.register( "No data specified" : "沒有指定資料", " Could not set configuration %s" : "無法設定 %s 為設定值", "Action does not exist" : "操作不存在", + "Very weak password" : "密碼安全性極弱", + "Weak password" : "密碼安全性弱", + "So-so password" : "密碼安全性普通", + "Good password" : "密碼安全性佳", + "Strong password" : "密碼安全性極佳", "The Base DN appears to be wrong" : "Base DN 出現問題", "Configuration incorrect" : "設定不正確", "Configuration incomplete" : "設定未完成", @@ -75,6 +80,12 @@ OC.L10N.register( "Saving" : "儲存", "Back" : "返回", "Continue" : "繼續", + "An internal error occurred." : "發生內部錯誤", + "Please try again or contact your administrator." : "請重試或聯絡系統管理員", + "Current password" : "目前密碼", + "New password" : "新密碼", + "Wrong password." : "密碼錯誤", + "Cancel" : "取消", "Server" : "伺服器", "Users" : "使用者", "Login Attributes" : "登入的設定", diff --git a/apps/user_ldap/l10n/zh_TW.json b/apps/user_ldap/l10n/zh_TW.json index 26b2673e270..480a942a6b3 100644 --- a/apps/user_ldap/l10n/zh_TW.json +++ b/apps/user_ldap/l10n/zh_TW.json @@ -6,6 +6,11 @@ "No data specified" : "沒有指定資料", " Could not set configuration %s" : "無法設定 %s 為設定值", "Action does not exist" : "操作不存在", + "Very weak password" : "密碼安全性極弱", + "Weak password" : "密碼安全性弱", + "So-so password" : "密碼安全性普通", + "Good password" : "密碼安全性佳", + "Strong password" : "密碼安全性極佳", "The Base DN appears to be wrong" : "Base DN 出現問題", "Configuration incorrect" : "設定不正確", "Configuration incomplete" : "設定未完成", @@ -73,6 +78,12 @@ "Saving" : "儲存", "Back" : "返回", "Continue" : "繼續", + "An internal error occurred." : "發生內部錯誤", + "Please try again or contact your administrator." : "請重試或聯絡系統管理員", + "Current password" : "目前密碼", + "New password" : "新密碼", + "Wrong password." : "密碼錯誤", + "Cancel" : "取消", "Server" : "伺服器", "Users" : "使用者", "Login Attributes" : "登入的設定", |