From 68573e994099396d35181186f4e9d8e0cddbdd53 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 27 Aug 2020 22:42:39 +0100 Subject: [Minor] Allow direct userdata extraction from a table --- src/lua/lua_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lua/lua_common.h') diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 4c9e9dd4f..737c4b817 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -427,6 +427,7 @@ enum rspamd_lua_parse_arguments_flags { * - F - function * - O - ucl_object_t * * - D - same as N but argument is set to NAN not to 0.0 + * - u{classname} - userdata of the following class (stored directly) * * If any of keys is prefixed with `*` then it is treated as required argument * @param L lua state -- cgit v1.2.3 1a394b632d6ecde6938827f3f2a93ba93e79'/> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/cloud_federation_api/l10n/sc.js
blob: b00eee7442eb5f060eadb2357aa2ba918b761450 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "cloud_federation_api",
    {
    "Cloud Federation API" : "Federatzione Cloud API",
    "Enable clouds to communicate with each other and exchange data" : "Permite a is nues informàticas de comunicare a pares e iscambiare datos",
    "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Sa Federatzione Cloud API permitet a vàrias istàntzias de Nextocloud de comunicare a pares e iscambiare datos."
},
"nplurals=2; plural=(n != 1);");