Skip to content

Commit

Permalink
Remove references to Nextcloud from app name.
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnomad committed Oct 12, 2023
1 parent 24bae6e commit 64a886c
Show file tree
Hide file tree
Showing 15 changed files with 184 additions and 191 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SPDX-FileCopyrightText: 2023 Alec Kojaev <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->
# Nextcloud Calibre2OPDS app
# Calibre2OPDS app

The Calibre2OPDS app provides access to user's [Calibre](https://calibre-ebook.com/) library
stored in Nextcloud via [OPDS](https://specs.opds.io/opds-1.2).
Expand Down
6 changes: 3 additions & 3 deletions l10n/la.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OC.L10N.register(
"calibre_opds",
{
"Nextcloud OPDS Library" : "Bibliotheca Nextcloud OPDS",
"Calibre OPDS Library" : "Bibliotheca Calibre OPDS",
"Authors" : "Auctores",
"All authors" : "Omnes auctores",
"Publishers" : "Officinae typographicae",
Expand All @@ -24,11 +24,11 @@ OC.L10N.register(
"All books with tag: %1$s" : "Omnes libri qui thema '%1$s' habent",
"Search" : "Quaestio",
"Search books" : "Quaestio in libros",
"Search books with matching titles, descriptions, authors, series, or tags." : "Quaere libros qui titulum, descriptionem, auctores, series, vel themata comparant",
"Search books with matching titles, descriptions, authors, series, or tags." : "Quaere libros qui titulum, descriptionem, auctores, series, vel themata comparant.",
"Authors: %1$d" : "Auctores: %1$d",
"Books: %1$d" : "Libri: %1$d",
"Calibre2OPDS" : "Calibre2OPDS",
"Simple OPDS server that uses Calibre database as a backend." : "Simplex serviens OPDS qui Calibre data collecta ad originem utitur",
"Simple OPDS server that uses Calibre database as a backend." : "Simplex serviens OPDS qui Calibre data collecta ad originem utitur.",
"Calibre OPDS library" : "Bibliotheca Calibre OPDS",
"Publish your Calibre library in OPDS" : "Publica bibliothecam Calibre tuam ad OPDS",
"Library root folder:" : "Categoria radicalis bibliothecae:",
Expand Down
6 changes: 3 additions & 3 deletions l10n/la.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "translations": {
"Nextcloud OPDS Library" : "Bibliotheca Nextcloud OPDS",
"Calibre OPDS Library" : "Bibliotheca Calibre OPDS",
"Authors" : "Auctores",
"All authors" : "Omnes auctores",
"Publishers" : "Officinae typographicae",
Expand All @@ -22,11 +22,11 @@
"All books with tag: %1$s" : "Omnes libri qui thema '%1$s' habent",
"Search" : "Quaestio",
"Search books" : "Quaestio in libros",
"Search books with matching titles, descriptions, authors, series, or tags." : "Quaere libros qui titulum, descriptionem, auctores, series, vel themata comparant",
"Search books with matching titles, descriptions, authors, series, or tags." : "Quaere libros qui titulum, descriptionem, auctores, series, vel themata comparant.",
"Authors: %1$d" : "Auctores: %1$d",
"Books: %1$d" : "Libri: %1$d",
"Calibre2OPDS" : "Calibre2OPDS",
"Simple OPDS server that uses Calibre database as a backend." : "Simplex serviens OPDS qui Calibre data collecta ad originem utitur",
"Simple OPDS server that uses Calibre database as a backend." : "Simplex serviens OPDS qui Calibre data collecta ad originem utitur.",
"Calibre OPDS library" : "Bibliotheca Calibre OPDS",
"Publish your Calibre library in OPDS" : "Publica bibliothecam Calibre tuam ad OPDS",
"Library root folder:" : "Categoria radicalis bibliothecae:",
Expand Down
2 changes: 1 addition & 1 deletion l10n/ru.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OC.L10N.register(
"calibre_opds",
{
"Nextcloud OPDS Library" : "Библиотека Nextcloud OPDS",
"Calibre OPDS Library" : "Библиотека Calibre OPDS",
"Authors" : "Авторы",
"All authors" : "Все авторы",
"Publishers" : "Издательства",
Expand Down
2 changes: 1 addition & 1 deletion l10n/ru.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "translations": {
"Nextcloud OPDS Library" : "Библиотека Nextcloud OPDS",
"Calibre OPDS Library" : "Библиотека Calibre OPDS",
"Authors" : "Авторы",
"All authors" : "Все авторы",
"Publishers" : "Издательства",
Expand Down
2 changes: 1 addition & 1 deletion l10n/uk.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OC.L10N.register(
"calibre_opds",
{
"Nextcloud OPDS Library" : "Бібліотека Nextcloud OPDS",
"Calibre OPDS Library" : "Бібліотека Calibre OPDS",
"Authors" : "Автори",
"All authors" : "Всі автори",
"Publishers" : "Видавництва",
Expand Down
2 changes: 1 addition & 1 deletion l10n/uk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "translations": {
"Nextcloud OPDS Library" : "Бібліотека Nextcloud OPDS",
"Calibre OPDS Library" : "Бібліотека Calibre OPDS",
"Authors" : "Автори",
"All authors" : "Всі автори",
"Publishers" : "Видавництва",
Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/OpdsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private function methodWrapper(callable $func): Response {
*/
public function index(): Response {
return $this->methodWrapper(function (Folder $libPath, ICalibreDB $lib): Response {
$builder = $this->feed->createBuilder('index', $this->request->getParams(), $this->l->t('Nextcloud OPDS Library'));
$builder = $this->feed->createBuilder('index', $this->request->getParams(), $this->l->t('Calibre OPDS Library'));
$builder->addSubsectionItem('authors', 'author_prefixes', $this->l->t('Authors'), $this->l->t('All authors'));
$builder->addSubsectionItem('publishers', 'publishers', $this->l->t('Publishers'), $this->l->t('All publishers'));
$builder->addSubsectionItem('languages', 'languages', $this->l->t('Languages'), $this->l->t('All languages'));
Expand Down
Binary file modified translationfiles/la/calibre_opds.mo
Binary file not shown.
93 changes: 48 additions & 45 deletions translationfiles/la/calibre_opds.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Nextcloud 3.14159\n"
"Report-Msgid-Bugs-To: translations\\@example.com\n"
"POT-Creation-Date: 2023-10-08 17:02+0300\n"
"PO-Revision-Date: 2023-10-08 18:35+0300\n"
"POT-Creation-Date: 2023-10-12 14:30+0300\n"
"PO-Revision-Date: 2023-10-12 14:39+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: latin\n"
Expand All @@ -17,146 +17,149 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.2.2\n"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:62
msgid "Nextcloud OPDS Library"
msgstr "Bibliotheca Nextcloud OPDS"
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:88
msgid "Calibre OPDS Library"
msgstr "Bibliotheca Calibre OPDS"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:63
#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:88
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:89
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:107
msgid "Authors"
msgstr "Auctores"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:63
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:89
msgid "All authors"
msgstr "Omnes auctores"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:64
#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:137
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:90
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:142
msgid "Publishers"
msgstr "Officinae typographicae"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:64
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:90
msgid "All publishers"
msgstr "Omnes officinae typographicae"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:65
#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:159
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:91
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:157
msgid "Languages"
msgstr "Linguae"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:65
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:91
msgid "All languages"
msgstr "Omnes linguae"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:66
#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:181
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:92
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:172
msgid "Series"
msgstr "Series"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:66
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:92
msgid "All series"
msgstr "Omnes series"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:67
#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:203
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:93
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:187
msgid "Tags"
msgstr "Themata"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:67
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:93
msgid "All tags"
msgstr "Omnes themata"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:68
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:94
msgid "Books"
msgstr "Libri"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:68
#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:225
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:94
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:202
msgid "All books"
msgstr "Omnes libri"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:90
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:109
#, php-format
msgid "Authors with name starting on %1$s"
msgstr "Auctores quorum nomina cum '%1$s' incipiunt"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:115
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:127
msgid "Authors by prefix"
msgstr "Auctores initiis nominum divisi"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:231
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:208
#, php-format
msgid "All books matching: /%1$s/"
msgstr "Omnes libri qui exemplum /%1$s/ comparant"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:238
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:215
#, php-format
msgid "All books by author: %1$s"
msgstr "Omnes libri qui ab auctore '%1$s' scripti sunt"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:248
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:225
#, php-format
msgid "All books by publisher: %1$s"
msgstr "Omnes libri qui ab officina typographica '%1$s' emittunt"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:258
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:235
#, php-format
msgid "All books in language: %1$s"
msgstr "Omnes libri qui lingua '%1$s' scripti sunt"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:265
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:242
#, php-format
msgid "All books in series: %1$s"
msgstr "Omnes libri qui in serie '%1$s' sunt"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:272
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:249
#, php-format
msgid "All books with tag: %1$s"
msgstr "Omnes libri qui thema '%1$s' habent"

#. TRANSLATORS: No more than 16 characters
#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:299
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:269
msgid "Search"
msgstr "Quaestio"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:300
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:270
msgid "Search books"
msgstr "Quaestio in libros"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/Controller/OpdsController.php:301
msgid "Search books with matching titles, descriptions, authors, series, or tags."
msgstr "Quaere libros qui titulum, descriptionem, auctores, series, vel themata comparant"
#: /home/alec/workspace/calibre_opds/lib/Controller/OpdsController.php:271
msgid ""
"Search books with matching titles, descriptions, authors, series, or tags."
msgstr ""
"Quaere libros qui titulum, descriptionem, auctores, series, vel themata "
"comparant."

#: /home/alec/workspace/calibre2opds-nextcloud/lib/FeedBuilder/OpdsFeedBuilder.php:76
#: /home/alec/workspace/calibre_opds/lib/FeedBuilder/OpdsFeedBuilder.php:78
#, php-format
msgid "Authors: %1$d"
msgstr "Auctores: %1$d"

#: /home/alec/workspace/calibre2opds-nextcloud/lib/FeedBuilder/OpdsFeedBuilder.php:84
#: /home/alec/workspace/calibre_opds/lib/FeedBuilder/OpdsFeedBuilder.php:86
#, php-format
msgid "Books: %1$d"
msgstr "Libri: %1$d"

#: /home/alec/workspace/calibre2opds-nextcloud/specialAppInfoFakeDummyForL10nScript.php:2
#: /home/alec/workspace/calibre_opds/specialAppInfoFakeDummyForL10nScript.php:2
msgid "Calibre2OPDS"
msgstr "Calibre2OPDS"

#: /home/alec/workspace/calibre2opds-nextcloud/specialAppInfoFakeDummyForL10nScript.php:3
#: /home/alec/workspace/calibre_opds/specialAppInfoFakeDummyForL10nScript.php:3
msgid "Simple OPDS server that uses Calibre database as a backend."
msgstr "Simplex serviens OPDS qui Calibre data collecta ad originem utitur"
msgstr "Simplex serviens OPDS qui Calibre data collecta ad originem utitur."

#: /home/alec/workspace/calibre2opds-nextcloud/templates/settings.personal.php:3
#: /home/alec/workspace/calibre_opds/templates/settings.personal.php:8
msgid "Calibre OPDS library"
msgstr "Bibliotheca Calibre OPDS"

#: /home/alec/workspace/calibre2opds-nextcloud/templates/settings.personal.php:5
#: /home/alec/workspace/calibre_opds/templates/settings.personal.php:10
msgid "Publish your Calibre library in OPDS"
msgstr "Publica bibliothecam Calibre tuam ad OPDS"

#: /home/alec/workspace/calibre2opds-nextcloud/templates/settings.personal.php:8
#: /home/alec/workspace/calibre_opds/templates/settings.personal.php:13
msgid "Library root folder:"
msgstr "Categoria radicalis bibliothecae:"

#: /home/alec/workspace/calibre2opds-nextcloud/templates/settings.personal.php:14
#: /home/alec/workspace/calibre_opds/templates/settings.personal.php:19
msgid "Saved"
msgstr "Data servata sunt"
Binary file modified translationfiles/ru/calibre_opds.mo
Binary file not shown.
Loading

0 comments on commit 64a886c

Please sign in to comment.