diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-09-14 02:26:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-09-14 02:26:49 +0000 |
commit | a09077cd178e309099e0bd8109eaf2d91fc77a5c (patch) | |
tree | 98857506572f434bbb6088726b2d0d00031d172e /core/l10n/es_PE.js | |
parent | cfcda15df86ad93ad8d5ed582cc572730f209b3d (diff) | |
download | nextcloud-server-a09077cd178e309099e0bd8109eaf2d91fc77a5c.tar.gz nextcloud-server-a09077cd178e309099e0bd8109eaf2d91fc77a5c.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/es_PE.js')
-rw-r--r-- | core/l10n/es_PE.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/l10n/es_PE.js b/core/l10n/es_PE.js index cdf371c7f84..c41a9b3d665 100644 --- a/core/l10n/es_PE.js +++ b/core/l10n/es_PE.js @@ -100,6 +100,7 @@ OC.L10N.register( "Modified" : "Modificado", "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.", "File name cannot be empty." : "El nombre de archivo no puede estar vacío.", + "\"/\" is not allowed inside a file name." : "\"/\" no permitido dentro de nombre", "\"{name}\" is not an allowed filetype" : "\"{name}\" no es in tipo de archivo permitido", "{newName} already exists" : "{newName} ya existe", "Choose" : "Seleccionar", @@ -120,6 +121,8 @@ OC.L10N.register( "(all selected)" : "(todos seleccionados)", "({count} selected)" : "({count} seleccionados)", "Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ", + "Show list view" : "Mostrar vista de lista", + "Show grid view" : "Mostrar lista en grilla", "Pending" : "Pendiente", "Copy to {folder}" : "Copiar a {folder}", "Move to {folder}" : "Mover a {folder}", |