diff --git a/l10n/oc.js b/l10n/oc.js new file mode 100644 index 0000000..ab18a09 --- /dev/null +++ b/l10n/oc.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "epubreader", + { + "Settings updated successfully." : "Paramètres corrèctament actualizats.", + "EPUB/CBZ/PDF ebook reader" : "lector d’ebook EPUB/CBZ/PDF", + "font size" : "talha poliça", + "font weight" : "largor poliça", + "menu" : "menú", + "Reader" : "Lector", + "Epub" : "Epub", + "PDF" : "PDF", + "CBR/CBZ" : "CBR/CBZ" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json new file mode 100644 index 0000000..bf9c034 --- /dev/null +++ b/l10n/oc.json @@ -0,0 +1,12 @@ +{ "translations": { + "Settings updated successfully." : "Paramètres corrèctament actualizats.", + "EPUB/CBZ/PDF ebook reader" : "lector d’ebook EPUB/CBZ/PDF", + "font size" : "talha poliça", + "font weight" : "largor poliça", + "menu" : "menú", + "Reader" : "Lector", + "Epub" : "Epub", + "PDF" : "PDF", + "CBR/CBZ" : "CBR/CBZ" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file