diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/federation/l10n/ca.js | 15 | ||||
-rw-r--r-- | apps/federation/l10n/ca.json | 13 | ||||
-rw-r--r-- | apps/updatenotification/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | apps/updatenotification/l10n/de_DE.json | 1 | ||||
-rw-r--r-- | apps/updatenotification/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/updatenotification/l10n/fr.json | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/apps/federation/l10n/ca.js b/apps/federation/l10n/ca.js new file mode 100644 index 00000000000..1d21cd14db2 --- /dev/null +++ b/apps/federation/l10n/ca.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "federation", + { + "Server added to the list of trusted ownClouds" : "Servidor afegit a la llista de confiança ownCloud", + "Server is already in the list of trusted servers." : "El servidor ja està a la llista de servidors de confiança", + "No ownCloud server found" : "No s'ha trobat cap servidor ownCloud", + "Could not add server" : "No s'ha pogut afegir el servidor", + "Federation" : "Federació", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federació ownCloud et permet connectar amb altes servidors ownCloud de confiança per a intercanviar el directori d'usuari. Per exemple, això serà utilitzat per auto-completar usuaris externs de la compartició federada", + "Add server automatically once a federated share was created successfully" : "Afegir servidor automàticament quan s'hagi creat una federació correctament", + "Trusted ownCloud Servers" : "Servidors ownCloud de confiança", + "+ Add ownCloud server" : "+ Afegir servidor ownCloud", + "ownCloud Server" : "Servidor ownCloud" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/ca.json b/apps/federation/l10n/ca.json new file mode 100644 index 00000000000..3d5dc995c04 --- /dev/null +++ b/apps/federation/l10n/ca.json @@ -0,0 +1,13 @@ +{ "translations": { + "Server added to the list of trusted ownClouds" : "Servidor afegit a la llista de confiança ownCloud", + "Server is already in the list of trusted servers." : "El servidor ja està a la llista de servidors de confiança", + "No ownCloud server found" : "No s'ha trobat cap servidor ownCloud", + "Could not add server" : "No s'ha pogut afegir el servidor", + "Federation" : "Federació", + "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federació ownCloud et permet connectar amb altes servidors ownCloud de confiança per a intercanviar el directori d'usuari. Per exemple, això serà utilitzat per auto-completar usuaris externs de la compartició federada", + "Add server automatically once a federated share was created successfully" : "Afegir servidor automàticament quan s'hagi creat una federació correctament", + "Trusted ownCloud Servers" : "Servidors ownCloud de confiança", + "+ Add ownCloud server" : "+ Afegir servidor ownCloud", + "ownCloud Server" : "Servidor ownCloud" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js index d93e8685671..63cfea77fdc 100644 --- a/apps/updatenotification/l10n/de_DE.js +++ b/apps/updatenotification/l10n/de_DE.js @@ -1,6 +1,7 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Aktualisierter Kanal", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", "Updater" : "Updater", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json index 2c8d54da7fe..03cc71ef26e 100644 --- a/apps/updatenotification/l10n/de_DE.json +++ b/apps/updatenotification/l10n/de_DE.json @@ -1,4 +1,5 @@ { "translations": { + "Updated channel" : "Aktualisierter Kanal", "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.", "Updater" : "Updater", "A new version is available: %s" : "Eine neue Version ist verfügbar: %s", diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js index b4bcd3bf242..54bd598911c 100644 --- a/apps/updatenotification/l10n/fr.js +++ b/apps/updatenotification/l10n/fr.js @@ -1,6 +1,7 @@ OC.L10N.register( "updatenotification", { + "Updated channel" : "Canal à jour", "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.", "Updater" : "Mises à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json index d48167344b7..4e1b10fedb9 100644 --- a/apps/updatenotification/l10n/fr.json +++ b/apps/updatenotification/l10n/fr.json @@ -1,4 +1,5 @@ { "translations": { + "Updated channel" : "Canal à jour", "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.", "Updater" : "Mises à jour", "A new version is available: %s" : "Une nouvelle version est disponible : %s", |