diff options
Diffstat (limited to 'apps/files_sharing/l10n/ca.js')
-rw-r--r-- | apps/files_sharing/l10n/ca.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index 11b75cdd36d..fae065f636e 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -79,6 +79,7 @@ OC.L10N.register( "Wrong path, file/folder does not exist" : "El camí és incorrecte, el fitxer o la carpeta no existeix", "Could not create share" : "No s'ha pogut crear l'element compartit", "Invalid permissions" : "Els permisos no són vàlids", + "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser AAAA-MM-DD", "Please specify a valid account to share with" : "Especifiqueu un compte vàlid amb qui compartir", "Group sharing is disabled by the administrator" : "L'administrador ha inhabilitat l'ús compartit en grup", "Please specify a valid group" : "Especifiqueu un grup vàlid", @@ -88,7 +89,6 @@ OC.L10N.register( "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "No s'ha pogut compartir %s enviant la contrasenya per Converses del Nextcloud perquè l'aplicació Converses del Nextcloud no està habilitada", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "No s'ha pogut compartir %1$s perquè el rerefons no permet elements compartits de tipus %2$s", "Please specify a valid federated account ID" : "Especifiqueu un ID de compte federat vàlid", - "Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser AAAA-MM-DD", "Please specify a valid federated group ID" : "Especifiqueu un ID de grup federat vàlid", "You cannot share to a Circle if the app is not enabled" : "No podeu compartir-ho en un cercle si l'aplicació no està habilitada", "Please specify a valid circle" : "Especifiqueu un cercle vàlid", @@ -210,12 +210,10 @@ OC.L10N.register( "Share with {userName}" : "Comparteix amb {userName}", "Share with group" : "Comparteix amb el grup", "Share in conversation" : "Comparteix en la conversa", - "Share with remote" : "Comparteix en remot", "Share with remote group" : "Comparteix amb el grup remot", "Share with guest" : "Comparteix amb el convidat", - "Share with" : "Comparteix amb", - "Save share" : "Desa l'element compartit", "Update share" : "Actualitza l'element compartit", + "Save share" : "Desa l'element compartit", "Others with access" : "Altres usuaris amb accés", "No other accounts with access found" : "No s'ha trobat cap altre compte amb accés", "Toggle list of others with access to this directory" : "Canvia la llista d'altres usuaris amb accés a aquesta carpeta", @@ -314,6 +312,8 @@ OC.L10N.register( "the item was removed" : "S'ha suprimit l'element.", "the link expired" : "L'enllaç ha caducat.", "sharing is disabled" : "S'ha inhabilitat l'ús compartit.", - "For more info, please ask the person who sent this link." : "Per a més informació, contacteu amb qui us hagi enviat l'enllaç." + "For more info, please ask the person who sent this link." : "Per a més informació, contacteu amb qui us hagi enviat l'enllaç.", + "Share with remote" : "Comparteix en remot", + "Share with" : "Comparteix amb" }, "nplurals=2; plural=(n != 1);"); |