summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/l10n/hu_HU.json
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-12-20 11:03:54 +0100
committerGitHub <noreply@github.com>2016-12-20 11:03:54 +0100
commit089210f2dff545caa88a157cbc9e32b46967a5da (patch)
treed2d44cb949e6d0d91677f4d628affda724663583 /apps/federatedfilesharing/l10n/hu_HU.json
parent084bddf8ae3877eb615faaa87b5240b8e1b8a5d4 (diff)
parent7887566cff258435354d81d77b4f0fd5cd59c549 (diff)
downloadnextcloud-server-089210f2dff545caa88a157cbc9e32b46967a5da.tar.gz
nextcloud-server-089210f2dff545caa88a157cbc9e32b46967a5da.zip
Merge pull request #2774 from nextcloud/fix-2585
remove frequent, unimportant log message
Diffstat (limited to 'apps/federatedfilesharing/l10n/hu_HU.json')
0 files changed, 0 insertions, 0 deletions
l */ .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 */
#!/bin/bash
for resource in calendar contacts core files media gallery settings
do
tx set --auto-local -r owncloud.$resource "<lang>/$resource.po" --source-lang en --source-file templates/$resource.pot --execute
done