refinerycms-settings 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  <li class='clearfix record <%= cycle("on", "on-hover") %>'>
2
2
  <span class='title'>
3
- <%= t(refinery_setting.name, :default => refinery_setting.title) %>
3
+ <%= t(refinery_setting.name, :scope => 'admin.refinery_settings.form.title', :default => refinery_setting.title) %>
4
4
  <span class="preview">- <%= truncate(refinery_setting.value.to_s, :length => 40) %></span>
5
5
  </span>
6
6
  <span class='actions'>
@@ -0,0 +1,47 @@
1
+ bg:
2
+ plugins:
3
+ refinery_settings:
4
+ title: Настройки
5
+ description: Управление на настройките в Refinery
6
+ admin:
7
+ refinery_settings:
8
+ delete: Изтриване на тази настройка завинаги
9
+ edit: Редактиране на тази настройка
10
+ actions:
11
+ new: Добавяне на нова настройка
12
+ records:
13
+ empty_set: Все още няма настройки.
14
+ create_first: 'Натиснете "%{link}", за да въведете нова.'
15
+ form:
16
+ enabled: "Включване на тази настройка."
17
+ restart_may_be_in_order_html: "<strong>Моля, обърнете внимание</strong>, че е възможно да се наложи да рестартирате уебсайта, за да бъде приложена тази настройка."
18
+ yes_make_this_setting_restricted: "Ограничаване на тази настройка единствено до привилегировани потребители."
19
+ help:
20
+ restricted: По този начин единствено привилегированите потребители (като Вас) могат да преглеждат и редактират тази настройка.
21
+ activity_show_limit: "Тази настройка ограничава броя на елементите, които могат да бъдат показвани на таблото."
22
+ analytics_page_code: Този код активира проследяването на Google Analytics на Вашия сайт. Настройката е изключена ако се остави празна или се въведе стойност "UA-xxxxxx-x". При това положение не се правят повече обръщения към Google Analytics.
23
+ frontend_refinery_stylesheets_enabled: "По подразбиране в Refinery са включени стилове за CSS за Вашия уебсайт. Това не пречи да използвате и Ваши. Тази настройка разрешава или забранява стиловете за CSS по подразбиране."
24
+ image_dialogue_sizes: "Тази настройка се отнася до диалога за вмъкване на изображение. След като направите промени тук, се налага да актуализирате размера на малките изображения."
25
+ image_thumbnails: 'Ако промените тази настройка, се налага отново да генерирате Вашите изображения, чрез командата "rake images:regenerate" (или чрез "rake images:update", ако само сте добавяли още малки изображения). Иначе промяната ще се отрази само за изображенията, добавяни занапред.'
26
+ menu_hide_children: "Скриване на всички подстраници от менюто, дори и те да съществуват."
27
+ new_page_parts: Разрешаване добавянето на нови части от страници (секции за съдържание) при редактиране.
28
+ page_title: "Комплексна настройка, определяща заглавието на страница. Тук можете да въведете клас за CSS; различен етикет; да включите или изключите изписването на йерархията от страници и др."
29
+ pages_advanced_options_include_seo: Определяне дали настройките за оптимизация на търсачки да бъдат показвани в разширените настройки на дадена страница.
30
+ preferred_image_view: 'Чрез тази настройка се задава, как да бъдат преглеждани съществуващите изображения: като списък или като решетка. Това може да бъде указано и чрез бутон в секция "Изображения".'
31
+ refinery_enable_backend_reordering: Премахване на възможността за подреждане на добавките.
32
+ refinery_menu_cache_action_suffix: "Тази настройка указва ключа, който да бъде използван за кеширане на менюто на сайта. Ако използвате тема, тогава е най-добре да оставите стойността, която всяка тема задава по подразбиране."
33
+ show_contact_privacy_link: Скриване или показване на политиката за поверителност във формата за контакт.
34
+ site_name: "Тази настройка указва наименованието на Вашия уебсайт. То ще бъде показвано в заглавната част на страницата, в редактора на сайта и при някои теми в условията за ползване."
35
+ theme: "Въвеждане наименованието на темата, която да бъде използвана. При правилно въведена тема, тя ще бъде приложена веднага."
36
+ use_google_ajax_libraries: 'За използването на "Google AJAX CDN", задайте стойност "true".'
37
+ use_marketable_urls: 'Промяна на уеб адресите от "/pages/about" на "/about" и автоматично разрешаване на евентуални конфликти с останалите добавки.'
38
+ use_resource_caching: "Когато внедрявате системата е препоръчително да разрешите тази настройка. По този начин всички файлове с код за CSS и JavaScript ще бъдат обединени в по един файл. Така броя на заявките към Вашия уебсайт ще бъде намален и производителността ще се подобри. "
39
+ approximate_ascii: 'Въведете "true", ако в заглавието на страниците използвате символи за ударение или други диакритични знаци. Така символи, като: ā, č, ž, ще бъдат преобразувани съответно в: a, c, z. По този начин няма да се визуализират странни символи в лентата за адреси при някои браузъри.'
40
+ activerecord:
41
+ models:
42
+ refinery_setting: настройка
43
+ attributes:
44
+ refinery_setting:
45
+ name: Наименование
46
+ value: Стойност
47
+ restricted: Ограничена
@@ -21,15 +21,10 @@ en:
21
21
  activity_show_limit: This limits the number of items that can display in the Dashboard listing.
22
22
  analytics_page_code: This code activates Google Analytics tracking within your website. If the setting is left blank or set to UA-xxxxxx-x then this is disabled and no remote calls to Google Analytics are made.
23
23
  frontend_refinery_stylesheets_enabled: "By default, Refinery includes stylesheets for the frontend which provide default CSS without getting in the way of your own stylesheets, enabled or disabled by this setting."
24
- image_dialogue_sizes: This setting applies to the Insert Image dialogue. You must implement the different thumbnail sizes as well as changing this.
25
- image_thumbnails: If you modify this setting you will have to regenerate your images by running rake images:regenerate (or rake images:update if you only added more thumbnails) otherwise the setting will not apply to existing images.
26
24
  menu_hide_children: Hide any subpages from the menu even if they are present.
27
25
  new_page_parts: Enable adding new page parts (content sections) in the page editors.
28
26
  page_title: Very complex options for setting the page title. Here you can set custom CSS class or a different tag or tell it to breadcrumb with pages in its ancestry.
29
- pages_advanced_options_include_seo: This controls whether the SEO options are displayed in the advanced options for a page.
30
27
  preferred_image_view: This controls which view the images plugin displays existing images in - grid for 'Grid View' and list for 'List View'. There is a button to automate this process on the images plugin itself.
31
- refinery_enable_backend_reordering: You can remove the ability to reorder the plugins' display order with this.
32
- refinery_menu_cache_action_suffix: This controls the key that is used to cache the site menu. If you are using a theme then it is better to leave this as the default as the theme will handle it.
33
28
  show_contact_privacy_link: You can hide or show the link to the privacy policy page on the contact form by the submit button.
34
29
  site_name: This is the name for your website and will display in the header and in the Refinery backend and in the footer copyright statement for some themes.
35
30
  theme: Enter the name for the theme that you want to be enabled. This will take effect immediately and must correctly identify an existing theme for this to work.
@@ -17,24 +17,46 @@ es:
17
17
  enabled: "Si, habilita esta funcionalidad"
18
18
  restart_may_be_in_order_html: <strong>Recuerda</strong> que puede que necesites reiniciar tu web para que esta opción haga efecto.
19
19
  yes_make_this_setting_restricted: "Sí, restringir esta opción sólo para superusuarios."
20
+ title:
21
+ activity_show_limit: Nº elementos en panel de control
22
+ analytics_page_code: Código de Google Analytics
23
+ approximate_ascii: Aproximar a ASCII (Páginas)
24
+ cache_pages_backend: Cachear páginas en el panel
25
+ default_page_parts: Secciones de página por defecto
26
+ dragonfly_secret: Secreto de dragonfly
27
+ frontend_refinery_stylesheets_enabled: Hojas de estilo de refinery en el frontend
28
+ i18n_translation_current_locale: Idioma actual (Refinery)
29
+ i18n_translation_default_frontend_locale: Idioma por defecto en el frontend (Refinery)
30
+ i18n_translation_default_locale: Idioma por defecto (Refinery)
31
+ i18n_translation_enabled: Traducción activada (Refinery)
32
+ i18n_translation_frontend_locales: Idiomas disponibles en el frontend (Refinery)
33
+ i18n_translation_locales: Idiomas disponibles (Refinery)
34
+ image_views: Vistas de imagen
35
+ menu_hide_children: Ocultar subpáginas en el menú
36
+ new_page_parts: Añadir secciones a las páginas
37
+ page_title: Título de página
38
+ preferred_image_view: Vista de imágenes preferida
39
+ strip_non_ascii: Eliminar caracteres no ASCII (Páginas)
40
+ site_name: Nombre del sitio
41
+ tld_length: Niveles del dominio
42
+ superuser_can_assign_roles: Superusuario puede asignar roles
43
+ use_google_ajax_libraries: Usar bibliotecas AJAX de Google
44
+ use_marketable_urls: Usar URLs cortas (Páginas)
45
+ use_resource_caching: Compactar recursos
46
+ user_image_sizes: Tamaños de imagen de usuario
20
47
  help:
21
48
  restricted: Hace que sólo los superusuarios (como tu) puedan ver y editar esta opción.
22
49
  activity_show_limit: Limita el número de items que se muestran en el listado del panel de control.
23
50
  analytics_page_code: Este código activa Google Analytics en tu web. Si se deja en blanco o se indica UA-xxxxxx-x quedará desactivado y no se harán peticiones a Google Analytics.
24
51
  frontend_refinery_stylesheets_enabled: "Por defecto Refinery incluye hojas de estilo para la parte pública que proporcionan CSS por defecto sin interferir con tus propias hojas de estilo, se activa o desactiva con esta opción."
25
- image_dialogue_sizes: Esta opción se aplica al apartado de Insertar Imagen. Debes implementar los distintos tamaños de imágenes además de cambiar esta opción.
26
- image_thumbnails: "Si modificas esta opción tendrás que regenerar tus imágenes ejecutando rake images:regenerate (o rake images:update si sólo has añadido tamaños), de lo contrario esta opción no se aplicará a las imágenes actuales."
27
52
  menu_hide_children: "Esconde todas las subpáginas del menú, aunque estén presentes."
28
53
  new_page_parts: Permite añadir nuevas partes (secciones de contenido) en los editores de páginas.
29
54
  page_title: 'Opciones muy complejas para fijar el título de la página. Aquí puedes fijar alguna clase CSS personalizada, o alguna etiqueta diferente, o añadirlo a las "migas de pan" con los antecesores de cada página.'
30
- page_advanced_options_include_seo: Controla si las opciones SEO se muestran en las opciones avanzadas de cada página.
31
55
  preferred_image_view: Controla con qué vista se muestran las imágenes existentes - grid para 'Ver como cuadrícula' y list para 'Ver como lista'. Hay un botón para automatizar este proceso en el propio plugin de las imágenes.
32
- refinery_enable_backend_reordering: Puedes eliminar la capacidad de reordenar el orden en que se muestran los plugins.
33
- refinery_menu_cache_action_suffix: Controla la clave que se usa para cachear el menú de la web. Si estás usando un tema personalizado es mejor dejar esta opción con su valor por defecto para que el propio tema lo gestione.
34
56
  show_contact_privacy_link: Puedes ocultar o mostrar el enlace a la página de política de privacidad en el formulario de contacto.
35
57
  site_name: "Este es el nombre de tu web y se mostrará en la cabecera, en el panel de control y en la frase de Copyright del pie de página en algunos temas."
36
58
  theme: Escribe el nombre del tema que quieres activar. Hará efecto inmediatamente y debe identificar correctamente un tema existente para que funcione.
37
- use_google_ajax_libraries: Ponlo a true si quieres usar la CDN de Google para librerías Ajax.
59
+ use_google_ajax_libraries: Ponlo a true si quieres usar la CDN de Google para bibliotecas AJAX.
38
60
  use_marketable_urls: Cambia las urls de /pages/about a /about y automáticamente gestiona conflictos que puedan surgir con otros plugins.
39
61
  use_resource_caching: "Recomendado activarlo en producción ya que empaqueta los archivos javascript y CSS en un único archivo, lo que reducirá el número de peticiones a tu web y la acelerará."
40
62
  approximate_ascii: Ponlo a true si usas caracteres latinos con tildes y otros signos diacríticos en los títulos de página. Convertirá caracteres como ā, č, ž en a, c, z y así estos caracteres no aparecerán como símbolos extraños en la barra de direcciones de algunos navegadores.
data/lib/gemspec.rb CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
 
26
26
  s.files = [
27
27
  '#{%w( **/{*,.rspec,.gitignore,.yardopts} ).map { |file| Pathname.glob(gempath.join(file)) }.flatten.reject{|f|
28
- !f.exist? or f.to_s =~ /\.gem$/ or (f.directory? and f.children.empty?)
28
+ !f.exist? or f.to_s =~ /(\.(gem|rbc)|tmp(\/.*)?|spec\/lib\/tmp(\/.*)?)$/ or (f.directory? and f.children.empty?)
29
29
  }.map{|d| d.relative_path_from(gempath)}.uniq.sort.join("',\n '")}'
30
30
  ]
31
31
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = %q{refinerycms-settings}
6
- s.version = %q{1.0.8}
6
+ s.version = %q{1.0.9}
7
7
  s.summary = %q{Settings engine for Refinery CMS}
8
8
  s.description = %q{The default settings engine that is required by Refinery CMS core. Adds programmer creatable, user editable settings for each engine.}
9
- s.date = %q{2011-09-01}
9
+ s.date = %q{2011-11-05}
10
10
  s.email = %q{info@refinerycms.com}
11
11
  s.homepage = %q{http://refinerycms.com}
12
12
  s.rubyforge_project = %q{refinerycms}
@@ -39,6 +39,7 @@ Gem::Specification.new do |s|
39
39
  'app/views/admin/refinery_settings/new.html.erb',
40
40
  'config',
41
41
  'config/locales',
42
+ 'config/locales/bg.yml',
42
43
  'config/locales/cs.yml',
43
44
  'config/locales/da.yml',
44
45
  'config/locales/de.yml',
@@ -87,5 +88,5 @@ Gem::Specification.new do |s|
87
88
  'spec/models/refinery_setting_spec.rb'
88
89
  ]
89
90
 
90
- s.add_dependency 'refinerycms-base', '= 1.0.8'
91
+ s.add_dependency 'refinerycms-base', '= 1.0.9'
91
92
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-settings
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 8
10
- version: 1.0.8
9
+ - 9
10
+ version: 1.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2011-09-01 00:00:00 Z
22
+ date: 2011-11-05 00:00:00 Z
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency
25
25
  name: activerecord
@@ -45,12 +45,12 @@ dependencies:
45
45
  requirements:
46
46
  - - "="
47
47
  - !ruby/object:Gem::Version
48
- hash: 7
48
+ hash: 5
49
49
  segments:
50
50
  - 1
51
51
  - 0
52
- - 8
53
- version: 1.0.8
52
+ - 9
53
+ version: 1.0.9
54
54
  type: :runtime
55
55
  version_requirements: *id002
56
56
  description: The default settings engine that is required by Refinery CMS core. Adds programmer creatable, user editable settings for each engine.
@@ -73,6 +73,7 @@ files:
73
73
  - app/views/admin/refinery_settings/edit.html.erb
74
74
  - app/views/admin/refinery_settings/index.html.erb
75
75
  - app/views/admin/refinery_settings/new.html.erb
76
+ - config/locales/bg.yml
76
77
  - config/locales/cs.yml
77
78
  - config/locales/da.yml
78
79
  - config/locales/de.yml