From 5234eb2e1ace07eb0afda5eda9b645ce54002def Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Thu, 11 Jan 2018 13:52:45 +0100 Subject: [PATCH] Caching is no more part of plugin settings --- config/locales/cs.yml | 3 --- config/locales/de.yml | 3 --- config/locales/en.yml | 3 --- config/locales/es.yml | 3 --- config/locales/fr.yml | 3 --- config/locales/hu.yml | 3 --- config/locales/it.yml | 3 --- config/locales/ja.yml | 3 --- config/locales/pl.yml | 3 --- config/locales/pt-BR.yml | 3 --- config/locales/ru.yml | 3 --- config/locales/sl.yml | 3 --- config/locales/zh-TW.yml | 3 --- config/locales/zh.yml | 3 --- 14 files changed, 42 deletions(-) diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 91e3406e..f7ea78b1 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -332,9 +332,6 @@ cs: label_full_text: Full-textové vyhledávání link_extension: Příp. - label_memcached_servers: Adresa Memcached serveru - text_memcached_servers: Je podporován pouze jeden server. Pokud není vyplněno, kešování je vypnuté. Při změně adresy je potřeba restartovat aplikaci. - label_webdav_ignore: Vzory názvů ignorovaných souborů note_webdav_ignore: Regulární výraz pro názvy souborů, které budou ignorovány při volání PUT. diff --git a/config/locales/de.yml b/config/locales/de.yml index d7b5eec4..d4d86035 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -332,9 +332,6 @@ de: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached Server Adresse - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/en.yml b/config/locales/en.yml index 46e8ef2e..68ab7966 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -332,9 +332,6 @@ en: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/es.yml b/config/locales/es.yml index cda12057..9bd4ccbe 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -332,9 +332,6 @@ es: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/fr.yml b/config/locales/fr.yml index e1c167e0..3fc49ee8 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -332,9 +332,6 @@ fr: label_full_text: Recherche de texte intégral link_extension: Ext - label_memcached_servers: Adresse du serveur Memcached - text_memcached_servers: "Seul un unique serveur est supporté, si laissé vide alors la mise en cache est désactivée. Après changement, l'application doit-être redémarrée !" - label_webdav_ignore: Modèles de fichiers ignorés note_webdav_ignore: Expression régulière avec les noms de fichiers qui doivent être ignorés par les requêtes PUT. diff --git a/config/locales/hu.yml b/config/locales/hu.yml index fc7bc836..04a7240b 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -332,9 +332,6 @@ hu: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/it.yml b/config/locales/it.yml index 1ee6a79c..bcb8253c 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -332,9 +332,6 @@ it: # Italian strings thx 2 Matteo Arceci! label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 2da772b4..e753e127 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -332,9 +332,6 @@ ja: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/pl.yml b/config/locales/pl.yml index ad24edc2..c55d57e1 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -332,9 +332,6 @@ pl: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index b9e48fb8..e6ac9b9a 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -332,9 +332,6 @@ pt-BR: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Endereço do servidor Memcached - text_memcached_servers: Apenas um único servidor é suportado, se vazio, o cache está desabilitado. Depois de alterado, o aplicativo deve ser reiniciado! - label_webdav_ignore: Modelo de arquivos ignorados note_webdav_ignore: Uma expressão regular com nomes de arquivos para serem ignorados por requisições PUT. diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 007a25b8..716df52a 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -332,9 +332,6 @@ ru: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 36b399d7..3497928d 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -332,9 +332,6 @@ sl: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 7e9ae417..7478f8e3 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -332,9 +332,6 @@ zh-TW: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests. diff --git a/config/locales/zh.yml b/config/locales/zh.yml index eff1e4cd..306a3b46 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -332,9 +332,6 @@ zh: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: Memcached server address - text_memcached_servers: Only a single server is supported, if empty then caching is disabled. After changing this, the application must be restarted! - label_webdav_ignore: Ignored files patterns note_webdav_ignore: A regular expresion with filenames to ignore by PUT requests.