diff options
Diffstat (limited to 'apps/workflowengine/l10n/lt_LT.js')
-rw-r--r-- | apps/workflowengine/l10n/lt_LT.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/l10n/lt_LT.js b/apps/workflowengine/l10n/lt_LT.js index 2c933f81d96..746e2513b4b 100644 --- a/apps/workflowengine/l10n/lt_LT.js +++ b/apps/workflowengine/l10n/lt_LT.js @@ -55,9 +55,7 @@ OC.L10N.register( "Custom mimetype" : "Tinkintas MIME tipas", "Please enter a valid time span" : "Įveskite teisingą laiko intervalą", "Select a request URL" : "Pasirinkite užklausos URL", - "Predefined URLs" : "Iš anksto apibrėžti URL adresai", "Files WebDAV" : "WebDAV failai", - "Others" : "Kiti", "Custom URL" : "Tinkintas URL", "Select a user agent" : "Pasirinkite naudotojo agentą", "Android client" : "Android klientas", @@ -112,6 +110,8 @@ OC.L10N.register( "Select a tag" : "Pasirinkite žymę", "No results" : "Rezultatų nėra", "%s (invisible)" : "%s (nematomas)", - "%s (restricted)" : "%s (apribotas)" + "%s (restricted)" : "%s (apribotas)", + "Predefined URLs" : "Iš anksto apibrėžti URL adresai", + "Others" : "Kiti" }, "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);"); |