Blame view

sources/apps/activity/l10n/es_AR.php 1.45 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
  <?php
  $TRANSLATIONS = array(
  "Your settings have been updated." => "Tu configuración ha sido actualizada",
  "Activity" => "Actividad",
  "A file or folder has been <strong>shared</strong>" => "Un archivo o carpeta ha sido <strong>compartido</strong>",
  "A new file or folder has been <strong>created</strong>" => "Un archivo o carpeta ha sido <strong>creado</strong>",
  "A file or folder has been <strong>changed</strong>" => "Un archivo o carpeta ha sido <strong>modificado</strong>",
  "A file or folder has been <strong>deleted</strong>" => "Un archivo o carpeta ha sido <strong>eliminado</strong>",
  "You created %1\$s" => "Has creado %1\$s",
  "%2\$s created %1\$s" => "%2\$s creó %1\$s",
  "You changed %1\$s" => "Modificaste %1\$s",
  "%2\$s changed %1\$s" => "%2\$s modificó %1\$s",
  "You deleted %1\$s" => "Eliminaste %1\$s",
  "%2\$s deleted %1\$s" => "%2\$s eliminó %1\$s",
  "Shares" => "Compartidos",
  "Files" => "Archivos",
  "%s and %s" => "%s y %s",
  ", " => ", ",
  "_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_::_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_" => array("",""),
  "_%s and %n more_::_%s and %n more_" => array("",""),
  "Hello %s," => "Hola %s:",
  "* %s" => "* %s",
  "You will see a list of events here when you start to use your %s." => "Vas a ver una lista de eventos cuando empieces a usar tu %s.",
  "Notifications" => "Notificaciones",
  "Daily" => "Diariamente",
  "Weekly" => "Semanalmente"
d1bafeea1   Kload   [fix] Upgrade to ...
27
  );
6d9380f96   Cédric Dupont   Update sources OC...
28
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";