Skip to content
Extraits de code Groupes Projets
Valider c1bcb421 rédigé par Jordi Mallach's avatar Jordi Mallach
Parcourir les fichiers

Merge branch 'master' of git://github.com/diaspora/diaspora

parents 6bfdcb05 5d696266
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -67,7 +67,11 @@ class ApplicationController < ActionController::Base ...@@ -67,7 +67,11 @@ class ApplicationController < ActionController::Base
else else
I18n.locale = request.compatible_language_from AVAILABLE_LANGUAGE_CODES I18n.locale = request.compatible_language_from AVAILABLE_LANGUAGE_CODES
end end
WillPaginate::ViewHelpers.pagination_options[:previous_label] = "&laquo; #{I18n.t('previous')}"
WillPaginate::ViewHelpers.pagination_options[:next_label] = "#{I18n.t('next')} &raquo;"
end end
def clear_gc_stats def clear_gc_stats
GC.clear_stats if GC.respond_to?(:clear_stats) GC.clear_stats if GC.respond_to?(:clear_stats)
end end
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
%h3 %h3
.right .right
= link_to t('.new_message'), new_conversation_path, :class => 'button', :rel => 'facebox' = link_to t('.new_message'), new_conversation_path, :class => 'button', :rel => 'facebox'
Inbox = t('.inbox')
#conversation_inbox #conversation_inbox
- if @conversations.count > 0 - if @conversations.count > 0
......
# Copyright (c) 2010, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
WillPaginate::ViewHelpers.pagination_options[:previous_label] = "&laquo; #{I18n.t('previous')}"
WillPaginate::ViewHelpers.pagination_options[:next_label] = "#{I18n.t('next')} &raquo;"
...@@ -184,6 +184,7 @@ en: ...@@ -184,6 +184,7 @@ en:
no_conversation_selected: "no conversation selected" no_conversation_selected: "no conversation selected"
create_a_new_message: "create a new message" create_a_new_message: "create a new message"
no_messages: "no messages" no_messages: "no messages"
inbox: "Inbox"
show: show:
reply: "reply" reply: "reply"
delete: "delete and block conversation" delete: "delete and block conversation"
...@@ -406,12 +407,6 @@ en: ...@@ -406,12 +407,6 @@ en:
posts: posts:
doesnt_exist: "that post does not exist!" doesnt_exist: "that post does not exist!"
tags:
show:
posts_tagged_with: "Posts tagged with #%{tag}"
nobody_talking: "Nobody is talking about %{tag} yet."
people_tagged_with: "People tagged with %{tag}"
profiles: profiles:
edit: edit:
your_public_profile: "Your public profile" your_public_profile: "Your public profile"
...@@ -560,6 +555,12 @@ en: ...@@ -560,6 +555,12 @@ en:
show_comments: "show all comments" show_comments: "show all comments"
hide_comments: "hide comments" hide_comments: "hide comments"
tags:
show:
posts_tagged_with: "Posts tagged with #%{tag}"
nobody_talking: "Nobody is talking about %{tag} yet."
people_tagged_with: "People tagged with %{tag}"
users: users:
edit: edit:
export_data: "Export Data" export_data: "Export Data"
......
public/images/icons/monotone_wrench_settings.png

565 octets | W: | H:

public/images/icons/monotone_wrench_settings.png

521 octets | W: | H:

public/images/icons/monotone_wrench_settings.png
public/images/icons/monotone_wrench_settings.png
public/images/icons/monotone_wrench_settings.png
public/images/icons/monotone_wrench_settings.png
  • 2-up
  • Swipe
  • Onion skin
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter