summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src
diff options
context:
space:
mode:
authorjosé m <correoxm@disroot.org>2025-10-10 14:53:14 +0200
committerHosted Weblate <hosted@weblate.org>2025-10-10 18:07:24 +0000
commit135f3747caf64715d06775c080b01ffffa92a40c (patch)
treebb3e1688f1d4c61ca65452252ca76989017d205e /org.fox.ttrss/src
parent5564fac70808536020db1ec616bf633e2ab90e6a (diff)
Translated using Weblate (Galician)
Currently translated at 10.1% (28 of 276 strings) Translation: TinyTinyRSS/android-client Translate-URL: https://hosted.weblate.org/projects/tt-rss/android-client/gl/
Diffstat (limited to 'org.fox.ttrss/src')
-rw-r--r--org.fox.ttrss/src/main/res/values-gl/strings.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values-gl/strings.xml b/org.fox.ttrss/src/main/res/values-gl/strings.xml
index f27fa6e8..e5faa967 100644
--- a/org.fox.ttrss/src/main/res/values-gl/strings.xml
+++ b/org.fox.ttrss/src/main/res/values-gl/strings.xml
@@ -22,4 +22,21 @@
<string name="sort_feeds_by_unread">Orde das canles por Artigos sen ler</string>
<string name="ssl_trust_any">Aceptar calquera certificado</string>
<string name="category_browse_feeds">Ver as canles</string>
-</resources> \ No newline at end of file
+ <string name="catchup">Marcar como lido</string>
+ <plurals name="article_comments">
+ <item quantity="one">%1$d comentario</item>
+ <item quantity="other">%1$d comentarios</item>
+ </plurals>
+ <plurals name="trial_mode_prompt">
+ <item quantity="one">Modo de proba, só queda un día.</item>
+ <item quantity="other">Modo de proba, quedan %1$d días.</item>
+ </plurals>
+ <plurals name="mark_num_headlines_as_read">
+ <item quantity="one">Marcar %1$d artigo como lido?</item>
+ <item quantity="other">Marcar %1$d artigos como lidos?</item>
+ </plurals>
+ <plurals name="n_unread_articles">
+ <item quantity="one">Un artigo sen ler</item>
+ <item quantity="other">%1$d artigos sen ler</item>
+ </plurals>
+</resources>