Created
September 10, 2014 09:21
-
-
Save takeit/e2ff685145c5d4d486e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ads: | |
label: | |
title: "Announcements search" | |
name: "Title" | |
description: "Description" | |
category: "Category" | |
username: "Username" | |
publication: "Publication" | |
price: "Price" | |
reads: "Reads" | |
sure: "Are you sure ?" | |
suremsg: "Are you sure you want to delete? This operation can not be undone." | |
classifieds: "Total classifieds" | |
created: "Created" | |
valid_to: 'Valid To' | |
addingcategory: "Adding new category..." | |
lookingfor: "Looking for" | |
offering: "Offering" | |
enableMaxClassifieds: "Active classifieds limitation" | |
btn: | |
cancel: "Cancel" | |
delete: "Delete" | |
save: "Save" | |
back: "Back" | |
addnew: "Add" | |
filter: | |
category: "Categories" | |
filters: "Filter by status" | |
filterstype: "Filter by type" | |
status: | |
active: "Active" | |
inactive: "Inactive" | |
error: | |
cantdelete: "Can not delete classified!" | |
cantadd: "Can not add new category!" | |
cantaddclassifieds: "We are sorry, but you can not add classifieds! Upgrade to higher membership type." | |
cantactivate: "Can not activate" | |
cantdeactivate: "Can not deactivate" | |
description: "You must add description!" | |
name: "You must add title!" | |
termsaccepted: "Please, accept Terms of Service!" | |
maxClassifieds: "You can not have more than {{ count }} classifieds active at the same time. Deactivate old announcement/s to add new one." | |
price: | |
empty: "Price field can not be empty!" | |
range: "Price must be more than {{ limit }}" | |
type: "Price must be a number!" | |
unsupportedType: "Unsupported image type %type%" | |
notwritable: "Directory %dir% is not writable or does not exist" | |
cantaddimages: "You can not add images." | |
namelength: "This value is too long. It should have {{ limit }} characters or less" | |
success: | |
deleted: "Classified successfully deleted." | |
saved: "Successfully saved." | |
add: "Successfully added." | |
activated: "Successfully activated" | |
deactivated: "Successfully deactivated" | |
help: | |
notify: "Notifications about new classifieds will be sent to this email. Notifications from plugin will be sent from this email." | |
valid_time: "Set how long (days) classified will be valid (by default)" | |
review: "When enabled, each new classified status will be set to deactivated by default." | |
enablenotify: "Disabled by default. When enabled, you will recieve email notifications about new classifieds for defined below email address." | |
maxClassifieds: "Users can post as many classifieds as they like, but no more than set here, concurrently active." | |
enableMaxClassifieds: "Enable limitation of active classifieds per user. When enabled limit will be set to value from the field below." | |
menu: | |
manage: "Manage classifieds" | |
name: "Classifieds" | |
settings: "Settings" | |
classifieds: "Classifieds" | |
edit: "Edit classified" | |
actions: "Quick actions" | |
categories: "Categories" | |
editcategory: "Edit category" | |
created: "Created" | |
updated: "Updated" | |
permissions: | |
edit: "Edit" | |
activate: "Activate" | |
deactivate: "Deactivate" | |
settings: "Manage settings" | |
delete: "Delete" | |
add: "Add" | |
access: "Access plugin" | |
table: | |
actions: | |
actions: "Actions" | |
edit: Edit | |
activate: "Activate" | |
deactivate: "Deactivate" | |
remove: "Delete" | |
confirm_remove: "Do you really want to remove this announcement?" | |
table_messages: | |
page: "Page" | |
perPageText: "Show: " | |
pageText: "Pages: " | |
recordCountPageBoundTemplate: "{pageLowerBound} to {pageUpperBound} of" | |
recordCountPageUnboundedTemplate: "{recordsShown} of" | |
recordCountTotalTemplate: "{recordsQueryCount} {collectionName}" | |
recordCountFilteredTemplate: " (filtered from {recordsTotal} total records)" | |
recordCountText: "Showing " | |
recordCountTextTemplate: "{text} {pageTemplate} {totalTemplate} {filteredTemplate}" | |
recordCountTemplate: "<span id='dynatable-record-count-{elementId}' class='dynatable-record-count'>{textTemplate}</span>" | |
processingText: "Processing..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment