-
Notifications
You must be signed in to change notification settings - Fork 0
feat(aliases): add admin setting to disable alias creation #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e96dc54
bb6dfbe
41219b3
1117d58
664fff3
5711167
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,8 @@ | ||||||
| { "translations": { | ||||||
| "pluralForm" : "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;", | ||||||
| "_{count} attachment_::_{count} attachments_" : "---\n- \"{count} adjunto\"\n- \"{count} adjuntos\"\n- \"{count} adjuntos\"\n", | ||||||
| "_{count} mailbox …_::_{count} mailboxes …_" : "---\n- \"{count} buzón …\"\n- \"{count} buzones …\"\n- \"{count} buzones …\"\n", | ||||||
| "_{count} mailbox_::_{count} mailboxes_" : "---\n- \"{count} buzón\"\n- \"{count} buzones\"\n- \"{count} buzones\"\n", | ||||||
| "_{total} message_::_{total} messages_" : "---\n- \"{total} mensaje\"\n- \"{total} mensajes\"\n- \"{total} mensajes\"\n", | ||||||
| "_{unread} unread of {total}_::_{unread} unread of {total}_" : "---\n- \"{unread} no leído de {total}\"\n- \"{unread} no leídos de {total}\"\n- \"{unread} no leídos de {total}\"\n", | ||||||
| "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : "---\n- \"%n mensaje nuevo \\nde {from}\"\n- |-\n %n mensajes nuevos\n de {from}\n- |-\n %n mensajes nuevos\n de {from}\n", | ||||||
|
|
@@ -84,7 +86,9 @@ | |||||
| "All messages in mailbox will be deleted." : "Todos los mensajes en este buzón se eliminarán.", | ||||||
| "Allow additional mail accounts" : "Permitir cuentas de correo adicionales", | ||||||
| "Allow additional Mail accounts from User Settings" : "Permitir cuentas de correo adicionales desde las configuraciones de usuario", | ||||||
| "Allow aliases" : "Allow aliases", | ||||||
|
||||||
| "Allow aliases" : "Allow aliases", | |
| "Allow aliases" : "Permitir alias", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spanish translation entry for "Allow aliases" is still in English (value is identical to the source string). Please localize it here as well to keep
es.jsconsistent withes.json.