summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-16 19:00:49 +0200
committerYorhel <git@yorhel.nl>2009-08-17 16:27:16 +0200
commitdc2a9de7c0e519eb3a930f0b38ebe26861b2752e (patch)
tree4d168c127e87a27a29ad6cbde30878ab141b540f /data
parent472f4055f3da696c8e4dd63eb34c538ec5d53a73 (diff)
L10N: Converted htmlBrowseNavigate() and htmlRevision()
Diffstat (limited to 'data')
-rw-r--r--data/lang.txt47
1 files changed, 46 insertions, 1 deletions
diff --git a/data/lang.txt b/data/lang.txt
index 53a7a23e..8fe132bd 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -262,7 +262,8 @@ ru*:
#############################################################################
## Main website layout ##
#############################################################################
-# Util::LayoutHTML and Util::CommonHTML::htmlMainTabs
+# Util::LayoutHTML
+# Util::CommonHTML::htmlMainTabs, htmlBrowseNavigate, htmlRevision
# Main title of the site, used on header of each page and as title on the homepage
@@ -451,6 +452,7 @@ ru*:
en : copy
ru*:
+# following line is also used on revision pages (it's the same action, anyway)
:_mtabs_edit
en : edit
ru*:
@@ -484,6 +486,49 @@ en : relations
ru*:
+# Navigation buttons on the browse pages
+
+:_browse_previous
+en : previous
+ru*:
+
+:_browse_next
+en : next
+ru*:
+
+
+# Revision pages
+
+:_revision_previous
+en : earlier revision
+ru*:
+
+:_revision_next
+en : later revision
+ru*:
+
+:_revision_title
+en : Revision [_1]
+ru*:
+
+# it's the summary of the edit, "edit" is not a verb here.
+:_revision_new_summary
+en : Edit summary
+ru*:
+
+:_revision_edit_summary
+en : Edit summary of revision [_1]:
+ru*:
+
+:_revision_user_date
+en : By [userstr,_1] on [date,_2,full]
+ru*:
+
+:_revision_emptyfield
+en : ~[empty~]
+ru*:
+
+
#############################################################################