Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: _locales/sv/messages.json

Issue 29335668: Issue 2597 - Begin the switch to adblockpluscore (Closed)
Patch Set: Created Feb. 4, 2016, 7 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: _locales/sv/messages.json
diff --git a/_locales/sv/messages.json b/_locales/sv/messages.json
index 9075910a361abafba68a835b5b5589f8a2b9d5db..bad80afc5a10baabc89ec74ad8e24556fd21ce9d 100644
--- a/_locales/sv/messages.json
+++ b/_locales/sv/messages.json
@@ -59,12 +59,72 @@
"filter_must_follow_syntax": {
"message": "Ditt filter måste följa <a>Adblock Plus filtersyntax</a>."
},
+ "filters_acceptableAds2_label": {
+ "message": "Tillåt viss icke-störande reklam"
+ },
+ "filters_addSubscriptionAdd_label": {
+ "message": "Lägg till"
+ },
+ "filters_addSubscriptionOther_label": {
+ "message": "Lägg till en ny prenumeration"
+ },
+ "filters_addSubscription_label": {
+ "message": "Lägg till filterprenumeration"
+ },
+ "filters_readMore_label": {
+ "message": "Läs mer"
+ },
+ "filters_subscription_delete_label": {
+ "message": "Ta bort"
+ },
+ "filters_subscription_enabled_label": {
+ "message": "Aktiverat"
+ },
+ "filters_subscription_lastDownload_checksumMismatch": {
+ "message": "Fel kontrollsumma"
+ },
+ "filters_subscription_lastDownload_connectionError": {
+ "message": "Fel vid hämtning"
+ },
+ "filters_subscription_lastDownload_inProgress": {
+ "message": "Hämtar…"
+ },
+ "filters_subscription_lastDownload_invalidData": {
+ "message": "Fel vid validering av filter"
+ },
+ "filters_subscription_lastDownload_invalidURL": {
+ "message": "Ogiltig adress"
+ },
+ "filters_viewList_label": {
+ "message": "Visa lista"
+ },
"found_a_bug": {
"message": "Hittat ett fel? Vill du översätta Adblock Plus till ett annat språk? Vänligen, <a>skapa en förfrågan här</a>."
},
"general": {
"message": "Allmänt"
},
+ "global_filter_cssproperty_nodomain": {
+ "message": "Ingen aktiv domän angiven för CSS-egenskapsfilter"
+ },
+ "global_filter_elemhide_duplicate_id": {
+ "message": "Endast ett ID får anges för elementet som skall döljas"
+ },
+ "global_filter_elemhide_nocriteria": {
+ "message": "Inga villkor för att gömma element har uppfyllts"
+ },
+ "global_notification_antiadblock_message": {
+ "message": "Denna webbplats har varit känt för att visa riktade budskap till Adblock Plus användare. Vill du Adblock Plus att dölja riktade budskap?"
+ },
+ "global_notification_antiadblock_title": {
+ "message": "Göm riktade budskap?"
+ },
+ "global_remove_subscription_warning": {
+ "message": "Vill du verkligen ta bort denna prenumeration?"
+ },
+ "global_subscription_invalid_location": {
+ "message": "Platsen du angivit är antingen ogiltig eller så har du angivit ett felaktigt filnamn."
+ },
"invalid_css_selector": {
"message": "$selector$ är inte en giltig CSS-väljare",
"placeholders": {
@@ -100,6 +160,9 @@
}
}
},
+ "name": {
+ "message": "Adblock Plus"
+ },
"name_devbuild": {
"message": "Adblock Plus utvecklingsversion"
},
@@ -124,6 +187,21 @@
"out_of_date_lists": {
"message": "Utdaterade listor uppdateras periodiskt."
},
+ "overlay_notification_button_no": {
+ "message": "Nej"
+ },
+ "overlay_notification_button_yes": {
+ "message": "Jag"
+ },
+ "overlay_notification_closing_button_hide": {
+ "message": "Stäng denna notifiering"
+ },
+ "overlay_notification_closing_button_optout": {
+ "message": "Sluta visa notifieringar"
+ },
+ "overlay_shownotifications_label": {
+ "message": "Visa användbara notifieringar"
+ },
"remove_button": {
"message": "Ta bort markerad"
},
@@ -174,9 +252,15 @@
"stats_title": {
"message": "Annonser blockerade"
},
+ "subscriptionSelection_location_label": {
+ "message": "Plats för filter:"
+ },
"subscriptionSelection_subscriptionSelector_label": {
"message": "Var vänlig välj en filterprenumeration från listan:"
},
+ "subscriptionSelection_title_label": {
+ "message": "Rubrik för prenumeration:"
+ },
"unexpected_filter_list_header": {
"message": "Filterlistrubriker är inte tillåtna här"
},

Powered by Google App Engine
This is Rietveld