diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-16 15:23:00 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-16 15:23:00 +0000 |
commit | bc1278a3f7686486e91f555123e5935f81e7abbe (patch) | |
tree | b1bf226c2f9713124d7bce55f202a5fffa29c5aa /language/es_ES/admin.lang.php | |
parent | 193faedbd664074476aa2c4a1ba257fb421e835d (diff) |
"Extend for templates" needs translators.
git-svn-id: http://piwigo.org/svn/trunk@2439 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/es_ES/admin.lang.php')
-rw-r--r-- | language/es_ES/admin.lang.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index dec740529..5f5655f20 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -651,5 +651,16 @@ $lang['Piwigo version'] = 'Versión de Piwigo'; $lang['You are running the latest version of Piwigo.'] = 'Usted utiliza la última versión de Piwigo.'; /* TODO */ $lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]'; /* TODO */ $lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'; - +/* TODO */ $lang['Deleted on'] = 'Deleted on'; +/* TODO */ $lang['Last hit'] = 'Last hit'; +/* TODO */ $lang['Hits'] = 'Hits'; +/* TODO */ $lang['GD library is missing'] = 'GD library is missing'; +/* TODO */ $lang['conf_extents'] = 'Templates'; +/* TODO */ $lang['extend_for_templates'] = 'Extend for templates'; +/* TODO */ $lang['Replacement of original templates'] = + 'Replacement of original templates by customized templates from template-extension subfolder'; +/* TODO */ $lang['Replacers'] = 'Replacers (customized templates)'; +/* TODO */ $lang['Original templates'] = 'Original templates'; +/* TODO */ $lang['Optional URL keyword'] = 'Optional URL keyword'; +/* TODO */ $lang['Templates recorded.'] = 'Templates configuration has been recorded.'; ?> |