diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-27 16:36:42 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-27 16:36:42 -0400 |
commit | 6867494f338aed53acadb6a1790112e0235e0ba9 (patch) | |
tree | d700caad9d6d3aeb213bcbd94d515bd2b3fdd82f /l10n/es_CL.php | |
parent | 6ed616d793500ded3495ce61b9244c5676ebbb61 (diff) |
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/es_CL.php')
-rw-r--r-- | l10n/es_CL.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/es_CL.php b/l10n/es_CL.php index a1682bfd5..ca040bb36 100644 --- a/l10n/es_CL.php +++ b/l10n/es_CL.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Download" => "Descargar", "New folder" => "Nuevo directorio", "Folder name" => "Nombre del directorio", @@ -7,3 +8,4 @@ "Import" => "Importar", "Export" => "Exportar" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |