Files
Mostly-Harmless/_locales/fr/messages.json
T

626 lines
14 KiB
JSON

{
"just_now": {
"message": "just now",
"description": "Describe that something just happened."
},
"a_minute_ago": {
"message": "a minute ago",
"description": "Describe that something happened a minute ago."
},
"a_minute_from_now": {
"message": "a minute from now",
"decription": "Describe that something will happen in a minute."
},
"minutes_ago": {
"message": "$NUM$ minutes ago",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"minutes_from_now": {
"message": "$NUM$ minutes from now",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"an_hour_ago": {
"message": "an hour ago",
"description": "Describe that something happened an hour ago."
},
"an_hour_from_now": {
"message": "an hour from now",
"description": "Describe that will happen in an hour."
},
"hours_ago": {
"message": "$NUM$ hours ago",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"hours_from_now": {
"message": "$NUM$ hours from now",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"yesterday": {
"message": "yesterday",
"description": "The day before today."
},
"tomorrow": {
"message": "tomorrow",
"description": "The day after today."
},
"days_ago": {
"message": "$NUM$ days ago",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"days_from_now": {
"message": "$NUM$ days from now",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"last_week": {
"message": "last week",
"description": "The week before this one."
},
"next_week": {
"message": "next week",
"description": "The week after this one."
},
"weeks_ago": {
"message": "$NUM$ weeks ago",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"weeks_from_now": {
"message": "$NUM$ weeks from now",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"last_month": {
"message": "last month",
"description": "The month before this one."
},
"next_month": {
"message": "next month",
"description": "The month after this one."
},
"months_ago": {
"message": "$NUM$ months ago",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"months_from_now": {
"message": "$NUM$ months from now",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"last_year": {
"message": "last year",
"description": "The year before this one."
},
"next_year": {
"message": "next year",
"description": "The year after this one."
},
"years_ago": {
"message": "$NUM$ years ago",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"years_from_now": {
"message": "$NUM$ years from now",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"last_century": {
"message": "last century",
"description": "The century before this one."
},
"next_century": {
"message": "next century",
"description": "The century after this one."
},
"centuries_ago": {
"message": "$NUM$ centuries ago",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"centuries_from_now": {
"message": "$NUM$ centuries from now",
"placeholders": {
"NUM": {
"content": "$1",
"example" : "4"
}
}
},
"not_activated": {
"message": "$APPNAME$ is not activated for this page. Click to activate.",
"placeholders": {
"APPNAME": {
"content": "Mostly Harmless"
}
}
},
"loading": {
"message": "Loading data..."
},
"viewing_comments": {
"message": "You are currently viewing the comments for this page."
},
"submit_page": {
"message": "Submit this page to $REDDIT$.",
"placeholders": {
"REDDIT": {
"content": "reddit"
}
}
},
"submitted_num_times": {
"message": "This page has been submitted $NUM$ times.",
"placeholders": {
"NUM": {
"content": "$1",
"example": "4"
}
}
},
"login": {
"message": "You have to be logged in to do that. $BEGIN_LINK$Click to open the login page.$END_LINK$",
"placeholders": {
"BEGIN_LINK": {
"content": "<a href=\"http://www.reddit.com/login\" target=\"_blank\">"
},
"END_LINK": {
"content": "</a>"
}
}
},
"api_error": {
"message": "There was an API error. HTTP Status: $STATUS$. Click to try again.",
"placeholders": {
"STATUS": {
"content": "$1",
"example": "504"
}
}
},
"api_timeout": {
"message": "The API timed out after $NUM$ seconds. Click to try again.",
"placeholders": {
"NUM": {
"content": "$1",
"example": "15"
}
}
},
"action_unsave": {
"message": "unsave"
},
"action_save": {
"message": "save"
},
"action_unhide": {
"message": "unhide"
},
"action_hide": {
"message": "hide"
},
"action_share": {
"message": "share"
},
"report_confirm": {
"message": "are you sure? $BEGIN_LINK_YES$yes$END_LINK_YES$/$BEGIN_LINK_NO$no$END_LINK_NO$",
"placeholders": {
"BEGIN_LINK_YES": {
"content": "<a onclick=\"reddit.reportPost(event)\">"
},
"END_LINK_YES": {
"content": "</a>"
},
"BEGIN_LINK_NO": {
"content": "<a onclick=\"reddit.denyReport(event)\">"
},
"END_LINK_NO": {
"content": "</a>"
}
}
},
"action_report": {
"message": "report"
},
"action_reported": {
"message": "reported!"
},
"button_submit": {
"message": "submit"
},
"button_hide": {
"message": "hide this form"
},
"error_empty": {
"message": "There needs to be something here."
},
"loading_api": {
"message": "Loading data from the API..."
},
"loading_cache": {
"message": "Loading data from the cache..."
},
"error_not_cached": {
"message": "Cannot create list for a URL that has not been cached."
},
"score": {
"message": "$UPS$ upvotes, $DOWNS$ downvotes.",
"placeholders": {
"UPS": {
"content": "$1",
"example": "435"
},
"DOWNS": {
"content": "$2",
"example": "243"
}
}
},
"view_on_reddit": {
"message": "View this post on $REDDIT$",
"placeholders": {
"REDDIT": {
"content": "reddit"
}
}
},
"submitted_when": {
"message": "submitted $TIME$",
"placeholders": {
"TIME": {
"content": "$1",
"example": "an hour ago"
}
}
},
"by": {
"message": "by"
},
"to": {
"message": "to"
},
"add_comment_zero": {
"message": "add a comment"
},
"add_comment_one": {
"message": "add to the one comment"
},
"add_comment_many": {
"message": "add to the $NUM$ comments",
"placeholders": {
"NUM": {
"content": "$1",
"example": "42"
}
}
},
"leave_comment": {
"message": "Leave a comment"
},
"stale_posts_hiding": {
"message": "Hiding $NUM$ stale posts. $BEGIN_LINK_SHOW$Show them now$END_LINK_SHOW$, or visit the $BEGIN_LINK_OPTIONS$options page$END_LINK_OPTIONS$ to change your Fresh Content preferences.",
"placeholders": {
"NUM": {
"content": "$1",
"example": "4"
},
"BEGIN_LINK_SHOW": {
"content": "<a onclick=\"popup.showStalePosts()\">"
},
"END_LINK_SHOW": {
"content": "</a>"
},
"BEGIN_LINK_OPTIONS": {
"content": "<a target=\"_blank\" href=\"/fancy-settings/index.html\">"
},
"END_LINK_OPTIONS": {
"content": "</a>"
}
}
},
"stale_posts_showing": {
"message": "Showing stale posts. Visit the $BEGIN_LINK_OPTIONS$options page$END_LINK_OPTIONS$ to change your Fresh Content preferences.",
"placeholders": {
"BEGIN_LINK_OPTIONS": {
"content": "<a target=\"_blank\" href=\"/fancy-settings/index.html\">"
},
"END_LINK_OPTIONS": {
"content": "</a>"
}
}
},
"orangered_received": {
"message": "You have an $ORANGERED$!",
"placeholders": {
"ORANGERED": {
"content": "orangered"
}
}
},
"orangered_action": {
"message": "Click here to be taken to your inbox."
},
"url": {
"message": "url"
},
"popular_choices": {
"message": "popular choices"
},
"title": {
"message": "title"
},
"suggest_title": {
"message": "suggest title"
},
"tab_preferences": {
"message": "Preferences"
},
"group_fresh_content": {
"message": "Fresh Content"
},
"fresh_content_show_one_day": {
"message": "Only show posts from today."
},
"fresh_content_show_days": {
"message": "Only show posts less than $NUM$ days old.",
"placeholders": {
"NUM": {
"content": "$1",
"example": "4"
}
}
},
"fresh_content_show_weeks": {
"message": "Only show posts less than $NUM$ weeks old.",
"placeholders": {
"NUM": {
"content": "$1",
"example": "4"
}
}
},
"fresh_content_show_months": {
"message": "Only show posts less than $NUM$ months old.",
"placeholders": {
"NUM": {
"content": "$1",
"example": "4"
}
}
},
"fresh_content_show_all": {
"message": "Show posts from all time."
},
"fresh_content_description": {
"message": "This setting allows you to choose the oldest reddit posts you&rsquo;d like to see. Anything posted before the value you&rsquo;ve chosen will be indicated in the browser button&rsquo;s total, but will not be shown in the popup."
},
"group_popup_width": {
"message": "Popup Width"
},
"popup_width_description": {
"message": "This setting allows you to set the width of the browser action popup."
},
"group_shameless_plug": {
"message": "Shameless Plug"
},
"shameless_plug_label": {
"message": "Show the shameless plug"
},
"shameless_plug_description": {
"message": "When checked, this will add the following to each commment you post from within $MOSTLY_HARMLESS$:$PLUG_TEXT$",
"placeholders": {
"PLUG_TEXT": {
"content": "<br /><br /><em>Posted from <a href='http://kerrick.github.com/Mostly-Harmless'>Mostly Harmless</a>, a Google Chrome extension for awesome redditors.<em>"
},
"MOSTLY_HARMLESS": {
"content": "Mostly Harmless"
}
}
},
"group_orangered_notifications": {
"message": "$ORANGERED$ Notifications",
"placeholders": {
"ORANGERED": {
"content": "orangered"
}
}
},
"orangered_check": {
"message": "Check for $ORANGERED$s",
"placeholders": {
"ORANGERED": {
"content": "orangered"
}
}
},
"orangered_sound_label": {
"message": "Play a sound when you have an $ORANGERED$",
"placeholders": {
"ORANGERED": {
"content": "orangered"
}
}
},
"orangered_sound_preview": {
"message": "Preview the notification sound"
},
"orangered_interval_minutes": {
"message": "Check every $NUM$ minutes",
"placeholders": {
"NUM": {
"content": "$1",
"example": "4"
}
}
},
"orangered_display_time": {
"message": "Display notification for $NUM$ seconds",
"placeholders": {
"NUM": {
"content": "$1",
"example": "4"
}
}
},
"orangered_description": {
"message": "When checked, $MOSTLY_HARMLESS$ will check for new $ORANGERED$s at the interval you set. If you get an $ORANGERED$, it will display a desktop notification until you click or close it, or until $MOSTLY_HARMLESS$ checks again and you no longer have an $ORANGERED$.",
"placeholders": {
"MOSTLY_HARMLESS": {
"content": "Mostly Harmless"
},
"ORANGERED": {
"content": "orangered"
}
}
},
"tab_performance": {
"message": "Performance"
},
"group_cache_time": {
"message": "Cache time"
},
"cache_time_one_minute": {
"message": "Cache data for one minute"
},
"cache_time_minutes": {
"message": "Cache data for $NUM$ minutes",
"placeholders": {
"NUM": {
"content": "$1",
"example": "4"
}
}
},
"cache_time_description": {
"message": "Data from the $REDDIT$ API can be cached, or saved for a short time, to improve performance. Longer cache times mean less bandwidth, faster results, and less load on $REDDIT$. Shorter cache times mean fresher data.",
"placeholders": {
"REDDIT": {
"content": "reddit"
}
}
},
"group_timeout_length": {
"message": "Timeout length"
},
"timeout_length_seconds": {
"message": "Time out after $NUM$ seconds and show an error.",
"placeholders": {
"NUM": {
"content": "$1",
"example": "15"
}
}
},
"timeout_length_never": {
"message": "Do not timeout; only show an error error when the API is down."
},
"timeout_length_description": {
"message": "If the $REDDIT$ API is slow or down, $MOSTLY_HARMLESS$ can display an error after trying to reach the API for a certain amount of time. Longer timeout lengths mean more time waiting for a result from the $REDDIT$ API. Shorter timeout lengths mean a higher possibility of timing out when $REDDIT$ may only be slow instead of down.",
"placeholders": {
"REDDIT": {
"content": "reddit"
},
"MOSTLY_HARMLESS": {
"content": "Mostly Harmless"
}
}
},
"tab_privacy": {
"message": "Privacy"
},
"group_wait_for_click": {
"message": "Wait for click"
},
"wait_for_click_description": {
"message": "If this checkbox is selected, $MOSTLY_HARMLESS$ will not activate unless you click its icon.",
"placeholders": {
"MOSTLY_HARMLESS": {
"content": "Mostly Harmless"
}
}
},
"excluded_domains": {
"message": "Excluded domains"
},
"excluded_domains_description": {
"message": "Put domains or subdomains, one per line, in the above text box. Any page on the listed domains will not activate $MOSTLY_HARMLESS$.",
"placeholders": {
"MOSTLY_HARMLESS": {
"content": "Mostly Harmless"
}
}
},
"excluded_regex": {
"message": "Excluded regex"
},
"excluded_regex_description": {
"message": "Put regular expressions, one per line, in the above text box. Any page that matches these regular expressions will not activate $MOSTLY_HARMLESS$.",
"placeholders": {
"MOSTLY_HARMLESS": {
"content": "Mostly Harmless"
}
}
}
}