diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-10 00:08:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-10 00:08:31 +0000 |
commit | fb78774eb806934c96bbd7106712c603877fb175 (patch) | |
tree | cf72042d62dfd32045358597403836655344d91b /apps/federation | |
parent | ec69980154c25fb48e76ffec621f449ec52d6db5 (diff) | |
download | nextcloud-server-fb78774eb806934c96bbd7106712c603877fb175.tar.gz nextcloud-server-fb78774eb806934c96bbd7106712c603877fb175.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/federation')
-rw-r--r-- | apps/federation/l10n/ast.js | 14 | ||||
-rw-r--r-- | apps/federation/l10n/ast.json | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/apps/federation/l10n/ast.js b/apps/federation/l10n/ast.js new file mode 100644 index 00000000000..d2d20dc9adf --- /dev/null +++ b/apps/federation/l10n/ast.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "federation", + { + "Added to the list of trusted servers" : "Amestóse al llistáu de sirvidores d'enfotu", + "Server is already in the list of trusted servers." : "El sirvidor yá ta nel llistáu de sirvidores d'enfotu.", + "No server to federate with found" : "Nun s'alcontró dengún sirvidor col que federase", + "Could not add server" : "Nun pudo amestase'l sirvidor", + "Federation" : "Federación", + "Trusted servers" : "Sirvidores d'enfotu", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación permite coneutate con otros sirvidores d'enfotu pa intercambiar el direutoriu d'usuarios. Por exemplu, esto usaráse p'auto-completar usuarios esternos y compatir de mou federáu.", + "Trusted server" : "Sirvidor d'enfotu", + "Add" : "Amestar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/ast.json b/apps/federation/l10n/ast.json new file mode 100644 index 00000000000..cff8e325709 --- /dev/null +++ b/apps/federation/l10n/ast.json @@ -0,0 +1,12 @@ +{ "translations": { + "Added to the list of trusted servers" : "Amestóse al llistáu de sirvidores d'enfotu", + "Server is already in the list of trusted servers." : "El sirvidor yá ta nel llistáu de sirvidores d'enfotu.", + "No server to federate with found" : "Nun s'alcontró dengún sirvidor col que federase", + "Could not add server" : "Nun pudo amestase'l sirvidor", + "Federation" : "Federación", + "Trusted servers" : "Sirvidores d'enfotu", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación permite coneutate con otros sirvidores d'enfotu pa intercambiar el direutoriu d'usuarios. Por exemplu, esto usaráse p'auto-completar usuarios esternos y compatir de mou federáu.", + "Trusted server" : "Sirvidor d'enfotu", + "Add" : "Amestar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |