summaryrefslogtreecommitdiffstats
path: root/l10n/ca.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-27 16:36:42 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-27 16:36:42 -0400
commit6867494f338aed53acadb6a1790112e0235e0ba9 (patch)
treed700caad9d6d3aeb213bcbd94d515bd2b3fdd82f /l10n/ca.php
parent6ed616d793500ded3495ce61b9244c5676ebbb61 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/ca.php')
-rw-r--r--l10n/ca.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/ca.php b/l10n/ca.php
index aa269abbd..a777818a3 100644
--- a/l10n/ca.php
+++ b/l10n/ca.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Can not add feed: Exists already" => "No es pot afegir la font: ja existeix",
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "No es pot afegir la font: la URL no existeix, el certificat SLL no es pot validar o la xml de la font no és vàlida",
"Articles without feed" => "Articles sense font",
@@ -36,3 +37,4 @@
"Unread/Starred Articles" => "Articles no llegits/amb estrelles",
"Error when importing: file does not contain valid JSON" => "Error en importar: el fitxer no conté un JSON vàlid"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";