aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/cs/index.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-06-05 21:39:55 +0200
committerGravatar GitHub <noreply@github.com> 2024-06-05 21:39:55 +0200
commit8fc8ac3aefca73a4cd509313a2f1ad73ef7f2e1a (patch)
tree9d9e3541b4da26cdac0a8a9abccf83c1e9ecfbba /app/i18n/cs/index.php
parentfec9e53d0ebcd74d9fc366da4951f1a1415314c5 (diff)
Fix code for Czech language (#6514)
Use the correct ISO 639-1 code: `cs` and not `cz` (which is the country) https://www.loc.gov/standards/iso639-2/php/langcodes_name.php?iso_639_1=cs
Diffstat (limited to 'app/i18n/cs/index.php')
-rw-r--r--app/i18n/cs/index.php76
1 files changed, 76 insertions, 0 deletions
diff --git a/app/i18n/cs/index.php b/app/i18n/cs/index.php
new file mode 100644
index 000000000..9a1f279e3
--- /dev/null
+++ b/app/i18n/cs/index.php
@@ -0,0 +1,76 @@
+<?php
+
+/******************************************************************************/
+/* Each entry of that file can be associated with a comment to indicate its */
+/* state. When there is no comment, it means the entry is fully translated. */
+/* The recognized comments are (comment matching is case-insensitive): */
+/* + TODO: the entry has never been translated. */
+/* + DIRTY: the entry has been translated but needs to be updated. */
+/* + IGNORE: the entry does not need to be translated. */
+/* When a comment is not recognized, it is discarded. */
+/******************************************************************************/
+
+return array(
+ 'about' => array(
+ '_' => 'O aplikaci',
+ 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
+ 'bugs_reports' => 'Hlášení chyb',
+ 'credits' => 'Poděkování',
+ 'credits_content' => 'Některé designové prvky pocházejí z <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>, FreshRSS ale tuto platformu nevyužívá. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Ikony</a> pocházejí z <a href="https://www.gnome.org/">projektu GNOME</a>. Písmo <em>Open Sans</em> vytvořil <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS je založeno na PHP framework <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>.',
+ 'documentation' => 'Dokumentace',
+ 'freshrss_description' => 'FreshRSS je čtečka kanálů RSS určená k provozu na vlastním serveru. Je to nenáročný a jednoduchý, zároveň ale mocný a konfigurovatelný nástroj.',
+ 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">na GitHub</a>',
+ 'license' => 'Licence',
+ 'project_website' => 'Webová stránka projektu',
+ 'title' => 'O aplikaci',
+ 'version' => 'Verze',
+ ),
+ 'feed' => array(
+ 'empty' => 'Nejsou žádné články k zobrazení.',
+ 'rss_of' => 'Kanál RSS %s',
+ 'title' => 'Hlavní kanál',
+ 'title_fav' => 'Oblíbené',
+ 'title_global' => 'Zobrazení přehledu',
+ ),
+ 'log' => array(
+ '_' => 'Protokoly',
+ 'clear' => 'Vymazat protokoly',
+ 'empty' => 'Soubor protokolu je prázdný',
+ 'title' => 'Protokoly',
+ ),
+ 'menu' => array(
+ 'about' => 'O FreshRSS',
+ 'before_one_day' => 'Starší než jeden den',
+ 'before_one_week' => 'Starší než jeden týden',
+ 'bookmark_query' => 'Uložit aktuální dotaz do záložek',
+ 'favorites' => 'Oblíbené (%s)',
+ 'global_view' => 'Zobrazení přehledu',
+ 'important' => 'Důležité kanály',
+ 'main_stream' => 'Hlavní kanál',
+ 'mark_all_read' => 'Označit vše jako přečtené',
+ 'mark_cat_read' => 'Označit kategorii jako přečtenou',
+ 'mark_feed_read' => 'Označit kanál jako přečtený',
+ 'mark_selection_unread' => 'Označit výběr jako nepřečtený',
+ 'newer_first' => 'Nejdříve novější',
+ 'non-starred' => 'Zobrazit neoblíbené',
+ 'normal_view' => 'Normální zobrazení',
+ 'older_first' => 'Nejdříve nejstarší',
+ 'queries' => 'Uživatelské dotazy',
+ 'read' => 'Zobrazit přečtené',
+ 'reader_view' => 'Zobrazení pro čtení',
+ 'rss_view' => 'Kanál RSS',
+ 'search_short' => 'Hledat',
+ 'starred' => 'Zobrazit oblíbené',
+ 'stats' => 'Statistika',
+ 'subscription' => 'Správa odběrů',
+ 'tags' => 'Mé popisky',
+ 'unread' => 'Zobrazit nepřečtené',
+ ),
+ 'share' => 'Sdílet',
+ 'tag' => array(
+ 'related' => 'Štítky článků',
+ ),
+ 'tos' => array(
+ 'title' => 'Podmínky služby',
+ ),
+);