nextcloud/apps/files_sharing/l10n/es_AR.php

20 lines
908 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Compartido por {owner}",
2014-06-01 09:55:19 +04:00
"Shared by" => "Compartido por",
2014-03-11 09:59:39 +04:00
"This share is password-protected" => "Esto está protegido por contraseña",
2013-07-12 04:12:25 +04:00
"The password is wrong. Try again." => "La contraseña no es correcta. Probá de nuevo.",
2012-09-25 04:05:18 +04:00
"Password" => "Contraseña",
2014-06-01 09:55:19 +04:00
"Name" => "Nombre",
2013-09-11 14:50:06 +04:00
"Sorry, this link doesnt seem to work anymore." => "Perdón, este enlace parece no funcionar más.",
"Reasons might be:" => "Las causas podrían ser:",
"the item was removed" => "el elemento fue borrado",
"the link expired" => "el enlace expiró",
"sharing is disabled" => "compartir está desactivado",
"For more info, please ask the person who sent this link." => "Para mayor información, contactá a la persona que te mandó el enlace.",
2014-06-19 09:55:38 +04:00
"Save" => "Guardar",
2014-05-04 09:56:15 +04:00
"Download" => "Descargar",
2014-06-14 09:55:24 +04:00
"Direct link" => "Vínculo directo"
2012-09-25 04:05:18 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";