Skip to content

Commit

Permalink
Fixing and updating translations
Browse files Browse the repository at this point in the history
Translating before actually filling in the value of CD/DVD and
auto-updating all translations to work with new string.
  • Loading branch information
miska committed Feb 18, 2013
1 parent f788937 commit e649dff
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/main/release.html.erb
Expand Up @@ -46,11 +46,11 @@
<% end %>
<% if @isos["gnome-32"] %>
<% livecd = ( @isos["gnome-32"].match(/.*-LiveCD-.*/) ? "CD" : "DVD" ) %>
<%= render(:partial => "change_install", :locals => { :medium => "gnome", :shorttext => _("Live GNOME"), :longtext => _("A GNOME desktop you can run from %s or from USB stick.<br/>Can be installed as is (no upgrade)." % [livecd]) }) %>
<%= render(:partial => "change_install", :locals => { :medium => "gnome", :shorttext => _("Live GNOME"), :longtext => (_("A GNOME desktop you can run from %s or from USB stick.<br/>Can be installed as is (no upgrade).") % [livecd]).html_safe }) %>
<% end %>
<% if @isos["kde-32"] %>
<% livecd = ( @isos["kde-32"].match(/.*-LiveCD-.*/) ? "CD" : "DVD" ) %>
<%= render(:partial => "change_install", :locals => { :medium => "kde", :shorttext => _("Live KDE"), :longtext => _("A KDE desktop you can run from %s or from USB stick.<br/>Can be installed as is (no upgrade)." % [livecd] ) }) %>
<%= render(:partial => "change_install", :locals => { :medium => "kde", :shorttext => _("Live KDE"), :longtext => (_("A KDE desktop you can run from %s or from USB stick.<br/>Can be installed as is (no upgrade).") % [livecd]).html_safe }) %>
<% end %>
<% if @isos["rescue-32"] %>
<%= render(:partial => "change_install", :locals => { :medium => "rescue", :shorttext => _("Rescue"), :longtext => _("Rescue system that you can run from CD or from USB stick.<br/>Can not be used for neither installation nor upgrade.") }) %>
Expand Down
Binary file modified locale/ar/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/cs/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/da/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/el/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/fi/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/gl/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/hu/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/ja/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/km/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/ko/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/lt/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/nb/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/nl/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/pt_BR/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/ro/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/ru/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/sk/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/th/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/uk/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/wa/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/zh_CN/LC_MESSAGES/software.mo
Binary file not shown.
Binary file modified locale/zh_TW/LC_MESSAGES/software.mo
Binary file not shown.

0 comments on commit e649dff

Please sign in to comment.