diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-16 00:19:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-16 00:19:32 +0000 |
commit | 178a60bc68907611e136c679cad528877a70b774 (patch) | |
tree | 9e98fa69ecbe3a233106989a8d4728cd8b39ecd4 /apps/settings/l10n/es_PY.js | |
parent | be116f9ba239837604c51b7e8a94c29886160c80 (diff) | |
download | nextcloud-server-178a60bc68907611e136c679cad528877a70b774.tar.gz nextcloud-server-178a60bc68907611e136c679cad528877a70b774.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/es_PY.js')
-rw-r--r-- | apps/settings/l10n/es_PY.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/l10n/es_PY.js b/apps/settings/l10n/es_PY.js index a97a819f31c..050fc690e8f 100644 --- a/apps/settings/l10n/es_PY.js +++ b/apps/settings/l10n/es_PY.js @@ -87,8 +87,6 @@ OC.L10N.register( "Allow public uploads" : "Permitir cargas públicas", "Always ask for a password" : "Siempre pedir una contraseña", "Enforce password protection" : "Forzar protección de contraseñas", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Enforce expiration date" : "Forzar fecha de expiración", "This text will be shown on the public link upload page when the file list is hidden." : "Este texto se mostrará en la página de carga de la liga pública cuando la lista de archivos esté oculta. ", "Limit to groups" : "Limitar a grupos", @@ -246,6 +244,8 @@ OC.L10N.register( "Not saved" : "No guardado", "Twitter" : "Twitter", "SMTP Username" : "Usuario SMTP", - "Set default expiration date" : "Establecer la fecha de expiración predeterminada" + "Set default expiration date" : "Establecer la fecha de expiración predeterminada", + "Exclude groups from sharing" : "Evitar que los grupos compartan", + "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |