diff options
| author | 2018-11-04 13:46:08 +0100 | |
|---|---|---|
| committer | 2018-11-04 13:46:08 +0100 | |
| commit | 396c714df9894ed053030d8a9daedcf95c397960 (patch) | |
| tree | ba853f8265d60fe77eeaea8497cd0872a8b87bf7 /app/i18n/oc/sub.php | |
| parent | 2dc3dd7223a087a8fa2692921e2941b99c08cdaf (diff) | |
[i18n] Add the Occitan locale (#2110)
* 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
Diffstat (limited to 'app/i18n/oc/sub.php')
| -rw-r--r-- | app/i18n/oc/sub.php | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php new file mode 100644 index 000000000..6b4bfd072 --- /dev/null +++ b/app/i18n/oc/sub.php @@ -0,0 +1,84 @@ +<?php +return array( + 'api' => array( + 'title' => 'API', + 'documentation' => 'Copiar l’URL seguenta per l’utilizaire dins d’una aisina extèrna.', + ), + 'bookmarklet' => array( + 'label' => 'S’abonar', + 'documentation' => 'Depausatz aqueste boton per la barra de marcapaginas o clicatz-lo a drecha e causissètz « Enregistrar aqueste ligam». Puèi clicatz «S’abonar» sus las paginas que volètz seguir.', + 'title' => 'Bookmarklet', + ), + 'category' => array( + 'new' => 'Nòva categoria', + '_' => 'Categoria', + 'add' => 'Ajustar una categoria', + 'empty' => 'Categoria voida', + ), + 'feed' => array( + 'auth' => array( + 'password' => 'Senhal HTTP', + 'username' => 'Identificant HTTP', + 'configuration' => 'Identificacion', + 'help' => 'Permet l’accès als fluxes protegits per una autentificacion HTTP', + 'http' => 'Autentificacion HTTP', + ), + 'description' => 'Descripcion', + 'mute' => 'mut', + 'priority' => array( + '_' => 'Visibilitat', + 'archived' => 'Mostrar pas (archivat)', + 'main_stream' => 'Mostar al flux màger', + 'normal' => 'Mostar dins sa categoria', + ), + 'title' => 'Títol', + 'url' => 'Flux URL', + 'website' => 'URL del site', + 'add' => 'Ajustar un flux RSS', + 'advanced' => 'Avançat', + 'archiving' => 'Archivar', + 'css_path' => 'Selector CSS dels articles sul site d’origina', + 'empty' => 'Aqueste flux es void. Assegurats-vos qu’es totjorn mantengut.', + 'informations' => 'Informacions', + 'keep_history' => 'Nombre minimum d’articles de servar', + 'no_selected' => 'Cap de flux pas seleccionat.', + 'number_entries' => '%d articles', + 'ssl_verify' => 'Verificacion de la seguretat SSL', + 'stats' => 'Estatisticas', + 'think_to_add' => 'Podètz ajustar de fluxes.', + 'timeout' => 'Temps d’espèra en segondas', + 'title_add' => 'Ajustar un flux RSS', + 'ttl' => 'Actualizar pas automaticament mai sovent que', + 'validator' => 'Verificar la validitat del flux', + 'pubsubhubbub' => 'Notificaciones instantáneas amb PubSubHubbub', + 'css_help' => 'Permet de recuperar los fluxes troncats (atencion, demanda mai de temps !)', + 'error' => 'Aqueste flux a rescontrat un problèma. Volgatz verificar que siá totjorn accessible puèi actualizatz-lo.', + 'moved_category_deleted' => 'Quand escafatz una categoria, sos fluxes son automaticament classats dins <em>%s</em>.', + ), + 'import_export' => array( + 'export' => 'Exportar', + 'export_starred' => 'Exportar los favorits', + 'import' => 'Importar', + 'title' => 'Importar / Exportar', + 'export_opml' => 'Exportar la lista de fluxes (OPML)', + 'feed_list' => 'Lista dels %s articles', + 'file_to_import' => 'Fichièr d’importar<br />(OPML, JSON o ZIP)', + 'file_to_import_no_zip' => 'Fichièr d’importar<br />(OPML o JSON)', + 'starred_list' => 'Lista dels articles favorits', + ), + 'menu' => array( + 'import_export' => 'Importar / Exportar', + 'subscription_tools' => 'Aisinas d’abonament', + 'bookmark' => 'Sabonar (marcapagina FreshRSS)', + 'subscription_management' => 'Gestion dels abonaments', + ), + 'title' => array( + 'subscription_tools' => 'Aisinas d’abonament', + '_' => 'Gestión dels abonaments', + 'feed_management' => 'Gestion dels fluxes RSS', + ), + 'firefox' => array( + 'title' => 'Lector de flux de Firefox', + 'documentation' => 'Seguir las etapas descrichas <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">aquí</a> per ajustar FreshRSS a la lista dels lectors de flux de Firefox.', + ), +); |
