blob: 2209eeed8ef129d8520d8731e45fbeafaf8c827b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
en:
##
# Rails thingies.
activerecord:
models:
comment: Comment
tag: Tag
thing: Source
attributes:
comment:
content: Content
tag:
name: Name
thing:
target: Identifier
title: Title
publisher: Publisher
address: Address
year: Year
url: URL
access: Last consulted at
insideof: Inside of
pages: Pages
rate: Rate
status: Status
kind: Kind
note: Notes
authors: Authors
editors: Editors of a collection
bought_at: Bought at
where_is_it: Where is it?
user:
username: Username
password: Password
helpers:
submit:
create: Create
update: Update
##
# App-specific strings.
meta:
description: |
Keep track of all your sources (i.e. books, papers, articles), add notes and tag them. Handle your bibliography with groups that make sense to you and that can be exported and used on the projects you care and are working on.
general:
sure: Are you sure?
edit: edit
delete: delete
new: new
create: create
list: list
in: in
back-to-list: back to list
or: or
cancel: cancel
insideof: Inside of
insideof-vowel: Inside of
comments:
title: Comment
title-plural: Comments
new: New comment
none: 'No comments have been made so far'
edit-title: Edit comment
delete-title: Delete comment
bad-create: Could not add comment for unknown reasons
bad-update: Could not update comment for unknown reasons
layout:
created-by: Created by
this-page-license: This site is free software and is under the
source-code: source code
license:
title: License
at: You can find the source code
here: here
sessions:
title: Welcome!
wrong-credentials: Wrong credentials
sign-in: Sign in
sign-out: Sign out
searches:
title: Search
object: search
home: Home
save: save search
public: Public
none: There are no items for this search
shared:
title: Public searches
none: 'No searches have been shared for now'
export:
action: export
note: 'NOTE'
note-msg: only information that can be used for building up a bibliography section will be included
chapter: Bibliography
tags:
title: Tags
new: New tag
new-action: new
none: You have not created any tags. You can do so by clicking
create-success: Tag was successfully created
destroy-success: Tag was successfully deleted
things:
object: source
create-another: Create another one
none: There are no sources yet. You can add a new one by clicking
create-success: New source was successfully created
update-success: Source was successfully updated
destroy-success: Source was successfully deleted
status:
read: Read
notread: Not read
tobepublished: To be published
kind:
other: Other
poetry: Poetry
theater: Theater
essay: Essay
shorts: Shorts
novel: Novel
paper: Paper
|