Harry's changes in i18n
This commit is contained in:
		
							parent
							
								
									0c2d922996
								
							
						
					
					
						commit
						fbed496034
					
				|  | @ -44,7 +44,7 @@ | |||
| <% end -%> | ||||
| 
 | ||||
| <%= content_tag :li, :class => active_for_controllers('albums','album_images','gallery_categories','/panel/gallery/back_end/tags') || active_for_app_auth("gallery") do -%> | ||||
|   <%= link_to content_tag(:i, nil, :class => 'icons-pictures') + content_tag(:span, t(:gallery)), panel_gallery_back_end_albums_path %> | ||||
|   <%= link_to content_tag(:i, nil, :class => 'icons-pictures') + content_tag(:span, t("gallery.gallery")), panel_gallery_back_end_albums_path %> | ||||
|   <%= content_tag :ul, :class => ("nav nav-list " + visible_for_controllers('albums') ) do -%> | ||||
|   <%= content_tag(:li, link_to((t('gallery.categories') + content_tag(:i, nil, :class => 'icon-chevron-right')).html_safe, panel_gallery_back_end_gallery_categories_path), :class => active_for_action('gallery_categories','index') )if (is_manager? rescue nil)%> | ||||
|   <%= content_tag :li, link_to((t('gallery.tags') + content_tag(:i, nil, :class => 'icon-chevron-right')).html_safe, panel_gallery_back_end_tags_path), :class => active_for_action('/panel/gallery/back_end/tags', 'index') if (is_manager? rescue nil) %> | ||||
|  | @ -63,7 +63,7 @@ | |||
| <% end -%> | ||||
| 
 | ||||
| <%= content_tag :li, :class => active_for_controllers('cals','panel/calendar/back_end/tags') || active_for_app_auth("calendar") do -%> | ||||
|   <%= link_to content_tag(:i, nil, :class => 'icons-calendar') + content_tag(:span, t(:calendar)), panel_calendar_back_end_cals_path %> | ||||
|   <%= link_to content_tag(:i, nil, :class => 'icons-calendar') + content_tag(:span, t("calendar.calendar")), panel_calendar_back_end_cals_path %> | ||||
|   <%= content_tag :ul, :class => ("nav nav-list " + visible_for_controllers('cals','calendar_categories') ) do -%> | ||||
|   <%= content_tag :li, link_to((t('calendar.calendars') + content_tag(:i, nil, :class => 'icon-chevron-right')).html_safe, new_panel_calendar_back_end_cal_path), :class => active_for_action('cals','new') if (is_manager? rescue nil)%> | ||||
|   <%= content_tag :li, link_to(t(:tags), panel_calendar_back_end_tags_path), :class => active_for_action('/panel/calendar/back_end/tags', 'index')if (is_manager? rescue nil) %> | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| en: | ||||
|   calendar: | ||||
|      calendar: Calendar | ||||
|      calendars: Calendars | ||||
|      color: Color | ||||
|      name: Name | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| zh_tw: | ||||
|   calendar: | ||||
|      calendar: 日曆 | ||||
|      calendars: Calendars | ||||
|      color: Color | ||||
|      name: Name | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| en: | ||||
|   gallery: | ||||
|     gallery: Gallery  | ||||
|     album_name: Album Name | ||||
|     album_tag: Album Tag | ||||
|     photo_tag: Photo Tag | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| zh_tw: | ||||
|   gallery: | ||||
|     gallery: 相簿 | ||||
|     album_name: 相簿名稱 | ||||
|     album_tag: 相簿標籤 | ||||
|     photo_tag: 照片標籤 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue