es_AR.php 1.45 KB
<?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"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";