diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 6a8dcb71..e369e407 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright (C) 2011 Vít Jonáš -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # # # This program is free software; you can redistribute it and/or @@ -339,3 +339,6 @@ cs: label_webdav: WebDAV 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. \ No newline at end of file diff --git a/config/locales/de.yml b/config/locales/de.yml index 731f4690..62489031 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Terrence Miller # Copyright (C) 2013 Christian Wetting -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -339,3 +339,6 @@ de: label_webdav: WebDAV 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! \ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index afa0d3ea..1c8168db 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -128,7 +128,7 @@ en: note_maximum_number_of_files_downloaded: Limits maximum number of files downloaded in zip or sent via email. 0 means unlimited. label_file_storage_directory: File storage directory label_index_database: Index database - label_stemming_language: Stemming Language + label_stemming_language: Stemming language note_possible_values: Possible values note_pass_none_to_disable_stemming: "pass 'none' to disable stemming" label_stem_strategy: Stem strategy @@ -340,6 +340,5 @@ en: label_full_text: Full-text search link_extension: Ext - label_memcached_servers: "memcached server address" - text_memcached_servers: "Address to memcached server. Only a single server is supported, if empty then caching is disabled. After changing this the server must be restarted!" - + 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! diff --git a/config/locales/es.yml b/config/locales/es.yml index 49141754..3cd34975 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Vít Jonáš # Copyright (C) 2015 Agustin Ivorra -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -128,7 +128,7 @@ es: note_maximum_number_of_files_downloaded: Número de límite máximo de archivos para una sola descarga en Zip o enviado por email. 0 equivale a ilimitdo. label_file_storage_directory: Directorio de almacenamiento de archivos label_index_database: Indice de base de datos - label_stemming_language: Stemming Language + label_stemming_language: Stemming language note_possible_values: Posibles Valores note_pass_none_to_disable_stemming: "pass 'none' to disable stemming" label_stem_strategy: Stem strategy @@ -338,4 +338,7 @@ es: label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 5477734a..0fd144e1 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -5,7 +5,7 @@ # Copyright (C) 2011 Vít Jonáš # Copyright (C) 2012 Daniel Munn # Copyright (C) 2014 Atmis -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 @@ -338,4 +338,7 @@ fr: label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file diff --git a/config/locales/it.yml b/config/locales/it.yml index 92c12c0e..a548d98c 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Vít Jonáš # Copyright (C) 2012 Daniel Munn -# Copyright (C) 2011-15 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -338,4 +338,7 @@ it: # Italian strings thx 2 Matteo Arceci! label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 4632a843..cc0182f6 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright (C) 2011 Vít Jonáš -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # # # This program is free software; you can redistribute it and/or @@ -338,4 +338,7 @@ ja: label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file diff --git a/config/locales/pl.yml b/config/locales/pl.yml index 43cb5fda..f337637f 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Vít Jonáš # Copyright (C) 2012 Daniel Munn -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # Polish translation created by Sebastian Białas www.bs-it.pl # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -128,7 +128,7 @@ pl: note_maximum_number_of_files_downloaded: Maksymalna liczba plików pobieranych w paczce zip lub wysyłanych przez email. 0 oznacza brak ograniczeń. label_file_storage_directory: Folder przechowywania plików label_index_database: Index database - label_stemming_language: Stemming Language + label_stemming_language: Stemming language note_possible_values: Możliwe wartości note_pass_none_to_disable_stemming: "pass 'none' to disable stemming" label_stem_strategy: Stem strategy @@ -338,4 +338,7 @@ pl: label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 7639bb07..adfa5e76 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Vít Jonáš # Copyright (C) 2012 Daniel Munn -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -128,7 +128,7 @@ pt-BR: note_maximum_number_of_files_downloaded: Limite máximo de arquivos para download ou envio por e-mail de uma única vez. label_file_storage_directory: Diretório de armazenamento de arquivos label_index_database: Index database - label_stemming_language: Stemming Language + label_stemming_language: Stemming language note_possible_values: Valores possíveis note_pass_none_to_disable_stemming: "pass 'none' to disable stemming" label_stem_strategy: Stem strategy @@ -338,4 +338,7 @@ pt-BR: label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file diff --git a/config/locales/ru.yml b/config/locales/ru.yml index c81dabd2..3709e819 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright (C) 2011 Vít Jonáš -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # # # This program is free software; you can redistribute it and/or @@ -338,4 +338,7 @@ ru: label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file diff --git a/config/locales/sl.yml b/config/locales/sl.yml index c5891296..0df747ce 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright (C) 2011 Zdravko Balorda -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # # # This program is free software; you can redistribute it and/or @@ -338,4 +338,7 @@ sl: label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 54e98b3b..dea99b33 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright (C) 2011 Vít Jonáš -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # Copyright (C) 2013 Aecho Liu # # This program is free software; you can redistribute it and/or @@ -128,7 +128,7 @@ zh-TW: note_maximum_number_of_files_downloaded: 同時間所能下載的,最大檔案數量限制,(下載或電子郵件發送)。 0 表示沒有限制。 label_file_storage_directory: 檔案儲存目錄 label_index_database: 索引資料庫 - label_stemming_language: Stemming Language + label_stemming_language: Stemming language note_possible_values: 容許的參數 note_pass_none_to_disable_stemming: "使用 'none' 來停用 stemming" label_stem_strategy: Stem strategy @@ -338,4 +338,7 @@ zh-TW: label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 9150a7f4..597dbf8d 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright (C) 2011 Vít Jonáš -# Copyright (C) 2011-16 Karel Pičman +# Copyright (C) 2011-17 Karel Pičman # # # This program is free software; you can redistribute it and/or @@ -128,7 +128,7 @@ zh: note_maximum_number_of_files_downloaded: 最大文件下载数量(zip或发送电子邮件方式). 0表示无限制. label_file_storage_directory: 文件存储目录 label_index_database: Index database - label_stemming_language: Stemming Language + label_stemming_language: Stemming language note_possible_values: Possible values note_pass_none_to_disable_stemming: "pass 'none' to disable stemming" label_stem_strategy: Stem strategy @@ -338,4 +338,7 @@ zh: label_webdav: WebDAV label_full_text: Full-text search - link_extension: Ext \ No newline at end of file + 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! \ No newline at end of file