diff options
| author | 2021-03-10 20:28:42 +0100 | |
|---|---|---|
| committer | 2021-03-10 20:28:42 +0100 | |
| commit | 184ab6bc8517d4c7f68dd89a456caea0e2adc1bd (patch) | |
| tree | 7f89c618c8b69bf78a31c277d8340a8b5f53e78b /app/i18n/oc/conf.php | |
| parent | fd3af5169e96873b2ab8edfe782dd548fbe6b761 (diff) | |
i18n Update for Occitan language (#3511)
* Update conf.php
* Update feedback.php
* Update gen.php
* Update index.php
* Update install.php
* Update sub.php
* Update sub.php
* Update install.php
* Update gen.php
* Update oc.php
* Fix ignore
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/oc/conf.php')
| -rw-r--r-- | app/i18n/oc/conf.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index 5a51138bd..60c972080 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -67,20 +67,20 @@ return array( 'display' => 'Mostrar los resultats del filtre', 'filter' => array( '_' => 'Filtres aplicats :', - 'categories' => 'Display by category', // TODO - Translation - 'feeds' => 'Display by feed', // TODO - Translation - 'order' => 'Sort by date', // TODO - Translation - 'search' => 'Expression', // TODO - Translation - 'state' => 'State', // TODO - Translation - 'tags' => 'Display by tag', // TODO - Translation - 'type' => 'Type', // TODO - Translation + 'categories' => 'Afichatge per categoria', + 'feeds' => 'Afichatge per flux', + 'order' => 'Triar per data', + 'search' => 'Expression', + 'state' => 'Estat', + 'tags' => 'Afichatge per etiqueta', + 'type' => 'Tipe', ), 'get_all' => 'Mostrar totes los articles', 'get_category' => 'Mostrar la categoria « %s »', 'get_favorite' => 'Mostrar los articles favorits', 'get_feed' => 'Mostrar lo flux « %s »', - 'get_tag' => 'Display "%s" label', // TODO - Translation - 'name' => 'Name', // TODO - Translation + 'get_tag' => 'Mostrar etiqueta « %s »', + 'name' => 'Nom', 'no_filter' => 'Cap de filtre aplicat', 'none' => 'Avètz pas encara creat cap de filtre.', 'number' => 'Filtre n°%d', @@ -138,7 +138,7 @@ return array( 'remember_categories' => 'Se remembrar de las categorias dobèrtas', 'unread' => 'Mostrar pas que los pas legits', ), - 'show_fav_unread_help' => 'Applies also on labels', // TODO - Translation + 'show_fav_unread_help' => 'Aplicar tanben a las etiquetas', 'sides_close_article' => 'Clicar fòra de la zòna de tèxte tampa l’article', 'sort' => array( '_' => 'Òrdre de tria', |
