diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-08 11:58:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-08 11:58:32 +0000 |
| commit | 3d58ddad88b6a6f96626453a78b10fe298567612 (patch) | |
| tree | 8a345dfc86cc1f842d919f59fad205b8b18eed1f /plugins/markasjunk | |
| parent | be1b537623a156b3886e5900c999aae6a8bbda36 (diff) | |
- Added es_AR localization files (#1486834)
git-svn-id: https://svn.roundcube.net/trunk@3809 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/markasjunk')
| -rw-r--r-- | plugins/markasjunk/localization/es_AR.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/markasjunk/localization/es_AR.inc b/plugins/markasjunk/localization/es_AR.inc new file mode 100644 index 000000000..717664126 --- /dev/null +++ b/plugins/markasjunk/localization/es_AR.inc @@ -0,0 +1,9 @@ +<?php + +// MPBAUPGRADE + +$labels = array(); +$labels['buttontitle'] = 'Marcar como SPAM'; +$labels['reportedasjunk'] = 'Mensaje reportado como SPAM'; + +?> |
