diff options
Diffstat (limited to 'apps/files_sharing/l10n/ca.php')
-rw-r--r-- | apps/files_sharing/l10n/ca.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php index ccf7fc28ec1..cbe8f86e253 100644 --- a/apps/files_sharing/l10n/ca.php +++ b/apps/files_sharing/l10n/ca.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.", "Password" => "Contrasenya", "Submit" => "Envia", @@ -15,3 +16,4 @@ "Cancel upload" => "Cancel·la la pujada", "No preview available for" => "No hi ha vista prèvia disponible per a" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |