Files: b562e05b785dd3f68360267ec1b32b9c9e775278 / translations / sync.js
862 bytesRaw
1 | |
2 | exports.gives = {translations: {sync: {strings: true}}} |
3 | |
4 | exports.create = function () { |
5 | return {translations: {sync: {strings: function () { |
6 | return { |
7 | showMore: "Show More", |
8 | channels: "Channels", |
9 | home: "Home", |
10 | directMessages: "Direct Messages", |
11 | replySymbol: "> ", |
12 | error: "Error", |
13 | errorNotFound: "The page wasn't found", |
14 | groupNew: "New Group", |
15 | groupFind: 'Find Group', |
16 | groupIndex: "Group Index", |
17 | //stub: should not be shown on released software! |
18 | stub: "this page is a stub", |
19 | settings: "Settings", |
20 | threadNew: 'New Thread', |
21 | threadShow: "Direct Messages", |
22 | userFind: "Find User", |
23 | userIsInGroups: "is in groups:" |
24 | userConversationsWith: 'conversations you\'ve had with', |
25 | follow: "Follow", |
26 | friendsInCommon: 'friends in common' |
27 | } |
28 | }}}} |
29 | } |
30 | |
31 | |
32 |
Built with git-ssb-web