From 396c714df9894ed053030d8a9daedcf95c397960 Mon Sep 17 00:00:00 2001
From: Quentí <33203663+Quenty31@users.noreply.github.com>
Date: Sun, 4 Nov 2018 13:46:08 +0100
Subject: [i18n] Add the Occitan locale (#2110)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Create oc.php
L27 : ajout de l’occitan
* Create admin.php
* Create conf.php
* Create feedback.php
* Create gen.php
* Create index.php
* Create install.php
* Create sub.php
* Delete conf.php
* Create conf.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update gen.php
* Update oc.php
* Update admin.php
* Update conf.php
* Update feedback.php
* Update gen.php
* Update index.php
* Update install.php
* Update sub.php
* Update oc.php
---
app/i18n/oc/index.php | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
create mode 100644 app/i18n/oc/index.php
(limited to 'app/i18n/oc/index.php')
diff --git a/app/i18n/oc/index.php b/app/i18n/oc/index.php
new file mode 100644
index 000000000..934e19dea
--- /dev/null
+++ b/app/i18n/oc/index.php
@@ -0,0 +1,61 @@
+ array(
+ '_' => 'A prepaus',
+ 'title' => 'A prepaus',
+ 'website' => 'Site internet',
+ 'agpl3' => 'AGPL 3',
+ 'bugs_reports' => 'Senhalament de problèmas',
+ 'credits' => 'Crèdits',
+ 'credits_content' => 'Unes elements de l’estil venon del projècte Bootstrap encara que FreshRSS utilize pas aqueste framework. Lasicònas venon del projècte GNOME. La polissa Open Sans utilizada foguèt creada per en Steve Matteson. FreshRSS es basat sus Minz, un framework PHP.',
+ 'freshrss_description' => 'FreshRSS es un agregador de fluxes RSS per l’auto-albergar tal coma Kriss Feed o Leed. Sa tòca es d’èsser leugièr e de bon utilizar de prima abòrd mas tanben d’èsser potent e parametrable.',
+ 'github' => 'on Github',
+ 'license' => 'Licéncia',
+ 'project_website' => 'Site del projècte',
+ 'version' => 'Version',
+ ),
+ 'menu' => array(
+ 'search_short' => 'Recercar',
+ 'about' => 'A prepaus de FreshRSS',
+ 'add_query' => 'Crear un filtre',
+ 'before_one_day' => '1 jorn en arrièr',
+ 'before_one_week' => '1 setmana en arrièr',
+ 'favorites' => 'Favorits (%s)',
+ 'global_view' => 'Vista generala',
+ 'main_stream' => 'Flux màger',
+ 'mark_all_read' => 'O marcar tot coma legit',
+ 'mark_cat_read' => 'Marcar la categoria coma legida',
+ 'mark_feed_read' => 'Marcar lo flux coma legit',
+ 'mark_selection_unread' => 'Marcar la seleccion coma pas legida',
+ 'newer_first' => 'Mai recents en primièr',
+ 'non-starred' => 'Mostrar los pas favorits',
+ 'normal_view' => 'Vista normala',
+ 'older_first' => 'Mai ancians en primièr',
+ 'queries' => 'Filtres utilizaire',
+ 'read' => 'Mostrar los legits',
+ 'reader_view' => 'Vista lectura',
+ 'rss_view' => 'Flux RSS',
+ 'starred' => 'Mostrar los favorits',
+ 'stats' => 'Estatisticas',
+ 'subscription' => 'Gestion dels abonaments',
+ 'unread' => 'Mostar los pas legits',
+ ),
+ 'share' => 'Partejar',
+ 'feed' => array(
+ 'add' => 'Podètz ajustar de fluxes.',
+ 'empty' => 'I a pas cap de flux de mostrar.',
+ 'rss_of' => 'Flux RSS de %s',
+ 'title' => 'Vòstres fluxes RSS',
+ 'title_global' => 'Vista generala',
+ 'title_fav' => 'Vòstres favorits',
+ ),
+ 'log' => array(
+ '_' => 'Jornals d’audit',
+ 'clear' => 'Escafar los jornals',
+ 'empty' => 'Los jornals son voids',
+ 'title' => 'Jornals d’audit',
+ ),
+ 'tag' => array(
+ 'related' => 'Etiquetas ligadas',
+ ),
+);
--
cgit v1.2.3