complete the Russian version of the engine (#188): add the Russian flag + translate the Russian word in all the other locales

This commit is contained in:
did 2011-08-31 23:43:52 +02:00
parent 4a82935b46
commit 6a2f0f17dd
10 changed files with 15 additions and 5 deletions

View File

@ -19,8 +19,8 @@ h2. Gems
Here is a short list of main gems used in the application. Here is a short list of main gems used in the application.
* Rails 3.0.9 * Rails 3.0.10
* Mongoid 2.0.2 (with MongoDB 1.6) * Mongoid 2.0.2 (with MongoDB 1.8)
* Liquid * Liquid
* Devise * Devise
* Carrierwave * Carrierwave
@ -34,8 +34,8 @@ See the "official website":http://www.locomotivecms.com
h2. Team h2. Team
* Developers: "Didier Lafforgue":http://www.nocoffee.fr, "Jacques Crocker":http://www.railsjedi.com * Developers: "Didier Lafforgue":http://www.nocoffee.fr, "Jacques Crocker":http://www.railsjedi.com, "Mario Visic":http://www.mariovisic.com
* Contributors: "Dirk Kelly":http://www.dirkkelly.com, "Mario Visic":http://www.mariovisic.com, "Raphael Costa":http://raphaelcosta.net (Brazilian Portuguese translation), "Bernd Hauser":http://www.designhunger.de (German translation), "Andrea Frigido":http://www.frisoft.it (Italian translation), "Enrique García":https://github.com/kikito (Spanish translation), "Lars Smit":https://github.com/larssmit (Dutch translation) * Contributors: "Dirk Kelly":http://www.dirkkelly.com, "Raphael Costa":http://raphaelcosta.net (Brazilian Portuguese translation), "Bernd Hauser":http://www.designhunger.de (German translation), "Andrea Frigido":http://www.frisoft.it (Italian translation), "Enrique García":https://github.com/kikito (Spanish translation), "Lars Smit":https://github.com/larssmit (Dutch translation), "PitOn":https://github.com/GarPit (Russian translation)
* UI Designer: "Sacha Greif":http://www.sachagreif.com * UI Designer: "Sacha Greif":http://www.sachagreif.com
* IE maintainer: "Alex Sanford":https://github.com/alexsanford * IE maintainer: "Alex Sanford":https://github.com/alexsanford

View File

@ -164,6 +164,7 @@ de:
it: "Italienisch" it: "Italienisch"
nl: "Holländer" nl: "Holländer"
es: "Spanisch" es: "Spanisch"
ru: "Russisch"
ask_for_name: "Bitte gib deinen neuen Namen an" ask_for_name: "Bitte gib deinen neuen Namen an"
theme_assets: theme_assets:

View File

@ -175,6 +175,7 @@ en:
it: Italian it: Italian
nl: Dutch nl: Dutch
es: Spanish es: Spanish
ru: Russian
ask_for_name: "Please type your new name" ask_for_name: "Please type your new name"
theme_assets: theme_assets:

View File

@ -173,6 +173,7 @@ es:
it: Italiano it: Italiano
nl: holandés nl: holandés
es: Español es: Español
ru: Ruso
ask_for_name: "Por favor escriba su nuevo nombre" ask_for_name: "Por favor escriba su nuevo nombre"
theme_assets: theme_assets:

View File

@ -176,6 +176,8 @@ fr:
it: "en Italien" it: "en Italien"
nl: "en Hollandais" nl: "en Hollandais"
es: en Espagnol es: en Espagnol
ru: en Russe
ask_for_name: "Veuillez entrer le nouveau nom" ask_for_name: "Veuillez entrer le nouveau nom"
theme_assets: theme_assets:

View File

@ -173,6 +173,7 @@ it:
it: Italiano it: Italiano
nl: Olandese nl: Olandese
es: Spagnolo es: Spagnolo
ru: Russo
ask_for_name: "Prego, digita il tuo nome" ask_for_name: "Prego, digita il tuo nome"
theme_assets: theme_assets:

View File

@ -159,6 +159,7 @@ nl:
pt-BR: "Braziliaans Portugees" pt-BR: "Braziliaans Portugees"
it: Italiaans it: Italiaans
nl: Nederlands nl: Nederlands
ru: Russisch
ask_for_name: "Voer uw nieuwe naam in" ask_for_name: "Voer uw nieuwe naam in"
theme_assets: theme_assets:

View File

@ -159,6 +159,7 @@ pt-BR:
it: Italiano it: Italiano
nl: Holandês nl: Holandês
es: Espanhol es: Espanhol
ru: Russo
ask_for_name: "Por favor preencha o novo nome" ask_for_name: "Por favor preencha o novo nome"
theme_assets: theme_assets:

View File

@ -8,4 +8,6 @@
- fix carrierwave version to 0.5.6 (#163) - fix carrierwave version to 0.5.6 (#163)
- has_many target is not exported correctly (issue #165) + fix the import module as well - has_many target is not exported correctly (issue #165) + fix the import module as well
- XSS vulnerability when adding new content from the api_contents_controller (#170) - XSS vulnerability when adding new content from the api_contents_controller (#170)
- small bugs: #169, #171, #179 - small bugs: #169, #171, #179
- russian version (#188)
-

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B