diff --git a/languages/en_US.json b/languages/en_US.json old mode 100644 new mode 100755 index 965298a8..10e6bd54 --- a/languages/en_US.json +++ b/languages/en_US.json @@ -15,6 +15,7 @@ "editor": "Editor", "dashboard": "Dashboard", "role": "Role", + "post": "Post", "posts": "Posts", "users": "Users", "administrator": "Administrator", @@ -49,6 +50,8 @@ "dasbhoard": "Dasbhoard", "manage": "Manage", "themes": "Themes", + "prev-page": "Prev page", + "next-page": "Next page", "configure-plugin": "Configure plugin", "confirm-delete-this-action-cannot-be-undone": "Confirm delete, this action cannot be undone.", "site-title": "Site title", @@ -59,6 +62,7 @@ "site-url": "Site url", "writting-settings": "Writting settings", "url-filters": "URL filters", + "page": "Page", "pages": "Pages", "home": "Home", "welcome-back": "Welcome back", @@ -82,11 +86,25 @@ "publish-now": "Publish now", "first-name": "First name", "last-name": "Last name", + "bludit-version": "Bludit version", + "powered-by": "Powered by", + "recent-posts": "Recent Posts", "manage-pages": "Manage pages", "advanced-options": "Advanced options", + "user-deleted": "User deleted", + "page-added-successfully": "Page added successfully", + "post-added-successfully": "Post added successfully", + "the-post-has-been-deleted-successfully": "The post has been deleted successfully", + "the-page-has-been-deleted-successfully": "The page has been deleted successfully", + "username-or-password-incorrect": "Username or password incorrect", "database-regenerated": "Database regenerated", - "html-markdown-code-supported": "HTML and Markdown code supported.", + "the-changes-have-been-saved": "The changes have been saved", "enable-more-features-at": "Enable more features at", + "username-already-exists": "Username already exists", + "username-field-is-empty": "Username field is empty", + "the-password-and-confirmation-password-do-not-match":"The password and confirmation password do not match", + "user-has-been-added-successfully": "User has been added successfully", + "you-do-not-have-sufficient-permissions": "You do not have sufficient permissions to access this page, contact the administrator.", "settings-advanced-writting-settings": "Settings->Advanced->Writting Settings", "new-posts-and-pages-synchronized": "New posts and pages synchronized.", "you-can-choose-the-users-privilege": "You can choose the user's privilege. The editor role only can write pages and posts.", @@ -101,9 +119,9 @@ "select-your-sites-language": "Select your site's language.", "select-a-timezone-for-a-correct": "Select a timezone for a correct date/time display on your site.", "you-can-use-this-field-to-define-a-set-of": "You can use this field to define a set of parameters related to the languege, country and special preferences.", - "email": "Email", - "email": "Email", - "email": "Email", - "email": "Email", - "email": "Email" + "you-can-modify-the-url-which-identifies":"You can modify the URL which identifies a page or post using human-readable keywords. No more than 150 characters.", + "this-field-can-help-describe-the-content": "This field can help describe the content in a few words. No more than 150 characters.", + "write-the-tags-separeted-by-comma": "Write the tags separeted by comma. eg: tag1, tag2, tag3", + "delete-the-user-and-all-its-posts":"Delete the user and all its posts", + "delete-the-user-and-associate-its-posts-to-admin-user": "Delete the user and associate its posts to admin user" } \ No newline at end of file diff --git a/languages/fr_FR.json b/languages/fr_FR.json index ba0cd3dc..03f5a1af 100755 --- a/languages/fr_FR.json +++ b/languages/fr_FR.json @@ -3,7 +3,7 @@ { "native": "Français (France)", "english-name": "French", - "last-update": "2015-07-20", + "last-update": "2015-07-23", "author": "Fred", "email": "", "website": "" @@ -121,5 +121,7 @@ "you-can-use-this-field-to-define-a-set-of": "Vous pouvez utiliser ce champ pour définir un ensemble de paramètres liés à la langue, le pays et les préférences particulières.", "you-can-modify-the-url-which-identifies":"Vous pouvez modifier l'URL qui identifie une page ou un article, en utilisant des mots-clés lisibles. Pas plus de 150 caractères.", "this-field-can-help-describe-the-content": "Ce champ peut aider à décrire le contenu en quelques mots. Pas plus de 150 caractères.", - "write-the-tags-separeted-by-comma": "Écrivez les tags en les séparant par une virgule. par exemple : tag1, tag2, tag3" + "write-the-tags-separeted-by-comma": "Écrivez les tags en les séparant par une virgule. par exemple : tag1, tag2, tag3", + "delete-the-user-and-all-its-posts":"Supprimer l’utilisateur et tous ses messages", + "delete-the-user-and-associate-its-posts-to-admin-user": "Supprimez l’utilisateur et associez ses messages à l’administrateur principal" } \ No newline at end of file