Blame view

sources/apps/updater/l10n/ca.php 2.22 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "Checking your installation..." => "S'està comprovant la instal·ació...",
d1bafeea1   Kload   [fix] Upgrade to ...
4
5
6
7
  "Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "L'actualització no és possible. Assegureu-vos que el servidor té accés d'escriptura als fitxers i carpetes següents:",
  "Version not found" => "No s'ha trobat la versió",
  "Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "L'actualització no és possible. El servidor no té permisos suficients per eliminar la carpeta següent:",
  "Update permissions on this directory and its content or remove it manually first." => "Actualitzeu els permisos en aquesta carpeta i el seu contingut o elimineu-la manualment primer.",
6d9380f96   Cédric Dupont   Update sources OC...
8
  "Downloading package..." => "S'està baixant el paquet...",
d1bafeea1   Kload   [fix] Upgrade to ...
9
  "Unable to fetch package" => "No es pot baixar el paquet",
6d9380f96   Cédric Dupont   Update sources OC...
10
  "Creating backup..." => "S'està creant la còpia de seguretat...",
d1bafeea1   Kload   [fix] Upgrade to ...
11
12
  "Here is your backup: " => "Aquí hi ha la còpia de seguretat:",
  "Failed to create backup" => "Ha fallat en crear la còpia de seguretat",
6d9380f96   Cédric Dupont   Update sources OC...
13
  "Moving files..." => "S'estant movent els fitxers...",
d1bafeea1   Kload   [fix] Upgrade to ...
14
15
  "All done. Click to the link below to start database upgrade." => "S'ha acabat. Féu clic a l'enllaç inferior per començar l'actualització de la base de dades.",
  "Update failed" => "L'actualització ha fallat",
6d9380f96   Cédric Dupont   Update sources OC...
16
17
18
  "The update was unsuccessful. Please check logs at admin page and report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>." => "L'actualització no ha tingut èxit. Comproveu els registres a la pàgina d'administració i informeu d'aquesta incidència a la <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">comunitat ownCloud</a>.",
  "Proceed" => "Procedeix",
  "Updater" => "Actualitzador",
d1bafeea1   Kload   [fix] Upgrade to ...
19
20
21
22
23
24
25
26
27
28
  "Update Center" => "Centre d'actualitzacions",
  "Backup Management" => "Gestió de còpies de seguretat",
  "Update" => "Actualitza",
  "Backup directory" => "Còpia de seguretat de la carpeta",
  "Backup" => "Còpia de seguretat",
  "Done on" => "Feta el",
  "Download" => "Baixa",
  "Delete" => "Esborra",
  "No backups found" => "No hi ha còpies de seguretat"
  );
6d9380f96   Cédric Dupont   Update sources OC...
29
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";