diff options
Diffstat (limited to 'apps/files_sharing/l10n/es_EC.js')
-rw-r--r-- | apps/files_sharing/l10n/es_EC.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/es_EC.js b/apps/files_sharing/l10n/es_EC.js index cdcc727cd0c..21fcf2a9681 100644 --- a/apps/files_sharing/l10n/es_EC.js +++ b/apps/files_sharing/l10n/es_EC.js @@ -163,7 +163,6 @@ OC.L10N.register( "on {server}" : "en {server}", "File drop" : "Soltar archivo", "Terms of service" : "Terms of service", - "Name" : "Nombre", "Read" : "Leer", "Create" : "Crear", "Edit" : "Editar", @@ -254,6 +253,7 @@ OC.L10N.register( "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el enlace público a tu Nextcloud", "Download all files" : "Descargar todos los archivos", "Search for share recipients" : "Buscar destinatarios de la compartición", - "No recommendations. Start typing." : "No hay recomendaciones. Comienza a escribir." + "No recommendations. Start typing." : "No hay recomendaciones. Comienza a escribir.", + "Name" : "Nombre" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |