From 93c8295ebb673b766663e10dce1b32d4d9bbf606 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 3 Sep 2020 03:13:16 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/bg.js | 6 ++++++ l10n/bg.json | 4 ++++ l10n/de.js | 2 +- l10n/de.json | 2 +- l10n/de_DE.js | 2 +- l10n/de_DE.json | 2 +- l10n/fa.js | 6 ++++++ l10n/fa.json | 4 ++++ l10n/ko.js | 6 ++++++ l10n/ko.json | 4 ++++ l10n/nb.js | 6 ++++++ l10n/nb.json | 4 ++++ l10n/ro.js | 6 ++++++ l10n/ro.json | 4 ++++ l10n/sq.js | 6 ++++++ l10n/sq.json | 4 ++++ l10n/sr.js | 6 ++++++ l10n/sr.json | 4 ++++ l10n/sr@latin.js | 6 ++++++ l10n/sr@latin.json | 4 ++++ 20 files changed, 84 insertions(+), 4 deletions(-) create mode 100644 l10n/bg.js create mode 100644 l10n/bg.json create mode 100644 l10n/fa.js create mode 100644 l10n/fa.json create mode 100644 l10n/ko.js create mode 100644 l10n/ko.json create mode 100644 l10n/nb.js create mode 100644 l10n/nb.json create mode 100644 l10n/ro.js create mode 100644 l10n/ro.json create mode 100644 l10n/sq.js create mode 100644 l10n/sq.json create mode 100644 l10n/sr.js create mode 100644 l10n/sr.json create mode 100644 l10n/sr@latin.js create mode 100644 l10n/sr@latin.json diff --git a/l10n/bg.js b/l10n/bg.js new file mode 100644 index 0000000..4b07dca --- /dev/null +++ b/l10n/bg.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "Меню" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/bg.json b/l10n/bg.json new file mode 100644 index 0000000..20d7cc9 --- /dev/null +++ b/l10n/bg.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "Меню" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/de.js b/l10n/de.js index b9156ef..fc31e10 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -5,7 +5,7 @@ OC.L10N.register( "EPUB/CBZ/PDF ebook reader" : "EPUB/CBZ/PDF E-Book-reader", "A multi-format browser-based ebook reader, supports EPUB and CBR/CBZ" : "Ein browserbasierter Leser für elektronische Bücher (ebook), unterstützt EPUB und CBR/CBZ", "# Reader\nReader is an ebook reader based on pure javascript renderers. It works for publications formatted according to the following standards:\n\n - [Epub]\n - [PDF]\n - [CBR and CBZ] ('comics')\n\nFor Epub Reader uses the futurepress [epub.js] renderer to provide near-native looks, especially when used full-screen. Turn pages by pressing the left/right hand side of the screen/window or using the cursor keys (if you have those), use the sidebar to browse through chapters or bookmarks and add annotations.\n\nPDF is handled by Mozilla's [pdf.js] renderer in combination with a custom reader app to enable side-by-side display, batch search and more. Controls are like those used in the Epub renderer with a few exceptions, e.g. night mode has not been implemented yet.\n\nCBR and CBZ are supported using a custom renderer inspired by [balaclark]'s work. As with Epub, books can be navigated using the keyboard as well as mouse or touch navigation. Reader generates a visual index of all pages, show in the sidebar (thumbnail generation can be disabled for low-memory and/or -speed devices). As CBx files are often of varying quality, a set of image enhancement filters are provided.\n\nSee [README] for more exhaustive information on features and potential misfeatures of this app.\n\n [epub.js]: https://github.com/futurepress/epub.js\n [Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n [balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n [PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n [pdf.js]: https://github.com/mozilla/pdf.js\n [README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md" : "# Leser\nLeser für elektronische Bücher (ebook) basiert auf einer reinen jacascript Darstellung. Es können folgende Standards angezeigt werden:\n\n- [Epub]\n- [PDF]\n- [CBR und CBZ] ('Comics')\n\nFür die Epub Darstellung wird die futurepress [epub.js] Darstellung genutzt um um eine native Ansicht zu gewähren, besonders wenn der gesamte Bildschirm genutzt wird. Seitendrehung durch rechten oder linken Druck am Bildschirm/Fenster oder mit den Pfeiltasten auf der Tastatur (wenn vorhanden), der Bildlauf gestattet das Blättern durch Kapitel oder Lesezeichen und zufügen von Anmerkungen.\n\nPDF wird von Mozilla's [pdf.js] Darstellung in Kombination mit einer eigenen Leser-App dargestellt um Seiten nebeneinander zu sehen und eine Stapelsuche auszuführen und mehr. Die Bedienung erfolgt wie für die Epub Darstellung mit einigen Ausnahmen , der Nachtmodus wurde beispielsweise noch nicht eingebaut.\n\nCBR und CBZ werden unterstützt durch die eigenen Leser-App beeinflusst durch die Arbeit von [balaclark]. Wie bei Epub, in Büchern kann mit der Tastatur aber auch mit der Maus oder Berührungen navigiert werden. Der Leser generiert einen virtuellen Seitenindex, dargestellt in der Seitenleiste (Vorschau kann bei langsamen und/oder Geräten mit wenig Speicher abgestellt werden). Da CBx Dateien in der Qualität häufig schwanken, wird eine Set aus Filtern zur Bildverbesserung implementiert.\n\nIn der [README] sind weitere Möglichkeiten und Beschränkungen ausführlich beschrieben.\n\n[epub.js]: https://github.com/futurepress/epub.js\n[Epub]: http://idpf.org/epub\n[CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n[balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n[PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n[pdf.js]: https://github.com/mozilla/pdf.js\n[README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md", - "custom font" : "Benutzerdefinierter Font", + "custom font" : "Benutzerdefinierte Schriftart", "monospace" : "Nichtproportional", "font size" : "Schriftgröße", "font weight" : "Schriftstärke", diff --git a/l10n/de.json b/l10n/de.json index 93ecb06..bc2220e 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -3,7 +3,7 @@ "EPUB/CBZ/PDF ebook reader" : "EPUB/CBZ/PDF E-Book-reader", "A multi-format browser-based ebook reader, supports EPUB and CBR/CBZ" : "Ein browserbasierter Leser für elektronische Bücher (ebook), unterstützt EPUB und CBR/CBZ", "# Reader\nReader is an ebook reader based on pure javascript renderers. It works for publications formatted according to the following standards:\n\n - [Epub]\n - [PDF]\n - [CBR and CBZ] ('comics')\n\nFor Epub Reader uses the futurepress [epub.js] renderer to provide near-native looks, especially when used full-screen. Turn pages by pressing the left/right hand side of the screen/window or using the cursor keys (if you have those), use the sidebar to browse through chapters or bookmarks and add annotations.\n\nPDF is handled by Mozilla's [pdf.js] renderer in combination with a custom reader app to enable side-by-side display, batch search and more. Controls are like those used in the Epub renderer with a few exceptions, e.g. night mode has not been implemented yet.\n\nCBR and CBZ are supported using a custom renderer inspired by [balaclark]'s work. As with Epub, books can be navigated using the keyboard as well as mouse or touch navigation. Reader generates a visual index of all pages, show in the sidebar (thumbnail generation can be disabled for low-memory and/or -speed devices). As CBx files are often of varying quality, a set of image enhancement filters are provided.\n\nSee [README] for more exhaustive information on features and potential misfeatures of this app.\n\n [epub.js]: https://github.com/futurepress/epub.js\n [Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n [balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n [PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n [pdf.js]: https://github.com/mozilla/pdf.js\n [README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md" : "# Leser\nLeser für elektronische Bücher (ebook) basiert auf einer reinen jacascript Darstellung. Es können folgende Standards angezeigt werden:\n\n- [Epub]\n- [PDF]\n- [CBR und CBZ] ('Comics')\n\nFür die Epub Darstellung wird die futurepress [epub.js] Darstellung genutzt um um eine native Ansicht zu gewähren, besonders wenn der gesamte Bildschirm genutzt wird. Seitendrehung durch rechten oder linken Druck am Bildschirm/Fenster oder mit den Pfeiltasten auf der Tastatur (wenn vorhanden), der Bildlauf gestattet das Blättern durch Kapitel oder Lesezeichen und zufügen von Anmerkungen.\n\nPDF wird von Mozilla's [pdf.js] Darstellung in Kombination mit einer eigenen Leser-App dargestellt um Seiten nebeneinander zu sehen und eine Stapelsuche auszuführen und mehr. Die Bedienung erfolgt wie für die Epub Darstellung mit einigen Ausnahmen , der Nachtmodus wurde beispielsweise noch nicht eingebaut.\n\nCBR und CBZ werden unterstützt durch die eigenen Leser-App beeinflusst durch die Arbeit von [balaclark]. Wie bei Epub, in Büchern kann mit der Tastatur aber auch mit der Maus oder Berührungen navigiert werden. Der Leser generiert einen virtuellen Seitenindex, dargestellt in der Seitenleiste (Vorschau kann bei langsamen und/oder Geräten mit wenig Speicher abgestellt werden). Da CBx Dateien in der Qualität häufig schwanken, wird eine Set aus Filtern zur Bildverbesserung implementiert.\n\nIn der [README] sind weitere Möglichkeiten und Beschränkungen ausführlich beschrieben.\n\n[epub.js]: https://github.com/futurepress/epub.js\n[Epub]: http://idpf.org/epub\n[CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n[balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n[PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n[pdf.js]: https://github.com/mozilla/pdf.js\n[README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md", - "custom font" : "Benutzerdefinierter Font", + "custom font" : "Benutzerdefinierte Schriftart", "monospace" : "Nichtproportional", "font size" : "Schriftgröße", "font weight" : "Schriftstärke", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index a0352c4..17064b2 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -5,7 +5,7 @@ OC.L10N.register( "EPUB/CBZ/PDF ebook reader" : "EPUB/CBZ/PDF E-Book-reader", "A multi-format browser-based ebook reader, supports EPUB and CBR/CBZ" : "Ein browserbasierter Leser für elektronische Bücher (ebook), unterstützt EPUB und CBR/CBZ", "# Reader\nReader is an ebook reader based on pure javascript renderers. It works for publications formatted according to the following standards:\n\n - [Epub]\n - [PDF]\n - [CBR and CBZ] ('comics')\n\nFor Epub Reader uses the futurepress [epub.js] renderer to provide near-native looks, especially when used full-screen. Turn pages by pressing the left/right hand side of the screen/window or using the cursor keys (if you have those), use the sidebar to browse through chapters or bookmarks and add annotations.\n\nPDF is handled by Mozilla's [pdf.js] renderer in combination with a custom reader app to enable side-by-side display, batch search and more. Controls are like those used in the Epub renderer with a few exceptions, e.g. night mode has not been implemented yet.\n\nCBR and CBZ are supported using a custom renderer inspired by [balaclark]'s work. As with Epub, books can be navigated using the keyboard as well as mouse or touch navigation. Reader generates a visual index of all pages, show in the sidebar (thumbnail generation can be disabled for low-memory and/or -speed devices). As CBx files are often of varying quality, a set of image enhancement filters are provided.\n\nSee [README] for more exhaustive information on features and potential misfeatures of this app.\n\n [epub.js]: https://github.com/futurepress/epub.js\n [Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n [balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n [PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n [pdf.js]: https://github.com/mozilla/pdf.js\n [README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md" : "# Leser\nLeser für elektronische Bücher (ebook) basiert auf einer reinen jacascript Darstellung. Es können folgende Standards angezeigt werden:\n\n - [Epub]\n - [PDF]\n - [CBR und CBZ] ('Comics')\n\nFür die Epub Darstellung wird die futurepress [epub.js] Darstellung genutzt um um eine native Ansicht zu gewähren, besonders wenn der gesamte Bildschirm genutzt wird. Seitendrehung durch rechten oder linken Druck am Bildschirm/Fenster oder mit den Pfeiltasten auf der Tastatur (wenn vorhanden), der Bildlauf gestattet das Blättern durch Kapitel oder Lesezeichen und zufügen von Anmerkungen.\n\nPDF wird von Mozilla's [pdf.js] Darstellung in Kombination mit einer eigenen Leser-App dargestellt um Seiten nebeneinander zu sehen und eine Stapelsuche auszuführen und mehr. Die Bedienung erfolgt wie für die Epub Darstellung mit einigen Ausnahmen , der Nachtmodus wurde beispielsweise noch nicht eingebaut.\n\nCBR und CBZ werden unterstützt durch die eigenen Leser-App beeinflusst durch die Arbeit von [balaclark]. Wie bei Epub, in Büchern kann mit der Tastatur aber auch mit der Maus oder Berührungen navigiert werden. Der Leser generiert einen virtuellen Seitenindex, dargestellt in der Seitenleiste (Vorschau kann bei langsamen und/oder Geräten mit wenig Speicher abgestellt werden). Da CBx Dateien in der Qualität häufig schwanken, wird eine Set aus Filtern zur Bildverbesserung implementiert.\n\nIn der [README] sind weitere Möglichkeiten und Beschränkungen ausführlich beschrieben.\n\n [epub.js]: https://github.com/futurepress/epub.js\n [Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n [balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n [PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n [pdf.js]: https://github.com/mozilla/pdf.js\n [README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md", - "custom font" : "Benutzerdefinierter Font", + "custom font" : "Benutzerdefinierte Schriftart", "monospace" : "Nichtproportional", "font size" : "Schriftgröße", "font weight" : "Schriftstärke", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 176e736..6bae579 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -3,7 +3,7 @@ "EPUB/CBZ/PDF ebook reader" : "EPUB/CBZ/PDF E-Book-reader", "A multi-format browser-based ebook reader, supports EPUB and CBR/CBZ" : "Ein browserbasierter Leser für elektronische Bücher (ebook), unterstützt EPUB und CBR/CBZ", "# Reader\nReader is an ebook reader based on pure javascript renderers. It works for publications formatted according to the following standards:\n\n - [Epub]\n - [PDF]\n - [CBR and CBZ] ('comics')\n\nFor Epub Reader uses the futurepress [epub.js] renderer to provide near-native looks, especially when used full-screen. Turn pages by pressing the left/right hand side of the screen/window or using the cursor keys (if you have those), use the sidebar to browse through chapters or bookmarks and add annotations.\n\nPDF is handled by Mozilla's [pdf.js] renderer in combination with a custom reader app to enable side-by-side display, batch search and more. Controls are like those used in the Epub renderer with a few exceptions, e.g. night mode has not been implemented yet.\n\nCBR and CBZ are supported using a custom renderer inspired by [balaclark]'s work. As with Epub, books can be navigated using the keyboard as well as mouse or touch navigation. Reader generates a visual index of all pages, show in the sidebar (thumbnail generation can be disabled for low-memory and/or -speed devices). As CBx files are often of varying quality, a set of image enhancement filters are provided.\n\nSee [README] for more exhaustive information on features and potential misfeatures of this app.\n\n [epub.js]: https://github.com/futurepress/epub.js\n [Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n [balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n [PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n [pdf.js]: https://github.com/mozilla/pdf.js\n [README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md" : "# Leser\nLeser für elektronische Bücher (ebook) basiert auf einer reinen jacascript Darstellung. Es können folgende Standards angezeigt werden:\n\n - [Epub]\n - [PDF]\n - [CBR und CBZ] ('Comics')\n\nFür die Epub Darstellung wird die futurepress [epub.js] Darstellung genutzt um um eine native Ansicht zu gewähren, besonders wenn der gesamte Bildschirm genutzt wird. Seitendrehung durch rechten oder linken Druck am Bildschirm/Fenster oder mit den Pfeiltasten auf der Tastatur (wenn vorhanden), der Bildlauf gestattet das Blättern durch Kapitel oder Lesezeichen und zufügen von Anmerkungen.\n\nPDF wird von Mozilla's [pdf.js] Darstellung in Kombination mit einer eigenen Leser-App dargestellt um Seiten nebeneinander zu sehen und eine Stapelsuche auszuführen und mehr. Die Bedienung erfolgt wie für die Epub Darstellung mit einigen Ausnahmen , der Nachtmodus wurde beispielsweise noch nicht eingebaut.\n\nCBR und CBZ werden unterstützt durch die eigenen Leser-App beeinflusst durch die Arbeit von [balaclark]. Wie bei Epub, in Büchern kann mit der Tastatur aber auch mit der Maus oder Berührungen navigiert werden. Der Leser generiert einen virtuellen Seitenindex, dargestellt in der Seitenleiste (Vorschau kann bei langsamen und/oder Geräten mit wenig Speicher abgestellt werden). Da CBx Dateien in der Qualität häufig schwanken, wird eine Set aus Filtern zur Bildverbesserung implementiert.\n\nIn der [README] sind weitere Möglichkeiten und Beschränkungen ausführlich beschrieben.\n\n [epub.js]: https://github.com/futurepress/epub.js\n [Epub]: http://idpf.org/epub\n [CBR and CBZ]: https://wiki.mobileread.com/wiki/CBR_and_CBZ\n [balaclark]: https://github.com/balaclark/HTML5-Comic-Book-Reader\n [PDF]: https://en.wikipedia.org/wiki/Portable_Document_Format\n [pdf.js]: https://github.com/mozilla/pdf.js\n [README]: https://github.com/e-alfred/epubreader/blob/master/epubreader/README.md", - "custom font" : "Benutzerdefinierter Font", + "custom font" : "Benutzerdefinierte Schriftart", "monospace" : "Nichtproportional", "font size" : "Schriftgröße", "font weight" : "Schriftstärke", diff --git a/l10n/fa.js b/l10n/fa.js new file mode 100644 index 0000000..b398ea6 --- /dev/null +++ b/l10n/fa.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "منو" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json new file mode 100644 index 0000000..7e4bf3b --- /dev/null +++ b/l10n/fa.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "منو" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +} \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js new file mode 100644 index 0000000..9ce65a4 --- /dev/null +++ b/l10n/ko.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "메뉴" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json new file mode 100644 index 0000000..7d601cc --- /dev/null +++ b/l10n/ko.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "메뉴" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/nb.js b/l10n/nb.js new file mode 100644 index 0000000..3855071 --- /dev/null +++ b/l10n/nb.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "Meny" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json new file mode 100644 index 0000000..7b90baa --- /dev/null +++ b/l10n/nb.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "Meny" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ro.js b/l10n/ro.js new file mode 100644 index 0000000..17f3267 --- /dev/null +++ b/l10n/ro.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "meniu" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/l10n/ro.json b/l10n/ro.json new file mode 100644 index 0000000..b6b57e5 --- /dev/null +++ b/l10n/ro.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "meniu" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/l10n/sq.js b/l10n/sq.js new file mode 100644 index 0000000..4375b1f --- /dev/null +++ b/l10n/sq.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "Menu" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sq.json b/l10n/sq.json new file mode 100644 index 0000000..5f3336d --- /dev/null +++ b/l10n/sq.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "Menu" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/sr.js b/l10n/sr.js new file mode 100644 index 0000000..49f3696 --- /dev/null +++ b/l10n/sr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "мени" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr.json b/l10n/sr.json new file mode 100644 index 0000000..e6e6201 --- /dev/null +++ b/l10n/sr.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "мени" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js new file mode 100644 index 0000000..24cd9db --- /dev/null +++ b/l10n/sr@latin.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "epubreader", + { + "menu" : "meni" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json new file mode 100644 index 0000000..35d41c3 --- /dev/null +++ b/l10n/sr@latin.json @@ -0,0 +1,4 @@ +{ "translations": { + "menu" : "meni" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +} \ No newline at end of file