diff options
| author | 2019-10-26 20:00:32 +0200 | |
|---|---|---|
| committer | 2019-10-26 20:00:32 +0200 | |
| commit | c39b716a70f65e1171d15d3f47f1d7d93b3866c8 (patch) | |
| tree | 964c249318a6a838a52ffac6aa2d64070f35c5b0 /app/i18n/oc/conf.php | |
| parent | b546d2d77d00af3d6cabb01f6d74535a0390f257 (diff) | |
[i18n] Occitan update: purge options (#2603)
* Update sub.php
* Update gen.php
* Update conf.php
Diffstat (limited to 'app/i18n/oc/conf.php')
| -rw-r--r-- | app/i18n/oc/conf.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index e8de3b089..e123c03c5 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -5,20 +5,20 @@ return array( '_' => 'Archius', 'advanced' => 'Avançat', 'delete_after' => 'Levar los articles aprèp', - 'exception' => 'Purge exception', //TODO - Translation + 'exception' => 'Excepcion de purga', 'help' => 'Mai d’opcions son disponiblas dins la configuracion individuala dels fluxes', - 'keep_favourites' => 'Never delete favourites', //TODO - Translation + 'keep_favourites' => 'Jamai suprimir los favorits', 'keep_min_by_feed' => 'Nombre minimum d’articles de servar per flux', - 'keep_labels' => 'Never delete labels', //TODO - Translation - 'keep_unreads' => 'Never delete unreads', //TODO - Translation - 'maintenance' => 'Maintenance', //TODO - Translation + 'keep_labels' => 'Jamai suprimir las etiquetas', + 'keep_unreads' => 'Jamai suprimir los pas legits', + 'maintenance' => 'Entreten', 'optimize' => 'Optimizar la basa de donada', 'optimize_help' => 'De far de temps en temps per redusir la talha de la basa de donadas', - 'policy' => 'Purge policy', //TODO - Translation - 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation + 'policy' => 'Politica de purga', + 'policy_warning' => 'Se cap de politica de purga es pas seleccionada, totes los articles seràn gardats', 'purge_now' => 'Purgar ara', - 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation - 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation + 'keep_max' => 'Nombre maximum d’articles de gardar', + 'keep_period' => 'Atge maximum dels articles de gardar', 'title' => 'Archius', 'ttl' => 'Actualizar pas automaticament mai sovent que', ), |
