diff options
Diffstat (limited to 'apps/files/l10n/ca.js')
-rw-r--r-- | apps/files/l10n/ca.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 6fe2c570f99..4e0153fbb64 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -101,10 +101,12 @@ OC.L10N.register( "Your storage is almost full ({usedSpacePercent}%)." : "L'emmagatzematge està gairebé ple ({usedSpacePercent}%).", "_matches \"{filter}\"_::_match \"{filter}\"_" : ["coincideix amb «{filter}»","coincideixen amb «{filter}»"], "View in folder" : "Visualitza-ho en la carpeta", + "Direct link was copied (only works for people who have access to this file/folder)" : "S'ha copiat l'enllaç directe (només funciona per a les persones que tenen accés a aquest fitxer o carpeta)", "Path" : "Camí", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "En els preferits", "Favorite" : "En els preferits", + "Copy direct link (only works for people who have access to this file/folder)" : "Copia l'enllaç directe (només funciona per a les persones que tinguin accés a aquest fitxer o carpeta)", "New folder" : "Carpeta nova", "Create new folder" : "Crea una carpeta", "Upload file" : "Puja un fitxer", @@ -125,6 +127,7 @@ OC.L10N.register( "Restored by {user}" : "{user} l'ha restaurat", "Renamed by {user}" : "{user} n'ha canviat el nom", "Moved by {user}" : "{user} l'ha desplaçat", + "\"remote account\"" : "«compte remot»", "You created {file}" : "Heu creat {file}", "You created an encrypted file in {file}" : "Heu creat el fitxer xifrat {file}", "{user} created {file}" : "{user} ha creat {file}", |