summaryrefslogtreecommitdiffstats
path: root/options/locale/locale_bg-BG.ini
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-291-2/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-061-3/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-031-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-06-301-0/+72
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-06-111-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-06-081-2/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-231-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-191-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-101-3/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-021-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-291-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-201-267/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-161-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-121-1/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-02-181-12/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-141-24/+351
|
* '[skip ci] Updated translations via Crowdin'lafriks2017-11-011-0/+16
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-011-342/+13
|
* '[skip ci] Updated translations via Crowdin'lunny2017-11-011-25/+25
|
* '[skip ci] Updated translations via Crowdin'appleboy2017-11-011-40/+27
|
* update translation from crowdin (#2368)Lunny Xiao2017-08-231-6/+1
|
* Sync latest translations from crowdin (#2104)Lauris BH2017-07-031-208/+26
|
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
|
* Rename /forget_password url to /forgot_passwordSandro Santilli2017-03-141-2/+2
| | | | | | | | | Also renames `forgot_password` translation key to `forgot_password_title` and `forget_password` to `forgot_password` Includes entry in CHANGELOG about the breaking change (and some markdown fixes in there)
* merge locale files from crowdin, updated to 2017-03-09 19:28 +08 (#1162)Lunny Xiao2017-03-091-4/+4
|
* social_register_hepler_msg -> social_register_helper_msg (#855)Sandro Santilli2017-02-071-2/+2
| | | | | | * social_register_hepler_msg -> social_register_helper_msg * register_hepler_msg -> register_helper_msg
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-1/+0
| | | | | | * Redirects for renamed repos * Remove unused phrase from locales
* Add ability to fork your own repos (#761)Bwko2017-01-261-1/+0
|
* 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