From 6a2f0f17dd1c0cab6044a6e6ecf8519f8b9b00bc Mon Sep 17 00:00:00 2001 From: did Date: Wed, 31 Aug 2011 23:43:52 +0200 Subject: [PATCH] complete the Russian version of the engine (#188): add the Russian flag + translate the Russian word in all the other locales --- README.textile | 8 ++++---- config/locales/admin_ui.de.yml | 1 + config/locales/admin_ui.en.yml | 1 + config/locales/admin_ui.es.yml | 1 + config/locales/admin_ui.fr.yml | 2 ++ config/locales/admin_ui.it.yml | 1 + config/locales/admin_ui.nl.yml | 1 + config/locales/admin_ui.pt-BR.yml | 1 + doc/changelogs/20110812.txt | 4 +++- public/images/admin/icons/flags/ru.png | Bin 0 -> 403 bytes 10 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 public/images/admin/icons/flags/ru.png diff --git a/README.textile b/README.textile index aa54813a..263ed9cb 100644 --- a/README.textile +++ b/README.textile @@ -19,8 +19,8 @@ h2. Gems Here is a short list of main gems used in the application. -* Rails 3.0.9 -* Mongoid 2.0.2 (with MongoDB 1.6) +* Rails 3.0.10 +* Mongoid 2.0.2 (with MongoDB 1.8) * Liquid * Devise * Carrierwave @@ -34,8 +34,8 @@ See the "official website":http://www.locomotivecms.com h2. Team -* Developers: "Didier Lafforgue":http://www.nocoffee.fr, "Jacques Crocker":http://www.railsjedi.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) +* 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, "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 * IE maintainer: "Alex Sanford":https://github.com/alexsanford diff --git a/config/locales/admin_ui.de.yml b/config/locales/admin_ui.de.yml index eb2711ea..a546ad5e 100644 --- a/config/locales/admin_ui.de.yml +++ b/config/locales/admin_ui.de.yml @@ -164,6 +164,7 @@ de: it: "Italienisch" nl: "Holländer" es: "Spanisch" + ru: "Russisch" ask_for_name: "Bitte gib deinen neuen Namen an" theme_assets: diff --git a/config/locales/admin_ui.en.yml b/config/locales/admin_ui.en.yml index b41f0950..2d0633e9 100644 --- a/config/locales/admin_ui.en.yml +++ b/config/locales/admin_ui.en.yml @@ -175,6 +175,7 @@ en: it: Italian nl: Dutch es: Spanish + ru: Russian ask_for_name: "Please type your new name" theme_assets: diff --git a/config/locales/admin_ui.es.yml b/config/locales/admin_ui.es.yml index 29531fcc..dff56223 100644 --- a/config/locales/admin_ui.es.yml +++ b/config/locales/admin_ui.es.yml @@ -173,6 +173,7 @@ es: it: Italiano nl: holandés es: Español + ru: Ruso ask_for_name: "Por favor escriba su nuevo nombre" theme_assets: diff --git a/config/locales/admin_ui.fr.yml b/config/locales/admin_ui.fr.yml index 84383b70..e6a02aca 100644 --- a/config/locales/admin_ui.fr.yml +++ b/config/locales/admin_ui.fr.yml @@ -176,6 +176,8 @@ fr: it: "en Italien" nl: "en Hollandais" es: en Espagnol + ru: en Russe + ask_for_name: "Veuillez entrer le nouveau nom" theme_assets: diff --git a/config/locales/admin_ui.it.yml b/config/locales/admin_ui.it.yml index fd918e51..13329cd2 100644 --- a/config/locales/admin_ui.it.yml +++ b/config/locales/admin_ui.it.yml @@ -173,6 +173,7 @@ it: it: Italiano nl: Olandese es: Spagnolo + ru: Russo ask_for_name: "Prego, digita il tuo nome" theme_assets: diff --git a/config/locales/admin_ui.nl.yml b/config/locales/admin_ui.nl.yml index f5c9133f..c6d4c2d6 100644 --- a/config/locales/admin_ui.nl.yml +++ b/config/locales/admin_ui.nl.yml @@ -159,6 +159,7 @@ nl: pt-BR: "Braziliaans Portugees" it: Italiaans nl: Nederlands + ru: Russisch ask_for_name: "Voer uw nieuwe naam in" theme_assets: diff --git a/config/locales/admin_ui.pt-BR.yml b/config/locales/admin_ui.pt-BR.yml index a683d7bf..27302f78 100644 --- a/config/locales/admin_ui.pt-BR.yml +++ b/config/locales/admin_ui.pt-BR.yml @@ -159,6 +159,7 @@ pt-BR: it: Italiano nl: Holandês es: Espanhol + ru: Russo ask_for_name: "Por favor preencha o novo nome" theme_assets: diff --git a/doc/changelogs/20110812.txt b/doc/changelogs/20110812.txt index 89309427..8a206c3e 100644 --- a/doc/changelogs/20110812.txt +++ b/doc/changelogs/20110812.txt @@ -8,4 +8,6 @@ - fix carrierwave version to 0.5.6 (#163) - 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) -- small bugs: #169, #171, #179 \ No newline at end of file +- small bugs: #169, #171, #179 +- russian version (#188) +- \ No newline at end of file diff --git a/public/images/admin/icons/flags/ru.png b/public/images/admin/icons/flags/ru.png new file mode 100644 index 0000000000000000000000000000000000000000..ca1a0875512bfe358875bc9abe4bee22fa03b4a7 GIT binary patch literal 403 zcmV;E0c`$>P)(_`g8%^e{{R4h=>PzAFaQARU;qF*m;eA5Z<1fd zMgRZ-8A(JzRCwCdmN8C4F${*kqyehFO0+X#W#ATEi=6{8asZCO)PVsB+CpF9#jzRa zQzJGcXTVdO!C&&*juXs`mKJGj%>e;Oz!W%fj-7$e1kBCst;y*_SVo|0s8APy)S{9O zF;lFZ766(962Q&v16LPI*1N$a_@X=I>3MSmh$x#rv+c82^&nD?fGo;(pV{u605LF> z3NVzy>SgCAQJnsz$D>=>GAJnSs53_~c;T(WeR5 zBS1w61WeTjpo-?|1||Yw0!{#mVpK_1DUc#@HuGv@tSZy2Qg}Ty#-FE&{qi~N{j75U x&Vfr{;rtw}fz>$C&PKT$O@OcP?|&8F0{|XLlaQ4(ZchLJ002ovPDHLkV1o1spEUpg literal 0 HcmV?d00001