diff options
Diffstat (limited to 'apps/workflowengine/l10n/lt_LT.js')
-rw-r--r-- | apps/workflowengine/l10n/lt_LT.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/workflowengine/l10n/lt_LT.js b/apps/workflowengine/l10n/lt_LT.js index 26353c182e7..b86e93c62ab 100644 --- a/apps/workflowengine/l10n/lt_LT.js +++ b/apps/workflowengine/l10n/lt_LT.js @@ -77,6 +77,7 @@ OC.L10N.register( "Workflow" : "Darbo eiga", "Files workflow engine" : "Darbo eigos su failais modulis", "Open documentation" : "Atverti dokumentaciją", - "Loading…" : "Įkeliama…" + "Loading…" : "Įkeliama…", + "Tag management" : "Žymių tvarkymas" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); |