summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/ca.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/l10n/ca.php')
-rw-r--r--apps/files_external/l10n/ca.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/ca.php b/apps/files_external/l10n/ca.php
index 90ac954301f..c1d6ec077b4 100644
--- a/apps/files_external/l10n/ca.php
+++ b/apps/files_external/l10n/ca.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Access granted" => "S'ha concedit l'accés",
"Error configuring Dropbox storage" => "Error en configurar l'emmagatzemament Dropbox",
"Grant access" => "Concedeix accés",
@@ -24,3 +25,4 @@
"SSL root certificates" => "Certificats SSL root",
"Import Root Certificate" => "Importa certificat root"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";