summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/content.css6
-rw-r--r--css/explore.css4
-rw-r--r--css/navigation.css6
-rw-r--r--css/settings.css2
-rw-r--r--l10n/bg.js2
-rw-r--r--l10n/bg.json2
-rw-r--r--l10n/da.js4
-rw-r--r--l10n/da.json4
-rw-r--r--l10n/es_AR.js5
-rw-r--r--l10n/es_AR.json5
-rw-r--r--l10n/gl.js2
-rw-r--r--l10n/gl.json2
-rw-r--r--l10n/lv.js2
-rw-r--r--l10n/lv.json2
-rw-r--r--l10n/pl.js1
-rw-r--r--l10n/pl.json1
-rw-r--r--l10n/ro.js4
-rw-r--r--l10n/ro.json4
18 files changed, 39 insertions, 19 deletions
diff --git a/css/content.css b/css/content.css
index b3a9ca82c..c3bdb481d 100644
--- a/css/content.css
+++ b/css/content.css
@@ -228,7 +228,7 @@
position: sticky;
top: 50px;
background-color: var(--color-main-background);
- height: 41px;
+ min-height: 41px;
opacity: 0.9;
}
@@ -386,13 +386,13 @@
#app-content .article-actions:after {
border-color: rgba(255, 255, 255, 0);
- border-bottom-color: #fff;
+ border-bottom-color: var(--color-border);
border-width: 5px;
margin-left: -5px;
}
#app-content .article-actions:before {
border-color: rgba(255, 255, 255, 0);
- border-bottom-color: #fff;
+ border-bottom-color: var(--color-border);
border-width: 9px;
margin-left: -9px;
}
diff --git a/css/explore.css b/css/explore.css
index d9bd80048..7ba2371f6 100644
--- a/css/explore.css
+++ b/css/explore.css
@@ -55,8 +55,8 @@
#explore .category {
font-weight: normal;
font-size: 10pt;
- color: #fff;
- background-color: #0082c9;
+ color: var(--color-primary-text);
+ background-color: var(--color-primary);
padding: 10px;
font-weight: bold;
}
diff --git a/css/navigation.css b/css/navigation.css
index cfbf1c807..1a90130c4 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -39,7 +39,7 @@
#app-navigation .add-new-popup {
display: none;
padding: 10px;
- box-shadow: inset 0px 0px 10px var(--color-box-shadow);
+ width: 100%;
border-top: 1px solid var(--color-border-dark);
border-bottom: 1px solid var(--color-border-dark);
}
@@ -132,8 +132,8 @@
*/
#app-navigation .error-message {
padding: 15px;
- background-color: var(--color-error);
- color: #fff;
+ background-color: var(--color-main-background);
+ color: var(--color-error);
position: relative;
overflow-y: auto;
}
diff --git a/css/settings.css b/css/settings.css
index eca377d9a..4c5abba0c 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -66,5 +66,5 @@
}
#app-settings .disabled {
- color: #aaa;
+ color: var(--color-text-lighter);
} \ No newline at end of file
diff --git a/l10n/bg.js b/l10n/bg.js
index 25b105944..4dd5a2385 100644
--- a/l10n/bg.js
+++ b/l10n/bg.js
@@ -2,7 +2,7 @@ OC.L10N.register(
"news",
{
"Request failed, network connection unavailable!" : "Неуспешна заявка, няма налична мрежова връзка!",
- "Request unauthorized. Are you logged in?" : "Неавторизирана заявка. Влезли ли сте?",
+ "Request unauthorized. Are you logged in?" : "Заявката не е упълномощена. Вписан ли сте?",
"Request forbidden. Are you an admin?" : "Достъп е отказан. Администратор ли сте?",
"Token expired or app not enabled! Reload the page!" : "Изтекла парола или приложението не е активирано! Презаредете страницата!",
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Вътрешно сървърна грешка! За допълнителна информация проверете файла data/nextcloud.log !",
diff --git a/l10n/bg.json b/l10n/bg.json
index c739d32d4..88a8deb38 100644
--- a/l10n/bg.json
+++ b/l10n/bg.json
@@ -1,6 +1,6 @@
{ "translations": {
"Request failed, network connection unavailable!" : "Неуспешна заявка, няма налична мрежова връзка!",
- "Request unauthorized. Are you logged in?" : "Неавторизирана заявка. Влезли ли сте?",
+ "Request unauthorized. Are you logged in?" : "Заявката не е упълномощена. Вписан ли сте?",
"Request forbidden. Are you an admin?" : "Достъп е отказан. Администратор ли сте?",
"Token expired or app not enabled! Reload the page!" : "Изтекла парола или приложението не е активирано! Презаредете страницата!",
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Вътрешно сървърна грешка! За допълнителна информация проверете файла data/nextcloud.log !",
diff --git a/l10n/da.js b/l10n/da.js
index 5954fe32e..b821bf5f9 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -4,7 +4,7 @@ OC.L10N.register(
"Request failed, network connection unavailable!" : "Forespørgslen mislykkedes, netværksforbindelse er ikke tilgængelig!",
"Request unauthorized. Are you logged in?" : "Forespørgslen var ikke autoriseret. Er du logget ind?",
"Request forbidden. Are you an admin?" : "Forespørgslen er ikke tilladt. Er du administrator?",
- "Token expired or app not enabled! Reload the page!" : "Tokenet er udløbet eller appen er ikke aktiveret! Genindlæs siden!",
+ "Token expired or app not enabled! Reload the page!" : "Nøglen er udløbet eller appen er ikke aktiveret! Genindlæs siden!",
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Intern server fejl! Tjek din data/nextcloud.log log-fil for yderligere information.",
"Request failed, Nextcloud is in currently in maintenance mode!" : "Forespørgslen mislykkedes, Nextcloud er i øjeblikket i vedligeholdelse tilstand!",
"Feed contains invalid XML" : "Feed'et indeholder ugyldig XML",
@@ -119,7 +119,7 @@ OC.L10N.register(
"Disable full text" : "Slå fuld tekst fra",
"Unread updated" : "Ulæste opdateret",
"Ignore updated" : "Ignorér updaterede",
- "Open feed URL" : "Åben feed URL",
+ "Open feed URL" : "Åbn feed URL",
"Delete" : "Slet",
"Dismiss" : "Afvis",
"Collapse" : "Sammenfold",
diff --git a/l10n/da.json b/l10n/da.json
index 2050f3b4c..58267f323 100644
--- a/l10n/da.json
+++ b/l10n/da.json
@@ -2,7 +2,7 @@
"Request failed, network connection unavailable!" : "Forespørgslen mislykkedes, netværksforbindelse er ikke tilgængelig!",
"Request unauthorized. Are you logged in?" : "Forespørgslen var ikke autoriseret. Er du logget ind?",
"Request forbidden. Are you an admin?" : "Forespørgslen er ikke tilladt. Er du administrator?",
- "Token expired or app not enabled! Reload the page!" : "Tokenet er udløbet eller appen er ikke aktiveret! Genindlæs siden!",
+ "Token expired or app not enabled! Reload the page!" : "Nøglen er udløbet eller appen er ikke aktiveret! Genindlæs siden!",
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Intern server fejl! Tjek din data/nextcloud.log log-fil for yderligere information.",
"Request failed, Nextcloud is in currently in maintenance mode!" : "Forespørgslen mislykkedes, Nextcloud er i øjeblikket i vedligeholdelse tilstand!",
"Feed contains invalid XML" : "Feed'et indeholder ugyldig XML",
@@ -117,7 +117,7 @@
"Disable full text" : "Slå fuld tekst fra",
"Unread updated" : "Ulæste opdateret",
"Ignore updated" : "Ignorér updaterede",
- "Open feed URL" : "Åben feed URL",
+ "Open feed URL" : "Åbn feed URL",
"Delete" : "Slet",
"Dismiss" : "Afvis",
"Collapse" : "Sammenfold",
diff --git a/l10n/es_AR.js b/l10n/es_AR.js
index 94e79645e..b312b66a1 100644
--- a/l10n/es_AR.js
+++ b/l10n/es_AR.js
@@ -8,6 +8,7 @@ OC.L10N.register(
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "¡Se presentó un error interno del servidor! ¡Favor de verificar el archivo data/nextcloud.log para más informacón!",
"Request failed, Nextcloud is in currently in maintenance mode!" : "¡Se presentó una falla, por el momento Nextcloud se encuentra en modo mantenimiento!",
"Feed contains invalid XML" : "La fuente contiene un XML inválido",
+ "Feed not found: Either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl " : "Feed no encontrado: el sitio web no proporciona un feed o bloquea el acceso. Para descartar el bloqueo, intente descargar la fuente en la línea de comando de su servidor usando curl: curl",
"Detected feed format is not supported" : "El formato de la fuente detectado no está soportado",
"Website not found" : "El sitio web no fue encontrado",
"More redirects than allowed, aborting" : "Más redirecciones de las permitidas, abortando",
@@ -21,6 +22,7 @@ OC.L10N.register(
"Certificate error: Couldn't use specified cipher." : "Error en el certificado: No fue posible especificar el cifrado. ",
"Certificate error: Peer certificate cannot be authenticated with known CA certificates." : "Error en el certificado: El certificado no pudo ser autenticado contra los certificados de una CA conocida. ",
"Certificate error: Requested FTP SSL level failed." : "Error en el certificado: Se presentó una falla en el nivel de SSL de FTP solicitado.",
+ "Certificate error: Initiating the SSL engine failed." : "Error de certificado: Error al iniciar el motor SSL.",
"Certificate error: Problem with reading the SSL CA cert (path? access rights?)" : "Error en el certificado: Se presentó un problema al leer el certificado CA SSL (¿ruta? ¿privilegios?)",
"Certificate error: Issuer check failed" : "Error en el certificado: Se presentó una falla en la verificación de quien lo expide",
"Unknown SSL certificate error!" : "¡Error desconocido del certificado SSL!",
@@ -28,6 +30,7 @@ OC.L10N.register(
"Articles without feed" : "Artículos sin fuente",
"Can not add folder: Exists already" : "No se puede agregar la carpeta: ya existe",
"News" : "Novedades",
+ "An RSS/Atom feed reader" : "Un lector de feeds RSS/Atom",
"Use system cron for updates" : "Use el sistema cron para las actualizaciones",
"Disable this if you run a custom updater such as the Python updater included in the app" : "Deshabilite esto si usa un actualizador personalizado como el actualizador de Python en la aplicación",
"Purge interval" : "Purgar el intervalo",
@@ -81,6 +84,7 @@ OC.L10N.register(
"Scroll to active navigation entry" : "Desplácese hasta el elemento de navegación activo",
"Focus search field" : "Ir al campo de búsqueda",
"Mark current article's feed/folder read" : "Marcar la fuente/carpeta del artículo actual como leído",
+ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Se detectó el modo Ajax o webcron! Tus feeds no serán actualizados!",
"How to set up the operating system cron" : "Como establecer las tareas programadas del sistema operativo",
"Install and set up a faster parallel updater that uses the News app's update API" : "Instale y configure un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación",
"Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!",
@@ -116,6 +120,7 @@ OC.L10N.register(
"Disable full text" : "Deshabilitar texto completo",
"Unread updated" : "No-leídos actualizados",
"Ignore updated" : "Ignorar actualizados",
+ "Open feed URL" : "Abrir URL de feed",
"Delete" : "Borrar",
"Dismiss" : "Descartar",
"Collapse" : "Colapsar",
diff --git a/l10n/es_AR.json b/l10n/es_AR.json
index 32db2485d..2b46ac977 100644
--- a/l10n/es_AR.json
+++ b/l10n/es_AR.json
@@ -6,6 +6,7 @@
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "¡Se presentó un error interno del servidor! ¡Favor de verificar el archivo data/nextcloud.log para más informacón!",
"Request failed, Nextcloud is in currently in maintenance mode!" : "¡Se presentó una falla, por el momento Nextcloud se encuentra en modo mantenimiento!",
"Feed contains invalid XML" : "La fuente contiene un XML inválido",
+ "Feed not found: Either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl " : "Feed no encontrado: el sitio web no proporciona un feed o bloquea el acceso. Para descartar el bloqueo, intente descargar la fuente en la línea de comando de su servidor usando curl: curl",
"Detected feed format is not supported" : "El formato de la fuente detectado no está soportado",
"Website not found" : "El sitio web no fue encontrado",
"More redirects than allowed, aborting" : "Más redirecciones de las permitidas, abortando",
@@ -19,6 +20,7 @@
"Certificate error: Couldn't use specified cipher." : "Error en el certificado: No fue posible especificar el cifrado. ",
"Certificate error: Peer certificate cannot be authenticated with known CA certificates." : "Error en el certificado: El certificado no pudo ser autenticado contra los certificados de una CA conocida. ",
"Certificate error: Requested FTP SSL level failed." : "Error en el certificado: Se presentó una falla en el nivel de SSL de FTP solicitado.",
+ "Certificate error: Initiating the SSL engine failed." : "Error de certificado: Error al iniciar el motor SSL.",
"Certificate error: Problem with reading the SSL CA cert (path? access rights?)" : "Error en el certificado: Se presentó un problema al leer el certificado CA SSL (¿ruta? ¿privilegios?)",
"Certificate error: Issuer check failed" : "Error en el certificado: Se presentó una falla en la verificación de quien lo expide",
"Unknown SSL certificate error!" : "¡Error desconocido del certificado SSL!",
@@ -26,6 +28,7 @@
"Articles without feed" : "Artículos sin fuente",
"Can not add folder: Exists already" : "No se puede agregar la carpeta: ya existe",
"News" : "Novedades",
+ "An RSS/Atom feed reader" : "Un lector de feeds RSS/Atom",
"Use system cron for updates" : "Use el sistema cron para las actualizaciones",
"Disable this if you run a custom updater such as the Python updater included in the app" : "Deshabilite esto si usa un actualizador personalizado como el actualizador de Python en la aplicación",
"Purge interval" : "Purgar el intervalo",
@@ -79,6 +82,7 @@
"Scroll to active navigation entry" : "Desplácese hasta el elemento de navegación activo",
"Focus search field" : "Ir al campo de búsqueda",
"Mark current article's feed/folder read" : "Marcar la fuente/carpeta del artículo actual como leído",
+ "Ajax or webcron mode detected! Your feeds will not be updated!" : "Se detectó el modo Ajax o webcron! Tus feeds no serán actualizados!",
"How to set up the operating system cron" : "Como establecer las tareas programadas del sistema operativo",
"Install and set up a faster parallel updater that uses the News app's update API" : "Instale y configure un actualizador en paralelo más rápido que use el API de actualización de la nueva aplicación",
"Non UTF-8 charset for MySQL/MariaDB database detected!" : "¡Se ha detectado un juego de caracteres no UTF-8 para la base de datos MySql/MariaDB!",
@@ -114,6 +118,7 @@
"Disable full text" : "Deshabilitar texto completo",
"Unread updated" : "No-leídos actualizados",
"Ignore updated" : "Ignorar actualizados",
+ "Open feed URL" : "Abrir URL de feed",
"Delete" : "Borrar",
"Dismiss" : "Descartar",
"Collapse" : "Colapsar",
diff --git a/l10n/gl.js b/l10n/gl.js
index db7480f99..3e2e62691 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -139,7 +139,7 @@ OC.L10N.register(
"Subscriptions (OPML)" : "Subscricións (OPML)",
"Import" : "Importar",
"Export" : "Exportar",
- "Error when importing: File does not contain valid OPML" : "Erro durante a importación: O ficheiro non conten OPML correcto",
+ "Error when importing: File does not contain valid OPML" : "Erro durante a importación: O ficheiro non contén OPML correcto",
"Error when importing: OPML is does neither contain feeds nor folders" : "Produciuse un erro ao importar: OPML non contén fontes ou cartafoles",
"Unread/Starred Articles" : "Artigos destacados ou sen ler",
"Error when importing: file does not contain valid JSON" : "Produciuse un erro ao importar: o ficheiro non contén un JSON correcto",
diff --git a/l10n/gl.json b/l10n/gl.json
index 6a243b573..aa7c75562 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -137,7 +137,7 @@
"Subscriptions (OPML)" : "Subscricións (OPML)",
"Import" : "Importar",
"Export" : "Exportar",
- "Error when importing: File does not contain valid OPML" : "Erro durante a importación: O ficheiro non conten OPML correcto",
+ "Error when importing: File does not contain valid OPML" : "Erro durante a importación: O ficheiro non contén OPML correcto",
"Error when importing: OPML is does neither contain feeds nor folders" : "Produciuse un erro ao importar: OPML non contén fontes ou cartafoles",
"Unread/Starred Articles" : "Artigos destacados ou sen ler",
"Error when importing: file does not contain valid JSON" : "Produciuse un erro ao importar: o ficheiro non contén un JSON correcto",
diff --git a/l10n/lv.js b/l10n/lv.js
index 0b7d8129d..6f7d7a1c0 100644
--- a/l10n/lv.js
+++ b/l10n/lv.js
@@ -67,7 +67,7 @@ OC.L10N.register(
"Subscriptions (OPML)" : "Abonementi (OPML)",
"Import" : "Importēt",
"Export" : "Eksportēt",
- "Error when importing: file does not contain valid JSON" : "Kļūda, importējot: fails nesatur derīgus JSON",
+ "Error when importing: file does not contain valid JSON" : "Kļūda, importējot: datne nesatur derīgus JSON",
"Help" : "Palīdzība",
"Keyboard shortcuts" : "Tastatūras saīsnes",
"Documentation" : "Dokumentācija",
diff --git a/l10n/lv.json b/l10n/lv.json
index 6426352bb..694153e05 100644
--- a/l10n/lv.json
+++ b/l10n/lv.json
@@ -65,7 +65,7 @@
"Subscriptions (OPML)" : "Abonementi (OPML)",
"Import" : "Importēt",
"Export" : "Eksportēt",
- "Error when importing: file does not contain valid JSON" : "Kļūda, importējot: fails nesatur derīgus JSON",
+ "Error when importing: file does not contain valid JSON" : "Kļūda, importējot: datne nesatur derīgus JSON",
"Help" : "Palīdzība",
"Keyboard shortcuts" : "Tastatūras saīsnes",
"Documentation" : "Dokumentācija",
diff --git a/l10n/pl.js b/l10n/pl.js
index a418c5683..15fefb172 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -30,6 +30,7 @@ OC.L10N.register(
"Articles without feed" : "Artykuły bez kanału",
"Can not add folder: Exists already" : "Nie można dodać folderu: już istnieje",
"News" : "Wiadomości",
+ "An RSS/Atom feed reader" : "Czytnik kanałów RSS/Atom",
"Use system cron for updates" : "Użyj systemowego crona do aktualizacji",
"Disable this if you run a custom updater such as the Python updater included in the app" : "Wyłącz to jeśli używasz specjalnego aktualizatora takiego jak Python załączonego do aplikacji",
"Purge interval" : "Interwał czyszczenia",
diff --git a/l10n/pl.json b/l10n/pl.json
index c9c71926c..eb9ae78f3 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -28,6 +28,7 @@
"Articles without feed" : "Artykuły bez kanału",
"Can not add folder: Exists already" : "Nie można dodać folderu: już istnieje",
"News" : "Wiadomości",
+ "An RSS/Atom feed reader" : "Czytnik kanałów RSS/Atom",
"Use system cron for updates" : "Użyj systemowego crona do aktualizacji",
"Disable this if you run a custom updater such as the Python updater included in the app" : "Wyłącz to jeśli używasz specjalnego aktualizatora takiego jak Python załączonego do aplikacji",
"Purge interval" : "Interwał czyszczenia",
diff --git a/l10n/ro.js b/l10n/ro.js
index d03578cb7..7cd06e5dc 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -1,9 +1,12 @@
OC.L10N.register(
"news",
{
+ "Request failed, network connection unavailable!" : "Solecitare nereușită, conexiune la rețeă indisponibilă!",
"Request unauthorized. Are you logged in?" : "Cerere neautorizată. Ești autentificat ?",
"Request forbidden. Are you an admin?" : "Cerere interzisă. Ești un administrator ?",
"Token expired or app not enabled! Reload the page!" : "Token expirat sau aplicatie inactivă. Reîncarcă pagina!",
+ "Internal server error! Please check your data/nextcloud.log file for additional information!" : "Eroare server internă! Controlați fișierul data/nextcloud.log pentru mai multe informații!",
+ "Request failed, Nextcloud is in currently in maintenance mode!" : "Solecitare nereușită, Nexcloud este în întreţinere!",
"Feed contains invalid XML" : "Fluxul conține XML invalid",
"Website not found" : "Websiteul nu a fost găsit",
"Bigger than maximum allowed size" : "Mai mare decât mărimea maximă permisă",
@@ -14,6 +17,7 @@ OC.L10N.register(
"Can not add feed: Exists already" : "Nu pot adăuga fluxul: Deja există!",
"Articles without feed" : "Articole fără flux",
"Can not add folder: Exists already" : "Nu se poate adăuga directorul : Există deja",
+ "News" : "Noutăți",
"Saved" : "Salvat",
"Download" : "Descarcă",
"Close" : "Închide",
diff --git a/l10n/ro.json b/l10n/ro.json
index 65744c843..7d1ab5fea 100644
--- a/l10n/ro.json
+++ b/l10n/ro.json
@@ -1,7 +1,10 @@
{ "translations": {
+ "Request failed, network connection unavailable!" : "Solecitare nereușită, conexiune la rețeă indisponibilă!",
"Request unauthorized. Are you logged in?" : "Cerere neautorizată. Ești autentificat ?",
"Request forbidden. Are you an admin?" : "Cerere interzisă. Ești un administrator ?",
"Token expired or app not enabled! Reload the page!" : "Token expirat sau aplicatie inactivă. Reîncarcă pagina!",
+ "Internal server error! Please check your data/nextcloud.log file for additional information!" : "Eroare server internă! Controlați fișierul data/nextcloud.log pentru mai multe informații!",
+ "Request failed, Nextcloud is in currently in maintenance mode!" : "Solecitare nereușită, Nexcloud este în întreţinere!",
"Feed contains invalid XML" : "Fluxul conține XML invalid",
"Website not found" : "Websiteul nu a fost găsit",
"Bigger than maximum allowed size" : "Mai mare decât mărimea maximă permisă",
@@ -12,6 +15,7 @@
"Can not add feed: Exists already" : "Nu pot adăuga fluxul: Deja există!",
"Articles without feed" : "Articole fără flux",
"Can not add folder: Exists already" : "Nu se poate adăuga directorul : Există deja",
+ "News" : "Noutăți",
"Saved" : "Salvat",
"Download" : "Descarcă",
"Close" : "Închide",