diff options
author | plegall <plg@piwigo.org> | 2008-09-19 21:18:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-09-19 21:18:40 +0000 |
commit | f3c2080767dfeafa8aa0e645c8c713ca026aeeb9 (patch) | |
tree | 6205a0f4b2b216f78c9cef685f621eff122c42fa /language/es_ES | |
parent | 324a4a112ac4a883f086372c8053c0021a4380d4 (diff) |
deletion: function export_pwg_data was inadvertently added with r1817 while
the development was not finished.
git-svn-id: http://piwigo.org/svn/trunk@2551 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/es_ES')
-rw-r--r-- | language/es_ES/admin.lang.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index 16e37c3c4..8504b1c0b 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -468,7 +468,6 @@ $lang['Elements_not_linked'] = 'Elementos no atados'; $lang['special_admin_menu'] = 'Clases de matemáticas superiores'; $lang['Duplicates'] = 'Ficheros que llevan el mismo nombre en varias categorías físicas'; -$lang['Export data'] = 'Exportar los datos'; $lang['Overall'] = 'Vista global'; $lang['Year'] = 'Año'; $lang['Month'] = 'Mes'; @@ -632,4 +631,4 @@ $lang['link_info_image'] = 'Modificar las informaciones'; $lang['edit category informations'] = 'editar las informaciones de esta categoría'; $lang['nothing'] = 'nada'; /* TODO */ $lang['overrides existing values with empty ones'] = 'overrides existing values with empty ones'; -?>
\ No newline at end of file +?> |