diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 15:41:45 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-15 15:41:45 +0200 |
commit | ada13a4d40feb4802ca393b8c0a8e09f35f571c2 (patch) | |
tree | 2a22c3f81bbecfbab43faf844a924422e032138f /lib/l10n/es_AR.php | |
parent | c71408eaa9f4614cb8caa726ed3172ce77a359f2 (diff) | |
download | nextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.tar.gz nextcloud-server-ada13a4d40feb4802ca393b8c0a8e09f35f571c2.zip |
fixing all broken translation files
Diffstat (limited to 'lib/l10n/es_AR.php')
-rw-r--r-- | lib/l10n/es_AR.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/es_AR.php b/lib/l10n/es_AR.php index 5e27a74b5db..0632c754052 100644 --- a/lib/l10n/es_AR.php +++ b/lib/l10n/es_AR.php @@ -41,13 +41,13 @@ $TRANSLATIONS = array( "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Tu servidor web no está configurado todavía para permitir sincronización de archivos porque la interfaz WebDAV parece no funcionar.", "Please double check the <a href='%s'>installation guides</a>." => "Por favor, comprobá nuevamente la <a href='%s'>guía de instalación</a>.", "seconds ago" => "segundos atrás", -"_%n minute ago_::_%n minutes ago_" => array(,), -"_%n hour ago_::_%n hours ago_" => array(,), +"_%n minute ago_::_%n minutes ago_" => array("",""), +"_%n hour ago_::_%n hours ago_" => array("",""), "today" => "hoy", "yesterday" => "ayer", -"_%n day go_::_%n days ago_" => array(,), +"_%n day go_::_%n days ago_" => array("",""), "last month" => "el mes pasado", -"_%n month ago_::_%n months ago_" => array(,), +"_%n month ago_::_%n months ago_" => array("",""), "last year" => "el año pasado", "years ago" => "años atrás", "Caused by:" => "Provocado por:", |