Update locales from Transifex
This commit is contained in:
parent
4aff58d4ba
commit
5fc1b5e1cd
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
pull_locales_login.rb
|
||||||
|
|
|
@ -1,218 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"كتابة نمط جديد",
|
"message": "كل شيء",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"إضافة نمط",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"إضافة",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"ينطبق على: $applies$",
|
"message": "تمكين",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "أدخل اسمًا.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "عناوين URL في النطاق",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "البحث عن تحديث",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "مساعدة",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "البحث عن المزيد من الأنماط لموقع الويب هذا.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "الأنماط المثبتة",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "ممكّن",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "يمكن استخدام تنسيق موزيلا للرمز باستخدام Stylish للمتصفح فايرفوكس ويمكن إرساله إلى userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "إضافة قسم آخر",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "حفظ",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "إضافة",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "عناوين URL التي تطابق regexp",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "هل تريد تثبيت '$stylename$' في Stylish؟",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "انتقل إلى <a href='http://userstyles.org'>userstyles.org</a> للحصول على أنماط معدة مسبقًا. يمكنك طرح سؤال في <a href='http://forum.userstyles.org'>المنتدى</a> إذا كنت بحاجة للمساعدة.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "تعطيل",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "رجوع للإدارة",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "لقد أجريت تغييرات على هذا النمط بدون حفظها.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "أخفق التحديث - الخادم يتعذر الوصول إليه.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "هل تريد بالتأكيد حذف هذا النمط؟",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp is invalid.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "ينطبق على: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "الأقسام",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "تعديل النمط $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "النمط محدّث.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "عناوين URL البادئة بـ",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "تتيح لك الأقسام تحديد أجزاء مختلفة من الرمز لتطبيقها على مجموعات مختلفة من عناوين URL بالنمط نفسه. فعلى سبيل المثال، يمكن لنمط مفرد تغيير الصفحة الرئيسية لموقع ويب بطريقة، مع تغيير بقية أجزاء موقع الويب بطريقة أخرى.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "لم يتم تثبيت أي أنماط لموقع الويب هذا.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "والمزيد",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "إزالة",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "ينطبق على",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "إدارة الأنماط المثبتة.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "أخفق التحديث - استجاب الخادم بالرمز $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "تحديد",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "تثبيت التحديث",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "إزالة القسم",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "اكتمل التحديث.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "جارٍ البحث...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "الرمز",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "استخدم عناصر تحكم 'ينطبق على' لتقييد عناوين URL التي ينطبق عليها الرمز في هذا القسم.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "تعديل النمط",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "عنوان URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "إضافة نمط",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "البحث عن تحديثات لكل الأنماط",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "إلى تنسيق موزيلا",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "حذف",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "كتابة نمط جديد",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "تعديل",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "يمكنك تغيير نمط الويب باستخدام Stylish، وهي أداة لإدارة أنماط المستخدم. وتتيح Stylish لك بسهولة تثبيت المظاهر والأشكال الخارجية لكل من Google، وFacebook وYouTube وOrkut فضلاً عن الكثير جدًا من مواقع الويب الأخرى.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"والمزيد",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"عناوين URL في النطاق",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"استخدم عناصر تحكم 'ينطبق على' لتقييد عناوين URL التي ينطبق عليها الرمز في هذا القسم.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"ينطبق على",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"عناوين URL التي تطابق regexp",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"إزالة",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"تحديد",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"كل شيء",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlOption":{
|
|
||||||
"message":"عنوان URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"عناوين URL البادئة بـ",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"البحث عن تحديثات لكل الأنماط",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"البحث عن تحديث",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"جارٍ البحث...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"حذف",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"هل تريد بالتأكيد حذف هذا النمط؟",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"يمكنك تغيير نمط الويب باستخدام Stylish، وهي أداة لإدارة أنماط المستخدم. وتتيح Stylish لك بسهولة تثبيت المظاهر والأشكال الخارجية لكل من Google، وFacebook وYouTube وOrkut فضلاً عن الكثير جدًا من مواقع الويب الأخرى.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"تعطيل",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"تعديل النمط",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"تعديل",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"تعديل النمط $stylename$",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"تمكين",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"البحث عن المزيد من الأنماط لموقع الويب هذا.",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"مساعدة",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"تثبيت التحديث",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"الأنماط المثبتة",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"انتقل إلى <a href='http:\/\/userstyles.org'>userstyles.org<\/a> للحصول على أنماط معدة مسبقًا. يمكنك طرح سؤال في <a href='http:\/\/forum.userstyles.org'>المنتدى<\/a> إذا كنت بحاجة للمساعدة.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"لم يتم تثبيت أي أنماط لموقع الويب هذا.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"إدارة الأنماط المثبتة.",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"إضافة قسم آخر",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"الرمز",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"تتيح لك الأقسام تحديد أجزاء مختلفة من الرمز لتطبيقها على مجموعات مختلفة من عناوين URL بالنمط نفسه. فعلى سبيل المثال، يمكن لنمط مفرد تغيير الصفحة الرئيسية لموقع ويب بطريقة، مع تغيير بقية أجزاء موقع الويب بطريقة أخرى.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"إزالة القسم",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"رجوع للإدارة",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"لقد أجريت تغييرات على هذا النمط بدون حفظها.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"ممكّن",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"هل تريد تثبيت '$stylename$' في Stylish؟",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"أدخل اسمًا.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"حفظ",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"الأقسام",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"إلى تنسيق موزيلا",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"يمكن استخدام تنسيق موزيلا للرمز باستخدام Stylish للمتصفح فايرفوكس ويمكن إرساله إلى userstyles.org.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"أخفق التحديث - استجاب الخادم بالرمز $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"أخفق التحديث - الخادم يتعذر الوصول إليه.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"النمط محدّث.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"اكتمل التحديث.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,226 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Napsat nový styl",
|
"message": "Vše",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Přidat Styl",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Přidat",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Platí pro: $applies$",
|
"message": "Povolit",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Zadejte název.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URL adresy na doméně",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Zkontrolovat aktualizace",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Nápověda",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Najít styly pro tento web.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Nainstalované Styly",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Povolen",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "Mozilla formát umožní použití stylu v prohlížeči Mozilla Firefox a jeho odeslání na userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Přidat další sekci",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Uložit",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Přidat",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URL adresy odpovídající reg. výrazu",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "Nainstalovat '$stylename$' do Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Na <a href='http://userstyles.org'>userstyles.org</a> najdete již vytvořené styly. Na <a href='http://forum.userstyles.org'>fóru</a> můžete požádat o pomoc.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Zakázat",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Zpět ke správě",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Provedli jste změny tohoto stylu bez uložení.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Aktualizace selhala - server je nedosažitelný.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Opravdu chcete tento styl smazat?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Tento regulérní výraz je neplatný.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Platí pro: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Sekce",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Upravit Styl $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Styl je aktuální.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URL adresy začínající",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Pomocí sekcí můžete v jednom stylu nadefinovat více částí kódu pro různé skupiny URL adres. Jeden styl pak může např. změnit hlavní stránku webu jinak, než jeho zbytek.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Pro tento web zde není žádný styl.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "a další",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Odstranit",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Platí pro",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Spravovat nainstalovné styly.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Aktualizace selhala - server opověděl kódem $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Specifikovat",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Nainstalovat aktualizaci",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Odstranit sekci",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Aktalizace dokončena.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Kontroluji...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Kód",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Nastavte 'Platí pro', pokud chcete limitovat, na které URL adresy se použije kód v této sekci.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Upravit Styl",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Přidat Styl",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Aktualizovat všechny styly",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Do Mozilla formátu",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Smazat",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Napsat nový styl",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Upravit",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Přestylujte web pomocí Stylish, manažeru uživatelských stylů. Stylish vám umožní nainstalovat témata a skiny pro mnoho populárních webů.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"a další",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"URL adresy na doméně",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Nastavte 'Platí pro', pokud chcete limitovat, na které URL adresy se použije kód v této sekci.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Platí pro",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"URL adresy odpovídající reg. výrazu",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Odstranit",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Specifikovat",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Vše",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlOption":{
|
|
||||||
"message":"URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"URL adresy začínající",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Aktualizovat všechny styly",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Zkontrolovat aktualizace",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Kontroluji...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Smazat",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"Opravdu chcete tento styl smazat?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Přestylujte web pomocí Stylish, manažeru uživatelských stylů. Stylish vám umožní nainstalovat témata a skiny pro mnoho populárních webů.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Zakázat",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Upravit Styl",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Upravit",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"Upravit Styl $stylename$",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Povolit",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Najít styly pro tento web.",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Nápověda",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Nainstalovat aktualizaci",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Nainstalované Styly",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Na <a href='http:\/\/userstyles.org'>userstyles.org<\/a> najdete již vytvořené styly. Na <a href='http:\/\/forum.userstyles.org'>fóru<\/a> můžete požádat o pomoc.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"manageTitle":{
|
|
||||||
"message":"Stylish",
|
|
||||||
"description":"Title for the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"Pro tento web zde není žádný styl.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Spravovat nainstalovné styly.",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Přidat další sekci",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"Kód",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"Pomocí sekcí můžete v jednom stylu nadefinovat více částí kódu pro různé skupiny URL adres. Jeden styl pak může např. změnit hlavní stránku webu jinak, než jeho zbytek.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Odstranit sekci",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleBadRegexp":{
|
|
||||||
"message":"Tento regulérní výraz je neplatný.",
|
|
||||||
"description":"Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Zpět ke správě",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Provedli jste změny tohoto stylu bez uložení.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Povolen",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"Nainstalovat '$stylename$' do Stylish?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Zadejte název.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Uložit",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Sekce",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"Do Mozilla formátu",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"Mozilla formát umožní použití stylu v prohlížeči Mozilla Firefox a jeho odeslání na userstyles.org.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Aktualizace selhala - server opověděl kódem $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Aktualizace selhala - server je nedosažitelný.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"Styl je aktuální.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Aktalizace dokončena.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,210 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Neuen Stil schreiben",
|
"message": "Alle",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Stil hinzufügen",
|
"message": "Nur bearbeitete Styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Hinzufügen",
|
"message": "Tab-Größe",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Gilt für: $applies$",
|
"message": "Aktivieren",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Bitte einen Namen eingeben.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URLs auf der Domain",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Nach Aktualisierungen suchen",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Hilfe",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Weitere Styles für diese Webseite finden.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Installierte Styles",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Aktiviert",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "Das Mozilla-Format des Codes kann mit Stylish für Firefox verwendet werden und bei userstyles.org eingereicht werden.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Weiteren Bereich hinzufügen",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Speichern",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "diese URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Hinzufügen",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URLs, die mit dem regulären Ausdruck übereinstimmen",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "\"$stylename$\" in Stylish installieren?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Besuchen Sie <a href='http://userstyles.org'>userstyles.org</a> für weitere vorgefertigte Styles. Wenn Sie Hilfe benötigen, können Sie im <a href='http://forum.userstyles.org'>Forum</a> nachfragen.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Deaktivieren",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Zeige die Anzahl der Styles, die für die aktuelle Seite aktiv sind, auf der Symbolleisten-Schaltfläche an",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Zeilenumbruch",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Zurück zum Verwalten",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Sie haben Änderungen an diesem Style vorgenommen, ohne diese zu speichern.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Aktualisierung fehlgeschlagen - Server nicht erreichbar.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filter",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Möchten Sie diesen Style wirklich löschen?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regulärer Ausdruck ist ungültig.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Optionen",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Gilt für: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Möchten Sie '$stylename$' wirklich aktualisieren?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Bereiche",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Style $stylename$ bearbeiten",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Der Style ist auf dem aktuellsten Stand.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URLs beginnend mit",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "Im Menü der Symbolleisten-Schaltfläche die Styles vor den Bedienelementen auflisten ",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Mit Bereichen können Sie unterschiedliche Code-Teile auf unterschiedliche URLs in dem gleichen Style anwenden. Beispielsweise kann über einen einzigen Style die Startseite der Website geändert werden, während für den Rest der Website andere Änderungen gelten.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Für diese Webseite sind keine Styles installiert.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "und weitere",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Löschen",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Style erstellen für:",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Gilt für",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Installierte Styles verwalten.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Aktualisierung fehlgeschlagen - Server hat den Fehler $code$ ausgegeben.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Angeben",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Aktualisierung installieren",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish funktioniert nicht auf Seiten wie diesen.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Bereich entfernen",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Aktualisierung abgeschlossen.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Suche nach Aktualisierungen...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Code",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Intelligenten Einzug verwenden",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Legen Sie mit den Einstellungen von \"Gilt für\" fest, für welche URLs der Code in diesem Bereich gelten soll.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Style bearbeiten",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Style hinzufügen",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "Ein Fehler ist beim Verwenden der Stylish-Datenbank aufgetreten. Wollen Sie eine Webseite mit möglichen Lösungen besuchen?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Gehe zu Zeile (oder line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Nach Aktualisierungen für alle Styles suchen",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Zu Mozilla-Format konvertieren",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Tastaturbelegung",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Tabs mit intelligentem Einzug verwenden",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Löschen",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Neuen Style erstellen",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Nur aktivierte Styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Bearbeiten",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Gestalten Sie das Web mit Stylish, einem Manager für Benutzer-Styles, um. Stylish lässt Sie ganz einfach Themes und Skins für viele beliebte Webseiten installieren.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"und vieles mehr",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"URLs auf der Domain",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Legen Sie mit den Steuerungselementen \"Gilt für\" fest, für welche URLs der Code in diesem Bereich gilt.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Gilt für",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"Mit dem regulären Ausdruck übereinstimmende URLs",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Löschen",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Angeben",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Alle",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"URLs beginnend mit",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Nach Updates für alle Stile suchen",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Nach Updates suchen",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Überprüfen...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Löschen",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"Möchten Sie diesen Stil wirklich löschen?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Gestalten Sie das Web mit dem Nutzerstil-Manager Stylish neu. Mit Stylish können Sie ganz einfach Designs für Google, Facebook, YouTube, orkut und viele andere Websites installieren.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Deaktivieren",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Stil bearbeiten",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Bearbeiten",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"Stil $stylename$ bearbeiten",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Aktivieren",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Mehr Stile für diese Website finden",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Hilfe",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Update installieren",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Installierte Stile",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Vorgefertigte Stile finden Sie auf <a href='http:\/\/userstyles.org'>userstyles.org<\/a>. Wenn Sie Hilfe benötigen, können Sie im <a href='http:\/\/forum.userstyles.org'>Forum<\/a> Fragen stellen.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"Für diese Website sind keine Stile installiert.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Installierte Stile verwalten",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Weiteren Bereich hinzufügen",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"Über Bereiche können Sie unterschiedliche Codes auf unterschiedliche URLs mit dem gleichen Stil anwenden. Beispielsweise kann über einen einzigen Stil die Startseite der Website geändert werden, während für den Rest der Website andere Änderungen gelten.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Bereich entfernen",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Zurück zum Manager",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Sie haben diesen Stil geändert, ohne ihn zu speichern.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Aktiviert",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"\"$stylename$\" in Stylish installieren?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Geben Sie einen Namen ein.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Speichern",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Bereiche",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"In Mozilla-Format",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"Das Mozilla-Codeformat kann mit Stylish für Firefox verwendet und an userstyles.org gesendet werden.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Updatefehler - Server hat den Fehler $code$ ausgegeben.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Updatefehler - Server nicht erreichbar",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"Der Stil ist aktuell.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Update abgeschlossen",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,148 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Γράψτε νέο στυλ",
|
"message": "Τα πάντα",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Προσθήκη στυλ",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Προσθήκη",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Ισχύει για: $applies$",
|
"message": "Ενεργοποίηση",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Εισάγετε ένα όνομα.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URLs on the domain",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Έλεγχος για ενημερώσεις",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Βοήθεια",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Find more styles for this site.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Εγκατεστημένα Στυλ",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Ενεργοποιημένη",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "The Mozilla format of the code can be used with Stylish for Firefox and can be submitted to userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Add another section",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Αποθήκευση",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Προσθήκη",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URLs matching the regexp",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "Install '$stylename$' into Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Visit <a href='http://userstyles.org'>userstyles.org</a> for pre-made styles. Ask in <a href='http://forum.userstyles.org'>the forum</a> if you need help.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Απενεργοποίηση",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Πίσω στη διαχείριση",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "You've made changes to this style without saving.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Αποτυχία ενημέρωσης - απρόσιτος διακομιστής.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Are you sure you want to delete this style?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Το Regexp δεν είναι έγκυρο.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Ισχύει για: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Ενότητες",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Edit Style $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Το στυλ είναι ενημερωμένο.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URLs starting with",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Sections let you define different pieces of code to apply to different sets of URLs in the same style. For example, a single style could change the homepage of a site one way, while changing the rest of a site another way.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "No styles installed for this site.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "και πολλά άλλα",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Αφαίρεση",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Κομψή",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Ισχύει για",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Manage installed styles.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Αποτυχία ενημέρωσης - ο διακομιστής ανταποκρίθηκε με κωδικό $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Καθορισμός",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Εγκατάσταση ενημέρωσης",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Αφαίρεση ενότητας",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Η ενημέρωση ολοκληρώθηκε.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Έλεγχος...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Κώδικας",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Use the 'Applies to' controls to limit what URLs the code in this section applies to.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Επεξεργασία Στυλ",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Προσθήκη στυλ",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Check all styles for updates",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Σε μορφή Mozilla",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Διαγραφή",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Γράψτε νέο στυλ",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Επεξεργασία",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Restyle the web with Stylish, a user styles manager. Stylish lets you easily install themes and skins for many popular sites.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"και πολλά άλλα",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Ισχύει για",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Αφαίρεση",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Καθορισμός",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Τα πάντα",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlOption":{
|
|
||||||
"message":"URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Έλεγχος για ενημερώσεις",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Έλεγχος...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Διαγραφή",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Απενεργοποίηση",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Επεξεργασία Στυλ",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Επεξεργασία",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Ενεργοποίηση",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Βοήθεια",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Εγκατάσταση ενημέρωσης",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Εγκατεστημένα Στυλ",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageTitle":{
|
|
||||||
"message":"Κομψή",
|
|
||||||
"description":"Title for the manage page"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"Κώδικας",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Αφαίρεση ενότητας",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleBadRegexp":{
|
|
||||||
"message":"Το Regexp δεν είναι έγκυρο.",
|
|
||||||
"description":"Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Πίσω στη διαχείριση",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Ενεργοποιημένη",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Εισάγετε ένα όνομα.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Αποθήκευση",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Ενότητες",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"Σε μορφή Mozilla",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Αποτυχία ενημέρωσης - ο διακομιστής ανταποκρίθηκε με κωδικό $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Αποτυχία ενημέρωσης - απρόσιτος διακομιστής.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"Το στυλ είναι ενημερωμένο.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Η ενημέρωση ολοκληρώθηκε.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,214 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Escribir nuevo estilo",
|
"message": "Todos los sitios",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Añadir estilo",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Añadir",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Se aplica a: $applies$",
|
"message": "Habilitar",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Introduce un nombre.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URL en el dominio",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Buscar actualizaciones",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Ayuda",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Buscar más estilos para este sitio",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Estilos instalados",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Habilitado",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "El formato del código de Mozilla se puede utilizar con Stylish para Firefox y se puede enviar a la página userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Añadir otra sección",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Guardar",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Añadir",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URL que coinciden con la expresión regular",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "¿Quieres instalar \"$stylename$\" en Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Accede a la página <a href='http://userstyles.org'>userstyles.org</a> para consultar estilos desarrollados previamente. Plantea una pregunta en <a href='http://forum.userstyles.org'>el foro</a> si necesitas ayuda.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Inhabilitar",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Volver al gestor",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Has realizado cambios en este estilo sin guardarlos.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Error de actualización: no se puede acceder al servidor.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "¿Seguro que quieres eliminar este estilo?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp is invalid.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Se aplica a: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Secciones",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Editar estilo $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "El estilo está actualizado.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URL que empiezan por",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Las secciones te permiten definir diferentes fragmentos de código para aplicarlos a distintos conjuntos de URL en el mismo estilo. Por ejemplo, un único estilo puede cambiar la página de inicio de un sitio de una forma y modificar el resto del sitio de otra.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "No hay estilos instalados para este sitio.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "y otros muchos sitios",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Eliminar",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Se aplica a",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Gestionar estilos instalados",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Error de actualización: el servidor ha respondido con el código $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Especificar",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Instalar actualización",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Eliminar sección",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Actualización terminada",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Comprobando...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Código",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Utiliza los controles \"Se aplica a\" para limitar las URL a las que se aplica el código de esta sección.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Editar estilo",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Añadir estilo",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Comprobar todos los estilos para buscar actualizaciones",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Al formato de Mozilla",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Eliminar",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Escribir nuevo estilo",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Editar",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Cambia el estilo de la Web con Stylish, un gestor de estilos de usuario. Stylish te permite instalar fácilmente temas y estilos para Google, Facebook, YouTube, orkut y muchos otros sitios.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"y otros muchos sitios",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"URL en el dominio",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Utiliza los controles \"Se aplica a\" para limitar las URL a las que se aplica el código de esta sección.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Se aplica a",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"URL que coinciden con la expresión regular",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Eliminar",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Especificar",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Todos los sitios",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"URL que empiezan por",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Comprobar todos los estilos para buscar actualizaciones",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Buscar actualizaciones",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Comprobando...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Eliminar",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"¿Seguro que quieres eliminar este estilo?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Cambia el estilo de la Web con Stylish, un gestor de estilos de usuario. Stylish te permite instalar fácilmente temas y estilos para Google, Facebook, YouTube, orkut y muchos otros sitios.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Inhabilitar",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Editar estilo",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Editar",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"Editar estilo $stylename$",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Habilitar",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Buscar más estilos para este sitio",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Ayuda",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Instalar actualización",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Estilos instalados",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Accede a la página <a href='http:\/\/userstyles.org'>userstyles.org<\/a> para consultar estilos desarrollados previamente. Plantea una pregunta en <a href='http:\/\/forum.userstyles.org'>el foro<\/a> si necesitas ayuda.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"No hay estilos instalados para este sitio.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Gestionar estilos instalados",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Añadir otra sección",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"Código",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"Las secciones te permiten definir diferentes fragmentos de código para aplicarlos a distintos conjuntos de URL en el mismo estilo. Por ejemplo, un único estilo puede cambiar la página de inicio de un sitio de una forma y modificar el resto del sitio de otra.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Eliminar sección",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Volver al gestor",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Has realizado cambios en este estilo sin guardarlos.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Habilitado",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"¿Quieres instalar \"$stylename$\" en Stylish?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Introduce un nombre.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Guardar",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Secciones",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"Al formato de Mozilla",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"El formato del código de Mozilla se puede utilizar con Stylish para Firefox y se puede enviar a la página userstyles.org.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Error de actualización: el servidor ha respondido con el código $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Error de actualización: no se puede acceder al servidor.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"El estilo está actualizado.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Actualización terminada",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,226 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Uusi Tyyli",
|
"message": "Kaikki",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Lisää Tyyli",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Lisää",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Kooskee: $applies$",
|
"message": "Aktivoi",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Syötä nimi.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URL ositteita domainilla",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Hae päivityksiä",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Apu",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Hae lisää tyylejä tälle sivustolle.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Asennetut Tyylit",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Aktivoitu",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "Mozilla formaattia koodista voidaan käyttää Stylish Firefoxille ohjelmassa ja voidaan lähettää userstyles.orgiin.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Lisää uusi osio",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Tallenna",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Lisää",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URL ositteet jotka vastaavat regexpiä",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "Asennetaanko '$stylename$' Stylishiin?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Käy osoitteessa <a href='http://userstyles.org'> userstyles.org</a> saadaksesi valmiita tyylejä. Kysy <a href='http://forum.userstyles.org'> foorumista </a> jos tarvitset apua.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Poista Käytöstä",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Takaisin hallintapaneeliin",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Olet tehnyt muutoksia tähän tyyliin tallentamatta.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Päivitys epäonnistui - ei voitu yhdistää palvelimeen.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Oletko varma että haluat poistaa tämän tyylin?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp ei kelpaa.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Kooskee: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Osiot",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Muokkaa Tyyliä $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Tyyli on ajan tasalla.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URL osoitteet jotka alkavat",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Osiot antavat sinun tarkentaa koodin eri osia niin että ne koskevat eri URL osoitteita samassa tyylissä. Esimerkiksi, yksi tyyli voi muokata kotisivua yhdellä tavalla kun se muokkaa koko muuta sivustoa toisella tavalla.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Ei asennettuja tyylejä tällä sivustolla.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "ja lisää",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Poista",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Tyylikäs",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Koskee",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Hallitse asennettuja tyylejä.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Päivitys epäonnistui - palvelin vastasi koodilla $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Tarkenna",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Asenna päivitys",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Poista osio",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Päivitys suoritettu.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Tarkistetaan...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Koodi",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Käytä 'Koskee' kontrolleja rajoittaaksesi mitä URL osoitteisiin tämä osio koodista koskee.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Muokkaa Tyyliä",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Lisää Tyyli",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Tarkista kaikki tyylit päivityksien varalta",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Mozilla formattiin",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Poista",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Uusi Tyyli",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Muokkaa",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Uudelleen stailaa netti Stylishillä, käyttäjän tyyli hallintapaneelilla. Stylish antaa sinun helposti asentaa teemoja ja skinejä palvelluille kuten Google, Facebook, YouTube, Orkut, ja monelle, monelle muulle sivustolle.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"ja lisää",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"URL ositteita domainilla",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Käytä 'Koskee' kontrolleja rajoittaaksesi mitä URL osoitteisiin tämä osio koodista koskee.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Koskee",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"URL ositteet jotka vastaavat regexpiä",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Poista",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Tarkenna",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Kaikki",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlOption":{
|
|
||||||
"message":"URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"URL osoitteet jotka alkavat",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Tarkista kaikki tyylit päivityksien varalta",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Hae päivityksiä",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Tarkistetaan...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Poista",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"Oletko varma että haluat poistaa tämän tyylin?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Uudelleen stailaa netti Stylishillä, käyttäjän tyyli hallintapaneelilla. Stylish antaa sinun helposti asentaa teemoja ja skinejä palvelluille kuten Google, Facebook, YouTube, Orkut, ja monelle, monelle muulle sivustolle.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Poista Käytöstä",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Muokkaa Tyyliä",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Muokkaa",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"Muokkaa Tyyliä $stylename$",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Aktivoi",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Hae lisää tyylejä tälle sivustolle.",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Apu",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Asenna päivitys",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Asennetut Tyylit",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Käy osoitteessa <a href='http:\/\/userstyles.org'> userstyles.org<\/a> saadaksesi valmiita tyylejä. Kysy <a href='http:\/\/forum.userstyles.org'> foorumista <\/a> jos tarvitset apua.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"manageTitle":{
|
|
||||||
"message":"Tyylikäs",
|
|
||||||
"description":"Title for the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"Ei asennettuja tyylejä tällä sivustolla.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Hallitse asennettuja tyylejä.",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Lisää uusi osio",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"Koodi",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"Osiot antavat sinun tarkentaa koodin eri osia niin että ne koskevat eri URL osoitteita samassa tyylissä. Esimerkiksi, yksi tyyli voi muokata kotisivua yhdellä tavalla kun se muokkaa koko muuta sivustoa toisella tavalla.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Poista osio",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleBadRegexp":{
|
|
||||||
"message":"Regexp ei kelpaa.",
|
|
||||||
"description":"Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Takaisin hallintapaneeliin",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Olet tehnyt muutoksia tähän tyyliin tallentamatta.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Aktivoitu",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"Asennetaanko '$stylename$' Stylishiin?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Syötä nimi.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Tallenna",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Osiot",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"Mozilla formattiin",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"Mozilla formaattia koodista voidaan käyttää Stylish Firefoxille ohjelmassa ja voidaan lähettää userstyles.orgiin.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Päivitys epäonnistui - palvelin vastasi koodilla $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Päivitys epäonnistui - ei voitu yhdistää palvelimeen.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"Tyyli on ajan tasalla.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Päivitys suoritettu.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,206 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Créer un nouveau style",
|
"message": "Tout",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Ajouter un style",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Ajouter",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"S'applique à : $applies$",
|
"message": "Activer",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Veuillez saisir un nom.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URL sur le domaine",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Rechercher des mises à jour",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Aide",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Rechercher d'autres styles pour ce site",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Styles installés",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Activé",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "Le code au format Mozilla peut être utilisé dans Stylish for Firefox et envoyé à userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Ajouter une section",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Enregistrer",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Ajouter",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URL correspondant à l'expression régulière",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "Installer \"$stylename$\" dans Stylish ?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Pour obtenir des styles prédéfinis, rendez-vous sur <a href='http://userstyles.org'>userstyles.org</a>. Posez une question sur le <a href='http://forum.userstyles.org'>forum</a> si vous avez besoin d'aide.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Désactiver",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Retour à la gestion",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Vous avez apporté des modifications à ce style sans les enregistrer.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Échec de la mise à jour. Le serveur est inaccessible.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Voulez-vous vraiment supprimer ce style ?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp is invalid.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "S'applique à : $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Sections",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Modifier le style $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Le style est à jour.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URL commençant par",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Les sections vous permettent de définir différentes portions de code correspondant à un même style que vous pouvez appliquer à des ensembles d'URL distincts. Par exemple, un même style appliqué à la page d'accueil peut modifier celle-ci d'une certaine manière et modifier le reste du site Web d'une autre manière.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Aucun style n'est installé pour ce site.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "et bien plus encore",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Supprimer",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "S'applique à",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Gérer les styles installés",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Échec de la mise à jour. Le serveur a renvoyé le $code$ $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Préciser",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Installer la mise à jour",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Supprimer la section",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Mise à jour terminée.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Vérification en cours…",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Code",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Utilisez l'option \"S'applique à\" pour préciser les URL auxquelles le code de cette section s'applique.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Modifier le style",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Ajouter un style",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Rechercher des mises à jour pour tous les styles",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Convertir au format Mozilla",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Supprimer",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Créer un nouveau style",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Modifier",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Changez l'apparence du Web grâce à Stylish, un outil de gestion des styles utilisateur. Stylish vous permet d'installer facilement des thèmes et des habillages pour Google, Facebook, YouTube, orkut et bien d'autres sites encore.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"et bien plus encore",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"URL sur le domaine",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Utilisez l'option \"S'applique à\" pour préciser les URL auxquelles le code de cette section s'applique.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"S'applique à",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"URL correspondant à l'expression régulière",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Supprimer",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Préciser",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Tout",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"URL commençant par",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Rechercher des mises à jour pour tous les styles",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Rechercher des mises à jour",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Vérification en cours…",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Supprimer",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"Voulez-vous vraiment supprimer ce style ?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Changez l'apparence du Web grâce à Stylish, un outil de gestion des styles utilisateur. Stylish vous permet d'installer facilement des thèmes et des habillages pour Google, Facebook, YouTube, orkut et bien d'autres sites encore.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Désactiver",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Modifier le style",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Modifier",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"Modifier le style $stylename$",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Activer",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Rechercher d'autres styles pour ce site",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Aide",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Installer la mise à jour",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Styles installés",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Pour obtenir des styles prédéfinis, rendez-vous sur <a href='http:\/\/userstyles.org'>userstyles.org<\/a>. Posez une question sur le <a href='http:\/\/forum.userstyles.org'>forum<\/a> si vous avez besoin d'aide.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"Aucun style n'est installé pour ce site.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Gérer les styles installés",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Ajouter une section",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"Les sections vous permettent de définir différentes portions de code correspondant à un même style que vous pouvez appliquer à des ensembles d'URL distincts. Par exemple, un même style appliqué à la page d'accueil peut modifier celle-ci d'une certaine manière et modifier le reste du site Web d'une autre manière.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Supprimer la section",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Retour à la gestion",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Vous avez apporté des modifications à ce style sans les enregistrer.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Activé",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"Installer \"$stylename$\" dans Stylish ?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Veuillez saisir un nom.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Enregistrer",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"Convertir au format Mozilla",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"Le code au format Mozilla peut être utilisé dans Stylish for Firefox et envoyé à userstyles.org.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Échec de la mise à jour. Le serveur a renvoyé le $code$ $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Échec de la mise à jour. Le serveur est inaccessible.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"Le style est à jour.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Mise à jour terminée.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,214 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Scrivi nuovo stile",
|
"message": "Tutto",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Aggiunta di stili",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Aggiungi",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Applica a: $applies$",
|
"message": "Attiva",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Inserisci un nome.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URL nel dominio",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Verifica la presenza di aggiornamenti",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Guida",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Trova più stili per questo sito.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Stili installati",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Attivato",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "Il formato Mozilla del codice può essere utilizzato con Stylish per Firefox e può essere inviato a userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Aggiungi un'altra sezione",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Salva",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Aggiungi",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URL corrispondenti all'espressione regolare",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "Installare \"$stylename$\" in Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Visita il sito <a href='http://userstyles.org'>userstyles.org</a> per trovare stili già pronti. Utilizza <a href='http://forum.userstyles.org'>il forum</a> se hai bisogno di aiuto.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Disattiva",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Torna a gestione",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Hai apportato modifiche a questo stile senza salvare.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Aggiornamento non riuscito - server non raggiungibile.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Vuoi eliminare questo stile?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp is invalid.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Applica a: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Sezioni",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Modifica dello stile $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Lo stile è aggiornato.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URL che iniziano con",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Le sezioni consentono di definire diverse parti di codice da applicare a diversi insiemi di URL dello stesso stile. Ad esempio, un unico stile potrebbe modificare la home page di un sito diversamente da come modificherebbe il resto del sito.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Nessuno stile installato per questo sito.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "e altro ancora",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Rimuovi",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Vale per",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Gestisci gli stili installati.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Aggiornamento non riuscito - il server ha risposto con il codice $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Specifica",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Installa aggiornamento",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Rimuovi sezione",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Aggiornamento completato.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Verifica in corso...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Codice",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Utilizza i controlli \"Applica a\" per limitare gli URL a cui viene applicato il codice in questa sezione.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Modifica di stili",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Aggiunta di stili",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Verifica la disponibilità di aggiornamenti per tutti gli stili",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "In formato Mozilla",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Elimina",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Scrivi nuovo stile",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Modifica",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Modifica lo stile del Web con Stylish, un gestore di stili utente. Stylish consente di installare facilmente temi e skin per Google, Facebook, YouTube, Orkut e moltissimi altri siti.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"e altro ancora",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"URL nel dominio",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Utilizza i controlli \"Applica a\" per limitare gli URL a cui viene applicato il codice in questa sezione.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Vale per",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"URL corrispondenti all'espressione regolare",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Rimuovi",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Specifica",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Tutto",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"URL che iniziano con",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Verifica la disponibilità di aggiornamenti per tutti gli stili",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Verifica la presenza di aggiornamenti",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Verifica in corso...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Elimina",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"Vuoi eliminare questo stile?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Modifica lo stile del Web con Stylish, un gestore di stili utente. Stylish consente di installare facilmente temi e skin per Google, Facebook, YouTube, Orkut e moltissimi altri siti.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Disattiva",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Modifica di stili",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Modifica",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"Modifica dello stile $stylename$",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Attiva",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Trova più stili per questo sito.",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Guida",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Installa aggiornamento",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Stili installati",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Visita il sito <a href='http:\/\/userstyles.org'>userstyles.org<\/a> per trovare stili già pronti. Utilizza <a href='http:\/\/forum.userstyles.org'>il forum<\/a> se hai bisogno di aiuto.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"Nessuno stile installato per questo sito.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Gestisci gli stili installati.",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Aggiungi un'altra sezione",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"Codice",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"Le sezioni consentono di definire diverse parti di codice da applicare a diversi insiemi di URL dello stesso stile. Ad esempio, un unico stile potrebbe modificare la home page di un sito diversamente da come modificherebbe il resto del sito.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Rimuovi sezione",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Torna a gestione",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Hai apportato modifiche a questo stile senza salvare.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Attivato",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"Installare \"$stylename$\" in Stylish?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Inserisci un nome.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Salva",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Sezioni",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"In formato Mozilla",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"Il formato Mozilla del codice può essere utilizzato con Stylish per Firefox e può essere inviato a userstyles.org.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Aggiornamento non riuscito - il server ha risposto con il codice $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Aggiornamento non riuscito - server non raggiungibile.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"Lo stile è aggiornato.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Aggiornamento completato.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,226 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"新しいスタイルを作成",
|
"message": "すべて",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"スタイルを追加",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"追加",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"適用先: $applies$",
|
"message": "有効化",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "名前を入力してください。",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "ドメイン上の URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "アップデートをチェック",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "ヘルプ",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "このサイト用の他のスタイルを検索",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "インストール済みのスタイル",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "有効",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "Mozilla 形式のコードは、Stylish for Firefox で使用することができ、userstyles.org に投稿することができます。",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "他のセクションを追加",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "保存",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "追加",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "正規表現に一致する URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "「$stylename$」を Stylish にインストールしますか?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "既に作成済みのスタイルについては、<a href='http://userstyles.org'>userstyles.org</a> をご覧ください。ご質問がある場合には、<a href='http://forum.userstyles.org'>userstyles.org のフォーラム</a>でお問い合わせください。",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "無効化",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "管理画面に戻る",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "このスタイルは変更されていますが、保存されていません。",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "更新に失敗しました - サーバーに到達できません。",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "このスタイルを削除してもよろしいですか?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "正規表現は無効です。",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "適用先: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "セクション",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "スタイル「$stylename$」を編集",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "スタイルは最新の状態です。",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "次で始まる URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "セクションを利用すると、1 つのスタイルの中で複数のコードを定義し、それぞれ異なる URL に適用することができます。たとえば、単一のスタイルで、サイトのトップページの表示方法と他のページの表示方法を変えることができます。",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "このサイト用のスタイルはインストールされていません。",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "サイトを追加",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "削除",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "適用先",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "インストール済みのスタイルを管理",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "更新に失敗しました - サーバーが応答コード「$code$」を返しています。",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "個別指定",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "アップデートをインストール",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "セクションを削除",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "更新が完了しました",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "チェック中...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "コード",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "[適用先] を使用すると、このセクションのコードが適用される URL を制限することができます。",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "スタイルを編集",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "スタイルを追加",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "すべてのスタイルのアップデートをチェック",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Mozilla 形式に変換",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "削除",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "新しいスタイルを作成",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "編集",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Stylish はユーザー スタイルを管理するツールで、ウェブのスタイルを変更することができます。Stylish を利用すると、Google、Facebook、YouTube、orkut など、さまざまなサイトに対応したテーマやスキンを簡単にインストールできます。",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"サイトを追加",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"ドメイン上の URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"[適用先] を使用すると、このセクションのコードが適用される URL を制限することができます。",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"適用先",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"正規表現に一致する URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"削除",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"個別指定",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"すべて",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlOption":{
|
|
||||||
"message":"URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"次で始まる URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"すべてのスタイルのアップデートをチェック",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"アップデートをチェック",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"チェック中...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"削除",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"このスタイルを削除してもよろしいですか?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Stylish はユーザー スタイルを管理するツールで、ウェブのスタイルを変更することができます。Stylish を利用すると、Google、Facebook、YouTube、orkut など、さまざまなサイトに対応したテーマやスキンを簡単にインストールできます。",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"無効化",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"スタイルを編集",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"編集",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"スタイル「$stylename$」を編集",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"有効化",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"このサイト用の他のスタイルを検索",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"ヘルプ",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"アップデートをインストール",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"インストール済みのスタイル",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"既に作成済みのスタイルについては、<a href='http:\/\/userstyles.org'>userstyles.org<\/a> をご覧ください。ご質問がある場合には、<a href='http:\/\/forum.userstyles.org'>userstyles.org のフォーラム<\/a>でお問い合わせください。",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"manageTitle":{
|
|
||||||
"message":"Stylish",
|
|
||||||
"description":"Title for the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"このサイト用のスタイルはインストールされていません。",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"インストール済みのスタイルを管理",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"他のセクションを追加",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"コード",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"セクションを利用すると、1 つのスタイルの中で複数のコードを定義し、それぞれ異なる URL に適用することができます。たとえば、単一のスタイルで、サイトのトップページの表示方法と他のページの表示方法を変えることができます。",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"セクションを削除",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleBadRegexp":{
|
|
||||||
"message":"正規表現は無効です。",
|
|
||||||
"description":"Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"管理画面に戻る",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"このスタイルは変更されていますが、保存されていません。",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"有効",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"「$stylename$」を Stylish にインストールしますか?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"名前を入力してください。",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"保存",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"セクション",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"Mozilla 形式に変換",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"Mozilla 形式のコードは、Stylish for Firefox で使用することができ、userstyles.org に投稿することができます。",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"更新に失敗しました - サーバーが応答コード「$code$」を返しています。",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"更新に失敗しました - サーバーに到達できません。",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"スタイルは最新の状態です。",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"更新が完了しました",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
286
_locales/nl/messages.json
Normal file
286
_locales/nl/messages.json
Normal file
|
@ -0,0 +1,286 @@
|
||||||
|
{
|
||||||
|
"appliesToEverything": {
|
||||||
|
"message": "Alles",
|
||||||
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
|
},
|
||||||
|
"manageOnlyEdited": {
|
||||||
|
"message": "Alleen bewerkte stijlen",
|
||||||
|
"description": "Checkbox to show only locally edited styles"
|
||||||
|
},
|
||||||
|
"cm_tabSize": {
|
||||||
|
"message": "Tabgrootte",
|
||||||
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
|
},
|
||||||
|
"enableStyleLabel": {
|
||||||
|
"message": "Inschakelen",
|
||||||
|
"description": "Label for the button to enable a style"
|
||||||
|
},
|
||||||
|
"styleMissingName": {
|
||||||
|
"message": "Vul een naam in.",
|
||||||
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URL's op het domein",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Controleren op update",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "Alle stijlen zijn bijgewerkt.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Hul",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Meer stijlen zoeken voor deze website.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Geïnstalleerde stijlen",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Ingeschakeld",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "De Mozilla-opmaak van de code kan worden gebruikt met Stylish voor Firefox en worden ingezonden naar userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Nog een sectie toevoegen",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Opslaan",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "deze URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Toevoegen",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URL's overeenkomend met de regexp",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "'$stylename$' installeren in Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Bezoek <a href='http://userstyles.org'>userstyles.org</a> voor gemaakte stijlen. Stel uw vraag op <a href='http://forum.userstyles.org'>het forum</a> als u hulp nodig heeft.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Uitschakelen",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Aantal actieve stijlen voor de huidige website weergeven op de werkbalkknop",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Woordomslag",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Terug naar beheren",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "U heeft wijzigingen aangebracht in deze stijl zonder deze op te slaan.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Update mislukt - server onbereikbaar.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Alle bijwerkingen toepassen",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Weet u zeker dat u deze stijl wilt verwijderen?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp is ongeldig.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Voorkeuren",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Toepasbaar op: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Weet u zeker dat u '$stylename$' wilt updaten?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Secties",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Stijl $stylename$ bewerken",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Stijl is up-to-date.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URL's beginnend met",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "Stijlen vóór commando's opsomming in het werkbalkknopmenu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Secties stellen u in staat om andere stukken code toe te passen op andere URL's in dezelfde stijl. Bijv.: een enkele stijl kan de homepage van een site aanpassen op een bepaalde manier, terwijl de rest van de site op een andere manier wordt aangepast.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Geen geïnstalleerde stijlen voor deze website.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "en meer",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Verwijderen",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Stijl schrijven voor:",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Toepasbaar op",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Geïnstalleerde stijlen beheren.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Update mislukt - server gaf code $code$ als antwoord.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Specificeren",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Update installeren",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish werkt niet op pagina's als deze.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Sectie verwijderen",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Alle stijlen uitschakelen",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Update voltooid.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Bezig met controleren...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Code",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Slimme inspringing gebruiken",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Gebruik de 'Toepasbaar op'-functies om de URL's te limiteren in de sectie.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Stijl bewerken",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Stijl toevoegen",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "Er is een fout opgetreden bij het gebruiken van de Stylish-database. Wilt u een webpagina met mogelijke oplossingen bezoeken?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Ga naar regel (of regel:kolom)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Controleer alle stijlen op updates",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Naar Mozilla-opmaak",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Toetsenbordindeling",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Tabs met slimme inspringing gebruiken",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Verwijderen",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Nieuwe stijl schrijven",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Alleen ingeschakelde stijlen",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Bewerken",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Voorzie het web van een ander uiterlijk met Stylish, een gebruikersstijlbeheerder. Stylish stelt u in staat om eenvoudig thema's en stijlen te installeren voor vele populaire websites.",
|
||||||
|
"description": "Extension description"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,214 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Gravar novo estilo",
|
"message": "Tudo",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Adicionar estilo",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Adicionar",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Aplica-se a: $applies$",
|
"message": "Ativar",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Insira um nome.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URLs no domínio",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Verificar atualizações",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Ajuda",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Procurar mais estilos para este site.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Estilos instalados",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Ativado",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "O formato Mozilla do código pode ser usado com o Stylish para Firefox e pode ser enviado para userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Adicionar outra seção",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Salvar",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Adicionar",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URLs que correspondem a regexp",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "Instalar \"$stylename$\" no Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Visite <a href='http://userstyles.org'>userstyles.org</a> para obter estilos pré-fabricados. Se precisar de ajuda, peça no <a href='http://forum.userstyles.org'>fórum</a>.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Desativar",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Voltar ao gerenciamento",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Você fez alterações neste estilo sem salvar.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "A atualização falhou - servidor inacessível.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Tem certeza de que deseja excluir este estilo?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp is invalid.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Aplica-se a: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Seções",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Editar estilo $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "O estilo está atualizado.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URLs que começam com",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "As seções permitem definir diferentes partes de código para aplicar a diferentes conjuntos de URLs no mesmo estilo. Por exemplo, um único estilo poderia alterar a página inicial de um site de uma forma, enquanto alteraria o resto do site de outra forma.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Nenhum estilo instalado para este site.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "e mais",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Remover",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Aplica-se a",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Gerenciar estilos instalados.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "A atualização falhou - o servidor respondeu com código $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Especificar",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Instalar atualização",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Remover seção",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Atualização concluída.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Verificando...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Código",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Use os controles \"Aplica-se a\" para limitar a quais URLs o código desta seção se aplica.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Editar estilo",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Adicionar estilo",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Verificar atualizações para todos os estilos",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Para formato Mozilla",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Excluir",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Gravar novo estilo",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Editar",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Mude o estilo da web com o Stylish, um gerenciador de estilos do usuário. O Stylish permite instalar facilmente temas e skins para Google, Facebook, YouTube, Orkut e muitos, muitos outros sites.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"e mais",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"URLs no domínio",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Use os controles \"Aplica-se a\" para limitar a quais URLs o código desta seção se aplica.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Aplica-se a",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"URLs que correspondem a regexp",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Remover",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Especificar",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Tudo",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"URLs que começam com",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Verificar atualizações para todos os estilos",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Verificar atualizações",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Verificando...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Excluir",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"Tem certeza de que deseja excluir este estilo?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Mude o estilo da web com o Stylish, um gerenciador de estilos do usuário. O Stylish permite instalar facilmente temas e skins para Google, Facebook, YouTube, Orkut e muitos, muitos outros sites.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Desativar",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Editar estilo",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Editar",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"Editar estilo $stylename$",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Ativar",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Procurar mais estilos para este site.",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Ajuda",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Instalar atualização",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Estilos instalados",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Visite <a href='http:\/\/userstyles.org'>userstyles.org<\/a> para obter estilos pré-fabricados. Se precisar de ajuda, peça no <a href='http:\/\/forum.userstyles.org'>fórum<\/a>.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"Nenhum estilo instalado para este site.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Gerenciar estilos instalados.",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Adicionar outra seção",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"Código",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"As seções permitem definir diferentes partes de código para aplicar a diferentes conjuntos de URLs no mesmo estilo. Por exemplo, um único estilo poderia alterar a página inicial de um site de uma forma, enquanto alteraria o resto do site de outra forma.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Remover seção",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Voltar ao gerenciamento",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Você fez alterações neste estilo sem salvar.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Ativado",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"Instalar \"$stylename$\" no Stylish?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Insira um nome.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Salvar",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Seções",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"Para formato Mozilla",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"O formato Mozilla do código pode ser usado com o Stylish para Firefox e pode ser enviado para userstyles.org.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"A atualização falhou - o servidor respondeu com código $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"A atualização falhou - servidor inacessível.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"O estilo está atualizado.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Atualização concluída.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,214 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Создать стиль",
|
"message": "Все",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Добавление стиля",
|
"message": "Только отредактированные стили",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Добавить",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Применить к: $applies$",
|
"message": "Включить",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Введите название.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URL в домене",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Проверить обновления",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Справка",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Найдите другие стили для этого веб-сайта.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Установленные стили",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Включено",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "Формат кода Mozilla можно использовать в сочетании с форматом Stylish для Firefox и отправлять на сайт userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Добавить раздел",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Сохранить",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "этого адреса",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Добавить",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URL, соответствующим регулярному выражению",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "Установить \"$stylename$\" в Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Готовые стили можно найти на странице <a href='http://userstyles.org'>userstyles.org</a>. Если вам нужна помощь, задайте вопрос на <a href='http://forum.userstyles.org'>форуме</a>.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Отключить",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Показывать на кнопке в тулбаре количество активных стилей для открытого сайта ",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Завершить",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Вы изменили этот стиль, но не сохранили его.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Ошибка обновления: сервер недоступен.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Фильтры",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Удалить этот стиль?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Ошибка в регулярном выражении.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Настройки",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Применить к: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Подтвердите обновление стиля '$stylename$'.",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Разделы",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Изменение стиля \"$stylename$\"",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Стиль обновлен.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URL, начинающимся с",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Разделы позволяют задавать разный код для различных наборов URL в пределах одного стиля. Например, стиль может применяться к главной странице не так, как к остальным частям сайта.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Для этого веб-сайта не установлено ни одного стиля.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "и другие",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Удалить",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Создать стиль для:",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Применить к:",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Управление установленными стилями.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Ошибка обновления: сервер вернул код \"$code$\".",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Указать",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Установить обновление",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish не работает на таких страницах)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Удалить раздел",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Обновление завершено.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Проверка…",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Код",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Чтобы указать, к каким URL относится код в этом разделе, воспользуйтесь параметром \"Применить к\".",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Изменение стиля",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Добавление стиля",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "Возникла ошибка доступа к базе данных Stylish. Хотите перейти на страницу с возможными способами решения?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Перейти к строке (или строке:колонке)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Проверить обновления для всех стилей",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "В формат Mozilla",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Удалить",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Создать стиль",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Только включенные стили",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Изменить",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Настраивайте стили веб-сайтов с помощью менеджера стилей Stylish. Он позволяет легко установить темы и изменить внешний вид сайтов Google, Facebook, YouTube, Orkut и множества других веб-страниц.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"и другие",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"URL в домене",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Чтобы указать, к каким URL относится код в этом разделе, воспользуйтесь параметром \"Применить к\".",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Применить к:",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"URL, соответствующим регулярному выражению",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Удалить",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Указать",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Все",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"URL, начинающимся с",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Проверить обновления для всех стилей",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Проверить обновления",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Проверка…",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Удалить",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"Удалить этот стиль?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Настраивайте стили веб-сайтов с помощью менеджера стилей Stylish. Он позволяет легко установить темы и изменить внешний вид сайтов Google, Facebook, YouTube, Orkut и множества других веб-страниц.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Отключить",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Изменение стиля",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Изменить",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"Изменение стиля \"$stylename$\"",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Включить",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Найдите другие стили для этого веб-сайта.",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Справка",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Установить обновление",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Установленные стили",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Готовые стили можно найти на странице <a href='http:\/\/userstyles.org'>userstyles.org<\/a>. Если вам нужна помощь, задайте вопрос на <a href='http:\/\/forum.userstyles.org'>форуме<\/a>.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"Для этого веб-сайта не установлено ни одного стиля.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Управление установленными стилями.",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Добавить раздел",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"Код",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"Разделы позволяют задавать разный код для различных наборов URL в пределах одного стиля. Например, стиль может применяться к главной странице не так, как к остальным частям сайта.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Удалить раздел",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Завершить",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Вы изменили этот стиль, но не сохранили его.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Включено",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"Установить \"$stylename$\" в Stylish?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Введите название.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Сохранить",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Разделы",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"В формат Mozilla",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"Формат кода Mozilla можно использовать в сочетании с форматом Stylish для Firefox и отправлять на сайт userstyles.org.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Ошибка обновления: сервер вернул код \"$code$\".",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Ошибка обновления: сервер недоступен.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"Стиль обновлен.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Обновление завершено.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,226 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Lägg till ny stil",
|
"message": "Överallt",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Lägg till stil",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Lägg till",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Gäller för: $applies$",
|
"message": "Aktivera",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Ange namn.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "Webbadresser på domän",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Sök efter uppdatering",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Hjälp",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Hitta fler stilar för den här webbplatsen.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Installerade stilar",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Aktiverad",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "Mozilla-koden kan användas med Stylish för Firefox och kan lämnas till userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Lägga till ett avsnitt",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Spara",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Lägg till",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "Webbadresser på regexp",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "Installera \"$stylename$\" i Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Besök <a href='http://userstyles.org'>userstyles.org</a> för färdiga stilar. Fråga i <a href='http://forum.userstyles.org'>forumet</a> om du behöver hjälp.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Inaktivera",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Tillbaka",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Du har gjort ändringar i denna stil utan att spara.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Det gick inte att uppdatera - servern inte kan nås.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Är du säker på att du vill ta bort denna stil?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp är ogiltig.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Gäller för: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Avsnitt",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Ändra stil $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Stilen är redan uppdaterad.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "Webbadresser som börjar med",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Med sektioner kan du definiera olika delar av koden som gäller vid olika webbadresser i samma stil. En enda stil kan till exempel ändra hemsidan för en webbplats på ett sätt, medan du ändrar resten av en webbplats på ett annat sätt.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Ingen stilar installerade för den här webbplatsen.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "och mer",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Ta bort",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Gäller",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Hantera installerade stilar.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Det gick inte att uppdatera - servern svarade med koden $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Ange",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Installera uppdatering",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Ta bort avsnitt",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Uppdateringen slutförd.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Kontrollerar...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Kod",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Använd \"Gäller\" för att begränsa vilka webbadresser den här koden kommer gälla.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Ändra stil",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "Webbadress",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Lägg till stil",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Sök efter uppdateringar för alla stilar",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Till Mozilla-format",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Ta bort",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Lägg till ny stil",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Ändra",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Designa om webben med Stylish, en stilhanterare för användare. Stylish låter dig enkelt installera stilar och teman för Google, Facebook, YouTube, Orkut och många, många andra sidor.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"och mer",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"Webbadresser på domän",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Använd \"Gäller\" för att begränsa vilka webbadresser den här koden kommer gälla.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Gäller",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"Webbadresser på regexp",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Ta bort",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Ange",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Överallt",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlOption":{
|
|
||||||
"message":"Webbadress",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"Webbadresser som börjar med",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Sök efter uppdateringar för alla stilar",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Sök efter uppdatering",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Kontrollerar...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Ta bort",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"Är du säker på att du vill ta bort denna stil?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Designa om webben med Stylish, en stilhanterare för användare. Stylish låter dig enkelt installera stilar och teman för Google, Facebook, YouTube, Orkut och många, många andra sidor.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Inaktivera",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Ändra stil",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Ändra",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"Ändra stil $stylename$",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Aktivera",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Hitta fler stilar för den här webbplatsen.",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Hjälp",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Installera uppdatering",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Installerade stilar",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Besök <a href='http:\/\/userstyles.org'>userstyles.org<\/a> för färdiga stilar. Fråga i <a href='http:\/\/forum.userstyles.org'>forumet<\/a> om du behöver hjälp.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"manageTitle":{
|
|
||||||
"message":"Stylish",
|
|
||||||
"description":"Title for the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"Ingen stilar installerade för den här webbplatsen.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Hantera installerade stilar.",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Lägga till ett avsnitt",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"Kod",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"Med sektioner kan du definiera olika delar av koden som gäller vid olika webbadresser i samma stil. En enda stil kan till exempel ändra hemsidan för en webbplats på ett sätt, medan du ändrar resten av en webbplats på ett annat sätt.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Ta bort avsnitt",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleBadRegexp":{
|
|
||||||
"message":"Regexp är ogiltig.",
|
|
||||||
"description":"Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Tillbaka",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Du har gjort ändringar i denna stil utan att spara.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Aktiverad",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"Installera \"$stylename$\" i Stylish?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Ange namn.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Spara",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Avsnitt",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"Till Mozilla-format",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"Mozilla-koden kan användas med Stylish för Firefox och kan lämnas till userstyles.org.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Det gick inte att uppdatera - servern svarade med koden $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Det gick inte att uppdatera - servern inte kan nås.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"Stilen är redan uppdaterad.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Uppdateringen slutförd.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,71 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"క్రొత్త స్టైల్ వ్రాయండి",
|
"message": "అన్నిటికీ",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"manageOnlyEdited": {
|
||||||
"message":"చేర్చు",
|
"message": "Only edited styles",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"cm_tabSize": {
|
||||||
"message":"వేటికి వర్తిస్తుంది; $applies$",
|
"message": "Tab size",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"enableStyleLabel": {
|
||||||
"content":"$1"
|
"message": "చేతనించు",
|
||||||
}
|
"description": "Label for the button to enable a style"
|
||||||
|
},
|
||||||
|
"styleMissingName": {
|
||||||
|
"message": "Enter a name.",
|
||||||
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "URLs on the domain",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Check for update",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "సహాయం",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Find more styles for this site.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "స్థాపిత శైలులు",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Enabled",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "The Mozilla format of the code can be used with Stylish for Firefox and can be submitted to userstyles.org.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Add another section",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "భద్రపరచు",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "చేర్చు",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "URLs matching the regexp",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "Install '$stylename$' into Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Visit <a href='http://userstyles.org'>userstyles.org</a> for pre-made styles. Ask in <a href='http://forum.userstyles.org'>the forum</a> if you need help.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "అచేతనించు",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Back to manage",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "You've made changes to this style without saving.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Update failed - server unreachable.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "మీరు నజంగానే ఈ శైలిని తొలగించాలనుకుంటున్నారా?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp is invalid.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "వేటికి వర్తిస్తుంది; $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "విభాగాలు",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "Edit Style $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Style is up to date.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "URLs starting with",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Sections let you define different pieces of code to apply to different sets of URLs in the same style. For example, a single style could change the homepage of a site one way, while changing the rest of a site another way.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "No styles installed for this site.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "ఇంకా మరిన్ని",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "తొలగించు",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "స్టైలిష్",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Applies to",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Manage installed styles.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Update failed - server responded with code $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Specify",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Install update",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Remove section",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Update completed.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Checking...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Code",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Use the 'Applies to' controls to limit what URLs the code in this section applies to.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Edit Style",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Add Style",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Check all styles for updates",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "To Mozilla format",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "తొలగించు",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "క్రొత్త స్టైల్ వ్రాయండి",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "మార్చు",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Restyle the web with Stylish, a user styles manager. Stylish lets you easily install themes and skins for many popular sites.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"ఇంకా మరిన్ని",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"తొలగించు",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"అన్నిటికీ",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"తొలగించు",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"మీరు నజంగానే ఈ శైలిని తొలగించాలనుకుంటున్నారా?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"అచేతనించు",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"మార్చు",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"చేతనించు",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"సహాయం",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"స్థాపిత శైలులు",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageTitle":{
|
|
||||||
"message":"స్టైలిష్",
|
|
||||||
"description":"Title for the manage page"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"భద్రపరచు",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"విభాగాలు",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,214 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"Yeni stil oluştur",
|
"message": "Her şey",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"Stil Ekle",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"Ekle",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"Şuraya uygulanır: $applies$",
|
"message": "Etkinleştir",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "Bir ad girin.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "Alan adındaki URLler",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "Güncellemeleri denetle",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "Yardım",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "Bu site için başka stiller bul.",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "Yüklü Stiller",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "Etkin",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "Kodun Mozilla biçimi, Firefox için Stylish ile kullanılabilir ve userstyles.org sitesine gönderilebilir.",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "Başka bölüm ekle",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "Kaydet",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "Ekleyin",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "regexp ile eşleşen URL'ler",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "'$stylename$' Stylish'e yüklensin mi?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "Önceden hazırlanmış stiller için <a href='http://userstyles.org'>userstyles.org</a> sitesini ziyaret edin. Yardıma ihtiyacınız olursa sorunuzu <a href='http://forum.userstyles.org'>forum</a>'da yayınlayın.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "Devre dışı bırak",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "Yönetim sayfasına dön",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "Bu stilde yaptığınız, kaydedilmemiş değişiklikler var.",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "Güncellenemedi - sunucuya erişilemiyor.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "Bu stili silmek istediğinizden emin misiniz?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp is invalid.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "Şuraya uygulanır: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "Bölümler",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "$stylename$ Stilini Düzenleyin",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "Stil güncel.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "Şununla başlayan URL'ler:",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "Bölümler, aynı stil içindeki farklı URL kümelerine uygulanacak farklı kod parçaları tanımlamanıza olanak sağlar. Örneğin, tek bir stil bir sitenin ana sayfasını belirli bir şekilde değiştirirken, sayfanın kalan kısmını farklı bir şekilde değiştirebilir.",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "Bu site için hiçbir stil yüklenmedi.",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "ve diğerleri",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "Kaldır",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "Şuraya uygulanır",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "Yüklü stilleri yönet.",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "Güncellenemedi - sunucu yanıt olarak $code$ kodunu gönderdi.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "Belirt",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "Güncellemeyi yükle",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "Bölümü kaldır",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "Güncelleme tamamlandı.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "Kontrol ediliyor...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "Kod",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "Bu bölümdeki kodun hangi URLlere uygulanacağını sınırlamak için 'Şuraya uygulanır' denetimlerini kullanın.",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "Stili Düzenle",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "Stil Ekleyin",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "Tüm stiller için güncellemeleri denetle",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "Mozilla biçimine",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "Sil",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "Yeni stil oluşturun",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "Düzenle",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Kullanıcı stil yöneticisi Stylish ile Web'in stilini yenileyin. Stylish Google, Facebook, YouTube, Orkut ve diğer pek çok site için temalar ve görünüm yüklemenize imkân tanır.",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"ve diğerleri",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"Alan adındaki URL'ler",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"Bu bölümdeki kodun hangi URL'lere uygulanacağını sınırlamak için 'Şuraya uygulanır:' denetimlerini kullanın.",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"Şuraya uygulanır:",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"regexp ile eşleşen URL'ler",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"Kaldır",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"Belirt",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"Her şey",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"Şununla başlayan URL'ler:",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"Tüm stiller için güncellemeleri denetle",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"Güncellemeleri denetle",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"Kontrol ediliyor...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"Sil",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"Bu stili silmek istediğinizden emin misiniz?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Kullanıcı stil yöneticisi Stylish ile Web'in stilini yenileyin. Stylish Google, Facebook, YouTube, Orkut ve diğer pek çok site için temalar ve görünüm yüklemenize imkân tanır.",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"Devre dışı bırak",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"Stili Düzenle",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"Düzenle",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"$stylename$ Stilini Düzenleyin",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"Etkinleştir",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"Bu site için başka stiller bul.",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"Yardım",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"Güncellemeyi yükle",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"Yüklü Stiller",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"Önceden hazırlanmış stiller için <a href='http:\/\/userstyles.org'>userstyles.org<\/a> sitesini ziyaret edin. Yardıma ihtiyacınız olursa sorunuzu <a href='http:\/\/forum.userstyles.org'>forum<\/a>'da yayınlayın.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"Bu site için hiçbir stil yüklenmedi.",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"Yüklü stilleri yönet.",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"Başka bölüm ekle",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"Kod",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"Bölümler, aynı stil içindeki farklı URL kümelerine uygulanacak farklı kod parçaları tanımlamanıza olanak sağlar. Örneğin, tek bir stil bir sitenin ana sayfasını belirli bir şekilde değiştirirken, sayfanın kalan kısmını farklı bir şekilde değiştirebilir.",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"Bölümü kaldır",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"Yönetim sayfasına dön",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"Bu stilde yaptığınız, kaydedilmemiş değişiklikler var.",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"Etkin",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"'$stylename$' Stylish'e yüklensin mi?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"Bir ad girin.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"Kaydet",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"Bölümler",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"Mozilla biçimine",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"Kodun Mozilla biçimi, Firefox için Stylish ile kullanılabilir ve userstyles.org sitesine gönderilebilir.",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"Güncellenemedi - sunucu yanıt olarak $code$ kodunu gönderdi.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"Güncellenemedi - sunucuya erişilemiyor.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"Stil güncel.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"Güncelleme tamamlandı.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -1,181 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel": {
|
"appliesToEverything": {
|
||||||
"message": "编写新的样式"
|
"message": "所有站点",
|
||||||
},
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
"addStyleTitle": {
|
},
|
||||||
"message": "添加样式"
|
"manageOnlyEdited": {
|
||||||
},
|
"message": "Only edited styles",
|
||||||
"appliesAdd": {
|
"description": "Checkbox to show only locally edited styles"
|
||||||
"message": "添加"
|
},
|
||||||
},
|
"cm_tabSize": {
|
||||||
"appliesDisplay": {
|
"message": "Tab size",
|
||||||
"message": "应用到: $applies$",
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
"placeholders": {
|
},
|
||||||
"applies": {
|
"enableStyleLabel": {
|
||||||
"content": "$1"
|
"message": "启用",
|
||||||
}
|
"description": "Label for the button to enable a style"
|
||||||
}
|
},
|
||||||
},
|
"styleMissingName": {
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"message": "请输入名称.",
|
||||||
"message": "以及更多"
|
"description": "Error displayed when user saves without providing a name"
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "指定域上的URL"
|
"message": "指定域上的URL",
|
||||||
},
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
"appliesHelp": {
|
},
|
||||||
"message": "使用“应用到”来控制这个样式应用到哪些地址上。"
|
"checkForUpdate": {
|
||||||
},
|
"message": "检查更新",
|
||||||
"appliesLabel": {
|
"description": "Label for the button to check a single style for an update"
|
||||||
"message": "应用到"
|
},
|
||||||
},
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"appliesRegexpOption": {
|
"message": "All styles are up to date.",
|
||||||
"message": "匹配正则的URL"
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"helpAlt": {
|
||||||
"message": "移除"
|
"message": "帮助",
|
||||||
},
|
"description": "Alternate text for help buttons"
|
||||||
"appliesSpecify": {
|
},
|
||||||
"message": "指定站点"
|
"findStylesForSite": {
|
||||||
},
|
"message": "查找更多适合此站点的样式",
|
||||||
"appliesToEverything": {
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
"message": "所有站点"
|
},
|
||||||
},
|
"manageHeading": {
|
||||||
"appliesUrlOption": {
|
"message": "已安装的样式",
|
||||||
"message": "地址"
|
"description": "Heading for the manage page"
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"styleEnabledLabel": {
|
||||||
"message": "以指定地址开始"
|
"message": "已启用",
|
||||||
},
|
"description": "Label for the enabled state of styles"
|
||||||
"checkAllUpdates": {
|
},
|
||||||
"message": "检查所有样式的更新"
|
"styleToMozillaFormatHelp": {
|
||||||
},
|
"message": "用于Firefox上的Stylish的Mozilla格式样式代码可以在 userstyles.org 上提交",
|
||||||
"checkForUpdate": {
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
"message": "检查更新"
|
},
|
||||||
},
|
"sectionAdd": {
|
||||||
"checkingForUpdate": {
|
"message": "添加新节",
|
||||||
"message": "检查中..."
|
"description": "Label for the button to add a section"
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "删除"
|
"message": "保存",
|
||||||
},
|
"description": "Label for save button for style editing"
|
||||||
"deleteStyleConfirm": {
|
},
|
||||||
"message": "确定要删除这个样式吗?"
|
"writeStyleForURL": {
|
||||||
},
|
"message": "this URL",
|
||||||
"description": {
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
"message": "Stylish,一个用户样式管理器,帮助您重新定义网页样式。Stylish易于为Google,Facebook,Youtube,Orkut以及其它各类型网站安装样式和主题。"
|
},
|
||||||
},
|
"appliesAdd": {
|
||||||
"disableStyleLabel": {
|
"message": "添加",
|
||||||
"message": "禁用"
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"appliesRegexpOption": {
|
||||||
"message": "编辑样式"
|
"message": "匹配正则的URL",
|
||||||
},
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
"editStyleLabel": {
|
},
|
||||||
"message": "编辑"
|
"styleInstall": {
|
||||||
},
|
"message": "安装 '$stylename$' 到 Stylish?",
|
||||||
"editStyleTitle": {
|
"description": "Confirmation when installing a style"
|
||||||
"message": "编辑样式 $stylename$",
|
},
|
||||||
"placeholders": {
|
"manageText": {
|
||||||
"stylename": {
|
"message": "访问 <a href='http://userstyles.org'>userstyles.org</a> 查找预定义的样式. 如果您需要帮助,请访问 <a href='http://forum.userstyles.org'>论坛</a>.",
|
||||||
"content": "$1"
|
"description": "Help text on the manage page"
|
||||||
}
|
},
|
||||||
}
|
"disableStyleLabel": {
|
||||||
},
|
"message": "禁用",
|
||||||
"enableStyleLabel": {
|
"description": "Label for the button to disable a style"
|
||||||
"message": "启用"
|
},
|
||||||
},
|
"prefShowBadge": {
|
||||||
"findStylesForSite": {
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
"message": "查找更多适合此站点的样式"
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"cm_lineWrapping": {
|
||||||
"message": "帮助"
|
"message": "Word wrap",
|
||||||
},
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
"installUpdate": {
|
},
|
||||||
"message": "安装更新"
|
"styleCancelEditLabel": {
|
||||||
},
|
"message": "返回到管理",
|
||||||
"manageHeading": {
|
"description": "Label for cancel button for style editing"
|
||||||
"message": "已安装的样式"
|
},
|
||||||
},
|
"styleChangesNotSaved": {
|
||||||
"manageText": {
|
"message": "您已经修改了此样式,但尚未保存",
|
||||||
"message": "访问 <a href='http:\/\/userstyles.org'>userstyles.org<\/a> 查找预定义的样式. 如果您需要帮助,请访问 <a href='http:\/\/forum.userstyles.org'>论坛<\/a>."
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
},
|
},
|
||||||
"manageTitle": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Stylish"
|
"message": "更新失败 - 服务器无法访问.",
|
||||||
},
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
"noStylesForSite": {
|
},
|
||||||
"message": "当前站点上没有已安装的样式"
|
"manageFilters": {
|
||||||
},
|
"message": "Filters",
|
||||||
"openManage": {
|
"description": "Label for filters container"
|
||||||
"message": "管理已安装样式"
|
},
|
||||||
},
|
"applyAllUpdates": {
|
||||||
"sectionAdd": {
|
"message": "Apply all updates",
|
||||||
"message": "添加新节"
|
"description": "Label for the button to apply all detected updates"
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"deleteStyleConfirm": {
|
||||||
"message": "代码"
|
"message": "确定要删除这个样式吗?",
|
||||||
},
|
"description": "Confirmation before deleting a style"
|
||||||
"sectionHelp": {
|
},
|
||||||
"message": "样式节允许你定义多个样式段落并将它们应用于不同的站点匹配规则上。例如,一个样式可以更改使用一个方式来更改主页,而此时其它的样式段可以更改站点的其它部分。"
|
"styleBadRegexp": {
|
||||||
},
|
"message": "Regexp is invalid.",
|
||||||
"sectionRemove": {
|
"description": "Validation message for a bad regexp in a style"
|
||||||
"message": "移除节"
|
},
|
||||||
},
|
"optionsHeading": {
|
||||||
"styleCancelEditLabel": {
|
"message": "Options",
|
||||||
"message": "返回到管理"
|
"description": "Heading for options section on manage page."
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"appliesDisplay": {
|
||||||
"message": "您已经修改了此样式,但尚未保存"
|
"message": "应用到: $applies$",
|
||||||
},
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
"styleEnabledLabel": {
|
},
|
||||||
"message": "已启用"
|
"styleUpdate": {
|
||||||
},
|
"message": "你確定要更新 '$stylename$' 嗎?",
|
||||||
"styleInstall": {
|
"description": "Confirmation when updating a style"
|
||||||
"message": "安装 '$stylename$' 到 Stylish?",
|
},
|
||||||
"placeholders": {
|
"styleSectionsTitle": {
|
||||||
"stylename": {
|
"message": "样式节",
|
||||||
"content": "$1"
|
"description": "Title for the style sections section"
|
||||||
}
|
},
|
||||||
}
|
"editStyleTitle": {
|
||||||
},
|
"message": "编辑样式 $stylename$",
|
||||||
"styleMissingName": {
|
"description": "Title of the page for editing styles"
|
||||||
"message": "请输入名称."
|
},
|
||||||
},
|
"updateCheckSucceededNoUpdate": {
|
||||||
"styleSaveLabel": {
|
"message": "已经是最新的.",
|
||||||
"message": "保存"
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "样式节"
|
"message": "以指定地址开始",
|
||||||
},
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
"styleToMozillaFormat": {
|
},
|
||||||
"message": "转换为Mozilla格式"
|
"popupStylesFirst": {
|
||||||
},
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
"styleToMozillaFormatHelp": {
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
"message": "用于Firefox上的Stylish的Mozilla格式样式代码可以在 userstyles.org 上提交"
|
},
|
||||||
},
|
"sectionHelp": {
|
||||||
"styleUpdate": {
|
"message": "样式节允许你定义多个样式段落并将它们应用于不同的站点匹配规则上。例如,一个样式可以更改使用一个方式来更改主页,而此时其它的样式段可以更改站点的其它部分。",
|
||||||
"message": "你確定要更新 '$stylename$' 嗎?",
|
"description": "Help text for sections"
|
||||||
"description": "Confirmation when updating a style",
|
},
|
||||||
"placeholders": {
|
"noStylesForSite": {
|
||||||
"stylename": {
|
"message": "当前站点上没有已安装的样式",
|
||||||
"content": "$1"
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
}
|
},
|
||||||
}
|
"appliesDisplayTruncatedSuffix": {
|
||||||
},
|
"message": "以及更多",
|
||||||
"updateCheckFailBadResponseCode": {
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
"message": "更新失败 - 服务器了返回代码 $code$.",
|
},
|
||||||
"placeholders": {
|
"appliesRemove": {
|
||||||
"code": {
|
"message": "移除",
|
||||||
"content": "$1"
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
}
|
},
|
||||||
}
|
"manageTitle": {
|
||||||
},
|
"message": "Stylish",
|
||||||
"updateCheckFailServerUnreachable": {
|
"description": "Title for the manage page"
|
||||||
"message": "更新失败 - 服务器无法访问."
|
},
|
||||||
},
|
"writeStyleFor": {
|
||||||
"updateCheckSucceededNoUpdate": {
|
"message": "Write style for: ",
|
||||||
"message": "已经是最新的."
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"appliesLabel": {
|
||||||
"message": "更新完成."
|
"message": "应用到",
|
||||||
}
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
}
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "管理已安装样式",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "更新失败 - 服务器了返回代码 $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "指定站点",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "安装更新",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "移除节",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "更新完成.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "检查中...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "代码",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "使用“应用到”来控制这个样式应用到哪些地址上。",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "编辑样式",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "地址",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "添加样式",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "检查所有样式的更新",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "转换为Mozilla格式",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "删除",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "编写新的样式",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "编辑",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Stylish,一个用户样式管理器,帮助您重新定义网页样式。Stylish易于为Google,Facebook,Youtube,Orkut以及其它各类型网站安装样式和主题。",
|
||||||
|
"description": "Extension description"
|
||||||
|
}
|
||||||
|
}
|
|
@ -3,6 +3,14 @@
|
||||||
"message": "全部",
|
"message": "全部",
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
|
"manageOnlyEdited": {
|
||||||
|
"message": "仅修改过的样式",
|
||||||
|
"description": "Checkbox to show only locally edited styles"
|
||||||
|
},
|
||||||
|
"cm_tabSize": {
|
||||||
|
"message": "Tab size",
|
||||||
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "启用",
|
"message": "启用",
|
||||||
"description": "Label for the button to enable a style"
|
"description": "Label for the button to enable a style"
|
||||||
|
@ -19,6 +27,10 @@
|
||||||
"message": "检查是否有更新",
|
"message": "检查是否有更新",
|
||||||
"description": "Label for the button to check a single style for an update"
|
"description": "Label for the button to check a single style for an update"
|
||||||
},
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "所有样式均为最新",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "帮助",
|
"message": "帮助",
|
||||||
"description": "Alternate text for help buttons"
|
"description": "Alternate text for help buttons"
|
||||||
|
@ -75,6 +87,10 @@
|
||||||
"message": "在工具栏按钮上显示对当前站点生效的样式数目",
|
"message": "在工具栏按钮上显示对当前站点生效的样式数目",
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
},
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "返回进行管理操作",
|
"message": "返回进行管理操作",
|
||||||
"description": "Label for cancel button for style editing"
|
"description": "Label for cancel button for style editing"
|
||||||
|
@ -87,6 +103,14 @@
|
||||||
"message": "更新失败 - 无法访问服务器。",
|
"message": "更新失败 - 无法访问服务器。",
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
},
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "过滤器",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "应用全部更新",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "确定要删除此样式吗?",
|
"message": "确定要删除此样式吗?",
|
||||||
"description": "Confirmation before deleting a style"
|
"description": "Confirmation before deleting a style"
|
||||||
|
@ -123,6 +147,10 @@
|
||||||
"message": "网址前缀",
|
"message": "网址前缀",
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
},
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "各部分可让您定义不同的代码段,以通过同一样式应用到不同的网址组。例如,某个单一样式能以一种方式更改网站首页,同时以另一种方式更改网站的其余部分。",
|
"message": "各部分可让您定义不同的代码段,以通过同一样式应用到不同的网址组。例如,某个单一样式能以一种方式更改网站首页,同时以另一种方式更改网站的其余部分。",
|
||||||
"description": "Help text for sections"
|
"description": "Help text for sections"
|
||||||
|
@ -175,6 +203,10 @@
|
||||||
"message": "删除此部分",
|
"message": "删除此部分",
|
||||||
"description": "Label for the button to remove a section"
|
"description": "Label for the button to remove a section"
|
||||||
},
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "更新已完成。",
|
"message": "更新已完成。",
|
||||||
"description": "Text that displays when an update completed"
|
"description": "Text that displays when an update completed"
|
||||||
|
@ -187,6 +219,10 @@
|
||||||
"message": "代码",
|
"message": "代码",
|
||||||
"description": "Label for the code for a section"
|
"description": "Label for the code for a section"
|
||||||
},
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "启用智能缩进",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "使用“应用对象”控件来限制此部分中的代码所应用到的网址。",
|
"message": "使用“应用对象”控件来限制此部分中的代码所应用到的网址。",
|
||||||
"description": "Help text for 'applies to' section"
|
"description": "Help text for 'applies to' section"
|
||||||
|
@ -207,6 +243,10 @@
|
||||||
"message": "应用Stylish数据库时发生了一个错误。您想要访问包含可能的解决方案的网站吗?",
|
"message": "应用Stylish数据库时发生了一个错误。您想要访问包含可能的解决方案的网站吗?",
|
||||||
"description": "Prompt when a DB error is encountered"
|
"description": "Prompt when a DB error is encountered"
|
||||||
},
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "跳转至行(或行:列)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "对所有样式检查是否有更新",
|
"message": "对所有样式检查是否有更新",
|
||||||
"description": "Label for the button to check all styles for updates"
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
@ -215,6 +255,14 @@
|
||||||
"message": "转换为 Mozilla 格式",
|
"message": "转换为 Mozilla 格式",
|
||||||
"description": "Label for the button that converts the code to Mozilla format"
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
},
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "删除",
|
"message": "删除",
|
||||||
"description": "Label for the button to delete a style"
|
"description": "Label for the button to delete a style"
|
||||||
|
@ -223,6 +271,10 @@
|
||||||
"message": "写入新样式",
|
"message": "写入新样式",
|
||||||
"description": "Label for the button to go to the add style page"
|
"description": "Label for the button to go to the add style page"
|
||||||
},
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "仅已启用的样式",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "修改",
|
"message": "修改",
|
||||||
"description": "Label for the button to go to the edit style page"
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
|
|
@ -1,218 +1,286 @@
|
||||||
{
|
{
|
||||||
"addStyleLabel":{
|
"appliesToEverything": {
|
||||||
"message":"编写新的样式",
|
"message": "所有站点",
|
||||||
"description":"Label for the button to go to the add style page"
|
"description": "Text displayed for styles that apply to all sites"
|
||||||
},
|
},
|
||||||
"addStyleTitle":{
|
"manageOnlyEdited": {
|
||||||
"message":"添加样式",
|
"message": "Only edited styles",
|
||||||
"description":"Title of the page for adding styles"
|
"description": "Checkbox to show only locally edited styles"
|
||||||
},
|
},
|
||||||
"appliesAdd":{
|
"cm_tabSize": {
|
||||||
"message":"添加",
|
"message": "Tab size",
|
||||||
"description":"Label for the button to add an 'applies' entry"
|
"description": "Label for the text box controlling tab size option for the style editor."
|
||||||
},
|
},
|
||||||
"appliesDisplay":{
|
"enableStyleLabel": {
|
||||||
"message":"应用到: $applies$",
|
"message": "启用",
|
||||||
"description":"Text on the manage screen to describe what the style applies to",
|
"description": "Label for the button to enable a style"
|
||||||
"placeholders":{
|
},
|
||||||
"applies":{
|
"styleMissingName": {
|
||||||
"content":"$1"
|
"message": "请输入名称.",
|
||||||
}
|
"description": "Error displayed when user saves without providing a name"
|
||||||
|
},
|
||||||
|
"appliesDomainOption": {
|
||||||
|
"message": "指定域上的URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a domain"
|
||||||
|
},
|
||||||
|
"checkForUpdate": {
|
||||||
|
"message": "检查更新",
|
||||||
|
"description": "Label for the button to check a single style for an update"
|
||||||
|
},
|
||||||
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
|
"message": "All styles are up to date.",
|
||||||
|
"description": "Text that displays when an update all check completed and no updates are available"
|
||||||
|
},
|
||||||
|
"helpAlt": {
|
||||||
|
"message": "帮助",
|
||||||
|
"description": "Alternate text for help buttons"
|
||||||
|
},
|
||||||
|
"findStylesForSite": {
|
||||||
|
"message": "查找更多适合此站点的样式",
|
||||||
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
|
},
|
||||||
|
"manageHeading": {
|
||||||
|
"message": "已安装的样式",
|
||||||
|
"description": "Heading for the manage page"
|
||||||
|
},
|
||||||
|
"styleEnabledLabel": {
|
||||||
|
"message": "已启用",
|
||||||
|
"description": "Label for the enabled state of styles"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormatHelp": {
|
||||||
|
"message": "用于Firefox上的Stylish的Mozilla格式样式代码可以在 userstyles.org 上提交",
|
||||||
|
"description": "Help info for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"sectionAdd": {
|
||||||
|
"message": "添加新节",
|
||||||
|
"description": "Label for the button to add a section"
|
||||||
|
},
|
||||||
|
"styleSaveLabel": {
|
||||||
|
"message": "保存",
|
||||||
|
"description": "Label for save button for style editing"
|
||||||
|
},
|
||||||
|
"writeStyleForURL": {
|
||||||
|
"message": "this URL",
|
||||||
|
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
||||||
|
},
|
||||||
|
"appliesAdd": {
|
||||||
|
"message": "添加",
|
||||||
|
"description": "Label for the button to add an 'applies' entry"
|
||||||
|
},
|
||||||
|
"appliesRegexpOption": {
|
||||||
|
"message": "匹配正则的URL",
|
||||||
|
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||||
|
},
|
||||||
|
"styleInstall": {
|
||||||
|
"message": "安装 '$stylename$' 到 Stylish?",
|
||||||
|
"description": "Confirmation when installing a style"
|
||||||
|
},
|
||||||
|
"manageText": {
|
||||||
|
"message": "访问 <a href='http://userstyles.org'>userstyles.org</a> 查找预定义的样式. 如果您需要帮助,请访问 <a href='http://forum.userstyles.org'>论坛</a>.",
|
||||||
|
"description": "Help text on the manage page"
|
||||||
|
},
|
||||||
|
"disableStyleLabel": {
|
||||||
|
"message": "禁用",
|
||||||
|
"description": "Label for the button to disable a style"
|
||||||
|
},
|
||||||
|
"prefShowBadge": {
|
||||||
|
"message": "Show number of styles active for the current site on the toolbar button",
|
||||||
|
"description": "Label for the checkbox controlling toolbar badge text."
|
||||||
|
},
|
||||||
|
"cm_lineWrapping": {
|
||||||
|
"message": "Word wrap",
|
||||||
|
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||||
|
},
|
||||||
|
"styleCancelEditLabel": {
|
||||||
|
"message": "返回到管理",
|
||||||
|
"description": "Label for cancel button for style editing"
|
||||||
|
},
|
||||||
|
"styleChangesNotSaved": {
|
||||||
|
"message": "您已经修改了此样式,但尚未保存",
|
||||||
|
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
||||||
|
},
|
||||||
|
"updateCheckFailServerUnreachable": {
|
||||||
|
"message": "更新失败 - 服务器无法访问.",
|
||||||
|
"description": "Text that displays when an update check failed because the update server is unreachable"
|
||||||
|
},
|
||||||
|
"manageFilters": {
|
||||||
|
"message": "Filters",
|
||||||
|
"description": "Label for filters container"
|
||||||
|
},
|
||||||
|
"applyAllUpdates": {
|
||||||
|
"message": "Apply all updates",
|
||||||
|
"description": "Label for the button to apply all detected updates"
|
||||||
|
},
|
||||||
|
"deleteStyleConfirm": {
|
||||||
|
"message": "确定要删除这个样式吗?",
|
||||||
|
"description": "Confirmation before deleting a style"
|
||||||
|
},
|
||||||
|
"styleBadRegexp": {
|
||||||
|
"message": "Regexp is invalid.",
|
||||||
|
"description": "Validation message for a bad regexp in a style"
|
||||||
|
},
|
||||||
|
"optionsHeading": {
|
||||||
|
"message": "Options",
|
||||||
|
"description": "Heading for options section on manage page."
|
||||||
|
},
|
||||||
|
"appliesDisplay": {
|
||||||
|
"message": "应用到: $applies$",
|
||||||
|
"description": "Text on the manage screen to describe what the style applies to"
|
||||||
|
},
|
||||||
|
"styleUpdate": {
|
||||||
|
"message": "Are you sure you want to update '$stylename$'?",
|
||||||
|
"description": "Confirmation when updating a style"
|
||||||
|
},
|
||||||
|
"styleSectionsTitle": {
|
||||||
|
"message": "样式节",
|
||||||
|
"description": "Title for the style sections section"
|
||||||
|
},
|
||||||
|
"editStyleTitle": {
|
||||||
|
"message": "编辑样式 $stylename$",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"updateCheckSucceededNoUpdate": {
|
||||||
|
"message": "已经是最新的.",
|
||||||
|
"description": "Text that displays when an update check completed and no update is available"
|
||||||
|
},
|
||||||
|
"appliesUrlPrefixOption": {
|
||||||
|
"message": "以指定地址开始",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||||
|
},
|
||||||
|
"popupStylesFirst": {
|
||||||
|
"message": "List styles before commands in the toolbar button menu",
|
||||||
|
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
||||||
|
},
|
||||||
|
"sectionHelp": {
|
||||||
|
"message": "样式节允许你定义多个样式段落并将它们应用于不同的站点匹配规则上。例如,一个样式可以更改使用一个方式来更改主页,而此时其它的样式段可以更改站点的其它部分。",
|
||||||
|
"description": "Help text for sections"
|
||||||
|
},
|
||||||
|
"noStylesForSite": {
|
||||||
|
"message": "当前站点上没有已安装的样式",
|
||||||
|
"description": "Text displayed when no styles are installed for the current site"
|
||||||
|
},
|
||||||
|
"appliesDisplayTruncatedSuffix": {
|
||||||
|
"message": "以及更多",
|
||||||
|
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||||
|
},
|
||||||
|
"appliesRemove": {
|
||||||
|
"message": "移除",
|
||||||
|
"description": "Label for the button to remove an 'applies' entry"
|
||||||
|
},
|
||||||
|
"manageTitle": {
|
||||||
|
"message": "Stylish",
|
||||||
|
"description": "Title for the manage page"
|
||||||
|
},
|
||||||
|
"writeStyleFor": {
|
||||||
|
"message": "Write style for: ",
|
||||||
|
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
||||||
|
},
|
||||||
|
"appliesLabel": {
|
||||||
|
"message": "应用到",
|
||||||
|
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||||
|
},
|
||||||
|
"openManage": {
|
||||||
|
"message": "管理已安装样式",
|
||||||
|
"description": "Link to open the manage page."
|
||||||
|
},
|
||||||
|
"updateCheckFailBadResponseCode": {
|
||||||
|
"message": "更新失败 - 服务器了返回代码 $code$.",
|
||||||
|
"description": "Text that displays when an update check failed because the response code indicates an error"
|
||||||
|
},
|
||||||
|
"appliesSpecify": {
|
||||||
|
"message": "指定站点",
|
||||||
|
"description": "Label for the button to make a style apply only to specific sites"
|
||||||
|
},
|
||||||
|
"installUpdate": {
|
||||||
|
"message": "安装更新",
|
||||||
|
"description": "Label for the button to install an update for a single style"
|
||||||
|
},
|
||||||
|
"stylishUnavailableForURL": {
|
||||||
|
"message": "(Stylish does not work on pages like this.)",
|
||||||
|
"description": "Note in the toolbar pop-up when on a URL Stylish can't affect"
|
||||||
|
},
|
||||||
|
"sectionRemove": {
|
||||||
|
"message": "移除节",
|
||||||
|
"description": "Label for the button to remove a section"
|
||||||
|
},
|
||||||
|
"disableAllStyles": {
|
||||||
|
"message": "Turn all styles off",
|
||||||
|
"description": "Label for the checkbox that turns all enabled styles off."
|
||||||
|
},
|
||||||
|
"updateCompleted": {
|
||||||
|
"message": "更新完成.",
|
||||||
|
"description": "Text that displays when an update completed"
|
||||||
|
},
|
||||||
|
"checkingForUpdate": {
|
||||||
|
"message": "检查中...",
|
||||||
|
"description": "Text to display when checking a style for an update"
|
||||||
|
},
|
||||||
|
"sectionCode": {
|
||||||
|
"message": "代码",
|
||||||
|
"description": "Label for the code for a section"
|
||||||
|
},
|
||||||
|
"cm_smartIndent": {
|
||||||
|
"message": "Use smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"appliesHelp": {
|
||||||
|
"message": "使用“应用到”来控制这个样式应用到哪些地址上。",
|
||||||
|
"description": "Help text for 'applies to' section"
|
||||||
|
},
|
||||||
|
"editStyleHeading": {
|
||||||
|
"message": "编辑样式",
|
||||||
|
"description": "Title of the page for editing styles"
|
||||||
|
},
|
||||||
|
"appliesUrlOption": {
|
||||||
|
"message": "地址",
|
||||||
|
"description": "Option to make the style apply to the entered string as a URL"
|
||||||
|
},
|
||||||
|
"addStyleTitle": {
|
||||||
|
"message": "添加样式",
|
||||||
|
"description": "Title of the page for adding styles"
|
||||||
|
},
|
||||||
|
"dbError": {
|
||||||
|
"message": "An error has occurred using the Stylish database. Would you like to visit a web page with possible solutions?",
|
||||||
|
"description": "Prompt when a DB error is encountered"
|
||||||
|
},
|
||||||
|
"editGotoLine": {
|
||||||
|
"message": "Goto line (or line:col)",
|
||||||
|
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||||
|
},
|
||||||
|
"checkAllUpdates": {
|
||||||
|
"message": "检查所有样式的更新",
|
||||||
|
"description": "Label for the button to check all styles for updates"
|
||||||
|
},
|
||||||
|
"styleToMozillaFormat": {
|
||||||
|
"message": "转换为Mozilla格式",
|
||||||
|
"description": "Label for the button that converts the code to Mozilla format"
|
||||||
|
},
|
||||||
|
"cm_keyMap": {
|
||||||
|
"message": "Keymap",
|
||||||
|
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||||
|
},
|
||||||
|
"cm_indentWithTabs": {
|
||||||
|
"message": "Use tabs with smart indentation",
|
||||||
|
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||||
|
},
|
||||||
|
"deleteStyleLabel": {
|
||||||
|
"message": "删除",
|
||||||
|
"description": "Label for the button to delete a style"
|
||||||
|
},
|
||||||
|
"addStyleLabel": {
|
||||||
|
"message": "编写新的样式",
|
||||||
|
"description": "Label for the button to go to the add style page"
|
||||||
|
},
|
||||||
|
"manageOnlyEnabled": {
|
||||||
|
"message": "Only enabled styles",
|
||||||
|
"description": "Checkbox to show only enabled styles"
|
||||||
|
},
|
||||||
|
"editStyleLabel": {
|
||||||
|
"message": "编辑",
|
||||||
|
"description": "Label for the button to go to the edit style page"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"message": "Stylish,一个用户样式管理器,帮助您重新定义网页样式。Stylish易于为Google,Facebook,Youtube,Orkut以及其它各类型网站安装样式和主题。",
|
||||||
|
"description": "Extension description"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"appliesDisplayTruncatedSuffix":{
|
|
||||||
"message":"以及更多",
|
|
||||||
"description":"Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
|
||||||
"appliesDomainOption":{
|
|
||||||
"message":"指定域上的URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"appliesHelp":{
|
|
||||||
"message":"使用“应用到”来控制这个样式应用到哪些地址上。",
|
|
||||||
"description":"Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"appliesLabel":{
|
|
||||||
"message":"应用到",
|
|
||||||
"description":"Label for 'applies to' fields on the edit\/add screen"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption":{
|
|
||||||
"message":"匹配正则的URL",
|
|
||||||
"description":"Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"appliesRemove":{
|
|
||||||
"message":"移除",
|
|
||||||
"description":"Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesSpecify":{
|
|
||||||
"message":"指定站点",
|
|
||||||
"description":"Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"appliesToEverything":{
|
|
||||||
"message":"所有站点",
|
|
||||||
"description":"Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"appliesUrlOption":{
|
|
||||||
"message":"地址",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption":{
|
|
||||||
"message":"以指定地址开始",
|
|
||||||
"description":"Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"checkAllUpdates":{
|
|
||||||
"message":"检查所有样式的更新",
|
|
||||||
"description":"Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"checkForUpdate":{
|
|
||||||
"message":"检查更新",
|
|
||||||
"description":"Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"checkingForUpdate":{
|
|
||||||
"message":"检查中...",
|
|
||||||
"description":"Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"deleteStyleLabel":{
|
|
||||||
"message":"删除",
|
|
||||||
"description":"Label for the button to delete a style"
|
|
||||||
},
|
|
||||||
"deleteStyleConfirm":{
|
|
||||||
"message":"确定要删除这个样式吗?",
|
|
||||||
"description":"Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"description":{
|
|
||||||
"message":"Stylish,一个用户样式管理器,帮助您重新定义网页样式。Stylish易于为Google,Facebook,Youtube,Orkut以及其它各类型网站安装样式和主题。",
|
|
||||||
"description":"Extension description"
|
|
||||||
},
|
|
||||||
"disableStyleLabel":{
|
|
||||||
"message":"禁用",
|
|
||||||
"description":"Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"editStyleHeading":{
|
|
||||||
"message":"编辑样式",
|
|
||||||
"description":"Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"editStyleLabel":{
|
|
||||||
"message":"编辑",
|
|
||||||
"description":"Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"editStyleTitle":{
|
|
||||||
"message":"编辑样式 $stylename$",
|
|
||||||
"description":"Title of the page for editing styles",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"enableStyleLabel":{
|
|
||||||
"message":"启用",
|
|
||||||
"description":"Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"findStylesForSite":{
|
|
||||||
"message":"查找更多适合此站点的样式",
|
|
||||||
"description":"Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
|
||||||
"helpAlt":{
|
|
||||||
"message":"帮助",
|
|
||||||
"description":"Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"installUpdate":{
|
|
||||||
"message":"安装更新",
|
|
||||||
"description":"Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"manageHeading":{
|
|
||||||
"message":"已安装的样式",
|
|
||||||
"description":"Heading for the manage page"
|
|
||||||
},
|
|
||||||
"manageText":{
|
|
||||||
"message":"访问 <a href='http:\/\/userstyles.org'>userstyles.org<\/a> 查找预定义的样式. 如果您需要帮助,请访问 <a href='http:\/\/forum.userstyles.org'>论坛<\/a>.",
|
|
||||||
"description":"Help text on the manage page"
|
|
||||||
},
|
|
||||||
"noStylesForSite":{
|
|
||||||
"message":"当前站点上没有已安装的样式",
|
|
||||||
"description":"Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
|
||||||
"openManage":{
|
|
||||||
"message":"管理已安装样式",
|
|
||||||
"description":"Link to open the manage page."
|
|
||||||
},
|
|
||||||
"sectionAdd":{
|
|
||||||
"message":"添加新节",
|
|
||||||
"description":"Label for the button to add a section"
|
|
||||||
},
|
|
||||||
"sectionCode":{
|
|
||||||
"message":"代码",
|
|
||||||
"description":"Label for the code for a section"
|
|
||||||
},
|
|
||||||
"sectionHelp":{
|
|
||||||
"message":"样式节允许你定义多个样式段落并将它们应用于不同的站点匹配规则上。例如,一个样式可以更改使用一个方式来更改主页,而此时其它的样式段可以更改站点的其它部分。",
|
|
||||||
"description":"Help text for sections"
|
|
||||||
},
|
|
||||||
"sectionRemove":{
|
|
||||||
"message":"移除节",
|
|
||||||
"description":"Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel":{
|
|
||||||
"message":"返回到管理",
|
|
||||||
"description":"Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved":{
|
|
||||||
"message":"您已经修改了此样式,但尚未保存",
|
|
||||||
"description":"Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel":{
|
|
||||||
"message":"已启用",
|
|
||||||
"description":"Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleInstall":{
|
|
||||||
"message":"安装 '$stylename$' 到 Stylish?",
|
|
||||||
"description":"Confirmation when installing a style",
|
|
||||||
"placeholders":{
|
|
||||||
"stylename":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleMissingName":{
|
|
||||||
"message":"请输入名称.",
|
|
||||||
"description":"Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"styleSaveLabel":{
|
|
||||||
"message":"保存",
|
|
||||||
"description":"Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"styleSectionsTitle":{
|
|
||||||
"message":"样式节",
|
|
||||||
"description":"Title for the style sections section"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormat":{
|
|
||||||
"message":"转换为Mozilla格式",
|
|
||||||
"description":"Label for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp":{
|
|
||||||
"message":"用于Firefox上的Stylish的Mozilla格式样式代码可以在 userstyles.org 上提交",
|
|
||||||
"description":"Help info for the button that converts the code to Mozilla format"
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode":{
|
|
||||||
"message":"更新失败 - 服务器了返回代码 $code$.",
|
|
||||||
"description":"Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders":{
|
|
||||||
"code":{
|
|
||||||
"content":"$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable":{
|
|
||||||
"message":"更新失败 - 服务器无法访问.",
|
|
||||||
"description":"Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate":{
|
|
||||||
"message":"已经是最新的.",
|
|
||||||
"description":"Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"updateCompleted":{
|
|
||||||
"message":"更新完成.",
|
|
||||||
"description":"Text that displays when an update completed"
|
|
||||||
}
|
|
||||||
}
|
}
|
38
pull_locales.rb
Normal file
38
pull_locales.rb
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
# Install transifex-ruby - https://rubygems.org/gems/transifex-ruby
|
||||||
|
#
|
||||||
|
# Create a file in the same directory called pull_locales_login.rb.
|
||||||
|
# Contents should be:
|
||||||
|
#
|
||||||
|
# Transifex.configure do |config|
|
||||||
|
# config.username = 'transifex.username'
|
||||||
|
# config.password = 'transifex.password'
|
||||||
|
# end
|
||||||
|
|
||||||
|
require 'transifex'
|
||||||
|
require 'fileutils'
|
||||||
|
require_relative 'pull_locales_login'
|
||||||
|
|
||||||
|
project_slug = 'stylish-for-chrome'
|
||||||
|
|
||||||
|
transifex = Transifex::Client.new
|
||||||
|
project = transifex.project(project_slug)
|
||||||
|
|
||||||
|
project.languages.each do |language|
|
||||||
|
code = language.language_code
|
||||||
|
puts "Getting locale #{code}"
|
||||||
|
dir_name = "_locales/#{code}"
|
||||||
|
Dir.mkdir(dir_name) if !Dir.exist?(dir_name)
|
||||||
|
has_content = false
|
||||||
|
project.resources.each do |resource|
|
||||||
|
c = resource.translation(code).content
|
||||||
|
file_name = "#{dir_name}/#{resource.name}"
|
||||||
|
completed = resource.stats(code).completed
|
||||||
|
has_content ||= completed != "0%"
|
||||||
|
puts "Writing resource #{file_name}, #{completed} complete."
|
||||||
|
File.open(file_name, 'w') { |file| file.write(c) }
|
||||||
|
end
|
||||||
|
if !has_content
|
||||||
|
puts "Locale #{code} has no content, deleting."
|
||||||
|
FileUtils.rm_rf(dir_name)
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user