summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/bg.json
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-271-11/+11
* [tx-robot] updated from transifexNextcloud bot2018-12-161-1/+1
* [tx-robot] updated from transifexNextcloud bot2018-11-231-5/+2
* [tx-robot] updated from transifexNextcloud bot2018-11-091-3/+3
* [tx-robot] updated from transifexNextcloud bot2018-07-261-1/+1
* [tx-robot] updated from transifexNextcloud bot2018-04-121-2/+2
* [tx-robot] updated from transifexNextcloud bot2018-03-031-1/+0
* [tx-robot] updated from transifexNextcloud bot2018-02-041-0/+2
* [tx-robot] updated from transifexNextcloud bot2018-01-041-1/+1
* [tx-robot] updated from transifexNextcloud bot2017-11-281-3/+3
* [tx-robot] updated from transifexNextcloud bot2017-03-271-6/+1
* [tx-robot] updated from transifexNextcloud bot2017-03-021-0/+37
/* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
OC.L10N.register(
    "files",
    {
    "_%n folder_::_%n folders_" : ["",""],
    "_%n file_::_%n files_" : ["",""],
    "_Uploading %n file_::_Uploading %n files_" : ["",""],
    "_matches '{filter}'_::_match '{filter}'_" : ["",""]
},
"nplurals=2; plural=(n != 1);");