aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-10-23 00:52:15 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-23 00:52:15 +0200
commitcc0db9af4f980829faa4bf0960617807b32fb4fa (patch)
tree8a418edeee15e878a12dbff02e241d2d76820be6 /app/i18n
parentd7f888392678d711478ed64f4a52f43021d143af (diff)
Feature/new archiving (#2335)
* Change archiving config page layout I've changed some wording and moved actions into a maintenance section. * Update purge action Now we have more control on the purge action. The configuration allows us to choose what to keep and what to discard in a more precise way. At the moment, the configuration applies for all feeds. * Add purge configuration on feed level Now the extend purge configuration is available on feed level. It is stored as attributes and will be used in the purge action. * Update purge action Now the purge action uses the feed configuration if it exists and defaults on user configuration if not. * Add empty option in period list * Fix configuration warnings * Add archiving configuration on categories See #2369 * Add user info back * Add explanations in UI * Fixes for SQLite + error + misc. * Fix invalid feed reference * Short array syntax Only for new code, so far * Fix prefix error * Query performance, default values Work in progress * Fix default values and confirm before leaving Form cancel and confirm changes before leaving were broken. And start taking advantage of the short echo syntax `<?= ?>` as we have moved to PHP 5.4+ * More work * Tuning SQL * Fix MariaDB + performance issue * SQL performance * Fix SQLite bug * Fix some attributes JSON encoding bugs Especially for SQLite export/import * More uniform, fix bugs More uniform between global, category, feed settings * Drop special cases for old articles during refresh Instead will use lastSeen date with the new archiving logic. This was generating problems anyway https://github.com/FreshRSS/FreshRSS/issues/2154 * Draft drop index keep_history Not needed anymore * MySQL typo Now properly tested with MySQL, PostgreSQL, SQLite * More work for legacy values Important to avoid overriding user's preference and risking deleting data erroneously * Fix PHP 7.3 / 7.4 warnings @aledeg "Trying to use values of type null, bool, int, float or resource as an array (such as $null["key"]) will now generate a notice. " https://php.net/migration74.incompatible * Reintroduce min articles and take care of legacy parameters * A few changes forgotten * Draft of migration + DROP of feed.keep_history * Fix several errors And give up using const for SQL to allow multiple database types (and we cannot redefine a const) * Add keep_min to categories + factorise archiving logic * Legacy fix * Fix bug yield from * Minor: Use JSON_UNESCAPED_SLASHE for attributes And make more uniform * Fix sign and missing variable * Fine tune the logic
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/cz/conf.php12
-rw-r--r--app/i18n/cz/gen.php7
-rw-r--r--app/i18n/cz/sub.php3
-rw-r--r--app/i18n/de/conf.php12
-rw-r--r--app/i18n/de/gen.php7
-rw-r--r--app/i18n/de/sub.php3
-rw-r--r--app/i18n/en/conf.php12
-rw-r--r--app/i18n/en/gen.php7
-rw-r--r--app/i18n/en/sub.php3
-rwxr-xr-xapp/i18n/es/conf.php12
-rwxr-xr-xapp/i18n/es/gen.php7
-rwxr-xr-xapp/i18n/es/sub.php3
-rw-r--r--app/i18n/fr/conf.php12
-rw-r--r--app/i18n/fr/gen.php7
-rw-r--r--app/i18n/fr/sub.php3
-rw-r--r--app/i18n/he/conf.php12
-rw-r--r--app/i18n/he/gen.php7
-rw-r--r--app/i18n/he/sub.php3
-rw-r--r--app/i18n/it/conf.php12
-rw-r--r--app/i18n/it/gen.php7
-rw-r--r--app/i18n/it/sub.php3
-rw-r--r--app/i18n/kr/conf.php12
-rw-r--r--app/i18n/kr/gen.php7
-rw-r--r--app/i18n/kr/sub.php3
-rw-r--r--app/i18n/nl/conf.php16
-rw-r--r--app/i18n/nl/gen.php7
-rw-r--r--app/i18n/nl/sub.php3
-rw-r--r--app/i18n/oc/conf.php11
-rw-r--r--app/i18n/oc/gen.php7
-rw-r--r--app/i18n/oc/sub.php3
-rw-r--r--app/i18n/pt-br/conf.php12
-rw-r--r--app/i18n/pt-br/gen.php7
-rw-r--r--app/i18n/pt-br/sub.php3
-rw-r--r--app/i18n/ru/conf.php14
-rw-r--r--app/i18n/ru/gen.php7
-rw-r--r--app/i18n/ru/sub.php3
-rw-r--r--app/i18n/sk/conf.php2
-rw-r--r--app/i18n/sk/sub.php2
-rw-r--r--app/i18n/tr/conf.php12
-rw-r--r--app/i18n/tr/gen.php7
-rw-r--r--app/i18n/tr/sub.php3
-rw-r--r--app/i18n/zh-cn/conf.php12
-rw-r--r--app/i18n/zh-cn/gen.php7
-rw-r--r--app/i18n/zh-cn/sub.php3
44 files changed, 271 insertions, 46 deletions
diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php
index cd7535571..056e895a7 100644
--- a/app/i18n/cz/conf.php
+++ b/app/i18n/cz/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Archivace',
- 'advanced' => 'Pokročilé',
'delete_after' => 'Smazat články starší než',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Více možností je dostupných v nastavení jednotlivých kanálů',
- 'keep_history_by_feed' => 'Zachovat tento minimální počet článků v každém kanálu',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Zachovat tento minimální počet článků v každém kanálu',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'Optimalizovat databázi',
'optimize_help' => 'Občasná údržba zmenší velikost databáze',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Vyčistit nyní',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Archivace',
'ttl' => 'Neaktualizovat častěji než',
),
diff --git a/app/i18n/cz/gen.php b/app/i18n/cz/gen.php
index c6dabd555..de1456187 100644
--- a/app/i18n/cz/gen.php
+++ b/app/i18n/cz/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'Žádné nové články',
'previous' => 'Předchozí',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/cz/sub.php b/app/i18n/cz/sub.php
index b2bdf416b..eaaff9acd 100644
--- a/app/i18n/cz/sub.php
+++ b/app/i18n/cz/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Kategorie',
'add' => 'Přidat kategorii',
+ 'archiving' => 'Archivace',
'empty' => 'Vyprázdit kategorii',
'information' => 'Informace',
'new' => 'Nová kategorie',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => 'Informace',
- 'keep_history' => 'Zachovat tento minimální počet článků',
+ 'keep_min' => 'Zachovat tento minimální počet článků',
'moved_category_deleted' => 'Po smazání kategorie budou v ní obsažené kanály automaticky přesunuty do <em>%s</em>.',
'mute' => 'mute', //TODO - Translation
'no_selected' => 'Nejsou označeny žádné kanály.',
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index 99225da9c..89bbfc10e 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Archivierung',
- 'advanced' => 'Erweitert',
'delete_after' => 'Entferne Artikel nach',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Weitere Optionen sind in den Einstellungen der individuellen Feeds verfügbar.',
- 'keep_history_by_feed' => 'Minimale Anzahl an Artikeln, die pro Feed behalten werden',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Minimale Anzahl an Artikeln, die pro Feed behalten werden',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'Datenbank optimieren',
'optimize_help' => 'Sollte gelegentlich durchgeführt werden, um die Größe der Datenbank zu reduzieren.',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Jetzt bereinigen',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Archivierung',
'ttl' => 'Aktualisiere automatisch nicht öfter als',
),
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php
index 6cc791d5e..e2dd2a251 100644
--- a/app/i18n/de/gen.php
+++ b/app/i18n/de/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'Es gibt keine weiteren Artikel',
'previous' => 'Vorherige',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php
index abc01b954..1227b5559 100644
--- a/app/i18n/de/sub.php
+++ b/app/i18n/de/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Kategorie',
'add' => 'Eine Kategorie hinzufügen',
+ 'archiving' => 'Archivierung',
'empty' => 'Leere Kategorie',
'information' => 'Information',
'new' => 'Neue Kategorie',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => 'Information',
- 'keep_history' => 'Minimale Anzahl an Artikeln, die behalten wird',
+ 'keep_min' => 'Minimale Anzahl an Artikeln, die behalten wird',
'moved_category_deleted' => 'Wenn Sie eine Kategorie entfernen, werden deren Feeds automatisch in die Kategorie <em>%s</em> eingefügt.',
'mute' => 'Stumm schalten',
'no_selected' => 'Kein Feed ausgewählt.',
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php
index 1078c736c..2d4e06550 100644
--- a/app/i18n/en/conf.php
+++ b/app/i18n/en/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Archiving',
- 'advanced' => 'Advanced',
'delete_after' => 'Remove articles after',
+ 'exception' => 'Purge exception',
'help' => 'More options are available in the individual feed settings',
- 'keep_history_by_feed' => 'Minimum number of articles to keep by feed',
+ 'keep_favourites' => 'Never delete favourites',
+ 'keep_min_by_feed' => 'Minimum number of articles to keep by feed',
+ 'keep_labels' => 'Never delete labels',
+ 'keep_unreads' => 'Never delete unreads',
+ 'maintenance' => 'Maintenance',
'optimize' => 'Optimise database',
'optimize_help' => 'Do occasionally to reduce the size of the database',
+ 'policy' => 'Purge policy',
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.',
'purge_now' => 'Purge now',
+ 'keep_max' => 'Maximum number of articles to keep',
+ 'keep_period' => 'Maximum age of articles to keep',
'title' => 'Archiving',
'ttl' => 'Do not automatically refresh more often than',
),
diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php
index a6ddcbb60..fc1bd587a 100644
--- a/app/i18n/en/gen.php
+++ b/app/i18n/en/gen.php
@@ -163,6 +163,13 @@ return array(
'nothing_to_load' => 'There are no more articles',
'previous' => 'Previous',
),
+ 'period' => array(
+ 'days' => 'days',
+ 'hours' => 'hours',
+ 'months' => 'months',
+ 'weeks' => 'weeks',
+ 'years' => 'years',
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
index fde01f9df..04ca793ec 100644
--- a/app/i18n/en/sub.php
+++ b/app/i18n/en/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Category',
'add' => 'Add a category',
+ 'archiving' => 'Archiving',
'empty' => 'Empty category',
'information' => 'Information',
'new' => 'New category',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.',
),
'information' => 'Information',
- 'keep_history' => 'Minimum number of articles to keep',
+ 'keep_min' => 'Minimum number of articles to keep',
'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',
'mute' => 'mute',
'no_selected' => 'No feed selected.',
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php
index 6aaad8d13..7a93a87de 100755
--- a/app/i18n/es/conf.php
+++ b/app/i18n/es/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Archivo',
- 'advanced' => 'Avanzado',
'delete_after' => 'Eliminar artículos tras',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Hay más opciones disponibles en los ajustes de la fuente',
- 'keep_history_by_feed' => 'Número mínimo de artículos a conservar por fuente',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Número mínimo de artículos a conservar por fuente',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'Optimizar la base de datos',
'optimize_help' => 'Ejecuta la optimización de vez en cuando para reducir el tamaño de la base de datos',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Limpiar ahora',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Archivo',
'ttl' => 'No actualizar automáticamente más de',
),
diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php
index 4affecc51..538ddc8fe 100755
--- a/app/i18n/es/gen.php
+++ b/app/i18n/es/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'No hay más artículos',
'previous' => 'Anterior',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php
index 7d33c59fa..96be76c6c 100755
--- a/app/i18n/es/sub.php
+++ b/app/i18n/es/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Categoría',
'add' => 'Añadir a la categoría',
+ 'archiving' => 'Archivo',
'empty' => 'Vaciar categoría',
'information' => 'Información',
'new' => 'Nueva categoría',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => 'Información',
- 'keep_history' => 'Número mínimo de artículos a conservar',
+ 'keep_min' => 'Número mínimo de artículos a conservar',
'moved_category_deleted' => 'Al borrar una categoría todas sus fuentes pasan automáticamente a la categoría <em>%s</em>.',
'mute' => 'mute', //TODO - Translation
'no_selected' => 'No hay funentes seleccionadas.',
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php
index dcd623b5a..020c94085 100644
--- a/app/i18n/fr/conf.php
+++ b/app/i18n/fr/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Archivage',
- 'advanced' => 'Avancé',
'delete_after' => 'Supprimer les articles après',
+ 'exception' => 'Exception de nettoyage',
'help' => 'D’autres options sont disponibles dans la configuration individuelle des flux.',
- 'keep_history_by_feed' => 'Nombre minimum d’articles à conserver par flux',
+ 'keep_favourites' => 'Ne jamais supprimer les articles favoris',
+ 'keep_min_by_feed' => 'Nombre minimum d’articles à conserver par flux',
+ 'keep_labels' => 'Ne jamais supprimer les articles étiquetés',
+ 'keep_unreads' => 'Ne jamais supprimer les articles non lus',
+ 'maintenance' => 'Maintenance',
'optimize' => 'Optimiser la base de données',
'optimize_help' => 'À faire de temps en temps pour réduire la taille de la BDD',
+ 'policy' => 'Politique de nettoyage',
+ 'policy_warning' => 'Si aucune politique de nettoyage n’est sélectionnée, tous les articles seront conservés.',
'purge_now' => 'Purger maintenant',
+ 'keep_max' => 'Nombre maximum d’articles à conserver',
+ 'keep_period' => 'Âge maximum des articles à conserver',
'title' => 'Archivage',
'ttl' => 'Ne pas automatiquement rafraîchir plus souvent que',
),
diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php
index 01b66d316..a6875dd05 100644
--- a/app/i18n/fr/gen.php
+++ b/app/i18n/fr/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'Fin des articles',
'previous' => 'Précédent',
),
+ 'period' => array(
+ 'days' => 'jours',
+ 'hours' => 'heures',
+ 'months' => 'mois',
+ 'weeks' => 'semaines',
+ 'years' => 'années',
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php
index df44150c2..d09a19e5a 100644
--- a/app/i18n/fr/sub.php
+++ b/app/i18n/fr/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Catégorie',
'add' => 'Ajouter une catégorie',
+ 'archiving' => 'Archivage',
'empty' => 'Catégorie vide',
'information' => 'Informations',
'new' => 'Nouvelle catégorie',
@@ -40,7 +41,7 @@ return array(
'help' => 'Écrivez une recherche par ligne.',
),
'information' => 'Informations',
- 'keep_history' => 'Nombre minimum d’articles à conserver',
+ 'keep_min' => 'Nombre minimum d’articles à conserver',
'moved_category_deleted' => 'Lors de la suppression d’une catégorie, ses flux seront automatiquement classés dans <em>%s</em>.',
'mute' => 'muet',
'no_selected' => 'Aucun flux sélectionné.',
diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php
index 7e764b944..b987f21f4 100644
--- a/app/i18n/he/conf.php
+++ b/app/i18n/he/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'ארכוב',
- 'advanced' => 'מתקדם',
'delete_after' => 'מחיקת מאמרים לאחר',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'אפשרויות נוספות זמינות בזרמים ספציפיים',
- 'keep_history_by_feed' => 'Minimum number of articles to keep by feed', //TODO - Translation
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Minimum number of articles to keep by feed',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'מיטוב בסיס הנתונים',
'optimize_help' => 'ביצוע לעיתים קרובות על מנת למטב את בסיס הנתונים',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'ניקוי עכשיו',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'ארכוב',
'ttl' => 'אין לרענן אוטומטית יותר מ',
),
diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php
index 158f11e5b..34e6d77de 100644
--- a/app/i18n/he/gen.php
+++ b/app/i18n/he/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'אין מאמרים נוספים',
'previous' => 'הקודם',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php
index 8a629defb..15965d9e2 100644
--- a/app/i18n/he/sub.php
+++ b/app/i18n/he/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'קטגוריה',
'add' => 'הוספת קטגוריה',
+ 'archiving' => 'ארכוב',
'empty' => 'Empty category', //TODO - Translation
'information' => 'מידע',
'new' => 'קטגוריה חדשה',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => 'מידע',
- 'keep_history' => 'מסםר מינימלי של מאמרים לשמור',
+ 'keep_min' => 'מסםר מינימלי של מאמרים לשמור',
'moved_category_deleted' => 'כאשר הקטגוריה נמחקת ההזנות שבתוכה אוטומטית מקוטלגות תחת <em>%s</em>.',
'mute' => 'mute', //TODO - Translation
'no_selected' => 'אף הזנה לא נבחרה.',
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php
index f06302c72..4bdaad33d 100644
--- a/app/i18n/it/conf.php
+++ b/app/i18n/it/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Archiviazione',
- 'advanced' => 'Avanzate',
'delete_after' => 'Rimuovi articoli dopo',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Altre opzioni sono disponibili nelle impostazioni dei singoli feed',
- 'keep_history_by_feed' => 'Numero minimo di articoli da mantenere per feed',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Numero minimo di articoli da mantenere per feed',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'Ottimizza database',
'optimize_help' => 'Da fare occasionalmente per ridurre le dimensioni del database',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Cancella ora',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Archiviazione',
'ttl' => 'Non effettuare aggiornamenti per più di',
),
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php
index 604cc6941..50d4b4e6c 100644
--- a/app/i18n/it/gen.php
+++ b/app/i18n/it/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'Non ci sono altri articoli',
'previous' => 'Precedente',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php
index 50738d9e3..22cd36986 100644
--- a/app/i18n/it/sub.php
+++ b/app/i18n/it/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Categoria',
'add' => 'Aggiungi una categoria',
+ 'archiving' => 'Archiviazione',
'empty' => 'Categoria vuota',
'information' => 'Informazioni',
'new' => 'Nuova categoria',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => 'Informazioni',
- 'keep_history' => 'Numero minimo di articoli da mantenere',
+ 'keep_min' => 'Numero minimo di articoli da mantenere',
'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.',
'mute' => 'mute', //TODO - Translation
'no_selected' => 'Nessun feed selezionato.',
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php
index 397d57418..1e77d0098 100644
--- a/app/i18n/kr/conf.php
+++ b/app/i18n/kr/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => '보관',
- 'advanced' => '고급 설정',
'delete_after' => '다음 기간보다 오래된 글 삭제',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => '더 자세한 옵션은 개별 피드 설정에 있습니다',
- 'keep_history_by_feed' => '피드별 최소 유지 글 개수',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => '피드별 최소 유지 글 개수',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => '데이터베이스 최적화',
'optimize_help' => '데이터베이스 크기를 줄이기 위해 가끔씩 수행해주세요',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => '지금 삭제',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => '보관',
'ttl' => '다음 시간이 지나기 전에 새로고침 금지',
),
diff --git a/app/i18n/kr/gen.php b/app/i18n/kr/gen.php
index 55fea3d66..fdc95d431 100644
--- a/app/i18n/kr/gen.php
+++ b/app/i18n/kr/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => '더 이상 글이 없습니다',
'previous' => '이전',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php
index f8eccfa27..2586395f2 100644
--- a/app/i18n/kr/sub.php
+++ b/app/i18n/kr/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => '카테고리',
'add' => '카테고리 추가',
+ 'archiving' => '보관',
'empty' => '빈 카테고리',
'information' => '정보',
'new' => '새 카테고리',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => '정보',
- 'keep_history' => '최소 유지 글 개수',
+ 'keep_min' => '최소 유지 글 개수',
'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.',
'mute' => '무기한 새로고침 금지',
'no_selected' => '선택된 피드가 없습니다.',
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php
index ec219d051..22302ccc0 100644
--- a/app/i18n/nl/conf.php
+++ b/app/i18n/nl/conf.php
@@ -1,15 +1,23 @@
<?php
-/* Dutch translation by Wanabo. http://www.nieuwskop.be */
+
return array(
'archiving' => array(
'_' => 'Archivering',
- 'advanced' => 'Geavanceerd',
'delete_after' => 'Verwijder artikelen na',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Meer opties zijn beschikbaar in de persoonlijke stroom instellingen',
- 'keep_history_by_feed' => 'Minimum aantal te behouden artikelen in de feed',
- 'optimize' => 'Optimaliseer database',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Minimum aantal te behouden artikelen in de feed',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
+ 'optimize' => 'Optimaliseer database', //TODO - Translation
'optimize_help' => 'Doe dit zo af en toe om de omvang van de database te verkleinen',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Schoon nu op',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Archivering',
'ttl' => 'Vernieuw niet automatisch meer dan',
),
diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php
index 0dcb3010a..4854e806e 100644
--- a/app/i18n/nl/gen.php
+++ b/app/i18n/nl/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'Er zijn geen artikelen meer',
'previous' => 'Vorige',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'email' => 'Email',
'Known' => 'Known-gebaseerde sites',
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php
index 8ceb5aa28..6b498132f 100644
--- a/app/i18n/nl/sub.php
+++ b/app/i18n/nl/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Categorie',
'add' => 'Voeg categorie toe',
+ 'archiving' => 'Archiveren',
'empty' => 'Lege categorie',
'information' => 'Informatie',
'new' => 'Nieuwe categorie',
@@ -40,7 +41,7 @@ return array(
'help' => 'Voer één zoekfilter per lijn in.',
),
'information' => 'Informatie',
- 'keep_history' => 'Minimum aantal artikelen om te houden',
+ 'keep_min' => 'Minimum aantal artikelen om te houden',
'moved_category_deleted' => 'Als u een categorie verwijderd, worden de feeds automatisch geclassificeerd onder <em>%s</em>.',
'mute' => 'demp',
'no_selected' => 'Geen feed geselecteerd.',
diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php
index 76c41911e..e8de3b089 100644
--- a/app/i18n/oc/conf.php
+++ b/app/i18n/oc/conf.php
@@ -5,11 +5,20 @@ return array(
'_' => 'Archius',
'advanced' => 'Avançat',
'delete_after' => 'Levar los articles aprèp',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Mai d’opcions son disponiblas dins la configuracion individuala dels fluxes',
- 'keep_history_by_feed' => 'Nombre minimum d’articles de servar per flux',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ '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
'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
'purge_now' => 'Purgar ara',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Archius',
'ttl' => 'Actualizar pas automaticament mai sovent que',
),
diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php
index 7ab56368f..928377997 100644
--- a/app/i18n/oc/gen.php
+++ b/app/i18n/oc/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'I a pas mai d’articles',
'previous' => 'Precedent',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php
index eae9dff29..0f465d7ca 100644
--- a/app/i18n/oc/sub.php
+++ b/app/i18n/oc/sub.php
@@ -12,6 +12,7 @@ return array(
'category' => array(
'_' => 'Categoria',
'add' => 'Ajustar una categoria',
+ 'archiving' => 'Archivar',
'empty' => 'Categoria voida',
'information' => 'Informacions',
'new' => 'Nòva categoria',
@@ -39,7 +40,7 @@ return array(
'help' => 'Escrivètz una recèrca per linha.',
),
'information' => 'Informacions',
- 'keep_history' => 'Nombre minimum d’articles de servar',
+ 'keep_min' => '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.',
diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php
index eb067e58a..5e43cc373 100644
--- a/app/i18n/pt-br/conf.php
+++ b/app/i18n/pt-br/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Arquivar',
- 'advanced' => 'Avançado',
'delete_after' => 'Remover artigos depois',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Mais opções estão disponíveis nas configurações individuais do feed',
- 'keep_history_by_feed' => 'Número mínimo de artigos para deixar no feed',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Número mínimo de artigos para deixar no feed',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'Otimizar banco de dados',
'optimize_help' => 'Faça ocasionalmente para reduzir o tamanho do banco de dados',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Purge agora',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Arquivar',
'ttl' => 'Não atualize automaticamente mais frequente que',
),
diff --git a/app/i18n/pt-br/gen.php b/app/i18n/pt-br/gen.php
index b327937d5..0e7f367ee 100644
--- a/app/i18n/pt-br/gen.php
+++ b/app/i18n/pt-br/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'Não há mais artigos',
'previous' => 'Anterior',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php
index d4bea33c4..c4c28bd6c 100644
--- a/app/i18n/pt-br/sub.php
+++ b/app/i18n/pt-br/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Categoria',
'add' => 'Adicionar uma categoria',
+ 'archiving' => 'Arquivar',
'empty' => 'Categoria vazia',
'information' => 'Informações',
'new' => 'Nova categoria',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => 'Informações',
- 'keep_history' => 'Número mínimo de artigos para manter',
+ 'keep_min' => 'Número mínimo de artigos para manter',
'moved_category_deleted' => 'Quando você deleta uma categoria, seus feeds são automaticamente classificados como <em>%s</em>.',
'mute' => 'mute', //TODO - Translation
'no_selected' => 'Nenhum feed selecionado.',
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php
index af6f3b5f6..7a80587f8 100644
--- a/app/i18n/ru/conf.php
+++ b/app/i18n/ru/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Архивация',
- 'advanced' => 'Продвинутые настройки',
'delete_after' => 'Удалять статьи после',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Каждую подписку можно настроить более гибко',
- 'keep_history_by_feed' => 'Minimum number of articles to keep by feed', //TODO - Translation
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Minimum number of articles to keep by feed', //TODO - Translation
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'Оптимизировать базу данных',
- 'optimize_help' => 'To do occasionally to reduce the size of the database', //TODO - Translation
+ 'optimize_help' => 'To do occasionally to reduce the size of the database', //TODO - Translation
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Очистить сейчас',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Архивация',
'ttl' => 'Не обновлять чаще чем',
),
diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php
index cc1d7e00e..5200a7005 100644
--- a/app/i18n/ru/gen.php
+++ b/app/i18n/ru/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'There are no more articles', //TODO - Translation
'previous' => 'Previous', //TODO - Translation
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/ru/sub.php b/app/i18n/ru/sub.php
index a2c4e4690..f4bda385d 100644
--- a/app/i18n/ru/sub.php
+++ b/app/i18n/ru/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Category', //TODO - Translation
'add' => 'Add a category', //TODO - Translation
+ 'archiving' => 'Archivage', //TODO - Translation
'empty' => 'Empty category', //TODO - Translation
'information' => 'Information', //TODO - Translation
'new' => 'New category', //TODO - Translation
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => 'Information', //TODO - Translation
- 'keep_history' => 'Minimum number of articles to keep', //TODO - Translation
+ 'keep_min' => 'Minimum number of articles to keep', //TODO - Translation
'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.', //TODO - Translation
'mute' => 'mute', //TODO - Translation
'no_selected' => 'No feed selected.', //TODO - Translation
diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php
index f704fd4be..2e2289b79 100644
--- a/app/i18n/sk/conf.php
+++ b/app/i18n/sk/conf.php
@@ -6,7 +6,7 @@ return array(
'advanced' => 'Pokročilé',
'delete_after' => 'Vymazať články po',
'help' => 'Viac možností nájdete v nastaveniach kanála',
- 'keep_history_by_feed' => 'Minimálny počet článkov kanála na zachovanie',
+ 'keep_min_by_feed' => 'Minimálny počet článkov kanála na zachovanie',
'optimize' => 'Optimalizovať databázu',
'optimize_help' => 'Občas vykonajte na zmenšenie veľkosti databázy',
'purge_now' => 'Vyčistiť teraz',
diff --git a/app/i18n/sk/sub.php b/app/i18n/sk/sub.php
index 4dcd09f57..2167e1817 100644
--- a/app/i18n/sk/sub.php
+++ b/app/i18n/sk/sub.php
@@ -40,7 +40,7 @@ return array(
'help' => 'Napíšte jeden výraz hľadania na riadok.',
),
'information' => 'Informácia',
- 'keep_history' => 'Minimálny počet článkov na uchovanie',
+ 'keep_min' => 'Minimálny počet článkov na uchovanie',
'moved_category_deleted' => 'Keď vymažete kategóriu, jej kanály sa automaticky zaradia pod <em>%s</em>.',
'mute' => 'stíšiť',
'no_selected' => 'Nevybrali ste kanál.',
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php
index 2bf1e8a6a..c8ea78efa 100644
--- a/app/i18n/tr/conf.php
+++ b/app/i18n/tr/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => 'Arşiv',
- 'advanced' => 'Gelişmiş',
'delete_after' => 'Makelelerin tutulacağı süre',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => 'Akış ayarlarında daha çok ayar bulabilirsiniz',
- 'keep_history_by_feed' => 'Akışta en az tutulacak makale sayısı',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => 'Akışta en az tutulacak makale sayısı',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => 'Veritabanı optimize et',
'optimize_help' => 'Bu işlem bazen veritabanı boyutunu düşürmeye yardımcı olur',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => 'Şimdi temizle',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => 'Arşiv',
'ttl' => 'Şu süreden sık otomatik yenileme yapma',
),
diff --git a/app/i18n/tr/gen.php b/app/i18n/tr/gen.php
index 5e361affb..ccc5b9ee6 100644
--- a/app/i18n/tr/gen.php
+++ b/app/i18n/tr/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => 'Başka makale yok',
'previous' => 'Önceki',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php
index 858d15758..f6f40d3f7 100644
--- a/app/i18n/tr/sub.php
+++ b/app/i18n/tr/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => 'Kategori',
'add' => 'Kategori ekle',
+ 'archiving' => 'Arşiv',
'empty' => 'Boş kategori',
'information' => 'Bilgi',
'new' => 'Yeni kategori',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => 'Bilgi',
- 'keep_history' => 'En az tutulacak makale sayısı',
+ 'keep_min' => 'En az tutulacak makale sayısı',
'moved_category_deleted' => 'Bir kategoriyi silerseniz, içerisindeki akışlar <em>%s</em> içerisine yerleşir.',
'mute' => 'mute', //TODO - Translation
'no_selected' => 'Hiçbir akış seçilmedi.',
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php
index 2960cd6b1..a7404bc58 100644
--- a/app/i18n/zh-cn/conf.php
+++ b/app/i18n/zh-cn/conf.php
@@ -3,13 +3,21 @@
return array(
'archiving' => array(
'_' => '存档',
- 'advanced' => '高级',
'delete_after' => '文章保留',
+ 'exception' => 'Purge exception', //TODO - Translation
'help' => '详细选项位于单独的 RSS 源设置',
- 'keep_history_by_feed' => '至少保存的文章数',
+ 'keep_favourites' => 'Never delete favourites', //TODO - Translation
+ 'keep_min_by_feed' => '至少保存的文章数',
+ 'keep_labels' => 'Never delete labels', //TODO - Translation
+ 'keep_unreads' => 'Never delete unreads', //TODO - Translation
+ 'maintenance' => 'Maintenance', //TODO - Translation
'optimize' => '优化数据库',
'optimize_help' => '偶尔执行优化可以减少数据库大小',
+ 'policy' => 'Purge policy', //TODO - Translation
+ 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation
'purge_now' => '立即清除',
+ 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation
+ 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation
'title' => '存档',
'ttl' => '最小自动更新时间',
),
diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php
index 7ae156573..31817260e 100644
--- a/app/i18n/zh-cn/gen.php
+++ b/app/i18n/zh-cn/gen.php
@@ -162,6 +162,13 @@ return array(
'nothing_to_load' => '没有更多文章了',
'previous' => '上一页',
),
+ 'period' => array(
+ 'days' => 'days', //TODO - Translation
+ 'hours' => 'hours', //TODO - Translation
+ 'months' => 'months', //TODO - Translation
+ 'weeks' => 'weeks', //TODO - Translation
+ 'years' => 'years', //TODO - Translation
+ ),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php
index bf517756b..f6f3a0f7a 100644
--- a/app/i18n/zh-cn/sub.php
+++ b/app/i18n/zh-cn/sub.php
@@ -13,6 +13,7 @@ return array(
'category' => array(
'_' => '分类',
'add' => '添加分类',
+ 'archiving' => '存档',
'empty' => '空分类',
'information' => '信息',
'new' => '新分类',
@@ -40,7 +41,7 @@ return array(
'help' => 'Write one search filter per line.', //TODO - Translation
),
'information' => '信息',
- 'keep_history' => '至少保存的文章数',
+ 'keep_min' => '至少保存的文章数',
'moved_category_deleted' => '删除分类时,其中的 RSS 源会自动归类到 <em>%s</em>',
'mute' => '暂停',
'no_selected' => '未选择 RSS 源。',