Blame view

sources/core/l10n/es_CL.php 1.48 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  <?php
  $TRANSLATIONS = array(
  "Sunday" => "Domingo",
  "Monday" => "Lunes",
  "Tuesday" => "Martes",
  "Wednesday" => "Miércoles",
  "Thursday" => "Jueves",
  "Friday" => "Viernes",
  "Saturday" => "Sábado",
  "January" => "Enero",
  "February" => "Febrero",
  "March" => "Marzo",
  "April" => "Abril",
  "May" => "Mayo",
  "June" => "Junio",
  "July" => "Julio",
  "August" => "Agosto",
  "September" => "Septiembre",
  "October" => "Octubre",
  "November" => "Noviembre",
  "December" => "Diciembre",
  "Settings" => "Configuración",
  "seconds ago" => "segundos antes",
  "_%n minute ago_::_%n minutes ago_" => array("",""),
  "_%n hour ago_::_%n hours ago_" => array("",""),
  "today" => "hoy",
  "yesterday" => "ayer",
  "_%n day ago_::_%n days ago_" => array("",""),
  "last month" => "mes anterior",
  "_%n month ago_::_%n months ago_" => array("",""),
  "last year" => "último año",
  "years ago" => "años anteriores",
  "Yes" => "Si",
  "No" => "No",
  "Choose" => "Choose",
  "Ok" => "Ok",
  "_{count} file conflict_::_{count} file conflicts_" => array("",""),
  "Cancel" => "Cancelar",
  "Shared" => "Compartido",
  "Share" => "Compartir",
  "Error" => "Error",
  "Error while sharing" => "Ocurrió un error mientras compartía",
  "Error while unsharing" => "Ocurrió un error mientras dejaba de compartir",
  "Error while changing permissions" => "Ocurrió un error mientras se cambiaban los permisos",
  "The object type is not specified." => "El tipo de objeto no está especificado.",
  "Username" => "Usuario",
  "Password" => "Clave"
  );
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";