diff options
| author | 2018-12-22 13:22:20 +0100 | |
|---|---|---|
| committer | 2018-12-22 13:22:20 +0100 | |
| commit | f0a359619fa2936d66a2b96dd086d4686e7405fa (patch) | |
| tree | ddad42a7f6813bd458f39d5203d083daad4cc1c5 /app/i18n/oc/sub.php | |
| parent | e04804d0f67dd43fd3f072b9a127768ee7b7b56c (diff) | |
| parent | 4a1a852f457d52fa47191e3f7e3e9073e1324cd9 (diff) | |
Merge pull request #2186 from FreshRSS/dev1.13.0
FreshRSS 1.13.0
Diffstat (limited to 'app/i18n/oc/sub.php')
| -rw-r--r-- | app/i18n/oc/sub.php | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php new file mode 100644 index 000000000..f9ddf339a --- /dev/null +++ b/app/i18n/oc/sub.php @@ -0,0 +1,93 @@ +<?php +return array( + 'api' => array( + 'documentation' => 'Copiar l’URL seguenta per l’utilizaire dins d’una aisina extèrna.', + 'title' => 'API', + ), + 'bookmarklet' => array( + '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.', + 'label' => 'S’abonar', + 'title' => 'Bookmarklet', + ), + 'category' => array( + '_' => 'Categoria', + 'add' => 'Ajustar una categoria', + 'empty' => 'Categoria voida', + 'new' => 'Nòva categoria', + ), + 'feed' => array( + 'add' => 'Ajustar un flux RSS', + 'advanced' => 'Avançat', + 'archiving' => 'Archivar', + 'auth' => array( + 'configuration' => 'Identificacion', + 'help' => 'Permet l’accès als fluxes protegits per una autentificacion HTTP', + 'http' => 'Autentificacion HTTP', + 'password' => 'Senhal HTTP', + 'username' => 'Identificant HTTP', + ), + 'clear_cache' => 'Totjorn escafar lo cache', + 'css_help' => 'Permet de recuperar los fluxes troncats (atencion, demanda mai de temps !)', + 'css_path' => 'Selector CSS dels articles sul site d’origina', + 'description' => 'Descripcion', + 'empty' => 'Aqueste flux es void. Assegurats-vos qu’es totjorn mantengut.', + 'error' => 'Aqueste flux a rescontrat un problèma. Volgatz verificar que siá totjorn accessible puèi actualizatz-lo.', + 'informations' => 'Informacions', + 'keep_history' => 'Nombre minimum d’articles de servar', + 'moved_category_deleted' => 'Quand escafatz una categoria, sos fluxes son automaticament classats dins <em>%s</em>.', + 'mute' => 'mut', + 'no_selected' => 'Cap de flux pas seleccionat.', + 'number_entries' => '%d articles', + 'priority' => array( + '_' => 'Visibilitat', + 'archived' => 'Mostrar pas (archivat)', + 'main_stream' => 'Mostar al flux màger', + 'normal' => 'Mostar dins sa categoria', + ), + 'websub' => 'Notificaciones instantáneas amb WebSub', + 'show' => array( + 'all' => 'Show all feeds', //TODO - Translation + 'error' => 'Show only feeds with error', //TODO - Translation + ), + 'showing' => array( + 'error' => 'Showing only feeds with error', //TODO - Translation + ), + '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' => 'Títol', + 'title_add' => 'Ajustar un flux RSS', + 'ttl' => 'Actualizar pas automaticament mai sovent que', + 'url' => 'Flux URL', + 'validator' => 'Verificar la validitat del flux', + 'website' => 'URL del site', + ), + 'firefox' => array( + '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.', + 'title' => 'Lector de flux de Firefox', + ), + 'import_export' => array( + 'export' => 'Exportar', + 'export_opml' => 'Exportar la lista de fluxes (OPML)', + 'export_starred' => 'Exportar los favorits', + '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)', + 'import' => 'Importar', + 'starred_list' => 'Lista dels articles favorits', + 'title' => 'Importar / Exportar', + + ), + 'menu' => array( + 'bookmark' => 'Sabonar (marcapagina FreshRSS)', + 'import_export' => 'Importar / Exportar', + 'subscription_management' => 'Gestion dels abonaments', + 'subscription_tools' => 'Aisinas d’abonament', + ), + 'title' => array( + '_' => 'Gestión dels abonaments', + 'feed_management' => 'Gestion dels fluxes RSS', + 'subscription_tools' => 'Aisinas d’abonament', + ), +); |
