diff options
Diffstat (limited to 'core/l10n/ca.php')
-rw-r--r-- | core/l10n/ca.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/core/l10n/ca.php b/core/l10n/ca.php index d85da45b5d6..cd6bca1bd10 100644 --- a/core/l10n/ca.php +++ b/core/l10n/ca.php @@ -8,14 +8,6 @@ $TRANSLATIONS = array( "Updating filecache, this may take really long..." => "Actualitzant la memòria de cau del fitxers, això pot trigar molt...", "Updated filecache" => "Actualitzada la memòria de cau dels fitxers", "... %d%% done ..." => "... %d%% fet ...", -"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: %s" => "Aquesta categoria ja existeix: %s", -"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.", "No image or file provided" => "No s'han proporcionat imatges o fitxers", "Unknown filetype" => "Tipus de fitxer desconegut", "Invalid image" => "Imatge no vàlida", @@ -67,12 +59,9 @@ $TRANSLATIONS = array( "(all selected)" => "(selecciona-ho tot)", "({count} selected)" => "({count} seleccionats)", "Error loading file exists template" => "Error en carregar la plantilla de fitxer existent", -"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 fitxer requerit {file} no està instal·lat!", "Shared" => "Compartit", "Share" => "Comparteix", +"Error" => "Error", "Error while sharing" => "Error en compartir", "Error while unsharing" => "Error en deixar de compartir", "Error while changing permissions" => "Error en canviar els permisos", @@ -104,6 +93,9 @@ $TRANSLATIONS = array( "Sending ..." => "Enviant...", "Email sent" => "El correu electrónic s'ha enviat", "Warning" => "Avís", +"The object type is not specified." => "No s'ha especificat el tipus d'objecte.", +"Delete" => "Esborra", +"Add" => "Afegeix", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "L'actualització ha estat incorrecte. Comuniqueu aquest error a <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">la comunitat ownCloud</a>.", "The update was successful. Redirecting you to ownCloud now." => "L'actualització ha estat correcte. Ara us redirigim a ownCloud.", "%s password reset" => "restableix la contrasenya %s", @@ -126,8 +118,6 @@ $TRANSLATIONS = array( "Help" => "Ajuda", "Access forbidden" => "Accés prohibit", "Cloud not found" => "No s'ha trobat el núvol", -"Edit categories" => "Edita les categories", -"Add" => "Afegeix", "Security Warning" => "Avís de seguretat", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La versió de PHP que useu és vulnerable a l'atac per NULL Byte (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "Actualitzeu la instal·lació de PHP per usar %s de forma segura.", |