Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul <raul@nextcloud.com>2022-05-02 18:14:08 +0300
committerRaul <raul@nextcloud.com>2022-05-02 18:14:08 +0300
commit102df3a6f580deea40e9dce25cd563ee753025eb (patch)
treeb3f6a5ab3e33545315ae1413973eec91555ef1a5 /l10n/es_PA.js
parent5a3c90dae931bfa70b0f86b18a07e92f81aee559 (diff)
parent67e2bb4b6ea9190f2405d8328ca782412afdbde9 (diff)
Merge branch 'master' into enh/file_versions/fix_behaviourenh/file_versions/fix_behaviour
Signed-off-by: Raul <raul@nextcloud.com> # Conflicts: # lib/Backgroundjobs/Cleanup.php # lib/Db/WopiMapper.php
Diffstat (limited to 'l10n/es_PA.js')
-rw-r--r--l10n/es_PA.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/l10n/es_PA.js b/l10n/es_PA.js
index 756a01a1..5d7ada04 100644
--- a/l10n/es_PA.js
+++ b/l10n/es_PA.js
@@ -8,6 +8,7 @@ OC.L10N.register(
"New Document.docx" : "Nuevo Documento.docx",
"New Spreadsheet.xlsx" : "Nueva HojaDeCálculo.xlsx",
"New Presentation.pptx" : "Nueva Presentación.pptx",
+ "File already exists" : "El archivo ya existe",
"Saved" : "Guardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Guardado con error: Collabora Online debería usar el mismo protocolo que la instalación del servidor.",
"File is too big" : "El archivo es demasiado grande.",
@@ -21,6 +22,7 @@ OC.L10N.register(
"Description" : "Descripción",
"No results" : "No hay resultados",
"Cancel" : "Cancelar",
+ "Close" : "Cerrar",
"Error" : "Error",
"Nickname" : "Apodo",
"Please enter the filename to store the document as." : "Por favor ingresa el nombre del archivo con el cual almacenar el documento",
@@ -35,6 +37,9 @@ OC.L10N.register(
"Guest" : "Invitado",
"Failed to revert the document to older version" : "Se presentó una falla al revertir el documento a la versión anterior",
"Could not create file" : "No fue posible crear el archivo",
- "Create" : "Crear"
+ "Create" : "Crear",
+ "New Document" : "Nuevo Documento",
+ "New Spreadsheet" : "Nueva Hoja de cálculo",
+ "New Presentation" : "Nueva Presentación"
},
"nplurals=2; plural=(n != 1);");