From 8f9e269a5cf18297b416249f9319275fdfc1bb4f Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Sat, 7 Dec 2013 09:47:45 +0000 Subject: [PATCH] Galician translation from Emilio --- i18n/Galician.lang | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 i18n/Galician.lang diff --git a/i18n/Galician.lang b/i18n/Galician.lang new file mode 100644 index 0000000..22dba94 --- /dev/null +++ b/i18n/Galician.lang @@ -0,0 +1,31 @@ +/** + * Galician translation + * @name Galician + * @anchor Galician + * @author Emilio + */ + +{ + "sProcessing": "Procesando...", + "sLengthMenu": "Mostrar _MENU_ rexistros", + "sZeroRecords": "Non se atoparon resultados", + "sEmptyTable": "Ningún dato dispoñible nesta táboa", + "sInfo": "Mostrando rexistros do _START_ ó _END_ dun total de _TOTAL_ rexistros", + "sInfoEmpty": "Mostrando rexistros do 0 ó 0 dun total de 0 rexistros", + "sInfoFiltered": "(filtrado dun total de _MAX_ rexistros)", + "sInfoPostFix": "", + "sSearch": "Buscar:", + "sUrl": "", + "sInfoThousands": ",", + "sLoadingRecords": "Cargando...", + "oPaginate": { + "sFirst": "Primeiro", + "sLast": "Último", + "sNext": "Seguinte", + "sPrevious": "Anterior" + }, + "oAria": { + "sSortAscending": ": Activar para ordear a columna de maneira ascendente", + "sSortDescending": ": Activar para ordear a columna de maneira descendente" + } +} \ No newline at end of file