diff options
Diffstat (limited to 'core/l10n/ca.php')
-rw-r--r-- | core/l10n/ca.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/core/l10n/ca.php b/core/l10n/ca.php index eec9a1cc63b..5e5605aa5b1 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -1,15 +1,23 @@ <?php $TRANSLATIONS = array( +"Category type not provided." => "No s'ha especificat el tipus de categoria.", "No category to add?" => "No voleu afegir cap categoria?", "This category already exists: " => "Aquesta categoria ja existeix:", +"Object type not provided." => "No s'ha proporcionat el tipus d'objecte.", +"%s ID not provided." => "No s'ha proporcionat la ID %s.", +"Error adding %s to favorites." => "Error en afegir %s als preferits.", "No categories selected for deletion." => "No hi ha categories per eliminar.", +"Error removing %s from favorites." => "Error en eliminar %s dels preferits.", "Settings" => "Arranjament", "seconds ago" => "segons enrere", "1 minute ago" => "fa 1 minut", "{minutes} minutes ago" => "fa {minutes} minuts", +"1 hour ago" => "fa 1 hora", +"{hours} hours ago" => "fa {hours} hores", "today" => "avui", "yesterday" => "ahir", "{days} days ago" => "fa {days} dies", "last month" => "el mes passat", +"{months} months ago" => "fa {months} mesos", "months ago" => "mesos enrere", "last year" => "l'any passat", "years ago" => "anys enrere", @@ -18,7 +26,10 @@ "No" => "No", "Yes" => "Sí", "Ok" => "D'acord", +"The object type is not specified." => "No s'ha especificat el tipus d'objecte.", "Error" => "Error", +"The app name is not specified." => "No s'ha especificat el nom de l'aplicació.", +"The required file {file} is not installed!" => "El figtxer requerit {file} no està instal·lat!", "Error while sharing" => "Error en compartir", "Error while unsharing" => "Error en deixar de compartir", "Error while changing permissions" => "Error en canviar els permisos", |