This repository was archived by the owner on Oct 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ OC.L10N.register(
55 "Tasks" : "Tareas" ,
66 "Settings" : "Configuraciones " ,
77 "Export" : "Exportar" ,
8+ "Select file" : "Seleccione archivo" ,
89 "Deselect all" : "Deseleccionar todo" ,
910 "Select all" : "Seleccionar todo" ,
1011 "Remove" : "Eliminar" ,
@@ -18,6 +19,7 @@ OC.L10N.register(
1819 "Videos" : "Videos" ,
1920 "Start" : "Iniciar" ,
2021 "Delete" : "Borrar" ,
21- "Edit" : "Editar"
22+ "Edit" : "Editar" ,
23+ "Task successfully deleted" : "Tarea eliminada con éxito"
2224} ,
2325"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" ) ;
Original file line number Diff line number Diff line change 33 "Tasks" : " Tareas" ,
44 "Settings" : " Configuraciones " ,
55 "Export" : " Exportar" ,
6+ "Select file" : " Seleccione archivo" ,
67 "Deselect all" : " Deseleccionar todo" ,
78 "Select all" : " Seleccionar todo" ,
89 "Remove" : " Eliminar" ,
1617 "Videos" : " Videos" ,
1718 "Start" : " Iniciar" ,
1819 "Delete" : " Borrar" ,
19- "Edit" : " Editar"
20+ "Edit" : " Editar" ,
21+ "Task successfully deleted" : " Tarea eliminada con éxito"
2022},"pluralForm" :" nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
2123}
You can’t perform that action at this time.
0 commit comments