[tx-robot] updated from transifex
This commit is contained in:
parent
3a2b030d21
commit
7a6619596d
|
@ -27,6 +27,7 @@ OC.L10N.register(
|
|||
"Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s",
|
||||
"Not allowed to create a federated share with the same user" : "不能给你自己分享文件",
|
||||
"File is already shared with %s" : "文件已经共享与 %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %s 失败, 无法找到 %s, 可能该服务器当前无法访问或者使用自签名证书.",
|
||||
"Could not find share" : "没有发现共享",
|
||||
"Accept" : "接受",
|
||||
"Decline" : "拒绝",
|
||||
|
@ -41,6 +42,8 @@ OC.L10N.register(
|
|||
"Add to your website" : "添加到您的网站",
|
||||
"Share with me via Nextcloud" : "通过联合云与我共享",
|
||||
"HTML Code:" : "HTML 代码:",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "共享 %s 失败,联合云无法找到 %s,请检查设置或联系管理员。"
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "共享 %s 失败,联合云无法找到 %s,请检查设置或联系管理员。",
|
||||
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "你接收到 \"/%3$s\" 做为远程共享来自于 %1$s (代表 %2$s)",
|
||||
"You received \"/%3$s\" as a remote share from %1$s" : "你接收到 \"/%3$s\" 做为远程共享来自于 %1$s"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
"Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s",
|
||||
"Not allowed to create a federated share with the same user" : "不能给你自己分享文件",
|
||||
"File is already shared with %s" : "文件已经共享与 %s",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "共享 %s 失败, 无法找到 %s, 可能该服务器当前无法访问或者使用自签名证书.",
|
||||
"Could not find share" : "没有发现共享",
|
||||
"Accept" : "接受",
|
||||
"Decline" : "拒绝",
|
||||
|
@ -39,6 +40,8 @@
|
|||
"Add to your website" : "添加到您的网站",
|
||||
"Share with me via Nextcloud" : "通过联合云与我共享",
|
||||
"HTML Code:" : "HTML 代码:",
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "共享 %s 失败,联合云无法找到 %s,请检查设置或联系管理员。"
|
||||
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "共享 %s 失败,联合云无法找到 %s,请检查设置或联系管理员。",
|
||||
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "你接收到 \"/%3$s\" 做为远程共享来自于 %1$s (代表 %2$s)",
|
||||
"You received \"/%3$s\" as a remote share from %1$s" : "你接收到 \"/%3$s\" 做为远程共享来自于 %1$s"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -94,6 +94,7 @@ OC.L10N.register(
|
|||
"Test Base DN" : "Teste Base DN",
|
||||
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para configurações maiores, mas requer algum conhecimento LDAP.",
|
||||
"Manually enter LDAP filters (recommended for large directories)" : "Inserir manualmente filtros LDAP (recomendado para grandes diretórios)",
|
||||
"Listing and searching for users is constrained by these criteria:" : "Listar e pesquisar usuários é limitado por esses critérios:",
|
||||
"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." : "As classes de objetos mais comuns para os usuários são organizationalPerson, pessoa, usuário e inetOrgPerson. Se você não tem certeza de qual classe de objeto selecionar, por favor, consulte o seu administrador do diretório.",
|
||||
"The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais usuários LDAP devem ter acesso à instância do %s.",
|
||||
"Verify settings and count users" : "Verificar configurações e contas de usuários",
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
"Test Base DN" : "Teste Base DN",
|
||||
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita pedidos LDAP automáticos. Melhor para configurações maiores, mas requer algum conhecimento LDAP.",
|
||||
"Manually enter LDAP filters (recommended for large directories)" : "Inserir manualmente filtros LDAP (recomendado para grandes diretórios)",
|
||||
"Listing and searching for users is constrained by these criteria:" : "Listar e pesquisar usuários é limitado por esses critérios:",
|
||||
"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." : "As classes de objetos mais comuns para os usuários são organizationalPerson, pessoa, usuário e inetOrgPerson. Se você não tem certeza de qual classe de objeto selecionar, por favor, consulte o seu administrador do diretório.",
|
||||
"The filter specifies which LDAP users shall have access to the %s instance." : "O filtro especifica quais usuários LDAP devem ter acesso à instância do %s.",
|
||||
"Verify settings and count users" : "Verificar configurações e contas de usuários",
|
||||
|
|
|
@ -94,6 +94,7 @@ OC.L10N.register(
|
|||
"Test Base DN" : "测试基础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." : "该筛选条件指定哪些LDAP用户有权访问%s的实例。",
|
||||
"Verify settings and count users" : "验证设置和统计用户",
|
||||
|
|
|
@ -92,6 +92,7 @@
|
|||
"Test Base DN" : "测试基础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." : "该筛选条件指定哪些LDAP用户有权访问%s的实例。",
|
||||
"Verify settings and count users" : "验证设置和统计用户",
|
||||
|
|
|
@ -59,7 +59,7 @@ OC.L10N.register(
|
|||
"Failed to authenticate, try again" : "Legitimierung fehlgeschlagen, noch einmal versuchen",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Logging in …" : "Melde an ...",
|
||||
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Der Link zum Rücksetzen Ihres Passworts ist an Ihre E-Mail-Adresse versandt worden. Sollten Sie ihn nicht in Kürze erhalten, prüfen Sie bitte Ihren Spam-Ordner.<br>Wenn die E-Mail sich nicht darin befindet, wenden Sie sich bette an Ihrem lokalen Administrator.",
|
||||
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Der Link zum Zurücksetzen Ihres Passworts wurde an Ihre E-Mail-Adresse versandt. Sollten Sie diesen nicht in Kürze erhalten, prüfen Sie bitte Ihren Spam-Ordner.<br>Wenn sie keine E-Mail bekommen haben, wenden Sie sich bitte an Ihren lokalen Administrator.",
|
||||
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keinen Weg Ihre Dateien nach dem Rücksetzen des Passwortes wiederherzustellen.<br />Falls Sie sich nicht sicher sind, kontaktieren Sie Ihren Administrator.<br />Möchten Sie wirklich fortfahren?",
|
||||
"I know what I'm doing" : "Ich weiß, was ich mache",
|
||||
"Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"Failed to authenticate, try again" : "Legitimierung fehlgeschlagen, noch einmal versuchen",
|
||||
"seconds ago" : "Gerade eben",
|
||||
"Logging in …" : "Melde an ...",
|
||||
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Der Link zum Rücksetzen Ihres Passworts ist an Ihre E-Mail-Adresse versandt worden. Sollten Sie ihn nicht in Kürze erhalten, prüfen Sie bitte Ihren Spam-Ordner.<br>Wenn die E-Mail sich nicht darin befindet, wenden Sie sich bette an Ihrem lokalen Administrator.",
|
||||
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Der Link zum Zurücksetzen Ihres Passworts wurde an Ihre E-Mail-Adresse versandt. Sollten Sie diesen nicht in Kürze erhalten, prüfen Sie bitte Ihren Spam-Ordner.<br>Wenn sie keine E-Mail bekommen haben, wenden Sie sich bitte an Ihren lokalen Administrator.",
|
||||
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keinen Weg Ihre Dateien nach dem Rücksetzen des Passwortes wiederherzustellen.<br />Falls Sie sich nicht sicher sind, kontaktieren Sie Ihren Administrator.<br />Möchten Sie wirklich fortfahren?",
|
||||
"I know what I'm doing" : "Ich weiß, was ich mache",
|
||||
"Password can not be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihren Administrator.",
|
||||
|
|
|
@ -57,7 +57,7 @@ OC.L10N.register(
|
|||
"Cancel" : "Ezeztatu",
|
||||
"Confirm" : "Baieztatu",
|
||||
"Failed to authenticate, try again" : "Huts egindu autentifikazioa, berriz saiatu",
|
||||
"seconds ago" : "segundu",
|
||||
"seconds ago" : "duela segundo batzuk",
|
||||
"Logging in …" : "Saioa hasten ...",
|
||||
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Zure pasahitza berrezartzeko lotura zure postara bidalia izan da.<br>Ez baduzu arrazoizko denbora epe batean jasotzen begiratu zure zabor-posta karpetan.<br>Hor ere ez badago kudeatzailearekin harremanetan jarri.",
|
||||
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Zure fitxategiak zifratzen dira. Pasahitza aldatuz gero, ez dago zure datuak berreskuratzeko modurik.<br />Ziur ez bazaude, jarri harremanetan administratzailearekin jarraitu baino lehen. <br />Ziur zaude jarraitu nahi duzula?",
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"Cancel" : "Ezeztatu",
|
||||
"Confirm" : "Baieztatu",
|
||||
"Failed to authenticate, try again" : "Huts egindu autentifikazioa, berriz saiatu",
|
||||
"seconds ago" : "segundu",
|
||||
"seconds ago" : "duela segundo batzuk",
|
||||
"Logging in …" : "Saioa hasten ...",
|
||||
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Zure pasahitza berrezartzeko lotura zure postara bidalia izan da.<br>Ez baduzu arrazoizko denbora epe batean jasotzen begiratu zure zabor-posta karpetan.<br>Hor ere ez badago kudeatzailearekin harremanetan jarri.",
|
||||
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Zure fitxategiak zifratzen dira. Pasahitza aldatuz gero, ez dago zure datuak berreskuratzeko modurik.<br />Ziur ez bazaude, jarri harremanetan administratzailearekin jarraitu baino lehen. <br />Ziur zaude jarraitu nahi duzula?",
|
||||
|
|
|
@ -43,6 +43,7 @@ OC.L10N.register(
|
|||
"Already up to date" : "Jau ir jaunākā",
|
||||
"Settings" : "Iestatījumi",
|
||||
"Connection to server lost" : "Zaudēts savienojums ar serveri",
|
||||
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm","Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm","Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm"],
|
||||
"Saving..." : "Saglabā...",
|
||||
"Dismiss" : "Atmest",
|
||||
"Authentication required" : "Nepieciešama autentifikācija",
|
||||
|
@ -121,8 +122,11 @@ OC.L10N.register(
|
|||
"Share" : "Koplietot",
|
||||
"Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Koplietot ar personām, kas atrodas citos serveros, izmantojot Federated Cloud ID username@example.com/nextcloud",
|
||||
"Share with users or by mail..." : "Koplietot ar lietotājiem vai izmantojot e-pastu...",
|
||||
"Share with users or remote users..." : "Koplietot ar lietotājiem vai attāliem lietotājiem...",
|
||||
"Share with users, remote users or by mail..." : "Koplietot ar lietotājiem, attāliem lietotājiem vai izmantojot e-pastu...",
|
||||
"Share with users or groups..." : "Koplietot ar lietotājiem vai grupām...",
|
||||
"Share with users, groups or by mail..." : "Koplietot ar lietotājiem, grupām vai izmantojot e-pastu...",
|
||||
"Share with users, groups or remote users..." : "Koplietot ar lietotājiem, grupām vai attāliem lietotājiem...",
|
||||
"Share with users..." : "Koplietots ar lietotājiem...",
|
||||
"Error removing share" : "Kļūda, noņemot koplietošanu",
|
||||
"restricted" : "ierobežots",
|
||||
|
@ -187,6 +191,7 @@ OC.L10N.register(
|
|||
"Database name" : "Datubāzes nosaukums",
|
||||
"Database tablespace" : "Datubāzes tabulas telpa",
|
||||
"Database host" : "Datubāzes serveris",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Lūdzu, norādiet porta numuru kopā ar resursdatora nosaukumu (piemēram, localhost: 5432).",
|
||||
"Performance warning" : "Veiktspējas brīdinājums",
|
||||
"SQLite will be used as database." : "SQLite tiks izmantota kā datu bāze.",
|
||||
"Finish setup" : "Pabeigt iestatīšanu",
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"Already up to date" : "Jau ir jaunākā",
|
||||
"Settings" : "Iestatījumi",
|
||||
"Connection to server lost" : "Zaudēts savienojums ar serveri",
|
||||
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm","Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm","Problēma ielādējot lapu, pārlādēšana pēc %n sekundēm"],
|
||||
"Saving..." : "Saglabā...",
|
||||
"Dismiss" : "Atmest",
|
||||
"Authentication required" : "Nepieciešama autentifikācija",
|
||||
|
@ -119,8 +120,11 @@
|
|||
"Share" : "Koplietot",
|
||||
"Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Koplietot ar personām, kas atrodas citos serveros, izmantojot Federated Cloud ID username@example.com/nextcloud",
|
||||
"Share with users or by mail..." : "Koplietot ar lietotājiem vai izmantojot e-pastu...",
|
||||
"Share with users or remote users..." : "Koplietot ar lietotājiem vai attāliem lietotājiem...",
|
||||
"Share with users, remote users or by mail..." : "Koplietot ar lietotājiem, attāliem lietotājiem vai izmantojot e-pastu...",
|
||||
"Share with users or groups..." : "Koplietot ar lietotājiem vai grupām...",
|
||||
"Share with users, groups or by mail..." : "Koplietot ar lietotājiem, grupām vai izmantojot e-pastu...",
|
||||
"Share with users, groups or remote users..." : "Koplietot ar lietotājiem, grupām vai attāliem lietotājiem...",
|
||||
"Share with users..." : "Koplietots ar lietotājiem...",
|
||||
"Error removing share" : "Kļūda, noņemot koplietošanu",
|
||||
"restricted" : "ierobežots",
|
||||
|
@ -185,6 +189,7 @@
|
|||
"Database name" : "Datubāzes nosaukums",
|
||||
"Database tablespace" : "Datubāzes tabulas telpa",
|
||||
"Database host" : "Datubāzes serveris",
|
||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Lūdzu, norādiet porta numuru kopā ar resursdatora nosaukumu (piemēram, localhost: 5432).",
|
||||
"Performance warning" : "Veiktspējas brīdinājums",
|
||||
"SQLite will be used as database." : "SQLite tiks izmantota kā datu bāze.",
|
||||
"Finish setup" : "Pabeigt iestatīšanu",
|
||||
|
|
|
@ -31,7 +31,7 @@ OC.L10N.register(
|
|||
"_%n year ago_::_%n years ago_" : ["orain dela urte %n","orain dela %n urte"],
|
||||
"_%n hour ago_::_%n hours ago_" : ["orain dela ordu %n","orain dela %n ordu"],
|
||||
"_%n minute ago_::_%n minutes ago_" : ["orain dela minutu %n","orain dela %n minutu"],
|
||||
"seconds ago" : "segundu",
|
||||
"seconds ago" : "duela segundu batzuk",
|
||||
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "%s id duen modulua ez da existitzen. Mesedez, gaitu ezazu zure aplikazio ezarpenetan, edo jarri harremanetan administratzailearekin.",
|
||||
"File name is a reserved word" : "Fitxategi izena hitz erreserbatua da",
|
||||
"File name contains at least one invalid character" : "Fitxategi izenak behintzat baliogabeko karaktere bat du",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"_%n year ago_::_%n years ago_" : ["orain dela urte %n","orain dela %n urte"],
|
||||
"_%n hour ago_::_%n hours ago_" : ["orain dela ordu %n","orain dela %n ordu"],
|
||||
"_%n minute ago_::_%n minutes ago_" : ["orain dela minutu %n","orain dela %n minutu"],
|
||||
"seconds ago" : "segundu",
|
||||
"seconds ago" : "duela segundu batzuk",
|
||||
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "%s id duen modulua ez da existitzen. Mesedez, gaitu ezazu zure aplikazio ezarpenetan, edo jarri harremanetan administratzailearekin.",
|
||||
"File name is a reserved word" : "Fitxategi izena hitz erreserbatua da",
|
||||
"File name contains at least one invalid character" : "Fitxategi izenak behintzat baliogabeko karaktere bat du",
|
||||
|
|
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Vaše emailová adresa",
|
||||
"No email address set" : "Emailová adresa není nastavena",
|
||||
"For password recovery and notifications" : "Pro obnovení hesla a upozornění",
|
||||
"Phone number" : "Telefonní číslo",
|
||||
"Your phone number" : "Vlastní telefonní číslo",
|
||||
"Address" : "Adresa",
|
||||
|
@ -370,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Povolit experimentální aplikace",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ahoj,<br><br>toto je oznámení o nově vytvořeném %s účtu.<br><br>Uživatelské jméno: %s<br>Přihlásit se dá zde: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámení o nově vytvořeném %s účtu.\n\nUživatelské jméno: %s\nPřihlásit se dá zde: %s\n",
|
||||
"For password recovery and notifications" : "Pro obnovení hesla a upozornění",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Chcete-li podpořit projekt\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">připojte se k vývoji</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">šiřte informace dál</a>!",
|
||||
"Add Group" : "Přidat skupinu",
|
||||
"Group" : "Skupina",
|
||||
|
|
|
@ -275,7 +275,6 @@
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Vaše emailová adresa",
|
||||
"No email address set" : "Emailová adresa není nastavena",
|
||||
"For password recovery and notifications" : "Pro obnovení hesla a upozornění",
|
||||
"Phone number" : "Telefonní číslo",
|
||||
"Your phone number" : "Vlastní telefonní číslo",
|
||||
"Address" : "Adresa",
|
||||
|
@ -368,6 +367,7 @@
|
|||
"Enable experimental apps" : "Povolit experimentální aplikace",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ahoj,<br><br>toto je oznámení o nově vytvořeném %s účtu.<br><br>Uživatelské jméno: %s<br>Přihlásit se dá zde: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámení o nově vytvořeném %s účtu.\n\nUživatelské jméno: %s\nPřihlásit se dá zde: %s\n",
|
||||
"For password recovery and notifications" : "Pro obnovení hesla a upozornění",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Chcete-li podpořit projekt\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">připojte se k vývoji</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">šiřte informace dál</a>!",
|
||||
"Add Group" : "Přidat skupinu",
|
||||
"Group" : "Skupina",
|
||||
|
|
|
@ -185,7 +185,6 @@ OC.L10N.register(
|
|||
"Email" : "E-mail",
|
||||
"Your email address" : "Din e-mailadresse",
|
||||
"No email address set" : "Der er ikke angivet e-mailadresse",
|
||||
"For password recovery and notifications" : "Angiv en e-mailadresse for at aktivere gendannelse af adgangskode og modtage notifikationer",
|
||||
"You are member of the following groups:" : "Der er medlem af følgende grupper:",
|
||||
"Password" : "Kodeord",
|
||||
"Current password" : "Nuværende adgangskode",
|
||||
|
@ -246,6 +245,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Aktiver eksperimentale programmer",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hejsa,<br><br>dette er blot en besked om, at du nu har en %s-konto.<br><br>Dit brugernavn: %s<br>Tilgå den: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hejsa,\n\ndette er blot en besked om, at du nu har en %s-konto.\n\nDit brugernavn: %s\nTilgå den: %s\n\n",
|
||||
"For password recovery and notifications" : "Angiv en e-mailadresse for at aktivere gendannelse af adgangskode og modtage notifikationer",
|
||||
"Group" : "Gruppe"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -183,7 +183,6 @@
|
|||
"Email" : "E-mail",
|
||||
"Your email address" : "Din e-mailadresse",
|
||||
"No email address set" : "Der er ikke angivet e-mailadresse",
|
||||
"For password recovery and notifications" : "Angiv en e-mailadresse for at aktivere gendannelse af adgangskode og modtage notifikationer",
|
||||
"You are member of the following groups:" : "Der er medlem af følgende grupper:",
|
||||
"Password" : "Kodeord",
|
||||
"Current password" : "Nuværende adgangskode",
|
||||
|
@ -244,6 +243,7 @@
|
|||
"Enable experimental apps" : "Aktiver eksperimentale programmer",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hejsa,<br><br>dette er blot en besked om, at du nu har en %s-konto.<br><br>Dit brugernavn: %s<br>Tilgå den: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hejsa,\n\ndette er blot en besked om, at du nu har en %s-konto.\n\nDit brugernavn: %s\nTilgå den: %s\n\n",
|
||||
"For password recovery and notifications" : "Angiv en e-mailadresse for at aktivere gendannelse af adgangskode og modtage notifikationer",
|
||||
"Group" : "Gruppe"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -255,7 +255,7 @@ OC.L10N.register(
|
|||
"Issued By" : "Ausgestellt von:",
|
||||
"Valid until %s" : "Gültig bis %s",
|
||||
"Import root certificate" : "Root-Zertifikat importieren",
|
||||
"Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto haben.<br><br>Dein Benutzername: <strong>%s</strong><br>Greife darauf zu: <strong><a href=\"%s\">%s</a></strong><br><br>",
|
||||
"Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: <strong>%s</strong><br>Greife darauf zu: <strong><a href=\"%s\">%s</a></strong><br><br>",
|
||||
"Cheers!" : "Noch einen schönen Tag!",
|
||||
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nZugriff: %s\n",
|
||||
"Administrator documentation" : "Dokumentation für Administratoren",
|
||||
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "E-Mail",
|
||||
"Your email address" : "Deine E-Mail-Adresse",
|
||||
"No email address set" : "Keine E-Mail-Adresse angegeben",
|
||||
"For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen",
|
||||
"Phone number" : "Telefonnummer",
|
||||
"Your phone number" : "Deine Telefonnummer",
|
||||
"Address" : "Adresse",
|
||||
|
@ -370,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Experimentelle Apps aktivieren",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: %s<br>Zugriff: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nLoslegen: %s\n\n",
|
||||
"For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Wenn Du das Projekt unterstützen möchtest ⇥⇥<a href=\"https://nextcloud.com/contribute\" ⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">hilf uns bei der Weiterentwicklung</a> ⇥⇥oder ⇥⇥<a href=\"https://nextcloud.com/contribute\" ⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">empfehle es weiter</a>!",
|
||||
"Add Group" : "Gruppe hinzufügen",
|
||||
"Group" : "Gruppe",
|
||||
|
|
|
@ -253,7 +253,7 @@
|
|||
"Issued By" : "Ausgestellt von:",
|
||||
"Valid until %s" : "Gültig bis %s",
|
||||
"Import root certificate" : "Root-Zertifikat importieren",
|
||||
"Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto haben.<br><br>Dein Benutzername: <strong>%s</strong><br>Greife darauf zu: <strong><a href=\"%s\">%s</a></strong><br><br>",
|
||||
"Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: <strong>%s</strong><br>Greife darauf zu: <strong><a href=\"%s\">%s</a></strong><br><br>",
|
||||
"Cheers!" : "Noch einen schönen Tag!",
|
||||
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nZugriff: %s\n",
|
||||
"Administrator documentation" : "Dokumentation für Administratoren",
|
||||
|
@ -275,7 +275,6 @@
|
|||
"Email" : "E-Mail",
|
||||
"Your email address" : "Deine E-Mail-Adresse",
|
||||
"No email address set" : "Keine E-Mail-Adresse angegeben",
|
||||
"For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen",
|
||||
"Phone number" : "Telefonnummer",
|
||||
"Your phone number" : "Deine Telefonnummer",
|
||||
"Address" : "Adresse",
|
||||
|
@ -368,6 +367,7 @@
|
|||
"Enable experimental apps" : "Experimentelle Apps aktivieren",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: %s<br>Zugriff: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nLoslegen: %s\n\n",
|
||||
"For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Wenn Du das Projekt unterstützen möchtest ⇥⇥<a href=\"https://nextcloud.com/contribute\" ⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">hilf uns bei der Weiterentwicklung</a> ⇥⇥oder ⇥⇥<a href=\"https://nextcloud.com/contribute\" ⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">empfehle es weiter</a>!",
|
||||
"Add Group" : "Gruppe hinzufügen",
|
||||
"Group" : "Gruppe",
|
||||
|
|
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "E-Mail",
|
||||
"Your email address" : "Ihre E-Mail-Adresse",
|
||||
"No email address set" : "Keine E-Mail-Adresse angegeben",
|
||||
"For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen",
|
||||
"Phone number" : "Telefonnummer",
|
||||
"Your phone number" : "Ihre Telefonnummer",
|
||||
"Address" : "Adresse",
|
||||
|
@ -370,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Experimentelle Apps aktivieren",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.<br><br>Ihr Benutzername: %s<br>Greifen Sie darauf zu: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.\n\nIhr Benutzername: %s\nGreifen Sie darauf zu: %s\n\n",
|
||||
"For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Wenn Sie das Projekt unterstützen möchten ⇥⇥<a href=\"https://nextcloud.com/contribute\" ⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">helfen Sie bei der Weiterentwicklung</a> ⇥⇥oder ⇥⇥<a href=\"https://nextcloud.com/contribute\" ⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">empfehlen Sie es weiter</a>! ",
|
||||
"Add Group" : "Gruppe hinzufügen",
|
||||
"Group" : "Gruppe",
|
||||
|
|
|
@ -275,7 +275,6 @@
|
|||
"Email" : "E-Mail",
|
||||
"Your email address" : "Ihre E-Mail-Adresse",
|
||||
"No email address set" : "Keine E-Mail-Adresse angegeben",
|
||||
"For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen",
|
||||
"Phone number" : "Telefonnummer",
|
||||
"Your phone number" : "Ihre Telefonnummer",
|
||||
"Address" : "Adresse",
|
||||
|
@ -368,6 +367,7 @@
|
|||
"Enable experimental apps" : "Experimentelle Apps aktivieren",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.<br><br>Ihr Benutzername: %s<br>Greifen Sie darauf zu: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.\n\nIhr Benutzername: %s\nGreifen Sie darauf zu: %s\n\n",
|
||||
"For password recovery and notifications" : "Für Passwort-Wiederherstellung und Benachrichtigungen",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Wenn Sie das Projekt unterstützen möchten ⇥⇥<a href=\"https://nextcloud.com/contribute\" ⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">helfen Sie bei der Weiterentwicklung</a> ⇥⇥oder ⇥⇥<a href=\"https://nextcloud.com/contribute\" ⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">empfehlen Sie es weiter</a>! ",
|
||||
"Add Group" : "Gruppe hinzufügen",
|
||||
"Group" : "Gruppe",
|
||||
|
|
|
@ -240,7 +240,6 @@ OC.L10N.register(
|
|||
"Email" : "Ηλεκτρονικό ταχυδρομείο",
|
||||
"Your email address" : "Η διεύθυνση ηλ. ταχυδρομείου σας",
|
||||
"No email address set" : "Δεν ορίστηκε διεύθυνση email",
|
||||
"For password recovery and notifications" : "Η ανάκτηση του συνθηματικού και οι ειδοποιήσεις",
|
||||
"Phone number" : "Αριθμός τηλεφώνου",
|
||||
"Your phone number" : "Ο αριθμός τηλεφώνου σας",
|
||||
"Address" : "Διεύθυνση",
|
||||
|
@ -324,6 +323,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Ενεργοποίηση πειραματικών εφαρμογών",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Χαίρεται,<br><br>απλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.<br><br>Το όνομά σας είναι: %s<br>Έχετε πρόσβαση: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Χαίρεται, \nαπλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.\nΤο όνομά σας είναι: %s\nΈχετε πρόσβαση: %s\n",
|
||||
"For password recovery and notifications" : "Η ανάκτηση του συνθηματικού και οι ειδοποιήσεις",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Εάν θέλετε να υποστηρίξετε το έργο\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">συνεργαστείτε με τους προγραμματιστές</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">προωθήστε το</a>!",
|
||||
"Add Group" : "Προσθήκη ομάδας",
|
||||
"Group" : "Ομάδα",
|
||||
|
|
|
@ -238,7 +238,6 @@
|
|||
"Email" : "Ηλεκτρονικό ταχυδρομείο",
|
||||
"Your email address" : "Η διεύθυνση ηλ. ταχυδρομείου σας",
|
||||
"No email address set" : "Δεν ορίστηκε διεύθυνση email",
|
||||
"For password recovery and notifications" : "Η ανάκτηση του συνθηματικού και οι ειδοποιήσεις",
|
||||
"Phone number" : "Αριθμός τηλεφώνου",
|
||||
"Your phone number" : "Ο αριθμός τηλεφώνου σας",
|
||||
"Address" : "Διεύθυνση",
|
||||
|
@ -322,6 +321,7 @@
|
|||
"Enable experimental apps" : "Ενεργοποίηση πειραματικών εφαρμογών",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Χαίρεται,<br><br>απλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.<br><br>Το όνομά σας είναι: %s<br>Έχετε πρόσβαση: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Χαίρεται, \nαπλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.\nΤο όνομά σας είναι: %s\nΈχετε πρόσβαση: %s\n",
|
||||
"For password recovery and notifications" : "Η ανάκτηση του συνθηματικού και οι ειδοποιήσεις",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Εάν θέλετε να υποστηρίξετε το έργο\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">συνεργαστείτε με τους προγραμματιστές</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">προωθήστε το</a>!",
|
||||
"Add Group" : "Προσθήκη ομάδας",
|
||||
"Group" : "Ομάδα",
|
||||
|
|
|
@ -222,7 +222,6 @@ OC.L10N.register(
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Your email address",
|
||||
"No email address set" : "No email address set",
|
||||
"For password recovery and notifications" : "For password recovery and notifications",
|
||||
"You are member of the following groups:" : "You are member of the following groups:",
|
||||
"Password" : "Password",
|
||||
"Current password" : "Current password",
|
||||
|
@ -287,6 +286,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Enable experimental apps",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n",
|
||||
"For password recovery and notifications" : "For password recovery and notifications",
|
||||
"Group" : "Group"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -220,7 +220,6 @@
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Your email address",
|
||||
"No email address set" : "No email address set",
|
||||
"For password recovery and notifications" : "For password recovery and notifications",
|
||||
"You are member of the following groups:" : "You are member of the following groups:",
|
||||
"Password" : "Password",
|
||||
"Current password" : "Current password",
|
||||
|
@ -285,6 +284,7 @@
|
|||
"Enable experimental apps" : "Enable experimental apps",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n",
|
||||
"For password recovery and notifications" : "For password recovery and notifications",
|
||||
"Group" : "Group"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "Correo electrónico",
|
||||
"Your email address" : "Su dirección de correo",
|
||||
"No email address set" : "Ninguna dirección de correo establecida",
|
||||
"For password recovery and notifications" : "Para la recuperación de contraseña y notificaciones",
|
||||
"Phone number" : "Número de teléfono",
|
||||
"Your phone number" : "Su número de teléfono",
|
||||
"Address" : "Dirección",
|
||||
|
@ -370,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Habilitar aplicaciones experimentales",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "¿Qué tal?,<br><br>este mensaje es para hacerle saber que ahora tiene una %s cuenta.<br><br>Su nombre de usuario: %s<br>Acceda en: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, ¿qué tal?,\n\nEste mensaje es para hacerle saber que ahora tiene una cuenta %s.\n\nSu nombre de usuario: %s\nAcceda en: %s\n\n",
|
||||
"For password recovery and notifications" : "Para la recuperación de contraseña y notificaciones",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">únase al desarrollo</a>\n\t\to\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">difunda la palabra</a>.",
|
||||
"Add Group" : "Agregar grupo",
|
||||
"Group" : "Grupo",
|
||||
|
|
|
@ -275,7 +275,6 @@
|
|||
"Email" : "Correo electrónico",
|
||||
"Your email address" : "Su dirección de correo",
|
||||
"No email address set" : "Ninguna dirección de correo establecida",
|
||||
"For password recovery and notifications" : "Para la recuperación de contraseña y notificaciones",
|
||||
"Phone number" : "Número de teléfono",
|
||||
"Your phone number" : "Su número de teléfono",
|
||||
"Address" : "Dirección",
|
||||
|
@ -368,6 +367,7 @@
|
|||
"Enable experimental apps" : "Habilitar aplicaciones experimentales",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "¿Qué tal?,<br><br>este mensaje es para hacerle saber que ahora tiene una %s cuenta.<br><br>Su nombre de usuario: %s<br>Acceda en: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, ¿qué tal?,\n\nEste mensaje es para hacerle saber que ahora tiene una cuenta %s.\n\nSu nombre de usuario: %s\nAcceda en: %s\n\n",
|
||||
"For password recovery and notifications" : "Para la recuperación de contraseña y notificaciones",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">únase al desarrollo</a>\n\t\to\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">difunda la palabra</a>.",
|
||||
"Add Group" : "Agregar grupo",
|
||||
"Group" : "Grupo",
|
||||
|
|
|
@ -19,10 +19,12 @@ OC.L10N.register(
|
|||
"You need to set your user email before being able to send test emails." : "Epostaren erabiltzailea zehaztu behar duzu probako eposta bidali aurretik.",
|
||||
"Invalid request" : "Baliogabeko eskaera",
|
||||
"Invalid mail address" : "Posta helbide baliogabea",
|
||||
"To send a password link to the user an email address is required." : "Pasahitza ",
|
||||
"Unable to create user." : "Ezin izan da erabiltzailea sortu.",
|
||||
"Your %s account was created" : "Zure %s kontua sortu da",
|
||||
"Unable to delete user." : "Ezin izan da erabiltzailea ezabatu.",
|
||||
"Unable to change full name" : "Ezin izan da izena aldatu",
|
||||
"Unable to change email address" : "Ezin da helbide elektronikoa aldatu",
|
||||
"Your full name has been changed." : "Zure izena aldatu egin da.",
|
||||
"Forbidden" : "Debekatuta",
|
||||
"Invalid user" : "Baliogabeko erabiiltzailea",
|
||||
|
@ -158,14 +160,21 @@ OC.L10N.register(
|
|||
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Kaixo,\n\nJakinarazi nahi dizugu, badaukazula %s kontua.\n\nZure erabiltzaile izena: %s \nSar zaitez: %s\n",
|
||||
"Administrator documentation" : "Administratzaile dokumentazioa",
|
||||
"Forum" : "Foroa",
|
||||
"Profile picture" : "Profilaren irudia",
|
||||
"Profile picture" : "Zure irudia",
|
||||
"Upload new" : "Igo berria",
|
||||
"Remove image" : "Irudia ezabatu",
|
||||
"Picture provided by original account" : "Irudia jatorrizko kontutik hartuta",
|
||||
"Cancel" : "Ezeztatu",
|
||||
"Choose as profile picture" : "Aukeratu profil irudi gisa",
|
||||
"Full name" : "Izen osoa",
|
||||
"No display name set" : "Ez da bistaratze izena ezarri",
|
||||
"Email" : "E-posta",
|
||||
"Your email address" : "Zure e-posta",
|
||||
"No email address set" : "Ez da eposta helbidea ezarri",
|
||||
"Address" : "Helbidea",
|
||||
"Your postal address" : "Zure helbidea",
|
||||
"Website" : "Web orria",
|
||||
"Your website" : "Zure web orria",
|
||||
"Password" : "Pasahitza",
|
||||
"Current password" : "Uneko pasahitza",
|
||||
"New password" : "Pasahitz berria",
|
||||
|
@ -219,6 +228,7 @@ OC.L10N.register(
|
|||
"Uninstall App" : "Desinstalatu aplikazioa",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Kaixo,<br><br>orain %s kontu bat duzula esateko besterik ez.<br><br>Zure erabiltzailea: %s<br>Sar zaitez: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Kaixo,\n\norain %s kontu bat duzula esateko besterik ez.\n\nZure erabiltzailea: %s\nSar zaitez: %s\n\n",
|
||||
"Group" : "Taldea"
|
||||
"Group" : "Taldea",
|
||||
"Full Name" : "Izen osoa"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -17,10 +17,12 @@
|
|||
"You need to set your user email before being able to send test emails." : "Epostaren erabiltzailea zehaztu behar duzu probako eposta bidali aurretik.",
|
||||
"Invalid request" : "Baliogabeko eskaera",
|
||||
"Invalid mail address" : "Posta helbide baliogabea",
|
||||
"To send a password link to the user an email address is required." : "Pasahitza ",
|
||||
"Unable to create user." : "Ezin izan da erabiltzailea sortu.",
|
||||
"Your %s account was created" : "Zure %s kontua sortu da",
|
||||
"Unable to delete user." : "Ezin izan da erabiltzailea ezabatu.",
|
||||
"Unable to change full name" : "Ezin izan da izena aldatu",
|
||||
"Unable to change email address" : "Ezin da helbide elektronikoa aldatu",
|
||||
"Your full name has been changed." : "Zure izena aldatu egin da.",
|
||||
"Forbidden" : "Debekatuta",
|
||||
"Invalid user" : "Baliogabeko erabiiltzailea",
|
||||
|
@ -156,14 +158,21 @@
|
|||
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Kaixo,\n\nJakinarazi nahi dizugu, badaukazula %s kontua.\n\nZure erabiltzaile izena: %s \nSar zaitez: %s\n",
|
||||
"Administrator documentation" : "Administratzaile dokumentazioa",
|
||||
"Forum" : "Foroa",
|
||||
"Profile picture" : "Profilaren irudia",
|
||||
"Profile picture" : "Zure irudia",
|
||||
"Upload new" : "Igo berria",
|
||||
"Remove image" : "Irudia ezabatu",
|
||||
"Picture provided by original account" : "Irudia jatorrizko kontutik hartuta",
|
||||
"Cancel" : "Ezeztatu",
|
||||
"Choose as profile picture" : "Aukeratu profil irudi gisa",
|
||||
"Full name" : "Izen osoa",
|
||||
"No display name set" : "Ez da bistaratze izena ezarri",
|
||||
"Email" : "E-posta",
|
||||
"Your email address" : "Zure e-posta",
|
||||
"No email address set" : "Ez da eposta helbidea ezarri",
|
||||
"Address" : "Helbidea",
|
||||
"Your postal address" : "Zure helbidea",
|
||||
"Website" : "Web orria",
|
||||
"Your website" : "Zure web orria",
|
||||
"Password" : "Pasahitza",
|
||||
"Current password" : "Uneko pasahitza",
|
||||
"New password" : "Pasahitz berria",
|
||||
|
@ -217,6 +226,7 @@
|
|||
"Uninstall App" : "Desinstalatu aplikazioa",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Kaixo,<br><br>orain %s kontu bat duzula esateko besterik ez.<br><br>Zure erabiltzailea: %s<br>Sar zaitez: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Kaixo,\n\norain %s kontu bat duzula esateko besterik ez.\n\nZure erabiltzailea: %s\nSar zaitez: %s\n\n",
|
||||
"Group" : "Taldea"
|
||||
"Group" : "Taldea",
|
||||
"Full Name" : "Izen osoa"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -204,7 +204,6 @@ OC.L10N.register(
|
|||
"Email" : "Sähköpostiosoite",
|
||||
"Your email address" : "Sähköpostiosoitteesi",
|
||||
"No email address set" : "Sähköpostiosoitetta ei ole asetettu",
|
||||
"For password recovery and notifications" : "Salasanan nollausta ja ilmoituksia varten",
|
||||
"You are member of the following groups:" : "Olet jäsenenä seuraavissa ryhmissä:",
|
||||
"Password" : "Salasana",
|
||||
"Current password" : "Nykyinen salasana",
|
||||
|
@ -268,6 +267,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Käytä kokeiluasteella olevia sovelluksia",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei<br><br>Sinulla on nyt %s-tili.<br><br>Käyttäjätunnus: %s<br>Aloita käyttö: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei\n\nSinulla on nyt %s-tili.\n\nKäyttäjätunnuksesi: %s\nAloita käyttö: %s\n\n",
|
||||
"For password recovery and notifications" : "Salasanan nollausta ja ilmoituksia varten",
|
||||
"Group" : "Ryhmä"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -202,7 +202,6 @@
|
|||
"Email" : "Sähköpostiosoite",
|
||||
"Your email address" : "Sähköpostiosoitteesi",
|
||||
"No email address set" : "Sähköpostiosoitetta ei ole asetettu",
|
||||
"For password recovery and notifications" : "Salasanan nollausta ja ilmoituksia varten",
|
||||
"You are member of the following groups:" : "Olet jäsenenä seuraavissa ryhmissä:",
|
||||
"Password" : "Salasana",
|
||||
"Current password" : "Nykyinen salasana",
|
||||
|
@ -266,6 +265,7 @@
|
|||
"Enable experimental apps" : "Käytä kokeiluasteella olevia sovelluksia",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei<br><br>Sinulla on nyt %s-tili.<br><br>Käyttäjätunnus: %s<br>Aloita käyttö: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei\n\nSinulla on nyt %s-tili.\n\nKäyttäjätunnuksesi: %s\nAloita käyttö: %s\n\n",
|
||||
"For password recovery and notifications" : "Salasanan nollausta ja ilmoituksia varten",
|
||||
"Group" : "Ryhmä"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "Adresse e-mail",
|
||||
"Your email address" : "Votre adresse e-mail",
|
||||
"No email address set" : "Aucune adresse e-mail configurée",
|
||||
"For password recovery and notifications" : "Pour la récupération de mot de passe et les notifications",
|
||||
"Phone number" : "Numéro de téléphone",
|
||||
"Your phone number" : "Votre numéro de téléphone",
|
||||
"Address" : "Adresse",
|
||||
|
@ -370,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Activer les applications expérimentales",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : %s<br><br>\n",
|
||||
"For password recovery and notifications" : "Pour la récupération de mot de passe et les notifications",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Si vous voulez appuyer ce projet\n<a href=\"https://nextcloud.com/contribute\"\ntarget=\"_blank\" rel=\"noreferrer\">rejoindre le développement</a>\n<or></or>\n<a href=\"https://nextcloud.com/contribute\"\ntarget=\"_blank\" rel=\"noreferrer\">partager</a>!",
|
||||
"Add Group" : "Ajouter groupe",
|
||||
"Group" : "Groupe",
|
||||
|
|
|
@ -275,7 +275,6 @@
|
|||
"Email" : "Adresse e-mail",
|
||||
"Your email address" : "Votre adresse e-mail",
|
||||
"No email address set" : "Aucune adresse e-mail configurée",
|
||||
"For password recovery and notifications" : "Pour la récupération de mot de passe et les notifications",
|
||||
"Phone number" : "Numéro de téléphone",
|
||||
"Your phone number" : "Votre numéro de téléphone",
|
||||
"Address" : "Adresse",
|
||||
|
@ -368,6 +367,7 @@
|
|||
"Enable experimental apps" : "Activer les applications expérimentales",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : %s<br><br>\n",
|
||||
"For password recovery and notifications" : "Pour la récupération de mot de passe et les notifications",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Si vous voulez appuyer ce projet\n<a href=\"https://nextcloud.com/contribute\"\ntarget=\"_blank\" rel=\"noreferrer\">rejoindre le développement</a>\n<or></or>\n<a href=\"https://nextcloud.com/contribute\"\ntarget=\"_blank\" rel=\"noreferrer\">partager</a>!",
|
||||
"Add Group" : "Ajouter groupe",
|
||||
"Group" : "Groupe",
|
||||
|
|
|
@ -217,7 +217,6 @@ OC.L10N.register(
|
|||
"Email" : "דואר אלקטרוני",
|
||||
"Your email address" : "כתובת הדואר האלקטרוני שלך",
|
||||
"No email address set" : "לא נקבעה כתובת דואר אלקטרוני",
|
||||
"For password recovery and notifications" : "לשחזור סיסמא והודעות",
|
||||
"You are member of the following groups:" : "הקבוצות הבאות כוללות אותך:",
|
||||
"Password" : "סיסמא",
|
||||
"Current password" : "סיסמא נוכחית",
|
||||
|
@ -281,6 +280,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "אפשר יישומים ניסיוניים",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "שלום,<br><br>רק רצינו להודיע שעכשיו יש לך %s חשבון.<br><br>Your שם משתמש: %s<br>כניסה: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "שלום,\n\nרק רצינו להודיע שעכשיו יש לך %s חשבון.\n\nשם המשתמש שלך: %s\nכניסה: %s\n\n",
|
||||
"For password recovery and notifications" : "לשחזור סיסמא והודעות",
|
||||
"Group" : "קבוצה"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -215,7 +215,6 @@
|
|||
"Email" : "דואר אלקטרוני",
|
||||
"Your email address" : "כתובת הדואר האלקטרוני שלך",
|
||||
"No email address set" : "לא נקבעה כתובת דואר אלקטרוני",
|
||||
"For password recovery and notifications" : "לשחזור סיסמא והודעות",
|
||||
"You are member of the following groups:" : "הקבוצות הבאות כוללות אותך:",
|
||||
"Password" : "סיסמא",
|
||||
"Current password" : "סיסמא נוכחית",
|
||||
|
@ -279,6 +278,7 @@
|
|||
"Enable experimental apps" : "אפשר יישומים ניסיוניים",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "שלום,<br><br>רק רצינו להודיע שעכשיו יש לך %s חשבון.<br><br>Your שם משתמש: %s<br>כניסה: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "שלום,\n\nרק רצינו להודיע שעכשיו יש לך %s חשבון.\n\nשם המשתמש שלך: %s\nכניסה: %s\n\n",
|
||||
"For password recovery and notifications" : "לשחזור סיסמא והודעות",
|
||||
"Group" : "קבוצה"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -273,7 +273,6 @@ OC.L10N.register(
|
|||
"Email" : "E-mail",
|
||||
"Your email address" : "Az Ön e-mail címe",
|
||||
"No email address set" : "Nincs e-mail cím beállítva",
|
||||
"For password recovery and notifications" : "Jelszó helyreállításhoz és értesítésekhez",
|
||||
"Phone number" : "Telefonszám",
|
||||
"Your phone number" : "A telefonszámod",
|
||||
"Address" : "Cím",
|
||||
|
@ -365,6 +364,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Kísérleti alkalmazások engedélyezése",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Üdv!<br><br>Értesítünk, hogy van egy %s fiókja.<br><br>Felhasználónév: %s<br>Hozzáférés: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Üdv!\n\nÉrtesítünk, hogy van egy %s fiókja.\n\nFelhasználónév: %s\nHozzáférés: %s\n\n",
|
||||
"For password recovery and notifications" : "Jelszó helyreállításhoz és értesítésekhez",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Ha támogatni szeretnéd a projektet\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">csatlakozz a fejlesztőkhöz</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">terjeszd</a>!",
|
||||
"Add Group" : "csoport hozzáadása",
|
||||
"Group" : "Csoport",
|
||||
|
|
|
@ -271,7 +271,6 @@
|
|||
"Email" : "E-mail",
|
||||
"Your email address" : "Az Ön e-mail címe",
|
||||
"No email address set" : "Nincs e-mail cím beállítva",
|
||||
"For password recovery and notifications" : "Jelszó helyreállításhoz és értesítésekhez",
|
||||
"Phone number" : "Telefonszám",
|
||||
"Your phone number" : "A telefonszámod",
|
||||
"Address" : "Cím",
|
||||
|
@ -363,6 +362,7 @@
|
|||
"Enable experimental apps" : "Kísérleti alkalmazások engedélyezése",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Üdv!<br><br>Értesítünk, hogy van egy %s fiókja.<br><br>Felhasználónév: %s<br>Hozzáférés: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Üdv!\n\nÉrtesítünk, hogy van egy %s fiókja.\n\nFelhasználónév: %s\nHozzáférés: %s\n\n",
|
||||
"For password recovery and notifications" : "Jelszó helyreállításhoz és értesítésekhez",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Ha támogatni szeretnéd a projektet\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">csatlakozz a fejlesztőkhöz</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">terjeszd</a>!",
|
||||
"Add Group" : "csoport hozzáadása",
|
||||
"Group" : "Csoport",
|
||||
|
|
|
@ -115,6 +115,7 @@ OC.L10N.register(
|
|||
"Unable to add user to group {group}" : "Impossibile adder usator a gruppo {group}",
|
||||
"Unable to remove user from group {group}" : "Impossibile remover usator de gruppo {group}",
|
||||
"Add group" : "Adder gruppo",
|
||||
"Invalid quota value \"{val}\"" : "Valor de quota non valide \"{val}\"",
|
||||
"A valid password must be provided" : "Un contrasigno valide debe esser providite",
|
||||
"A valid email must be provided" : "Un adresse de e-posta valide debe esser providite",
|
||||
"__language_name__" : "Interlingua de IALA",
|
||||
|
|
|
@ -113,6 +113,7 @@
|
|||
"Unable to add user to group {group}" : "Impossibile adder usator a gruppo {group}",
|
||||
"Unable to remove user from group {group}" : "Impossibile remover usator de gruppo {group}",
|
||||
"Add group" : "Adder gruppo",
|
||||
"Invalid quota value \"{val}\"" : "Valor de quota non valide \"{val}\"",
|
||||
"A valid password must be provided" : "Un contrasigno valide debe esser providite",
|
||||
"A valid email must be provided" : "Un adresse de e-posta valide debe esser providite",
|
||||
"__language_name__" : "Interlingua de IALA",
|
||||
|
|
|
@ -239,7 +239,6 @@ OC.L10N.register(
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Alamat email Anda",
|
||||
"No email address set" : "Alamat email tidak diatur",
|
||||
"For password recovery and notifications" : "Untuk pemulihan sandi dan pemberitahuan",
|
||||
"You are member of the following groups:" : "Anda adalah anggota dari grup berikut:",
|
||||
"Password" : "Sandi",
|
||||
"Current password" : "Sandi saat ini",
|
||||
|
@ -316,6 +315,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Aktifkan aplikasi percobaan",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hai,<br><br>sekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.<br><br>Nama Pengguna Anda: %s<br>Akses di: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hai,\n\nsekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.\n\nNama Pengguna Anda: %s\nAkses di: %s\n",
|
||||
"For password recovery and notifications" : "Untuk pemulihan sandi dan pemberitahuan",
|
||||
"Add Group" : "Tambah Grup",
|
||||
"Group" : "Grup",
|
||||
"Default Quota" : "Kuota Standar",
|
||||
|
|
|
@ -237,7 +237,6 @@
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Alamat email Anda",
|
||||
"No email address set" : "Alamat email tidak diatur",
|
||||
"For password recovery and notifications" : "Untuk pemulihan sandi dan pemberitahuan",
|
||||
"You are member of the following groups:" : "Anda adalah anggota dari grup berikut:",
|
||||
"Password" : "Sandi",
|
||||
"Current password" : "Sandi saat ini",
|
||||
|
@ -314,6 +313,7 @@
|
|||
"Enable experimental apps" : "Aktifkan aplikasi percobaan",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hai,<br><br>sekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.<br><br>Nama Pengguna Anda: %s<br>Akses di: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hai,\n\nsekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.\n\nNama Pengguna Anda: %s\nAkses di: %s\n",
|
||||
"For password recovery and notifications" : "Untuk pemulihan sandi dan pemberitahuan",
|
||||
"Add Group" : "Tambah Grup",
|
||||
"Group" : "Grup",
|
||||
"Default Quota" : "Kuota Standar",
|
||||
|
|
|
@ -273,7 +273,6 @@ OC.L10N.register(
|
|||
"Email" : "Netfang",
|
||||
"Your email address" : "Netfangið þitt",
|
||||
"No email address set" : "Ekkert tölvupóstfang sett",
|
||||
"For password recovery and notifications" : "Fyrir tilkynningar og endurheimtingu lykilorðs",
|
||||
"Phone number" : "Símanúmer",
|
||||
"Your phone number" : "Símanúmerið þitt",
|
||||
"Address" : "Heimilisfang",
|
||||
|
@ -365,6 +364,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Virkja forrit á tilraunastigi",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hæ þú,<br><br>bara að láta þig vita að þú átt núna %s aðgang.<br><br>Notandanafnið þitt: %s<br>Tengstu honum: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hæ þú,\n\nbara að láta þig vita að þú átt núna %s aðgang.\n\nNotandanafnið þitt: %s\nTengstu honum: %s\n\n",
|
||||
"For password recovery and notifications" : "Fyrir tilkynningar og endurheimtingu lykilorðs",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Ef þú vilt styðja við verkefnið\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">taktu þátt í þróuninni</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">láttu orð út ganga</a>!",
|
||||
"Add Group" : "Bæta við hópi",
|
||||
"Group" : "Hópur",
|
||||
|
|
|
@ -271,7 +271,6 @@
|
|||
"Email" : "Netfang",
|
||||
"Your email address" : "Netfangið þitt",
|
||||
"No email address set" : "Ekkert tölvupóstfang sett",
|
||||
"For password recovery and notifications" : "Fyrir tilkynningar og endurheimtingu lykilorðs",
|
||||
"Phone number" : "Símanúmer",
|
||||
"Your phone number" : "Símanúmerið þitt",
|
||||
"Address" : "Heimilisfang",
|
||||
|
@ -363,6 +362,7 @@
|
|||
"Enable experimental apps" : "Virkja forrit á tilraunastigi",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hæ þú,<br><br>bara að láta þig vita að þú átt núna %s aðgang.<br><br>Notandanafnið þitt: %s<br>Tengstu honum: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hæ þú,\n\nbara að láta þig vita að þú átt núna %s aðgang.\n\nNotandanafnið þitt: %s\nTengstu honum: %s\n\n",
|
||||
"For password recovery and notifications" : "Fyrir tilkynningar og endurheimtingu lykilorðs",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Ef þú vilt styðja við verkefnið\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">taktu þátt í þróuninni</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">láttu orð út ganga</a>!",
|
||||
"Add Group" : "Bæta við hópi",
|
||||
"Group" : "Hópur",
|
||||
|
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Email" : "Posta elettronica",
|
||||
"Your email address" : "Il tuo indirizzo email",
|
||||
"No email address set" : "Nessun indirizzo email impostato",
|
||||
"For password recovery and notifications" : "Per il ripristino della password e per le notifiche",
|
||||
"Phone number" : "Numero di telefono",
|
||||
"Your phone number" : "Il tuo numero di telefono",
|
||||
"Address" : "Indirizzo",
|
||||
|
@ -368,6 +367,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Abilita le applicazioni sperimentali",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ciao,<br><br>volevo informarti che ora hai un account %s.<br><br>Il tuo nome utente: %s<br>Accedi: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ciao,\n\nvolevo informarti che ora hai un account %s.\n\nIl tuo nome utente: %s\nAccedi: %s\n\n",
|
||||
"For password recovery and notifications" : "Per il ripristino della password e per le notifiche",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Se desideri supportare il progetto\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">contribuisci allo sviluppo</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">diffondi il verbo</a>!",
|
||||
"Add Group" : "Aggiungi gruppo",
|
||||
"Group" : "Gruppo",
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Email" : "Posta elettronica",
|
||||
"Your email address" : "Il tuo indirizzo email",
|
||||
"No email address set" : "Nessun indirizzo email impostato",
|
||||
"For password recovery and notifications" : "Per il ripristino della password e per le notifiche",
|
||||
"Phone number" : "Numero di telefono",
|
||||
"Your phone number" : "Il tuo numero di telefono",
|
||||
"Address" : "Indirizzo",
|
||||
|
@ -366,6 +365,7 @@
|
|||
"Enable experimental apps" : "Abilita le applicazioni sperimentali",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ciao,<br><br>volevo informarti che ora hai un account %s.<br><br>Il tuo nome utente: %s<br>Accedi: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ciao,\n\nvolevo informarti che ora hai un account %s.\n\nIl tuo nome utente: %s\nAccedi: %s\n\n",
|
||||
"For password recovery and notifications" : "Per il ripristino della password e per le notifiche",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Se desideri supportare il progetto\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">contribuisci allo sviluppo</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">diffondi il verbo</a>!",
|
||||
"Add Group" : "Aggiungi gruppo",
|
||||
"Group" : "Gruppo",
|
||||
|
|
|
@ -275,7 +275,6 @@ OC.L10N.register(
|
|||
"Email" : "メール",
|
||||
"Your email address" : "あなたのメールアドレス",
|
||||
"No email address set" : "メールアドレスが設定されていません",
|
||||
"For password recovery and notifications" : "パスワード回復と通知用",
|
||||
"Phone number" : "電話番号",
|
||||
"Your phone number" : "あなたの電話番号",
|
||||
"Address" : "住所",
|
||||
|
@ -367,6 +366,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "実験的なアプリを有効にする",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "こんにちは、<br><br>あなたのアカウント %s が利用可能になったことをお知らせします。<br><br>ユーザー名: %s<br>以下のURLからアクセス: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "こんにちは、\n\nあなたのアカウント %s が利用可能になったことをお知らせします。\n\nユーザー名: %s\n接続URL: %s\n\n",
|
||||
"For password recovery and notifications" : "パスワード回復と通知用",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "プロジェクトをサポートしたい場合\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">開発に参加</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">もしくは拡散</a>!",
|
||||
"Add Group" : "グループを追加する",
|
||||
"Group" : "グループ",
|
||||
|
|
|
@ -273,7 +273,6 @@
|
|||
"Email" : "メール",
|
||||
"Your email address" : "あなたのメールアドレス",
|
||||
"No email address set" : "メールアドレスが設定されていません",
|
||||
"For password recovery and notifications" : "パスワード回復と通知用",
|
||||
"Phone number" : "電話番号",
|
||||
"Your phone number" : "あなたの電話番号",
|
||||
"Address" : "住所",
|
||||
|
@ -365,6 +364,7 @@
|
|||
"Enable experimental apps" : "実験的なアプリを有効にする",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "こんにちは、<br><br>あなたのアカウント %s が利用可能になったことをお知らせします。<br><br>ユーザー名: %s<br>以下のURLからアクセス: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "こんにちは、\n\nあなたのアカウント %s が利用可能になったことをお知らせします。\n\nユーザー名: %s\n接続URL: %s\n\n",
|
||||
"For password recovery and notifications" : "パスワード回復と通知用",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "プロジェクトをサポートしたい場合\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">開発に参加</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">もしくは拡散</a>!",
|
||||
"Add Group" : "グループを追加する",
|
||||
"Group" : "グループ",
|
||||
|
|
|
@ -269,7 +269,6 @@ OC.L10N.register(
|
|||
"Email" : "이메일",
|
||||
"Your email address" : "이메일 주소",
|
||||
"No email address set" : "이메일 주소가 설정되지 않음",
|
||||
"For password recovery and notifications" : "암호 복구와 알림에 사용",
|
||||
"Phone number" : "휴대폰 번호",
|
||||
"Your phone number" : "내 휴대폰 번호",
|
||||
"Address" : "주소",
|
||||
|
@ -361,6 +360,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "실험적인 앱 사용",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "안녕하세요.<br><br>%s 계정을 사용할 수 있음을 알려 드립니다.<br><br>사용자 이름: %s<br>접근 링크: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "안녕하세요.\n\n%s 계정을 사용할 수 있음을 알려 드립니다.\n\n사용자 이름: %s\n접근 링크: %s\n\n",
|
||||
"For password recovery and notifications" : "암호 복구와 알림에 사용",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "이 프로젝트를 지원하려면 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">개발에 참여</a>하거나 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">주변에 알려주세요</a>!",
|
||||
"Add Group" : "그룹 추가",
|
||||
"Group" : "그룹",
|
||||
|
|
|
@ -267,7 +267,6 @@
|
|||
"Email" : "이메일",
|
||||
"Your email address" : "이메일 주소",
|
||||
"No email address set" : "이메일 주소가 설정되지 않음",
|
||||
"For password recovery and notifications" : "암호 복구와 알림에 사용",
|
||||
"Phone number" : "휴대폰 번호",
|
||||
"Your phone number" : "내 휴대폰 번호",
|
||||
"Address" : "주소",
|
||||
|
@ -359,6 +358,7 @@
|
|||
"Enable experimental apps" : "실험적인 앱 사용",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "안녕하세요.<br><br>%s 계정을 사용할 수 있음을 알려 드립니다.<br><br>사용자 이름: %s<br>접근 링크: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "안녕하세요.\n\n%s 계정을 사용할 수 있음을 알려 드립니다.\n\n사용자 이름: %s\n접근 링크: %s\n\n",
|
||||
"For password recovery and notifications" : "암호 복구와 알림에 사용",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "이 프로젝트를 지원하려면 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">개발에 참여</a>하거나 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">주변에 알려주세요</a>!",
|
||||
"Add Group" : "그룹 추가",
|
||||
"Group" : "그룹",
|
||||
|
|
|
@ -139,7 +139,6 @@ OC.L10N.register(
|
|||
"Cancel" : "Atsisakyti",
|
||||
"Email" : "El. Paštas",
|
||||
"Your email address" : "Jūsų el. pašto adresas",
|
||||
"For password recovery and notifications" : "Skirtas slaptažodžio atkūrimui ir pranešimams",
|
||||
"Phone number" : "Telefono numeris",
|
||||
"Your phone number" : "Jūsų telefono numeris",
|
||||
"Address" : "Adresas",
|
||||
|
@ -187,6 +186,7 @@ OC.L10N.register(
|
|||
"More" : "Daugiau",
|
||||
"Less" : "Mažiau",
|
||||
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Žurnalo failo dydis yra daugiau nei 100 MB. Jo atsiuntimas gali šiek tiek užtrukti!",
|
||||
"For password recovery and notifications" : "Skirtas slaptažodžio atkūrimui ir pranešimams",
|
||||
"Add Group" : "Pridėti grupę",
|
||||
"Group" : "Grupė"
|
||||
},
|
||||
|
|
|
@ -137,7 +137,6 @@
|
|||
"Cancel" : "Atsisakyti",
|
||||
"Email" : "El. Paštas",
|
||||
"Your email address" : "Jūsų el. pašto adresas",
|
||||
"For password recovery and notifications" : "Skirtas slaptažodžio atkūrimui ir pranešimams",
|
||||
"Phone number" : "Telefono numeris",
|
||||
"Your phone number" : "Jūsų telefono numeris",
|
||||
"Address" : "Adresas",
|
||||
|
@ -185,6 +184,7 @@
|
|||
"More" : "Daugiau",
|
||||
"Less" : "Mažiau",
|
||||
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Žurnalo failo dydis yra daugiau nei 100 MB. Jo atsiuntimas gali šiek tiek užtrukti!",
|
||||
"For password recovery and notifications" : "Skirtas slaptažodžio atkūrimui ir pranešimams",
|
||||
"Add Group" : "Pridėti grupę",
|
||||
"Group" : "Grupė"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
|
|
|
@ -162,7 +162,7 @@ OC.L10N.register(
|
|||
"Cron" : "Cron",
|
||||
"Execute one task with each page loaded" : "Izpildīt vienu uzdevumu ar katru ielādēto lapu",
|
||||
"Version" : "Versija",
|
||||
"Sharing" : "Dalīšanās",
|
||||
"Sharing" : "Koplietošana",
|
||||
"Allow apps to use the Share API" : "Ļaut programmām izmantot koplietošanas API",
|
||||
"Allow users to share via link" : "Ļaut lietotājiem koplietot caur saitēm",
|
||||
"Allow public uploads" : "Atļaut publisko augšupielādi",
|
||||
|
@ -220,7 +220,6 @@ OC.L10N.register(
|
|||
"Email" : "E-pasts",
|
||||
"Your email address" : "Jūsu e-pasta adrese",
|
||||
"No email address set" : "Nav norādīts e-pasts",
|
||||
"For password recovery and notifications" : "Paroles atjaunošanai un paziņojumiem",
|
||||
"Phone number" : "Tālruņa numurs",
|
||||
"Your phone number" : "Jūsu tālruņa numurs",
|
||||
"Address" : "Adrese",
|
||||
|
@ -297,6 +296,7 @@ OC.L10N.register(
|
|||
"Allow users to send mail notification for shared files to other users" : "Atļaut lietotājiem nosūtīt e-pasta paziņojumu par koplietojamiem failiem citiem lietotājiem",
|
||||
"Uninstall App" : "Atinstalēt programmu",
|
||||
"Enable experimental apps" : "Atļaut eksperimentālās programmas",
|
||||
"For password recovery and notifications" : "Paroles atjaunošanai un paziņojumiem",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Ja vēlaties atbalstīt projektu\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">pievienoties attīstībai</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">izplatīt vārdu</a>!",
|
||||
"Add Group" : "Pievienot grupu",
|
||||
"Group" : "Grupa",
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
"Cron" : "Cron",
|
||||
"Execute one task with each page loaded" : "Izpildīt vienu uzdevumu ar katru ielādēto lapu",
|
||||
"Version" : "Versija",
|
||||
"Sharing" : "Dalīšanās",
|
||||
"Sharing" : "Koplietošana",
|
||||
"Allow apps to use the Share API" : "Ļaut programmām izmantot koplietošanas API",
|
||||
"Allow users to share via link" : "Ļaut lietotājiem koplietot caur saitēm",
|
||||
"Allow public uploads" : "Atļaut publisko augšupielādi",
|
||||
|
@ -218,7 +218,6 @@
|
|||
"Email" : "E-pasts",
|
||||
"Your email address" : "Jūsu e-pasta adrese",
|
||||
"No email address set" : "Nav norādīts e-pasts",
|
||||
"For password recovery and notifications" : "Paroles atjaunošanai un paziņojumiem",
|
||||
"Phone number" : "Tālruņa numurs",
|
||||
"Your phone number" : "Jūsu tālruņa numurs",
|
||||
"Address" : "Adrese",
|
||||
|
@ -295,6 +294,7 @@
|
|||
"Allow users to send mail notification for shared files to other users" : "Atļaut lietotājiem nosūtīt e-pasta paziņojumu par koplietojamiem failiem citiem lietotājiem",
|
||||
"Uninstall App" : "Atinstalēt programmu",
|
||||
"Enable experimental apps" : "Atļaut eksperimentālās programmas",
|
||||
"For password recovery and notifications" : "Paroles atjaunošanai un paziņojumiem",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Ja vēlaties atbalstīt projektu\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">pievienoties attīstībai</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">izplatīt vārdu</a>!",
|
||||
"Add Group" : "Pievienot grupu",
|
||||
"Group" : "Grupa",
|
||||
|
|
|
@ -276,7 +276,6 @@ OC.L10N.register(
|
|||
"Email" : "Epost",
|
||||
"Your email address" : "Din e-postadresse",
|
||||
"No email address set" : "E-postadresse ikke satt",
|
||||
"For password recovery and notifications" : "For passord-gjenoppretting og varsler",
|
||||
"Phone number" : "Telefonnummer",
|
||||
"Your phone number" : "Ditt telefonnummer",
|
||||
"Address" : "Adresse",
|
||||
|
@ -368,6 +367,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Aktiver eksperimentelle apper",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei,<br><br>vil bare informere om at du nå har en %s-konto.<br><br>Brukernavnet ditt: %s<br>Gå dit: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nVil bare informere om at du nå har en %s-konto.\n\nBrukernavnet ditt: %s\nGå dit: %s\n\n",
|
||||
"For password recovery and notifications" : "For passord-gjenoppretting og varsler",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Hvis du vil støtte prosjektet \n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">delta i utviklingen</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spre ordet</a>!",
|
||||
"Add Group" : "Legg til gruppe",
|
||||
"Group" : "Gruppe",
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
"Email" : "Epost",
|
||||
"Your email address" : "Din e-postadresse",
|
||||
"No email address set" : "E-postadresse ikke satt",
|
||||
"For password recovery and notifications" : "For passord-gjenoppretting og varsler",
|
||||
"Phone number" : "Telefonnummer",
|
||||
"Your phone number" : "Ditt telefonnummer",
|
||||
"Address" : "Adresse",
|
||||
|
@ -366,6 +365,7 @@
|
|||
"Enable experimental apps" : "Aktiver eksperimentelle apper",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei,<br><br>vil bare informere om at du nå har en %s-konto.<br><br>Brukernavnet ditt: %s<br>Gå dit: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nVil bare informere om at du nå har en %s-konto.\n\nBrukernavnet ditt: %s\nGå dit: %s\n\n",
|
||||
"For password recovery and notifications" : "For passord-gjenoppretting og varsler",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Hvis du vil støtte prosjektet \n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">delta i utviklingen</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spre ordet</a>!",
|
||||
"Add Group" : "Legg til gruppe",
|
||||
"Group" : "Gruppe",
|
||||
|
|
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "E-mailadres",
|
||||
"Your email address" : "Uw e-mailadres",
|
||||
"No email address set" : "Geen e-mailadres opgegeven",
|
||||
"For password recovery and notifications" : "Voor wachtwoordherstel en meldingen",
|
||||
"Phone number" : "Telefoonnummer",
|
||||
"Your phone number" : "Jouw telefoonnummer",
|
||||
"Address" : "Adres",
|
||||
|
@ -370,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Inschakelen experimentele apps",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo daar,<br><br>we willen je laten weten dat je nu een %s account hebt.<br><br>Je gebruikersnaam: %s<br>Ga naar: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen je laten weten dat je nu een %s account hebt.\n\nJe gebruikersnaam: %s\nGa naar: %s\n\n",
|
||||
"For password recovery and notifications" : "Voor wachtwoordherstel en meldingen",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Ondersteun het project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">ontwikkel het mee</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">verkondig het woord</a>!",
|
||||
"Add Group" : "Groep toevoegen",
|
||||
"Group" : "Groep",
|
||||
|
|
|
@ -275,7 +275,6 @@
|
|||
"Email" : "E-mailadres",
|
||||
"Your email address" : "Uw e-mailadres",
|
||||
"No email address set" : "Geen e-mailadres opgegeven",
|
||||
"For password recovery and notifications" : "Voor wachtwoordherstel en meldingen",
|
||||
"Phone number" : "Telefoonnummer",
|
||||
"Your phone number" : "Jouw telefoonnummer",
|
||||
"Address" : "Adres",
|
||||
|
@ -368,6 +367,7 @@
|
|||
"Enable experimental apps" : "Inschakelen experimentele apps",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo daar,<br><br>we willen je laten weten dat je nu een %s account hebt.<br><br>Je gebruikersnaam: %s<br>Ga naar: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen je laten weten dat je nu een %s account hebt.\n\nJe gebruikersnaam: %s\nGa naar: %s\n\n",
|
||||
"For password recovery and notifications" : "Voor wachtwoordherstel en meldingen",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Ondersteun het project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">ontwikkel het mee</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">verkondig het woord</a>!",
|
||||
"Add Group" : "Groep toevoegen",
|
||||
"Group" : "Groep",
|
||||
|
|
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Twój adres e-mail",
|
||||
"No email address set" : "Brak adresu email",
|
||||
"For password recovery and notifications" : "W celu odzyskania hasła i powiadomień",
|
||||
"Phone number" : "Numer telefonu",
|
||||
"Your phone number" : "Twój numer telefonu",
|
||||
"Address" : "Adres",
|
||||
|
@ -370,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Włącz eksperymentalne aplikacje",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Witaj,<br><br>informujemy, że teraz masz konto na %s .<br><br>Twoja nazwa użytkownika: %s<br>Dostęp pod adresem: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Witaj,\n\ninformujemy, że teraz masz konto na %s .\n\nTwoja nazwa użytkownika:: %s\nDostęp pod adresem: %s\n\n",
|
||||
"For password recovery and notifications" : "W celu odzyskania hasła i powiadomień",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Jeśli chcesz wesprzeć projekt\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">dołącz do programowania</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">głoś słowo</a>!",
|
||||
"Add Group" : "Dodaj grupę",
|
||||
"Group" : "Grupa",
|
||||
|
|
|
@ -275,7 +275,6 @@
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Twój adres e-mail",
|
||||
"No email address set" : "Brak adresu email",
|
||||
"For password recovery and notifications" : "W celu odzyskania hasła i powiadomień",
|
||||
"Phone number" : "Numer telefonu",
|
||||
"Your phone number" : "Twój numer telefonu",
|
||||
"Address" : "Adres",
|
||||
|
@ -368,6 +367,7 @@
|
|||
"Enable experimental apps" : "Włącz eksperymentalne aplikacje",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Witaj,<br><br>informujemy, że teraz masz konto na %s .<br><br>Twoja nazwa użytkownika: %s<br>Dostęp pod adresem: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Witaj,\n\ninformujemy, że teraz masz konto na %s .\n\nTwoja nazwa użytkownika:: %s\nDostęp pod adresem: %s\n\n",
|
||||
"For password recovery and notifications" : "W celu odzyskania hasła i powiadomień",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Jeśli chcesz wesprzeć projekt\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">dołącz do programowania</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">głoś słowo</a>!",
|
||||
"Add Group" : "Dodaj grupę",
|
||||
"Group" : "Grupa",
|
||||
|
|
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "E-mail",
|
||||
"Your email address" : "Seu endereço de e-mail",
|
||||
"No email address set" : "Nenhum endereço de email foi configurado",
|
||||
"For password recovery and notifications" : "Para recuperação de senha e notificações",
|
||||
"Phone number" : "Numero de telefone",
|
||||
"Your phone number" : "Seu numero de telefone",
|
||||
"Address" : "Endereço",
|
||||
|
@ -370,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Habilitar aplicativos experimentais",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>somente para lembrar que agora você tem uma conta %s.<br><br>Seu nome de usuário é: %s<br>Acesse em: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\nsomente para lembrar que agora você tem uma conta %s.\n\nSeu nome de usuário é: %s\nAcesse em: %s\n\n",
|
||||
"For password recovery and notifications" : "Para recuperação de senha e notificações",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Se quiser dar suporte ao projeto\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">junte-se ao desenvolvimento</a>\n\t\t<or>ou</or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">espalhe pelo mundo</a>!",
|
||||
"Add Group" : "Adicionar grupo",
|
||||
"Group" : "Grupo",
|
||||
|
|
|
@ -275,7 +275,6 @@
|
|||
"Email" : "E-mail",
|
||||
"Your email address" : "Seu endereço de e-mail",
|
||||
"No email address set" : "Nenhum endereço de email foi configurado",
|
||||
"For password recovery and notifications" : "Para recuperação de senha e notificações",
|
||||
"Phone number" : "Numero de telefone",
|
||||
"Your phone number" : "Seu numero de telefone",
|
||||
"Address" : "Endereço",
|
||||
|
@ -368,6 +367,7 @@
|
|||
"Enable experimental apps" : "Habilitar aplicativos experimentais",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>somente para lembrar que agora você tem uma conta %s.<br><br>Seu nome de usuário é: %s<br>Acesse em: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\nsomente para lembrar que agora você tem uma conta %s.\n\nSeu nome de usuário é: %s\nAcesse em: %s\n\n",
|
||||
"For password recovery and notifications" : "Para recuperação de senha e notificações",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Se quiser dar suporte ao projeto\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">junte-se ao desenvolvimento</a>\n\t\t<or>ou</or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">espalhe pelo mundo</a>!",
|
||||
"Add Group" : "Adicionar grupo",
|
||||
"Group" : "Grupo",
|
||||
|
|
|
@ -215,7 +215,6 @@ OC.L10N.register(
|
|||
"Email" : "Email",
|
||||
"Your email address" : "O seu endereço de email",
|
||||
"No email address set" : "Nenhum endereço de email estabelecido",
|
||||
"For password recovery and notifications" : "Para recuperação da palavra-passe e notificações",
|
||||
"You are member of the following groups:" : "Você é membro dos seguintes grupos:",
|
||||
"Password" : "Palavra-passe",
|
||||
"Current password" : "Palavra-passe atual",
|
||||
|
@ -277,6 +276,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Ativar apps experimentais",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>apenas para informar que você tem uma conta %s.<br><br>O seu nome de utilizador: %s<br>Acesse à sua conta: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\napenas para informar que você tem uma conta %s.\n\nO seu nome de utilizador: %s\nAcesse à sua conta: %s\n\n",
|
||||
"For password recovery and notifications" : "Para recuperação da palavra-passe e notificações",
|
||||
"Group" : "Grupo"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -213,7 +213,6 @@
|
|||
"Email" : "Email",
|
||||
"Your email address" : "O seu endereço de email",
|
||||
"No email address set" : "Nenhum endereço de email estabelecido",
|
||||
"For password recovery and notifications" : "Para recuperação da palavra-passe e notificações",
|
||||
"You are member of the following groups:" : "Você é membro dos seguintes grupos:",
|
||||
"Password" : "Palavra-passe",
|
||||
"Current password" : "Palavra-passe atual",
|
||||
|
@ -275,6 +274,7 @@
|
|||
"Enable experimental apps" : "Ativar apps experimentais",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>apenas para informar que você tem uma conta %s.<br><br>O seu nome de utilizador: %s<br>Acesse à sua conta: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\napenas para informar que você tem uma conta %s.\n\nO seu nome de utilizador: %s\nAcesse à sua conta: %s\n\n",
|
||||
"For password recovery and notifications" : "Para recuperação da palavra-passe e notificações",
|
||||
"Group" : "Grupo"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -277,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "Почта",
|
||||
"Your email address" : "Ваш адрес электронной почты",
|
||||
"No email address set" : "Адрес не указан",
|
||||
"For password recovery and notifications" : "Для восстановления пароля и уведомлений",
|
||||
"Phone number" : "Номер телефона",
|
||||
"Your phone number" : "Ваш номер телефона",
|
||||
"Address" : "Адрес",
|
||||
|
@ -370,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Включить экспериментальные приложения",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здравствуйте,\n\nПросто хотим сообщить, что теперь у вас есть учетная запись на %s.\n\nИмя пользователя: %s\nЗайти: %s\n",
|
||||
"For password recovery and notifications" : "Для восстановления пароля и уведомлений",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Если вы хотите поддержать проект\n\t<a href=\"https://nextcloud.com/contribute\"\n\ttarget=\"_blank\" rel=\"noreferrer\">присоединяйтесь к разработке</a>\n\tили\n\t<a href=\"https://nextcloud.com/contribute\"\n\ttarget=\"_blank\" rel=\"noreferrer\">расскажите о нас</a>!",
|
||||
"Add Group" : "Добавить группу",
|
||||
"Group" : "Группа",
|
||||
|
|
|
@ -275,7 +275,6 @@
|
|||
"Email" : "Почта",
|
||||
"Your email address" : "Ваш адрес электронной почты",
|
||||
"No email address set" : "Адрес не указан",
|
||||
"For password recovery and notifications" : "Для восстановления пароля и уведомлений",
|
||||
"Phone number" : "Номер телефона",
|
||||
"Your phone number" : "Ваш номер телефона",
|
||||
"Address" : "Адрес",
|
||||
|
@ -368,6 +367,7 @@
|
|||
"Enable experimental apps" : "Включить экспериментальные приложения",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здравствуйте,\n\nПросто хотим сообщить, что теперь у вас есть учетная запись на %s.\n\nИмя пользователя: %s\nЗайти: %s\n",
|
||||
"For password recovery and notifications" : "Для восстановления пароля и уведомлений",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Если вы хотите поддержать проект\n\t<a href=\"https://nextcloud.com/contribute\"\n\ttarget=\"_blank\" rel=\"noreferrer\">присоединяйтесь к разработке</a>\n\tили\n\t<a href=\"https://nextcloud.com/contribute\"\n\ttarget=\"_blank\" rel=\"noreferrer\">расскажите о нас</a>!",
|
||||
"Add Group" : "Добавить группу",
|
||||
"Group" : "Группа",
|
||||
|
|
|
@ -242,7 +242,6 @@ OC.L10N.register(
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Vaša emailová adresa",
|
||||
"No email address set" : "Emailová adresa nie je nastavená",
|
||||
"For password recovery and notifications" : "Pre obnovu hesla a oznámenia",
|
||||
"Phone number" : "Telefónne číslo",
|
||||
"Your phone number" : "Vaše telefónne číslo",
|
||||
"Address" : "Adresa",
|
||||
|
@ -328,6 +327,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Povoliť experimentálne aplikácie",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Dobrý deň,<br><br>toto je oznámenie o novo vytvorenom účte %s.<br><br>Vaše používateľské meno: %s<br>Prihlásiť sa môžete tu: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámenie o novo vytvorenom účte %s.\n\nVaše používateľské meno: %s\nPrihlásiť sa môžete tu: %s\n\n",
|
||||
"For password recovery and notifications" : "Pre obnovu hesla a oznámenia",
|
||||
"Add Group" : "Pridať skupinu",
|
||||
"Group" : "Skupina",
|
||||
"Default Quota" : "Predvolená kvóta",
|
||||
|
|
|
@ -240,7 +240,6 @@
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Vaša emailová adresa",
|
||||
"No email address set" : "Emailová adresa nie je nastavená",
|
||||
"For password recovery and notifications" : "Pre obnovu hesla a oznámenia",
|
||||
"Phone number" : "Telefónne číslo",
|
||||
"Your phone number" : "Vaše telefónne číslo",
|
||||
"Address" : "Adresa",
|
||||
|
@ -326,6 +325,7 @@
|
|||
"Enable experimental apps" : "Povoliť experimentálne aplikácie",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Dobrý deň,<br><br>toto je oznámenie o novo vytvorenom účte %s.<br><br>Vaše používateľské meno: %s<br>Prihlásiť sa môžete tu: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámenie o novo vytvorenom účte %s.\n\nVaše používateľské meno: %s\nPrihlásiť sa môžete tu: %s\n\n",
|
||||
"For password recovery and notifications" : "Pre obnovu hesla a oznámenia",
|
||||
"Add Group" : "Pridať skupinu",
|
||||
"Group" : "Skupina",
|
||||
"Default Quota" : "Predvolená kvóta",
|
||||
|
|
|
@ -201,7 +201,6 @@ OC.L10N.register(
|
|||
"Email" : "Elektronski naslov",
|
||||
"Your email address" : "Osebni elektronski naslov",
|
||||
"No email address set" : "Poštni naslov ni nastavljen",
|
||||
"For password recovery and notifications" : "Za obnovo gesla in obveščanje",
|
||||
"You are member of the following groups:" : "Ste član naslednjih skupin:",
|
||||
"Password" : "Geslo",
|
||||
"Current password" : "Trenutno geslo",
|
||||
|
@ -264,6 +263,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Omogoči preizkusne programe",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Pozdravljeni,<br><br>obveščamo vas, da je račun %s pripravljen.<br><br>Uporabniško ime: %s<br>Dostop: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Pozdravljeni,\n\nobveščamo vas, da je račun %s pripravljen.\n\nUporabniško ime: %s\nDostop: %s\n",
|
||||
"For password recovery and notifications" : "Za obnovo gesla in obveščanje",
|
||||
"Group" : "Skupina"
|
||||
},
|
||||
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|
||||
|
|
|
@ -199,7 +199,6 @@
|
|||
"Email" : "Elektronski naslov",
|
||||
"Your email address" : "Osebni elektronski naslov",
|
||||
"No email address set" : "Poštni naslov ni nastavljen",
|
||||
"For password recovery and notifications" : "Za obnovo gesla in obveščanje",
|
||||
"You are member of the following groups:" : "Ste član naslednjih skupin:",
|
||||
"Password" : "Geslo",
|
||||
"Current password" : "Trenutno geslo",
|
||||
|
@ -262,6 +261,7 @@
|
|||
"Enable experimental apps" : "Omogoči preizkusne programe",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Pozdravljeni,<br><br>obveščamo vas, da je račun %s pripravljen.<br><br>Uporabniško ime: %s<br>Dostop: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Pozdravljeni,\n\nobveščamo vas, da je račun %s pripravljen.\n\nUporabniško ime: %s\nDostop: %s\n",
|
||||
"For password recovery and notifications" : "Za obnovo gesla in obveščanje",
|
||||
"Group" : "Skupina"
|
||||
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
|
||||
}
|
|
@ -273,7 +273,6 @@ OC.L10N.register(
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Adresa juaj email",
|
||||
"No email address set" : "S’është caktuar adresë email",
|
||||
"For password recovery and notifications" : "Për rimarrje fjalëkalimesh dhe njoftime ",
|
||||
"Phone number" : "Numri i telefonit",
|
||||
"Your phone number" : "Numri juaj i telefonit",
|
||||
"Address" : "Adresa",
|
||||
|
@ -365,6 +364,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Aktivizo aplikacione eksperimentale",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Njatjeta,<br><br>thjesht po ju bëjmë të ditur që tani keni një llogar %s.<br><br>Emri juaj i përdoruesit: %s<br>Hyni në të te: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Njatjeta,\n\nthjesht po ju bëjmë të ditur që tani keni një llogari %s.\n\nEmri juaj i përdoruesit: %s\nHyni në të te: %s\n\n",
|
||||
"For password recovery and notifications" : "Për rimarrje fjalëkalimesh dhe njoftime ",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Nëse doni të mbështesni projektin\n⇥⇥<a href=\"https://nextcloud.com/contribute\"\n⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">bashkohu skuadrës së zhvillimit</a>\n⇥⇥<or></or>\n⇥⇥<a href=\"https://nextcloud.com/contribute\"\n⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">shpërndaj fjalën</a>!",
|
||||
"Add Group" : "Shtoni Grup",
|
||||
"Group" : "Grup",
|
||||
|
|
|
@ -271,7 +271,6 @@
|
|||
"Email" : "Email",
|
||||
"Your email address" : "Adresa juaj email",
|
||||
"No email address set" : "S’është caktuar adresë email",
|
||||
"For password recovery and notifications" : "Për rimarrje fjalëkalimesh dhe njoftime ",
|
||||
"Phone number" : "Numri i telefonit",
|
||||
"Your phone number" : "Numri juaj i telefonit",
|
||||
"Address" : "Adresa",
|
||||
|
@ -363,6 +362,7 @@
|
|||
"Enable experimental apps" : "Aktivizo aplikacione eksperimentale",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Njatjeta,<br><br>thjesht po ju bëjmë të ditur që tani keni një llogar %s.<br><br>Emri juaj i përdoruesit: %s<br>Hyni në të te: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Njatjeta,\n\nthjesht po ju bëjmë të ditur që tani keni një llogari %s.\n\nEmri juaj i përdoruesit: %s\nHyni në të te: %s\n\n",
|
||||
"For password recovery and notifications" : "Për rimarrje fjalëkalimesh dhe njoftime ",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Nëse doni të mbështesni projektin\n⇥⇥<a href=\"https://nextcloud.com/contribute\"\n⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">bashkohu skuadrës së zhvillimit</a>\n⇥⇥<or></or>\n⇥⇥<a href=\"https://nextcloud.com/contribute\"\n⇥⇥⇥target=\"_blank\" rel=\"noreferrer\">shpërndaj fjalën</a>!",
|
||||
"Add Group" : "Shtoni Grup",
|
||||
"Group" : "Grup",
|
||||
|
|
|
@ -273,7 +273,6 @@ OC.L10N.register(
|
|||
"Email" : "E-post",
|
||||
"Your email address" : "Din e-postadress",
|
||||
"No email address set" : "Ingen e-postadress angiven",
|
||||
"For password recovery and notifications" : "För lösenordsåterställning och notifieringar",
|
||||
"Phone number" : "Telefonnummer",
|
||||
"Your phone number" : "Ditt telefonnummer",
|
||||
"Address" : "Adress",
|
||||
|
@ -365,6 +364,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Aktivera experimentiella applikationer",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej där,<br><br>Tänkte bara informera dig om att du nu har ett %s konto.<br><br>Ditt användarnamn: %s<br>Accessa det här: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\nTänkte bara informera dig om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nAccessa det här: %s\n",
|
||||
"For password recovery and notifications" : "För lösenordsåterställning och notifieringar",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Om du vill stödja projektet\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">delta i uvecklingen</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">sprid det vidare</a>!",
|
||||
"Add Group" : "Lägg till Grupp",
|
||||
"Group" : "Grupp",
|
||||
|
|
|
@ -271,7 +271,6 @@
|
|||
"Email" : "E-post",
|
||||
"Your email address" : "Din e-postadress",
|
||||
"No email address set" : "Ingen e-postadress angiven",
|
||||
"For password recovery and notifications" : "För lösenordsåterställning och notifieringar",
|
||||
"Phone number" : "Telefonnummer",
|
||||
"Your phone number" : "Ditt telefonnummer",
|
||||
"Address" : "Adress",
|
||||
|
@ -363,6 +362,7 @@
|
|||
"Enable experimental apps" : "Aktivera experimentiella applikationer",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej där,<br><br>Tänkte bara informera dig om att du nu har ett %s konto.<br><br>Ditt användarnamn: %s<br>Accessa det här: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\nTänkte bara informera dig om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nAccessa det här: %s\n",
|
||||
"For password recovery and notifications" : "För lösenordsåterställning och notifieringar",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "Om du vill stödja projektet\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">delta i uvecklingen</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">sprid det vidare</a>!",
|
||||
"Add Group" : "Lägg till Grupp",
|
||||
"Group" : "Grupp",
|
||||
|
|
|
@ -205,7 +205,6 @@ OC.L10N.register(
|
|||
"Email" : "อีเมล",
|
||||
"Your email address" : "ที่อยู่อีเมล์ของคุณ",
|
||||
"No email address set" : "ไม่ได้ตั้งค่าที่อยู่อีเมล",
|
||||
"For password recovery and notifications" : "สำหรับการกู้คืนรหัสผ่านและการแจ้งเตือน",
|
||||
"You are member of the following groups:" : "คุณเป็นสมาชิกของกลุ่มต่อไปนี้:",
|
||||
"Password" : "รหัสผ่าน",
|
||||
"Current password" : "รหัสผ่านปัจจุบัน",
|
||||
|
@ -267,6 +266,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "เปิดใช้งานแอพพลิเคชั่นทดลอง",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "นี่คุณ<br><br>อยากจะแจ้งให้คุณทราบว่าขณะนี้คุณมีบัญชี %s<br><br>ชื่อผู้ใช้ของคุณคือ: %s<br>เข้าไปงานได้ที่: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "นี่คุณ\n\nอยากให้คุณทราบว่าขณะนี้คุณมี %s บัญชี\n\nชื่อผู้ใช้ของคุณ: %s\nดูได้ที่: %s\n",
|
||||
"For password recovery and notifications" : "สำหรับการกู้คืนรหัสผ่านและการแจ้งเตือน",
|
||||
"Group" : "กลุ่ม"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -203,7 +203,6 @@
|
|||
"Email" : "อีเมล",
|
||||
"Your email address" : "ที่อยู่อีเมล์ของคุณ",
|
||||
"No email address set" : "ไม่ได้ตั้งค่าที่อยู่อีเมล",
|
||||
"For password recovery and notifications" : "สำหรับการกู้คืนรหัสผ่านและการแจ้งเตือน",
|
||||
"You are member of the following groups:" : "คุณเป็นสมาชิกของกลุ่มต่อไปนี้:",
|
||||
"Password" : "รหัสผ่าน",
|
||||
"Current password" : "รหัสผ่านปัจจุบัน",
|
||||
|
@ -265,6 +264,7 @@
|
|||
"Enable experimental apps" : "เปิดใช้งานแอพพลิเคชั่นทดลอง",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "นี่คุณ<br><br>อยากจะแจ้งให้คุณทราบว่าขณะนี้คุณมีบัญชี %s<br><br>ชื่อผู้ใช้ของคุณคือ: %s<br>เข้าไปงานได้ที่: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "นี่คุณ\n\nอยากให้คุณทราบว่าขณะนี้คุณมี %s บัญชี\n\nชื่อผู้ใช้ของคุณ: %s\nดูได้ที่: %s\n",
|
||||
"For password recovery and notifications" : "สำหรับการกู้คืนรหัสผ่านและการแจ้งเตือน",
|
||||
"Group" : "กลุ่ม"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
|
@ -256,7 +256,6 @@ OC.L10N.register(
|
|||
"Email" : "E-posta",
|
||||
"Your email address" : "E-posta adresiniz",
|
||||
"No email address set" : "E-posta adresi ayarlanmamış",
|
||||
"For password recovery and notifications" : "Parola kurtarma ve bildirimler için",
|
||||
"Phone number" : "Telefon numarası",
|
||||
"Your phone number" : "Telefon numaran",
|
||||
"Address" : "Adres",
|
||||
|
@ -341,6 +340,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "Deneysel uygulamaları etkinleştir",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Merhaba,<br><br>Sadece artık bir %s hesabınızın olduğunu söylemek istedim.<br><br>Kullanıcı adınız: %s<br>Şuradan erişin: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Merhaba,\n\nSadece, artık bir %s hesabınızın olduğunu söylemek istedim.\n\nKullanıcı adınız: %s\nErişim: %s\n\n",
|
||||
"For password recovery and notifications" : "Parola kurtarma ve bildirimler için",
|
||||
"Add Group" : "Grup Ekle",
|
||||
"Group" : "Grup",
|
||||
"Default Quota" : "Öntanımlı Kota",
|
||||
|
|
|
@ -254,7 +254,6 @@
|
|||
"Email" : "E-posta",
|
||||
"Your email address" : "E-posta adresiniz",
|
||||
"No email address set" : "E-posta adresi ayarlanmamış",
|
||||
"For password recovery and notifications" : "Parola kurtarma ve bildirimler için",
|
||||
"Phone number" : "Telefon numarası",
|
||||
"Your phone number" : "Telefon numaran",
|
||||
"Address" : "Adres",
|
||||
|
@ -339,6 +338,7 @@
|
|||
"Enable experimental apps" : "Deneysel uygulamaları etkinleştir",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Merhaba,<br><br>Sadece artık bir %s hesabınızın olduğunu söylemek istedim.<br><br>Kullanıcı adınız: %s<br>Şuradan erişin: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Merhaba,\n\nSadece, artık bir %s hesabınızın olduğunu söylemek istedim.\n\nKullanıcı adınız: %s\nErişim: %s\n\n",
|
||||
"For password recovery and notifications" : "Parola kurtarma ve bildirimler için",
|
||||
"Add Group" : "Grup Ekle",
|
||||
"Group" : "Grup",
|
||||
"Default Quota" : "Öntanımlı Kota",
|
||||
|
|
|
@ -27,6 +27,7 @@ OC.L10N.register(
|
|||
"Invalid mail address" : "无效的电子邮件地址",
|
||||
"No valid group selected" : "没有选择有效的分组",
|
||||
"A user with that name already exists." : "使用该名称的用户已存在.",
|
||||
"To send a password link to the user an email address is required." : "发送密码链接给用户需要一个电子邮箱地址.",
|
||||
"Unable to create user." : "无法创建用户.",
|
||||
"Your %s account was created" : "你的帐户 %s 已创建",
|
||||
"Unable to delete user." : "无法删除用户",
|
||||
|
@ -276,7 +277,6 @@ OC.L10N.register(
|
|||
"Email" : "电子邮件",
|
||||
"Your email address" : "您的电子邮件",
|
||||
"No email address set" : "尚未设置 Email 地址",
|
||||
"For password recovery and notifications" : "用于密码恢复和通知",
|
||||
"Phone number" : "电话号码",
|
||||
"Your phone number" : "您的电话号码",
|
||||
"Address" : "地址",
|
||||
|
@ -319,6 +319,7 @@ OC.L10N.register(
|
|||
"Show last log in" : "显示最后登录",
|
||||
"Show user backend" : "显示用户来源",
|
||||
"Send email to new user" : "发送电子邮件给新用户",
|
||||
"When the password of the new user is left empty an activation email with a link to set the password is send to the user" : "当新用户密码为空时, 一个需要设置密码的激活邮件将会发送给用户.",
|
||||
"Show email address" : "显示邮件地址",
|
||||
"E-Mail" : "E-Mail",
|
||||
"Create" : "创建",
|
||||
|
@ -368,6 +369,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "启用实验性应用程序",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "亲,<br><br>现在我们为你开通了 %s 私有云帐户。<br><br>你的用户名: %s<br>访问网址: <a href=\\\"%s\\\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "亲,\\n\\n 现在我们为你开通了 %s 私有去帐户。\\n\\n 你的用户名: %s\\n 访问网址: %s\\n 你的初始密码需要咨询系统管理员。或者你也可以在登录页面输入任意密码登录,\\n登录窗口将出现忘记密码链接,点击通过注册邮箱重设初始密码。\\n\\n",
|
||||
"For password recovery and notifications" : "用于密码恢复和通知",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "如果您想支持这个项目\n\t<a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">一起开发</a>\n\t<or></or>\n\t<a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">帮助传播</a>!",
|
||||
"Add Group" : "添加分组",
|
||||
"Group" : "分组",
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
"Invalid mail address" : "无效的电子邮件地址",
|
||||
"No valid group selected" : "没有选择有效的分组",
|
||||
"A user with that name already exists." : "使用该名称的用户已存在.",
|
||||
"To send a password link to the user an email address is required." : "发送密码链接给用户需要一个电子邮箱地址.",
|
||||
"Unable to create user." : "无法创建用户.",
|
||||
"Your %s account was created" : "你的帐户 %s 已创建",
|
||||
"Unable to delete user." : "无法删除用户",
|
||||
|
@ -274,7 +275,6 @@
|
|||
"Email" : "电子邮件",
|
||||
"Your email address" : "您的电子邮件",
|
||||
"No email address set" : "尚未设置 Email 地址",
|
||||
"For password recovery and notifications" : "用于密码恢复和通知",
|
||||
"Phone number" : "电话号码",
|
||||
"Your phone number" : "您的电话号码",
|
||||
"Address" : "地址",
|
||||
|
@ -317,6 +317,7 @@
|
|||
"Show last log in" : "显示最后登录",
|
||||
"Show user backend" : "显示用户来源",
|
||||
"Send email to new user" : "发送电子邮件给新用户",
|
||||
"When the password of the new user is left empty an activation email with a link to set the password is send to the user" : "当新用户密码为空时, 一个需要设置密码的激活邮件将会发送给用户.",
|
||||
"Show email address" : "显示邮件地址",
|
||||
"E-Mail" : "E-Mail",
|
||||
"Create" : "创建",
|
||||
|
@ -366,6 +367,7 @@
|
|||
"Enable experimental apps" : "启用实验性应用程序",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "亲,<br><br>现在我们为你开通了 %s 私有云帐户。<br><br>你的用户名: %s<br>访问网址: <a href=\\\"%s\\\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "亲,\\n\\n 现在我们为你开通了 %s 私有去帐户。\\n\\n 你的用户名: %s\\n 访问网址: %s\\n 你的初始密码需要咨询系统管理员。或者你也可以在登录页面输入任意密码登录,\\n登录窗口将出现忘记密码链接,点击通过注册邮箱重设初始密码。\\n\\n",
|
||||
"For password recovery and notifications" : "用于密码恢复和通知",
|
||||
"If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "如果您想支持这个项目\n\t<a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">一起开发</a>\n\t<or></or>\n\t<a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">帮助传播</a>!",
|
||||
"Add Group" : "添加分组",
|
||||
"Group" : "分组",
|
||||
|
|
|
@ -215,7 +215,6 @@ OC.L10N.register(
|
|||
"Email" : "信箱",
|
||||
"Your email address" : "您的電子郵件信箱",
|
||||
"No email address set" : "未設定電子郵件信箱",
|
||||
"For password recovery and notifications" : "用於密碼重設和通知",
|
||||
"You are member of the following groups:" : "您的帳號屬於這些群組:",
|
||||
"Password" : "密碼",
|
||||
"Current password" : "目前密碼",
|
||||
|
@ -276,6 +275,7 @@ OC.L10N.register(
|
|||
"Enable experimental apps" : "啟用實驗性質的應用程式",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "嗨,<br><br>通知您一聲,您現在有了 %s 的帳號。<br><br>您的帳號: %s<br>開通帳號: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "嗨,\n\n通知您一聲,您現在有了 %s 的帳號。\n\n您的帳號:%s\n開通帳號:%s\n\n",
|
||||
"For password recovery and notifications" : "用於密碼重設和通知",
|
||||
"Group" : "群組"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -213,7 +213,6 @@
|
|||
"Email" : "信箱",
|
||||
"Your email address" : "您的電子郵件信箱",
|
||||
"No email address set" : "未設定電子郵件信箱",
|
||||
"For password recovery and notifications" : "用於密碼重設和通知",
|
||||
"You are member of the following groups:" : "您的帳號屬於這些群組:",
|
||||
"Password" : "密碼",
|
||||
"Current password" : "目前密碼",
|
||||
|
@ -274,6 +273,7 @@
|
|||
"Enable experimental apps" : "啟用實驗性質的應用程式",
|
||||
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "嗨,<br><br>通知您一聲,您現在有了 %s 的帳號。<br><br>您的帳號: %s<br>開通帳號: <a href=\"%s\">%s</a><br><br>",
|
||||
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "嗨,\n\n通知您一聲,您現在有了 %s 的帳號。\n\n您的帳號:%s\n開通帳號:%s\n\n",
|
||||
"For password recovery and notifications" : "用於密碼重設和通知",
|
||||
"Group" : "群組"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
Loading…
Reference in New Issue