Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 1 | { |
| 2 | "appName": { |
| 3 | "message": "Translate Selected Text", |
| 4 | "description": "The app name" |
| 5 | }, |
| 6 | "appBetaName": { |
| 7 | "message": "Translate Selected Text (Beta)", |
| 8 | "description": "The beta app name" |
| 9 | }, |
| 10 | "appDescription": { |
| 11 | "message": "Translate selected text with Google Translator", |
| 12 | "description": "The app description" |
| 13 | }, |
| 14 | "contextmenu_title": { |
| 15 | "message": "Translate selection into...", |
| 16 | "description": "Title of the context menu that appears when a right click is done. Inside this parent menu there are the menus" |
| 17 | }, |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 18 | "contextmenu_title2": { |
Adrià | 3a50343 | 2014-11-02 17:02:04 +0100 | [diff] [blame] | 19 | "message": "Translate selection into '$language$'", |
| 20 | "description": "Title of the context menu that appears when a right click is done and there's only one language available.", |
| 21 | "placeholders": { |
| 22 | "language": { |
| 23 | "content": "$1", |
| 24 | "example": "Language to translate into." |
| 25 | } |
| 26 | } |
| 27 | }, |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 28 | "contextmenu_edit": { |
| 29 | "message": "Edit languages...", |
| 30 | "description": "Title of the option inside the 'Translate section into...' context menu." |
| 31 | }, |
| 32 | "options_welcome": { |
| 33 | "message": "Welcome!", |
| 34 | "description": "Title of the options page" |
| 35 | }, |
| 36 | "options_introduction": { |
| 37 | "message": "Please, select the languages you want to show up in the \"translate\" menu.", |
| 38 | "description": "Introduction paragraph to the options pages" |
| 39 | }, |
| 40 | "options_languageselectheader": { |
| 41 | "message": "Languages:", |
| 42 | "description": "Header of the language select option." |
| 43 | }, |
| 44 | "options_otheroptionsheader": { |
| 45 | "message": "Other options:", |
| 46 | "description": "Header of the options page." |
| 47 | }, |
| 48 | "options_tabsoption_1": { |
| 49 | "message": "Open Google Translator in a new tab for each translation.", |
| 50 | "description": "Option which defines how should the app behave in relation to tabs." |
| 51 | }, |
| 52 | "options_tabsoption_2": { |
| 53 | "message": "Open Google Translator in a unique tab and override the last translation instead of opening several tabs.", |
| 54 | "description": "Option which defines how should the app behave in relation to tabs." |
| 55 | }, |
| 56 | "options_tabsoption_3": { |
| 57 | "message": "Open Google Translator in a panel and override the last translation (need to activate <a href='chrome://flags/#enable-panels' id='panelsflag'>--enable-panels</a> flag). <sup style='color:red; font-weight: bold;'>EXPERIMENTAL</sup>", |
| 58 | "description": "Option which defines how should the app behave in relation to tabs." |
| 59 | }, |
| 60 | "options_savebutton": { |
| 61 | "message": "Save", |
| 62 | "description": "Save button in the settings page" |
| 63 | }, |
Adrià | f0e9059 | 2014-12-06 16:21:14 +0100 | [diff] [blame] | 64 | "options_addlanguage": { |
| 65 | "message": "Add language", |
| 66 | "description": "Title for the 'Add language' dialog" |
| 67 | }, |
| 68 | "options_addlanguage_addbutton": { |
| 69 | "message": "Add", |
| 70 | "description": "Add button in the footer of the languages list" |
| 71 | }, |
| 72 | "options_language_label": { |
| 73 | "message": "Language:", |
| 74 | "description": "Label for the language selector in the 'Add language' dialog" |
| 75 | }, |
| 76 | "options_credits": { |
| 77 | "message": "Credits", |
| 78 | "description": "Title for the credits link and dialog" |
| 79 | }, |
| 80 | "options_credits_homepage": { |
| 81 | "message": "homepage", |
| 82 | "description": "Homepage link for an item in the credits. NOTE: put in in lowercase letters" |
| 83 | }, |
| 84 | "options_credits_by": { |
| 85 | "message": "by", |
| 86 | "description": "Fragment of the author statement in an item of the credits. NOTE: put in in lowercase letters. EXAMPLE: '{{options_credits_by}} Adrià Vilanova Martínez'" |
| 87 | }, |
| 88 | "options_ok": { |
| 89 | "message": "OK", |
| 90 | "description": "OK button in the dialogs" |
| 91 | }, |
| 92 | "options_cancel": { |
| 93 | "message": "Cancel", |
| 94 | "description": "Cancel button in the dialogs" |
| 95 | }, |
Adrià | bf3ff68 | 2014-07-19 20:32:17 +0200 | [diff] [blame] | 96 | "notification_install_title": { "message": "Thanks for installing 'Translate Selected Text'" }, |
| 97 | "notification_install_message": { "message": "Click this notification to set it up." }, |
| 98 | "notification_upgradedtostorage_title": { "message": "'Translate Selected Text' was updated to v0.6!" }, |
| 99 | "notification_upgradedtostorage_message": { "message": "Now your options will be synced across all your devices! The bad side is that you have to set up the extension again :-( Click this notification to set it up." } |
| 100 | } |