working on translations
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -19,10 +19,14 @@ public class Text {
|
||||
public static final String CONTACT = "Contact";
|
||||
public static final String CONTACTS = "contacts";
|
||||
public static final String CONTACT_WITH_ID = "contact ({id})";
|
||||
public static final String CREATE_BOOKMARK_SUBJECT = "create_bookmark_subject";
|
||||
public static final String CREATE_BOOKMARK_DESCRIPTION = "create_bookmark_description";
|
||||
public static final String CUSTOMER = "customer";
|
||||
public static final String CUSTOMER_SETTINGS = "customer settings";
|
||||
|
||||
public static final String DESTINATION = "destination";
|
||||
public static final String DELETE_BOOKMARK_DESCRIPTION = "The deleted bookmark was described as:\n{description}";
|
||||
public static final String DELETE_BOOKMARK_SUBJECT = "{user} deleted {url}";
|
||||
public static final String DOCUMENT = "document";
|
||||
public static final String DOCUMENTS = "documents";
|
||||
public static final String DOCUMENT_TYPE_ID = "document type id";
|
||||
@@ -43,6 +47,8 @@ public class Text {
|
||||
public static final String LOGIN_SERVICE = "login service";
|
||||
public static final String LONG = "Long";
|
||||
|
||||
public static final String MEMBER_ADDED_TO_BM_DESC = "Description:\n{description}";
|
||||
public static final String MEMBER_ADDED_TO_BM_SUBJ = "{user} shared {url}";
|
||||
public static final String MESSAGE = "message";
|
||||
public static final String MESSAGES = "messages";
|
||||
|
||||
@@ -96,6 +102,8 @@ public class Text {
|
||||
|
||||
public static final String UNIT_PRICE = "unit price";
|
||||
public static final String UNKNOWN_FIELD = "unknown field: {id}";
|
||||
public static final String UPDATE_BM_DESCRIPTION = "{user} updated bookmark";
|
||||
public static final String UPDATE_BM_SUBJECT = "{url} was changed:\n{description}";
|
||||
public static final String USER = "user";
|
||||
public static final String USERS = "users";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user