diff options
Diffstat (limited to 'apps/files/l10n/es_PR.js')
-rw-r--r-- | apps/files/l10n/es_PR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/es_PR.js b/apps/files/l10n/es_PR.js index d4caa5aaf05..337a54aa01e 100644 --- a/apps/files/l10n/es_PR.js +++ b/apps/files/l10n/es_PR.js @@ -31,7 +31,6 @@ OC.L10N.register( "Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"", "Files" : "Archivos", "Details" : "Detalles", - "Select" : "Seleccionar", "Pending" : "Pendiente", "Unable to determine date" : "No fue posible determinar la fecha", "This operation is forbidden" : "Esta operación está prohibida", @@ -132,6 +131,7 @@ OC.L10N.register( "Shared with you" : "Compartido con usted", "Shared by link" : "Compartido por liga", "Text file" : "Archivo de texto", - "New text file.txt" : "Nuevo ArchivoDeTexto.txt" + "New text file.txt" : "Nuevo ArchivoDeTexto.txt", + "Select" : "Seleccionar" }, "nplurals=2; plural=(n != 1);"); |