aboutsummaryrefslogtreecommitdiffstats
path: root/language/templates
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-03-20 22:35:39 +0000
committernikrou <nikrou@piwigo.org>2010-03-20 22:35:39 +0000
commitaf78fa6193f7fec2bad09315aa1fb512d3c9a6fc (patch)
treeff597f8953de508e8e3ee948f4c66689e83fbf8c /language/templates
parent251eeb05aba7ddb79afafd4143a5435fc368b0e7 (diff)
Fix some language keys problems
Need translations ! git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/templates')
-rw-r--r--language/templates/admin.lang.php11
-rw-r--r--language/templates/common.lang.php6
2 files changed, 17 insertions, 0 deletions
diff --git a/language/templates/admin.lang.php b/language/templates/admin.lang.php
index 465ed9855..000b00a2d 100644
--- a/language/templates/admin.lang.php
+++ b/language/templates/admin.lang.php
@@ -667,4 +667,15 @@ $lang['Cannot delete the old permalink !'] = 'Cannot delete the old permalink !'
$lang['Deleted on'] = 'Deleted on';
$lang['Last hit'] = 'Last hit';
$lang['Hit'] = 'Hit';
+
+$lang['Tools'] = "Tools";
+$lang['Photos'] = "Photos";
+$lang['Themes'] = "Themes";
+$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo";
+$lang['Order alphanumerically'] = "Order alphanumerically";
+$lang['Order alphanumerically reverse'] = "Order alphanumerically reverse";
+$lang['Installed Themes'] = "Installed Themes";
+$lang['Add New Theme'] = "Add New Theme";
+$lang['Forbid this theme to users'] = "Forbid this theme to users";
+$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users";
?> \ No newline at end of file
diff --git a/language/templates/common.lang.php b/language/templates/common.lang.php
index 05b28c5e6..0c5f223d6 100644
--- a/language/templates/common.lang.php
+++ b/language/templates/common.lang.php
@@ -370,4 +370,10 @@ $lang['Reset_To_Default'] = 'Reset to default values';
$lang['del_all_favorites_hint'] = 'delete all images from your favorites';
$lang['Sent by'] = 'Sent by';
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies are blocked or not supported by your browser. You must enable cookies to connect.';
+
+$lang['Some info about this picture'] = "Some info about this picture";
+$lang['Some more (technical) info about this picture'] = "Some more (technical) info about this picture";
+$lang['edit this comment'] = "edit this comment";
+$lang['Edit a comment'] = "Edit a comment";
+
?>