From bb4d4eaec73132d5a4d6031306dadd60fb7995cd Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 31 Mar 2014 18:04:03 -0400 Subject: [PATCH] added pirate english... yarrr --- .tx/config | 15 ++++ public/language/en@pirate/category.json | 12 +++ public/language/en@pirate/footer.json | 7 ++ public/language/en@pirate/global.json | 55 ++++++++++++ public/language/en@pirate/language.json | 5 ++ public/language/en@pirate/login.json | 10 +++ public/language/en@pirate/modules.json | 6 ++ public/language/en@pirate/notifications.json | 10 +++ public/language/en@pirate/pages.json | 14 ++++ public/language/en@pirate/recent.json | 7 ++ public/language/en@pirate/register.json | 18 ++++ public/language/en@pirate/reset_password.json | 14 ++++ public/language/en@pirate/topic.json | 83 +++++++++++++++++++ public/language/en@pirate/unread.json | 6 ++ public/language/en@pirate/user.json | 48 +++++++++++ public/language/en@pirate/users.json | 9 ++ 16 files changed, 319 insertions(+) create mode 100644 public/language/en@pirate/category.json create mode 100644 public/language/en@pirate/footer.json create mode 100644 public/language/en@pirate/global.json create mode 100644 public/language/en@pirate/language.json create mode 100644 public/language/en@pirate/login.json create mode 100644 public/language/en@pirate/modules.json create mode 100644 public/language/en@pirate/notifications.json create mode 100644 public/language/en@pirate/pages.json create mode 100644 public/language/en@pirate/recent.json create mode 100644 public/language/en@pirate/register.json create mode 100644 public/language/en@pirate/reset_password.json create mode 100644 public/language/en@pirate/topic.json create mode 100644 public/language/en@pirate/unread.json create mode 100644 public/language/en@pirate/user.json create mode 100644 public/language/en@pirate/users.json diff --git a/.tx/config b/.tx/config index b134833f0f..22a8bee310 100644 --- a/.tx/config +++ b/.tx/config @@ -8,6 +8,7 @@ source_lang = en_GB trans.ar = public/language/ar/category.json trans.cs = public/language/cs/category.json trans.de = public/language/de/category.json +trans.en@pirate = public/language/en@pirate/category.json trans.es = public/language/es/category.json trans.fa_IR = public/language/fa_IR/category.json trans.fi = public/language/fi/category.json @@ -36,6 +37,7 @@ source_lang = en_GB trans.ar = public/language/ar/login.json trans.cs = public/language/cs/login.json trans.de = public/language/de/login.json +trans.en@pirate = public/language/en@pirate/login.json trans.es = public/language/es/login.json trans.fa_IR = public/language/fa_IR/login.json trans.fi = public/language/fi/login.json @@ -63,6 +65,7 @@ source_lang = en_GB trans.ar = public/language/ar/recent.json trans.cs = public/language/cs/recent.json trans.de = public/language/de/recent.json +trans.en@pirate = public/language/en@pirate/recent.json trans.es = public/language/es/recent.json trans.fa_IR = public/language/fa_IR/recent.json trans.fi = public/language/fi/recent.json @@ -90,6 +93,7 @@ source_lang = en_GB trans.ar = public/language/ar/unread.json trans.cs = public/language/cs/unread.json trans.de = public/language/de/unread.json +trans.en@pirate = public/language/en@pirate/unread.json trans.es = public/language/es/unread.json trans.fa_IR = public/language/fa_IR/unread.json trans.fi = public/language/fi/unread.json @@ -117,6 +121,7 @@ source_lang = en_GB trans.ar = public/language/ar/footer.json trans.cs = public/language/cs/footer.json trans.de = public/language/de/footer.json +trans.en@pirate = public/language/en@pirate/footer.json trans.es = public/language/es/footer.json trans.fa_IR = public/language/fa_IR/footer.json trans.fi = public/language/fi/footer.json @@ -144,6 +149,7 @@ source_lang = en_GB trans.ar = public/language/ar/modules.json trans.cs = public/language/cs/modules.json trans.de = public/language/de/modules.json +trans.en@pirate = public/language/en@pirate/modules.json trans.es = public/language/es/modules.json trans.fa_IR = public/language/fa_IR/modules.json trans.fi = public/language/fi/modules.json @@ -171,6 +177,7 @@ source_lang = en_GB trans.ar = public/language/ar/register.json trans.cs = public/language/cs/register.json trans.de = public/language/de/register.json +trans.en@pirate = public/language/en@pirate/register.json trans.es = public/language/es/register.json trans.fa_IR = public/language/fa_IR/register.json trans.fi = public/language/fi/register.json @@ -198,6 +205,7 @@ source_lang = en_GB trans.ar = public/language/ar/user.json trans.cs = public/language/cs/user.json trans.de = public/language/de/user.json +trans.en@pirate = public/language/en@pirate/user.json trans.es = public/language/es/user.json trans.fa_IR = public/language/fa_IR/user.json trans.fi = public/language/fi/user.json @@ -225,6 +233,7 @@ source_lang = en_GB trans.ar = public/language/ar/global.json trans.cs = public/language/cs/global.json trans.de = public/language/de/global.json +trans.en@pirate = public/language/en@pirate/global.json trans.es = public/language/es/global.json trans.fa_IR = public/language/fa_IR/global.json trans.fi = public/language/fi/global.json @@ -252,6 +261,7 @@ source_lang = en_GB trans.ar = public/language/ar/notifications.json trans.cs = public/language/cs/notifications.json trans.de = public/language/de/notifications.json +trans.en@pirate = public/language/en@pirate/notifications.json trans.es = public/language/es/notifications.json trans.fa_IR = public/language/fa_IR/notifications.json trans.fi = public/language/fi/notifications.json @@ -279,6 +289,7 @@ source_lang = en_GB trans.ar = public/language/ar/reset_password.json trans.cs = public/language/cs/reset_password.json trans.de = public/language/de/reset_password.json +trans.en@pirate = public/language/en@pirate/reset_password.json trans.es = public/language/es/reset_password.json trans.fa_IR = public/language/fa_IR/reset_password.json trans.fi = public/language/fi/reset_password.json @@ -306,6 +317,7 @@ source_lang = en_GB trans.ar = public/language/ar/users.json trans.cs = public/language/cs/users.json trans.de = public/language/de/users.json +trans.en@pirate = public/language/en@pirate/users.json trans.es = public/language/es/users.json trans.fa_IR = public/language/fa_IR/users.json trans.fi = public/language/fi/users.json @@ -333,6 +345,7 @@ source_lang = en_GB trans.ar = public/language/ar/language.json trans.cs = public/language/cs/language.json trans.de = public/language/de/language.json +trans.en@pirate = public/language/en@pirate/language.json trans.es = public/language/es/language.json trans.fa_IR = public/language/fa_IR/language.json trans.fi = public/language/fi/language.json @@ -360,6 +373,7 @@ source_lang = en_GB trans.ar = public/language/ar/pages.json trans.cs = public/language/cs/pages.json trans.de = public/language/de/pages.json +trans.en@pirate = public/language/en@pirate/pages.json trans.es = public/language/es/pages.json trans.fa_IR = public/language/fa_IR/pages.json trans.fi = public/language/fi/pages.json @@ -387,6 +401,7 @@ source_lang = en_GB trans.ar = public/language/ar/topic.json trans.cs = public/language/cs/topic.json trans.de = public/language/de/topic.json +trans.en@pirate = public/language/en@pirate/topic.json trans.es = public/language/es/topic.json trans.fa_IR = public/language/fa_IR/topic.json trans.fi = public/language/fi/topic.json diff --git a/public/language/en@pirate/category.json b/public/language/en@pirate/category.json new file mode 100644 index 0000000000..7ef1b5b82a --- /dev/null +++ b/public/language/en@pirate/category.json @@ -0,0 +1,12 @@ +{ + "new_topic_button": "New Topic", + "no_topics": "Thar be no topics in 'tis category.
Why don't ye give a go' postin' one?", + "posts": "messages", + "views": "views", + "posted": "sent", + "browsing": "browsin'", + "no_replies": "No one has replied to ye message", + "replied": "replied", + "last_edited_by": "last edited by", + "share_this_category": "Share this category" +} \ No newline at end of file diff --git a/public/language/en@pirate/footer.json b/public/language/en@pirate/footer.json new file mode 100644 index 0000000000..128b7a5c8a --- /dev/null +++ b/public/language/en@pirate/footer.json @@ -0,0 +1,7 @@ +{ + "stats.online": "Online", + "stats.users": "Mates", + "stats.topics": "Topics", + "stats.posts": "Messages", + "success": "success" +} \ No newline at end of file diff --git a/public/language/en@pirate/global.json b/public/language/en@pirate/global.json new file mode 100644 index 0000000000..454aa007c9 --- /dev/null +++ b/public/language/en@pirate/global.json @@ -0,0 +1,55 @@ +{ + "home": "Home Port", + "search": "Finderer", + "buttons.close": "Shoot down", + "403.title": "Not Enough Booty Power", + "403.message": "Ye seem to have stumbled upon a page that ye do not have access to. Perhaps ye give a go' loggin' in?", + "404.title": "T'ere be nut'in 'ere", + "404.message": "Ye seem to have stumbled upon a page that does not exist. Return to th' home page", + "500.title": "Broken beam.", + "500.message": "Looks like we've got somethin' in th' sails.", + "register": "Register", + "login": "Login", + "please_log_in": "Please Log In", + "logout": "Logout", + "posting_restriction_info": "Postin' be currently restricted to registered members only, click here to log in.", + "welcome_back": "Welcome to Port", + "you_have_successfully_logged_in": "Ye have successfully logged in", + "save_changes": "Save yer Changes", + "close": "Shoot down", + "pagination": "Pagination", + "header.admin": "Captians only", + "header.recent": "Recent", + "header.unread": "Undiscovered", + "header.popular": "Famous", + "header.users": "Mates", + "header.chats": "Yik-Yaks", + "header.notifications": "Parrot Calls", + "header.search": "Finderer", + "header.profile": "Bunk", + "notifications.loading": "Fetching yer Parrot Calls", + "chats.loading": "Loading Yik-Yaks", + "motd.welcome": "Welcome to NodeBB, th' discussion platform 'o th' future.", + "previouspage": "Previous Page", + "nextpage": "Next Page", + "alert.success": "Success", + "alert.error": "Somethin' broke", + "alert.banned": "Exiled", + "alert.banned.message": "Ye be banned ye gunna be logged out!", + "alert.unfollow": "Ye be no longer stalkin' %1!", + "alert.follow": "Ye be stalkin' %1", + "posts": "Messages", + "views": "Views", + "posted": "posted", + "in": "in", + "norecentposts": "No Recent Posts", + "norecenttopics": "No Recent Topics", + "recentposts": "Recent Messages", + "recentips": "Recently Logged In IPs", + "online": "Available", + "away": "Out to sea", + "dnd": "Do not Disturb", + "invisible": "Magic usin'", + "offline": "Dead", + "privacy": "Privacy" +} \ No newline at end of file diff --git a/public/language/en@pirate/language.json b/public/language/en@pirate/language.json new file mode 100644 index 0000000000..214c4b0c2d --- /dev/null +++ b/public/language/en@pirate/language.json @@ -0,0 +1,5 @@ +{ + "name": "English (Pirate)", + "code": "en@pirate", + "dir": "ltr" +} \ No newline at end of file diff --git a/public/language/en@pirate/login.json b/public/language/en@pirate/login.json new file mode 100644 index 0000000000..738267f53d --- /dev/null +++ b/public/language/en@pirate/login.json @@ -0,0 +1,10 @@ +{ + "login": "Login", + "username": "Yer handle or email", + "password": "Secret Combination", + "remember_me": "Remember Me?", + "forgot_password": "My mind be a scatt'rbrain, help a matey out!", + "alternative_logins": "Oth'r gangplanks", + "failed_login_attempt": "Failed login attempt, please give it a go' again.", + "login_successful": "Welcome on board, matey!" +} \ No newline at end of file diff --git a/public/language/en@pirate/modules.json b/public/language/en@pirate/modules.json new file mode 100644 index 0000000000..93d1369c43 --- /dev/null +++ b/public/language/en@pirate/modules.json @@ -0,0 +1,6 @@ +{ + "chat.chatting_with": "Letters from ", + "chat.placeholder": "Yer message goes here, hit enter to send 'er off", + "chat.send": "Send Parrot", + "chat.no_active": "Ye be a lonely sailor." +} \ No newline at end of file diff --git a/public/language/en@pirate/notifications.json b/public/language/en@pirate/notifications.json new file mode 100644 index 0000000000..061311a37e --- /dev/null +++ b/public/language/en@pirate/notifications.json @@ -0,0 +1,10 @@ +{ + "title": "Notifications", + "no_notifs": "You have no new notifications", + "see_all": "Spy wit' ye eye all ye notifications", + "back_to_home": "Take me back!", + "outgoing_link": "Go offshore", + "outgoing_link_message": "Ye be goin' offshore", + "continue_to": "Continue to", + "return_to": "Return to" +} \ No newline at end of file diff --git a/public/language/en@pirate/pages.json b/public/language/en@pirate/pages.json new file mode 100644 index 0000000000..6b41654688 --- /dev/null +++ b/public/language/en@pirate/pages.json @@ -0,0 +1,14 @@ +{ + "home": "Home", + "unread": "Unread Topics", + "popular": "Popular Topics", + "recent": "Recent Topics", + "users": "Registered Users", + "notifications": "Notifications", + "user.edit": "Editing \"%1\"", + "user.following": "People %1 Follows", + "user.followers": "People who Follow %1", + "user.posts": "Posts made by %1", + "user.favourites": "%1's Favourite Posts", + "user.settings": "User Settings" +} \ No newline at end of file diff --git a/public/language/en@pirate/recent.json b/public/language/en@pirate/recent.json new file mode 100644 index 0000000000..ea8a3101b4 --- /dev/null +++ b/public/language/en@pirate/recent.json @@ -0,0 +1,7 @@ +{ + "title": "Recent", + "day": "Day", + "week": "Week", + "month": "Month", + "no_recent_topics": "There be no recent topics." +} \ No newline at end of file diff --git a/public/language/en@pirate/register.json b/public/language/en@pirate/register.json new file mode 100644 index 0000000000..a063a896ef --- /dev/null +++ b/public/language/en@pirate/register.json @@ -0,0 +1,18 @@ +{ + "register": "Board the ship", + "help.email": "By default, your email will be hidden from the public.", + "help.username_restrictions": "A unique username between %1 and %2 characters. Others can mention you with @username.", + "help.minimum_password_length": "Your password's length must be at least %1 characters.", + "email_address": "Email Address", + "email_address_placeholder": "Enter Email Address", + "username": "Username", + "username_placeholder": "Enter Username", + "password": "Password", + "password_placeholder": "Enter Password", + "confirm_password": "Confirm Password", + "confirm_password_placeholder": "Confirm Password", + "register_now_button": "Register Now", + "alternative_registration": "Alternative Registration", + "terms_of_use": "Terms of Use", + "agree_to_terms_of_use": "I agree to the Terms of Use" +} \ No newline at end of file diff --git a/public/language/en@pirate/reset_password.json b/public/language/en@pirate/reset_password.json new file mode 100644 index 0000000000..dcdf4e76b6 --- /dev/null +++ b/public/language/en@pirate/reset_password.json @@ -0,0 +1,14 @@ +{ + "reset_password": "Reset Password", + "update_password": "Update Password", + "password_changed.title": "Password Changed", + "password_changed.message": "

Password successfully reset, please log in again.", + "wrong_reset_code.title": "Incorrect Reset Code", + "wrong_reset_code.message": "The reset code received was incorrect. Please try again, or request a new reset code.", + "new_password": "New Password", + "repeat_password": "Confirm Password", + "enter_email": "Please enter your email address and we will send you an email with instructions on how to reset your account.", + "enter_email_address": "Enter Email Address", + "password_reset_sent": "Password Reset Sent", + "invalid_email": "Invalid Email / Email does not exist!" +} \ No newline at end of file diff --git a/public/language/en@pirate/topic.json b/public/language/en@pirate/topic.json new file mode 100644 index 0000000000..accbf17a3a --- /dev/null +++ b/public/language/en@pirate/topic.json @@ -0,0 +1,83 @@ +{ + "topic": "Topic", + "topics": "Topics", + "no_topics_found": "No topics found!", + "no_posts_found": "No posts found!", + "profile": "Profile", + "posted_by": "Posted by", + "chat": "Chat", + "notify_me": "Be notified of new replies in this topic", + "quote": "Quote", + "reply": "Reply", + "edit": "Edit", + "delete": "Delete", + "restore": "Restore", + "move": "Move", + "fork": "Fork", + "banned": "banned", + "link": "Link", + "share": "Share", + "tools": "Tools", + "flag": "Flag", + "bookmark_instructions": "Click here to return to your last position or close to discard.", + "flag_title": "Flag this post for moderation", + "deleted_message": "This thread has been deleted. Only users with thread management privileges can see it.", + "following_topic.title": "Following Topic", + "following_topic.message": "You will now be receiving notifications when somebody posts to this topic.", + "not_following_topic.title": "Not Following Topic", + "not_following_topic.message": "You will no longer receive notifications from this topic.", + "login_to_subscribe": "Please register or log in in order to subscribe to this topic.", + "markAsUnreadForAll.success": "Topic marked as unread for all.", + "watch": "Watch", + "watch.title": "Be notified of new replies in this topic", + "share_this_post": "Share this Post", + "thread_tools.title": "Thread Tools", + "thread_tools.markAsUnreadForAll": "Mark Unread", + "thread_tools.pin": "Pin Topic", + "thread_tools.unpin": "Unpin Topic", + "thread_tools.lock": "Lock Topic", + "thread_tools.unlock": "Unlock Topic", + "thread_tools.move": "Move Topic", + "thread_tools.fork": "Fork Topic", + "thread_tools.delete": "Delete Topic", + "thread_tools.restore": "Restore Topic", + "load_categories": "Loading Categories", + "disabled_categories_note": "Disabled Categories are greyed out", + "confirm_move": "Move", + "confirm_fork": "Fork", + "favourite": "Favourite", + "favourites": "Favourites", + "favourites.not_logged_in.title": "Not Logged In", + "favourites.not_logged_in.message": "Please log in in order to favourite this post", + "favourites.has_no_favourites": "You don't have any favourites, favourite some posts to see them here!", + "vote.not_logged_in.title": "Not Logged In", + "vote.not_logged_in.message": "Please log in in order to vote", + "vote.cant_vote_self.title": "Invalid Vote", + "vote.cant_vote_self.message": "You cannot vote for your own post", + "loading_more_posts": "Loading More Posts", + "move_topic": "Move Topic", + "move_post": "Move Post", + "fork_topic": "Fork Topic", + "topic_will_be_moved_to": "This topic will be moved to the category", + "fork_topic_instruction": "Click the posts you want to fork", + "fork_no_pids": "No posts selected!", + "fork_success": "Succesfully forked topic!", + "reputation": "Reputation", + "posts": "Posts", + "composer.title_placeholder": "Enter your topic title here...", + "composer.write": "Write", + "composer.preview": "Preview", + "composer.help": "Help", + "composer.discard": "Discard", + "composer.submit": "Submit", + "composer.replying_to": "Replying to", + "composer.new_topic": "New Topic", + "composer.uploading": "uploading...", + "composer.thumb_url_label": "Paste a topic thumbnail URL", + "composer.thumb_title": "Add a thumbnail to this topic", + "composer.thumb_url_placeholder": "http://example.com/thumb.png", + "composer.thumb_file_label": "Or upload a file", + "composer.thumb_remove": "Clear fields", + "composer.drag_and_drop_images": "Drag and Drop Images Here", + "composer.upload_instructions": "Upload images by dragging & dropping them." +} \ No newline at end of file diff --git a/public/language/en@pirate/unread.json b/public/language/en@pirate/unread.json new file mode 100644 index 0000000000..a4bb2fd315 --- /dev/null +++ b/public/language/en@pirate/unread.json @@ -0,0 +1,6 @@ +{ + "title": "Unread", + "no_unread_topics": "There be no unread topics.", + "mark_all_read": "I seen 'em all!", + "load_more": "Giv'er more" +} \ No newline at end of file diff --git a/public/language/en@pirate/user.json b/public/language/en@pirate/user.json new file mode 100644 index 0000000000..f656824109 --- /dev/null +++ b/public/language/en@pirate/user.json @@ -0,0 +1,48 @@ +{ + "banned": "Blackmarked", + "offline": "Asleep at the wheel", + "username": "User Name", + "email": "Email", + "fullname": "Full Name", + "website": "Website", + "location": "Location", + "age": "Age", + "joined": "Joined", + "lastonline": "Last Online", + "profile": "Profile", + "profile_views": "Profile views", + "reputation": "Reputation", + "posts": "Posts", + "favourites": "Favourites", + "followers": "Followers", + "following": "Following", + "signature": "Signature", + "gravatar": "Gravatar", + "birthday": "Birthday", + "chat": "Chat", + "follow": "Follow", + "unfollow": "Unfollow", + "change_picture": "Change Picture", + "edit": "Edit", + "uploaded_picture": "Uploaded Picture", + "upload_new_picture": "Upload New Picture", + "current_password": "Current Password", + "change_password": "Change Password", + "confirm_password": "Confirm Password", + "password": "Password", + "upload_picture": "Upload picture", + "upload_a_picture": "Upload a picture", + "image_spec": "You may only upload PNG, JPG, or GIF files", + "max": "max.", + "settings": "Settings", + "show_email": "Show My Email", + "has_no_follower": "This user doesn't have any followers :(", + "follows_no_one": "This user isn't following anyone :(", + "has_no_posts": "This user didn't post anything yet.", + "email_hidden": "Email Hidden", + "hidden": "hidden", + "paginate_description": "Paginate topics and posts instead of using infinite scroll.", + "topics_per_page": "Topics per Page", + "posts_per_page": "Posts per Page", + "notification_sounds": "Play a sound when you receive a notification." +} \ No newline at end of file diff --git a/public/language/en@pirate/users.json b/public/language/en@pirate/users.json new file mode 100644 index 0000000000..1cbdb7e630 --- /dev/null +++ b/public/language/en@pirate/users.json @@ -0,0 +1,9 @@ +{ + "latest_users": "Land lubbers", + "top_posters": "Top mateys", + "most_reputation": "Most Reputation", + "online": "Online", + "search": "Search", + "enter_username": "Gimme y'er handle", + "load_more": "Load More" +} \ No newline at end of file