Skip to content

Commit

Permalink
Fix l10n labels ids for rotation menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
yurydelendik committed Sep 17, 2012
1 parent 0c4b6f9 commit 7766894
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions l10n/en-US/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ thumb_page_title=Page {{page}}
thumb_page_canvas=Thumbnail of Page {{page}}

# Context menu
page_rotate_cw=Rotate Clockwise
page_rotate_ccw=Rotate Counter-Clockwise
page_rotate_cw.label=Rotate Clockwise
page_rotate_ccw.label=Rotate Counter-Clockwise

# Search panel button title and messages
search=Find
Expand Down
4 changes: 2 additions & 2 deletions l10n/ja/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ thumb_page_title={{page}} ページ
thumb_page_canvas=ページの縮小版 {{page}}

# Context menu
page_rotate_cw=右回転
page_rotate_ccw=左回転
page_rotate_cw.label=右回転
page_rotate_ccw.label=左回転

# Search panel button title and messages
search=検索
Expand Down
4 changes: 4 additions & 0 deletions l10n/ru/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ zoom.title=Масштаб
thumb_page_title=Страница {{page}}
thumb_page_canvas=Уменьшенное изображение страницы {{page}}
request_password=PDF защищён паролем:
fullscreen.title=Полный экран
fullscreen_label=Полный экран
page_rotate_cw.label=Повернуть по часовой стрелке
page_rotate_ccw.label=Повернуть против часовой стрелки
4 changes: 2 additions & 2 deletions l10n/zh-TW/viewer.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ thumb_page_title=第 {{page}} 頁
thumb_page_canvas=第 {{page}} 頁的縮圖

# 右鍵菜單
page_rotate_cw=順時針旋轉
page_rotate_ccw=逆時針旋轉
page_rotate_cw.label=順時針旋轉
page_rotate_ccw.label=逆時針旋轉

# 搜尋面板按鍵文字及訊息
search=搜索
Expand Down

0 comments on commit 7766894

Please sign in to comment.