Merge branch 'master' into registration-api
This commit is contained in:
commit
7a82aa1a77
|
|
@ -6,7 +6,7 @@
|
|||
<description>User registration</description>
|
||||
<licence>agpl</licence>
|
||||
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
||||
<version>0.2.3-3</version>
|
||||
<version>0.2.5-1</version>
|
||||
<website>https://github.com/pellaeon/registration</website>
|
||||
<bugs>https://github.com/pellaeon/registration/issues</bugs>
|
||||
<repository>https://github.com/pellaeon/registration</repository>
|
||||
|
|
|
|||
|
|
@ -34,4 +34,4 @@ OC.L10N.register(
|
|||
"Please re-enter a valid email address" : "Proszę ponownie wprowadzić adres email",
|
||||
"You will receive an email with a verification link" : "Otrzymasz email z linkiem weryfikacyjnym"
|
||||
},
|
||||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
|
||||
|
|
|
|||
|
|
@ -31,5 +31,5 @@
|
|||
"Request verification link" : "Zażądaj linku weryfikacyjnego",
|
||||
"Please re-enter a valid email address" : "Proszę ponownie wprowadzić adres email",
|
||||
"You will receive an email with a verification link" : "Otrzymasz email z linkiem weryfikacyjnym"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
|
||||
}
|
||||
|
|
@ -12,7 +12,7 @@ OC.L10N.register(
|
|||
"Unable to create user, there are problems with the user backend." : "Não é possível criar o utilizador, existem problemas com a interface do utilizador.",
|
||||
"Unable to set user email: " : "Não é possível definir o e-mail do utilizador: ",
|
||||
"Failed to delete pending registration request" : "Não foi possível eliminar o pedido de registo pendente",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "A sua conta foi criada com sucesso, pode <a href=\"{link}\">iniciar a sessão </a> agora.",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "A sua conta foi criada com sucesso. Pode <a href=\"{link}\">iniciar a sessão </a> agora.",
|
||||
"Verify your %s registration request" : "Verifique o seu pedido de registo %s",
|
||||
"A new user \"%s\" has created an account on %s" : "Um novo utilizador \"%s\" criou uma conta em %s",
|
||||
"Saved" : "Guardado",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
"Unable to create user, there are problems with the user backend." : "Não é possível criar o utilizador, existem problemas com a interface do utilizador.",
|
||||
"Unable to set user email: " : "Não é possível definir o e-mail do utilizador: ",
|
||||
"Failed to delete pending registration request" : "Não foi possível eliminar o pedido de registo pendente",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "A sua conta foi criada com sucesso, pode <a href=\"{link}\">iniciar a sessão </a> agora.",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "A sua conta foi criada com sucesso. Pode <a href=\"{link}\">iniciar a sessão </a> agora.",
|
||||
"Verify your %s registration request" : "Verifique o seu pedido de registo %s",
|
||||
"A new user \"%s\" has created an account on %s" : "Um novo utilizador \"%s\" criou uma conta em %s",
|
||||
"Saved" : "Guardado",
|
||||
|
|
|
|||
Loading…
Reference in New Issue