summaryrefslogtreecommitdiffstats
path: root/options/locale/locale_ru-RU.ini
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to fork your own repos (#761)Bwko2017-01-261-1/+0
|
* Update ru-RU translation (#657)Michael Svobodin2017-01-261-4/+18
| | | | | | | | | | | | * Update ru-RU translation * Fixed translation for ru-RU. Incorrect quotation marks. * Update ru-RU translation. Changed 'issue' translation. Updated 'notifications' translation. * Changed translation of “issue” from “trouble” to “task”. This translation is being used in most tracking systems. * Improved translation of the sentence to sound better in Russian.
* At the locales replaced 6 with MIN_PASSWORD_LENGTHBwko2016-12-261-1/+1
|
* Bindata is optional and over-writable on restart (#354)Thomas Boerger2016-12-221-0/+1200
* Moved conf assets into options folder * Dropped old bindata * Started to integrate options bindata and accessors * Do not enforce a builtin app.ini * Replaced bindata calls with options * Dropped bindata task from makefile, it's the generate task now * Always embedd app.ini to provide sane config defaults * Use sane defaults for the configuration * Defined default value for SSH_KEYGEN_PATH * Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini * Fixed new paths in latest test additions * Drop bindata with make clean task * Set more proper default values