diff --git a/l10n/eu.js b/l10n/eu.js new file mode 100644 index 0000000..fa37fc4 --- /dev/null +++ b/l10n/eu.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Telefonoa sinkronizatu", + "No contact found." : "Ez da kontakturik aurkitu.", + "Settings" : "Ezarpenak", + "Last message" : "Azken mezua", + "Label" : "Etiketa", + "Reverse ?" : "Alderantzikatu ?", + "Notification settings" : "Jakinarazpen-ezarpenak", + "Enable" : "Aktibatu", + "Disable" : "Desaktibatu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/eu.json b/l10n/eu.json new file mode 100644 index 0000000..9e15442 --- /dev/null +++ b/l10n/eu.json @@ -0,0 +1,12 @@ +{ "translations": { + "Phone Sync" : "Telefonoa sinkronizatu", + "No contact found." : "Ez da kontakturik aurkitu.", + "Settings" : "Ezarpenak", + "Last message" : "Azken mezua", + "Label" : "Etiketa", + "Reverse ?" : "Alderantzikatu ?", + "Notification settings" : "Jakinarazpen-ezarpenak", + "Enable" : "Aktibatu", + "Disable" : "Desaktibatu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js new file mode 100644 index 0000000..8d3288d --- /dev/null +++ b/l10n/gl.js @@ -0,0 +1,32 @@ +OC.L10N.register( + "ocsms", + { + "Phone Sync" : "Sincronizar o teléfono", + "captured" : "capturado", + "bubbled" : "burbullado", + "binary" : "binary", + "utf-8" : "utf-8", + "big" : "grande", + "small" : "pequeno", + "strike" : "riscado", + "sub" : "sub", + "sup" : "super", + "\n" : "\n", + "An app to sync SMS with your cloud" : "Unha aplicación para sincronizar os SMS co a súa nube", + "No contact found." : "Non se atopaou ningún contacto.", + "Settings" : "Axustes", + "Invalid message limit" : "Límite incorrecto de mensaxes", + "Default country code" : "Orde predeterminado de país", + "Contact ordering" : "Ordenación de contactos", + "Last message" : "Última mensaxe", + "Label" : "Etiqueta", + "Reverse ?" : "Inverter?", + "Notification settings" : "Axustes de notificación", + "Enable" : "Activar", + "Disable" : "Desactivar", + "Are you sure you want to wipe all your messages ?" : "Confirma que quere limpar todas as súas mensaxes?", + "Reset all messages" : "Restaurar todas as mensaxes", + "%s message(s) shown of %s message(s) stored in database." : "%s mensaxe(s) amosada(s) de %s mensaxe(s) almacenada(s) na base de datos.", + "Please select a conversation from the list to load it." : "Seleccione unha conversa da lista para cargala." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/gl.json b/l10n/gl.json new file mode 100644 index 0000000..ca9d72d --- /dev/null +++ b/l10n/gl.json @@ -0,0 +1,30 @@ +{ "translations": { + "Phone Sync" : "Sincronizar o teléfono", + "captured" : "capturado", + "bubbled" : "burbullado", + "binary" : "binary", + "utf-8" : "utf-8", + "big" : "grande", + "small" : "pequeno", + "strike" : "riscado", + "sub" : "sub", + "sup" : "super", + "\n" : "\n", + "An app to sync SMS with your cloud" : "Unha aplicación para sincronizar os SMS co a súa nube", + "No contact found." : "Non se atopaou ningún contacto.", + "Settings" : "Axustes", + "Invalid message limit" : "Límite incorrecto de mensaxes", + "Default country code" : "Orde predeterminado de país", + "Contact ordering" : "Ordenación de contactos", + "Last message" : "Última mensaxe", + "Label" : "Etiqueta", + "Reverse ?" : "Inverter?", + "Notification settings" : "Axustes de notificación", + "Enable" : "Activar", + "Disable" : "Desactivar", + "Are you sure you want to wipe all your messages ?" : "Confirma que quere limpar todas as súas mensaxes?", + "Reset all messages" : "Restaurar todas as mensaxes", + "%s message(s) shown of %s message(s) stored in database." : "%s mensaxe(s) amosada(s) de %s mensaxe(s) almacenada(s) na base de datos.", + "Please select a conversation from the list to load it." : "Seleccione unha conversa da lista para cargala." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file