aboutsummaryrefslogtreecommitdiffstats
path: root/bulgarian
Commit message (Collapse)AuthorAgeFilesLines
* intro/index: adjust get_recent_list to get the translated title for the last DSAhotfix-untranslated-dsa-itemsCyril Brulebois2020-12-281-1/+1
| | | | | | | The difficulty here is not being in one of the supported and documented use cases: we're below intro/ but want to be listing stuff under security/, which is in a different part of the hierarchy. Pass an explicit relative path as an extra parameter to get_recent_list.
* Update language templatesLaura Arjona Reina2020-12-2713-926/+916
|
* Sync with English, remove comment mentioning "more.wml" file that is not ↵Laura Arjona Reina2020-12-271-1/+1
| | | | used anymore and is removed
* (Bulgarian)intro/people.wml, update translation checkJean-Pierre Giraud2020-12-251-1/+1
|
* Add missing closing anchor tagBen Court2020-12-241-1/+1
|
* Sync translation (update translation-check header, English changed but not ↵Laura Arjona Reina2020-12-181-1/+1
| | | | affecting the text)
* [bg] streamlined speechDamyan Ivanov2020-12-181-10/+10
|
* Sync translationsLaura Arjona Reina2020-12-171-2/+2
|
* intro/index.wml, sync translation checkJean-Pierre Giraud2020-12-171-2/+3
|
* [bg] ProofreadDamyan Ivanov2020-12-174-18/+18
|
* Sync translation (fix link to pre-installed)Laura Arjona Reina2020-12-171-2/+2
|
* [bg] Brong PO files (mostly) up to dateDamyan Ivanov2020-12-1710-161/+138
|
* Update language templatesLaura Arjona Reina2020-12-1712-819/+819
|
* Update language templateLaura Arjona Reina2020-12-171-0/+24
|
* Update language templates (all languages, 'make update-po')Laura Arjona Reina2020-12-1713-829/+837
|
* add missing " in titleLaura Arjona Reina2020-12-171-1/+1
|
* [bg] a portion of Bulgarian translationsDamyan Ivanov2020-12-176-277/+629
|
* [bg] update bulgarian/poDamyan Ivanov2020-12-1716-1057/+1128
|
* (Bulgarian) correct release name to busterZoran Dželajlija2020-11-271-1/+1
|
* Sync with English (remove references to /CD/releases/index, update commit ↵Laura Arjona Reina2020-11-011-6/+1
| | | | hash when needed)
* sync with englishThomas Lange2020-10-311-1/+3
|
* sync with englishThomas Lange2020-10-0510-125/+0
|
* All languages - update language templates (updated English pot files, then ↵Laura Arjona Reina2020-09-2513-822/+829
| | | | | | | | | | update all the languages) Commands used: cd ./english/po/; make pot; cd ../../; for i in albanian/po/ arabic/po/ armenian/po/ bulgarian/po/ catalan/po/ chinese/po/ croatian/po/ czech/po/ danish/po/ dutch/po/ esperanto/po/ finnish/po/ french/po/ galician/po/ german/po/ greek/po/ hebrew/po/ hungarian/po/ indonesian/po/ italian/po/ japanese/po/ korean/po/ lithuanian/po/ norwegian/po/ persian/po/ polish/po/ portuguese/po/ romanian/po/ russian/po/ slovak/po/ slovene/po/ spanish/po/ swedish/po/ tamil/po/ turkish/po/ ukrainian/po/ vietnamese/po/ ; do (cd $i; make update-po ; ) ; done
* [Bulgarian] Update language templatesLaura Arjona Reina2020-09-2513-810/+810
|
* Fix URLsAndrew Martin Adrian Cater2020-09-091-1/+1
|
* Fix http to https for various URLsAndrew Martin Adrian Cater2020-09-091-3/+3
|
* Fix perldoc referencesAndrew Martin Adrian Cater2020-09-081-1/+1
|
* Fixing and correcting URLsAndrew Martin Adrian Cater2020-09-071-1/+1
|
* Fix URLs to correct those not found.Andrew Martin Adrian Cater2020-09-061-1/+1
|
* Fix http to https ; check URLsAndrew Martin Adrian Cater2020-09-031-2/+2
|
* Fix http to https for https://creativecommons.org/licenses/by-sa/3.0Andrew Martin Adrian Cater2020-09-021-1/+1
|
* Fixing my messAndrew Martin Adrian Cater2020-08-311-1/+1
|
* Sync translationsLaura Arjona Reina2020-08-311-3/+3
|
* Fix URL check : update for microsoft.com - original download may not be ↵Andrew Martin Adrian Cater2020-08-301-1/+1
| | | | available
* Fix URL check : corrected URL for alexfeinman.comAndrew Martin Adrian Cater2020-08-301-1/+1
|
* Fix URL check: http to https for www.debian.or.jpAndrew Martin Adrian Cater2020-08-261-1/+1
|
* Removing obsolete SART mailing listAndrew Martin Adrian Cater2020-08-261-6/+0
|
* Remove obsolete mailing list link to debian-interix : no contentAndrew Martin Adrian Cater2020-08-261-2/+0
|
* Fix URL check : http to https for www.infodrom.orgAndrew Martin Adrian Cater2020-08-251-1/+1
|
* Fix URL check error ; http to https for chiarkAndrew Martin Adrian Cater2020-08-251-1/+1
|
* Fix for URL check: http to https for mail-archive.comAndrew Martin Adrian Cater2020-08-251-1/+1
|
* Fix URL check ; http to https for tldp.orgAndrew Martin Adrian Cater2020-08-241-2/+2
|
* Fix up URL, remove emdebian linkAndrew Martin Adrian Cater2020-08-191-2/+1
|
* Merge branch 'pu/partial-workaround-924172' into HEADLaura Arjona Reina2020-08-101-0/+1
|\
| * Partially work around buggy sitemap generation on buster (#924172).pu/partial-workaround-924172Cyril Brulebois2020-06-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wml versions found in stretch and buster seem to behave differently when the input file is not in the current directory. To mitigate this, turn the ../english/sitemap.wml input file into sitemap.wml in the wml calls (Chinese and non-Chinese cases), and add symlinks from all (other) language directories. Unfortunately, this generates sitemaps that are only partially translated. They seem to be well-formed though, and very similar to the English sitemap generated with wml from stretch. Which seems to be a net win over the status quo. Also, the missing translations don't seem to be a regression due to the deployment of this workaround.
* | prepare Bulgarian translation for buster LTSDamyan Ivanov2020-07-281-11/+10
| |
* | Sync translations ('Prepare buster's release page for EOL and LTS support; ↵Holger Wansing2020-07-211-0/+25
| | | | | | | | paragraphs currently commented-out'). I have added the paragraphs in English; will inform translators via mail about this.
* | Trivial unfuzzy of translations (caused by commit-revert-dance)Holger Wansing2020-07-141-1/+1
| |
* | [Bulgarian] Update language templatesLaura Arjona Reina2020-06-1617-1545/+1589
|/
* Sync translations (forgot to update commit hash values)Holger Wansing2020-05-021-1/+1
|

© 2014-2024 Faster IT GmbH | imprint | privacy policy