summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/ca.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/ca.php')
-rw-r--r--apps/files/l10n/ca.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php
index 8d5f69f3318..8d8469fbea4 100644
--- a/apps/files/l10n/ca.php
+++ b/apps/files/l10n/ca.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "No s'ha pogut moure %s - Ja hi ha un fitxer amb aquest nom",
"Could not move %s" => " No s'ha pogut moure %s",
"Unable to set upload directory." => "No es pot establir la carpeta de pujada.",
@@ -79,3 +80,4 @@
"files" => "fitxers",
"Upgrading filesystem cache..." => "Actualitzant la memòria de cau del sistema de fitxers..."
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";