This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ca: | |
errors: | |
messages: | |
not_found: "no s'ha trobat" | |
already_confirmed: "ja està confirmat" | |
not_locked: "no està bloquejat" | |
not_saved: | |
one: "1 error ha evitat que %{resource} es pugui desar:" | |
other: "%{count} errors han evitat que %{resource} es pugui desar:" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# $ rails example.com -m http://tr.im/typus_example | |
## | |
# Install Typus and friends. | |
plugin 'typus', :git => 'git://github.com/fesplugas/typus.git' | |
plugin 'acts_as_list', :git => 'git://github.com/rails/acts_as_list.git' | |
plugin 'acts_as_tree', :git => 'git://github.com/rails/acts_as_tree.git' | |
plugin 'paperclip', :git => 'git://github.com/thoughtbot/paperclip.git' |