Skip to content

Commit

Permalink
Agrega traducción del plugin actionable desde nuestro fork desastre-e…
Browse files Browse the repository at this point in the history
…cuador/Ushahidi-plugin-actionable
  • Loading branch information
jreyes33 committed Apr 26, 2016
1 parent fc729d4 commit 969439b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions plugins/actionable/i18n/es_AR/actionable.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php defined('SYSPATH') or die('No direct script access.');
$lang = array(
'actionable' => 'Procesable',
'not_actionable' => 'No procesable',
'urgent' => 'Urgente',
'action_taken' => 'Acción tomada',
'action_status_description' => 'Este reporte necesita alguna acción?',
'action_summary_description' => 'Ha sido tomada alguna acción? Resumir la acción tomada o requerida',
'summary' => 'Resumen',
'action_needed' => 'Acción necesaria',
'action_urgent' => 'Es necesario actuar urgentemente'
);
?>

0 comments on commit 969439b

Please sign in to comment.