Author: amarkhel
Date: 2009-01-28 04:20:20 -0500 (Wed, 28 Jan 2009)
New Revision: 12447
Modified:
trunk/test-applications/realworld/web/src/main/resources/messages_en.properties
trunk/test-applications/realworld/web/src/main/resources/messages_ru.properties
trunk/test-applications/realworld/web/src/main/webapp/includes/contextMenu/CMForAlbum.xhtml
trunk/test-applications/realworld/web/src/main/webapp/includes/contextMenu/CMForImage.xhtml
trunk/test-applications/realworld/web/src/main/webapp/includes/image/breadCrumb.xhtml
trunk/test-applications/realworld/web/src/main/webapp/includes/image/imageScroller.xhtml
trunk/test-applications/realworld/web/src/main/webapp/layout/panelBar.xhtml
Log:
Modified: trunk/test-applications/realworld/web/src/main/resources/messages_en.properties
===================================================================
---
trunk/test-applications/realworld/web/src/main/resources/messages_en.properties 2009-01-28
01:25:39 UTC (rev 12446)
+++
trunk/test-applications/realworld/web/src/main/resources/messages_en.properties 2009-01-28
09:20:20 UTC (rev 12447)
@@ -264,6 +264,8 @@
friend_error=This user won't be your friend!
acess_not_granted=You have no rights to view this album
invalid_syntax=Invalid syntax
+album_addImage=Add image
+album_addToFavorites=Add to favorite albums
album_present=Album with this name already present!
album_deleteFromFavorite=Delete from favorite
album_show=Show album
Modified: trunk/test-applications/realworld/web/src/main/resources/messages_ru.properties
===================================================================
---
trunk/test-applications/realworld/web/src/main/resources/messages_ru.properties 2009-01-28
01:25:39 UTC (rev 12446)
+++
trunk/test-applications/realworld/web/src/main/resources/messages_ru.properties 2009-01-28
09:20:20 UTC (rev 12447)
@@ -97,7 +97,7 @@
scroller.last=\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u044F\u044F
scroller.prev=\u041F\u0440\u0435\u0434\u044B\u0434\u0443\u0449\u0430\u044F
scroller.next=\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0430\u044F
-scroller.pager=\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435
#{conversationState.selectedImageIndex} \u0438\u0437
\#{conversationState.selectedAlbum.images.size}
+scroller.pager=\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435
\#{conversationState.selectedImageIndex} \u0438\u0437
\#{conversationState.selectedAlbum.images.size}
image.rating=\u0422\u0435\u043A\u0443\u0449\u0438\u0439
\u0440\u0435\u0439\u0442\u0438\u043D\u0433\:
\#{conversationState.selectedImage.rank.rating}
image.numberVotes=\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E
\u0433\u043E\u043B\u043E\u0441\u043E\u0432\:
\#{conversationState.selectedImage.rank.hits}
@@ -204,6 +204,8 @@
friend_error=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C
\u043D\u0435 \u0445\u043E\u0447\u0435\u0442 \u0431\u044B\u0442\u044C
\u0432\u0430\u0448\u0438\u043C \u0434\u0440\u0443\u0433\u043E\u043C\!
acess_not_granted=\u0412\u044B \u043D\u0435 \u0438\u043C\u0435\u0435\u0442\u0435
\u043F\u0440\u0430\u0432 \u0434\u043B\u044F
\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440\u0430 \u044D\u0442\u043E\u0433\u043E
\u0430\u043B\u044C\u0431\u043E\u043C\u0430
invalid_syntax=\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u044B\u0439
\u0441\u0438\u043D\u0442\u0430\u043A\u0441\u0438\u0441
+album_addImage=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C
\u043A\u0430\u0440\u0442\u0438\u043D\u043A\u0443
+album_addToFavorites=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0432
\u0438\u0437\u0431\u0440\u0430\u043D\u043D\u044B\u0435
\u0430\u043B\u044C\u0431\u043E\u043C\u044B
album_present=\u0410\u043B\u044C\u0431\u043E\u043C \u0441 \u0442\u0430\u043A\u0438\u043C
\u0438\u043C\u0435\u043D\u0435\u043C \u0443\u0436\u0435
\u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442\!
album_deleteFromFavorite=\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0438\u0437
\u0438\u0437\u0431\u0440\u0430\u043D\u043D\u043E\u0433\u043E
album_show=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C
\u0430\u043B\u044C\u0431\u043E\u043C
Modified:
trunk/test-applications/realworld/web/src/main/webapp/includes/contextMenu/CMForAlbum.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/realworld/web/src/main/webapp/includes/contextMenu/CMForImage.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/realworld/web/src/main/webapp/includes/image/breadCrumb.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/realworld/web/src/main/webapp/includes/image/imageScroller.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld/web/src/main/webapp/layout/panelBar.xhtml
===================================================================
(Binary files differ)
Show replies by date