From 5610167b5f99c38975499e6f9293a02b7969148c Mon Sep 17 00:00:00 2001 From: Oriol Date: Mon, 17 Aug 2020 13:36:21 +0200 Subject: [PATCH 1/3] Update Catalan.lang --- i18n/Catalan.lang | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/i18n/Catalan.lang b/i18n/Catalan.lang index f5911eb..8685138 100644 --- a/i18n/Catalan.lang +++ b/i18n/Catalan.lang @@ -4,7 +4,6 @@ * @anchor Catalan * @author Sergi, Oriol Roselló Castells */ - { "sProcessing": "Processant...", "sLengthMenu": "Mostra _MENU_ registres", @@ -31,6 +30,22 @@ "buttons": { "print": "Imprimeix", "copy": "Copia", - "colvis": "Columnes" + "colvis": "Columnes", + "copyTitle": "Copia al portapapers", + "copySuccess": { + "_": "%d files copiades", + "1": "1 fila copiada" + }, + "pageLength": { + "-1": "Mostra totes les files", + "_": "Mostra %d files" + } + }, + "select": { + "rows": { + "_": "%d files seleccionades", + "0": "Cap fila seleccionada", + "1": "1 fila seleccionada" + } } } From 9c24fa1253badb20b41a4f19e078398bdc41eff0 Mon Sep 17 00:00:00 2001 From: Oriol Date: Mon, 17 Aug 2020 13:47:53 +0200 Subject: [PATCH 2/3] Update Catalan.lang Add default decimal separator. --- i18n/Catalan.lang | 1 + 1 file changed, 1 insertion(+) diff --git a/i18n/Catalan.lang b/i18n/Catalan.lang index 8685138..164434b 100644 --- a/i18n/Catalan.lang +++ b/i18n/Catalan.lang @@ -16,6 +16,7 @@ "sSearch": "Cerca:", "sUrl": "", "sInfoThousands": ".", + "sDecimal": "," "sLoadingRecords": "Carregant...", "oPaginate": { "sFirst": "Primer", From 81eaa1df3a3335a4c2f84f5181093073ae2a23aa Mon Sep 17 00:00:00 2001 From: Oriol Date: Mon, 17 Aug 2020 13:49:22 +0200 Subject: [PATCH 3/3] Update Catalan.lang --- i18n/Catalan.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/Catalan.lang b/i18n/Catalan.lang index 164434b..ad98ef2 100644 --- a/i18n/Catalan.lang +++ b/i18n/Catalan.lang @@ -16,7 +16,7 @@ "sSearch": "Cerca:", "sUrl": "", "sInfoThousands": ".", - "sDecimal": "," + "sDecimal": ",", "sLoadingRecords": "Carregant...", "oPaginate": { "sFirst": "Primer",