Files
FreshRSS/app/i18n/oc/index.php
Marien Fressinaud 8487fa6248 Reformat i18n correctly (#2976)
* Ignore i18n gen.dir key

* Add a makefile target to update an i18n key

* Mark some i18n keys to ignore

* Reformat i18n files correctly

* Make i18n keys sort case-sensitive

Calling `make i18n-format` was always inverting 4 lines:

- gen.date.dec with gen.date.Dec
- and gen.date.nov with gen.date.Nov

I don't know why these particular lines and not the others, but it
appeared the sort function was case insensitive due to the
`SORT_FLAG_CASE` flag passed to the `ksort` function. Removing this flag
makes the calls to the formatter idempotent and more reliable.

Unfortunately it moves a lot of lines since the `_` character is
considered differently.

* Check i18n files are correctly formatted on Travis
2020-05-15 17:31:21 +02:00

67 lines
2.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array(
'about' => array(
'_' => 'A prepaus',
'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
'bugs_reports' => 'Senhalament de problèmas',
'credits' => 'Crèdits',
'credits_content' => 'Unes elements de lestil venon del <a href="http://twitter.github.io/bootstrap/">projècte Bootstrap</a> encara que FreshRSS utilize pas aqueste framework. Las <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">icònas</a> venon del <a href="https://www.gnome.org/">projècte GNOME</a>. La polissa <em>Open Sans</em> utilizada foguèt creada per en <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS es basat sus <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, un framework PHP.',
'freshrss_description' => 'FreshRSS es un agregador de fluxes RSS per lauto-albergar tal coma <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> o <a href="https://github.com/LeedRSS/Leed">Leed</a>. Sa tòca es dèsser leugièr e de bon utilizar de prima abòrd mas tanben dèsser potent e parametrable.',
'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">sus Github</a>',
'license' => 'Licéncia',
'project_website' => 'Site del projècte',
'title' => 'A prepaus',
'version' => 'Version',
'website' => 'Site internet',
),
'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_fav' => 'Vòstres favorits',
'title_global' => 'Vista generala',
),
'log' => array(
'_' => 'Jornals daudit',
'clear' => 'Escafar los jornals',
'empty' => 'Los jornals son voids',
'title' => 'Jornals daudit',
),
'menu' => array(
'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',
'search_short' => 'Recercar',
'starred' => 'Mostrar los favorits',
'stats' => 'Estatisticas',
'subscription' => 'Gestion dels abonaments',
'tags' => 'Mas etiquetas',
'unread' => 'Mostar los pas legits',
),
'share' => 'Partejar',
'tag' => array(
'related' => 'Etiquetas ligadas',
),
'tos' => array(
'title' => 'Condicions dutilizacion',
),
);