Skip to content

Commit

Permalink
bump version number EXCEPT in updates.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverDecaf committed Jan 27, 2022
1 parent 08279cb commit 5992da0
Show file tree
Hide file tree
Showing 17 changed files with 1,719 additions and 429 deletions.
Binary file modified Chromium Web Store.crx
Binary file not shown.
101 changes: 101 additions & 0 deletions en_nolocale/_locales/de/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"extension_Name": {
"message": "Chromium Web Store",
"description": "The title of the extension, displayed in the Chrome Web Store."
},
"extension_Description": {
"message": "Ermöglicht die Installation und die halbautomatische Aktualisierung für Erweiterungen aus dem Chrome Web Store (oder aus anderen Quellen) auf Chromium-basierten Browsern.",
"description": "The description of the extension, displayed in the Chrome Web Store."
},

"options_updateHeading": {
"message": "Aktualisiere Einstellungen",
"description": ""
},
"options_ignoredExtensionsHeading": {
"message": "Ignorierte Erweiterungen",
"description": ""
},
"options_importExportHeading": {
"message": "Import/Export",
"description": ""
},
"options_autoUpdate": {
"message": "Automatisch nach Erweiterungs-Aktualisierung suchen",
"description": ""
},
"options_autoUpdateTooltip": {
"message": "Klicken Sie auf das Chromium Web Store-Abzeichen, um eine manuelle Aktualisierungsprüfung durchzuführen",
"description": ""
},
"options_updateWebstore": {
"message": "Nach Aktualisierung für Chrome Web Store-Erweiterungen suchen",
"description": ""
},
"options_updateWebstoreTooltip": {
"message": "Wird Google kontaktieren, um nach Aktualisierungen zu suchen",
"description": ""
},
"options_updateNonWebstore": {
"message": "Nach Aktualisierung für Erweiterungen suchen, die nicht aus dem Chrome Web Store sind.",
"description": ""
},
"options_updateNonWebstoreTooltip": {
"message": "Funktioniert nur, wenn die Erweiterung automatische Aktualisierungen unterstützt",
"description": ""
},
"options_neverCheckTooltip": {
"message": "Nie nach Aktualisierungen für diese Erweiterung suchen",
"description": ""
},
"options_updateDelay": {
"message": "Alle $delayInMinutes$ Minuten auf Aktualisierungen prüfen",
"description": "delayInMinutes will be a field that can be edited by the user",
"placeholders": {
"delayInMinutes": {
"content": "$1"
}
}
},
"options_importExportInstallAllButton": {
"message": "Alle installieren",
"description": ""
},
"popup_checkingForUpdates": {
"message": "Prüfe auf Aktualisierungen...",
"description": ""
},
"popup_allUpToDate": {
"message": "Alle Erweiterungen sind auf dem neuesten Stand!",
"description": ""
},
"popup_updateFailed": {
"message": "$extName$: Aktualisierung fehlgeschlagen",
"description": "extName will be the name of the extension that failed to update.",
"placeholders": {
"extName": {
"content": "$1"
}
}
},
"popup_removedExtensions": {
"message": "Die folgenden Erweiterungen wurden aus dem Chrome Web Store entfernt",
"description": "Will be shown above list of removed extensions."
},
"popup_removedExtensionsTooltip": {
"message": "Diese Erweiterung könnte aufgrund eines Verstoßes gegen die Nutzungsbedingungen entfernt worden sein.",
"description": "Shown when hovering over popup_removedExtensions."
},
"contextMenu_updateAll": {
"message": "Alle Erweiterungen aktualisieren.",
"description": ""
},
"webstore_addButton": {
"message": "Zu Chromium hinzufügen",
"description": ""
},
"webstore_removeButton": {
"message": "Aus Chromium entfernen",
"description": ""
}
}
110 changes: 110 additions & 0 deletions en_nolocale/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"extension_Name": {
"message": "Chromium Web Store",
"description": "The title of the extension, displayed in the Chrome Web Store."
},
"extension_Description": {
"message": "Enables installation and semi-automatic updating for extensions from the Chrome Web Store (or elsewhere) on Chromium based browsers.",
"description": "The description of the extension, displayed in the Chrome Web Store."
},

"options_updateHeading": {
"message": "Update options",
"description": ""
},
"options_ignoredExtensionsHeading": {
"message": "Ignored extensions",
"description": ""
},
"options_importExportHeading": {
"message": "Import/Export",
"description": ""
},
"options_autoUpdate": {
"message": "Automatically check for extension updates",
"description": ""
},
"options_autoUpdateTooltip": {
"message": "Click the Chromium Web Store badge to perform a manual check",
"description": ""
},
"options_updateWebstore": {
"message": "Check for updates to Chrome Web Store extensions",
"description": ""
},
"options_updateWebstoreTooltip": {
"message": "Will contact Google to check for updates",
"description": ""
},
"options_updateNonWebstore": {
"message": "Check for updates to non-Chrome Web Store extensions",
"description": ""
},
"options_updateNonWebstoreTooltip": {
"message": "Only works if extension supports auto-updating",
"description": ""
},
"options_neverCheckTooltip": {
"message": "Never check for updates to this extension",
"description": ""
},
"options_updateDelay": {
"message": "Check for updates every $delayInMinutes$ minutes",
"description": "delayInMinutes will be a field that can be edited by the user",
"placeholders": {
"delayInMinutes": {
"content": "$1"
}
}
},
"options_importExportInstallAllButton": {
"message": "Install All",
"description": ""
},
"options_importExportDescription": {
"message": "Save the text here to a file to export. To import paste that text here and press $installButton$",
"description": "installButton is the text on the button, defined in options_importExportInstallAllButton",
"placeholders": {
"installButton": {
"content": "$1"
}
}
},
"popup_checkingForUpdates": {
"message": "Checking for updates...",
"description": ""
},
"popup_allUpToDate": {
"message": "All extensions are up to date!",
"description": ""
},
"popup_updateFailed": {
"message": "$extName$ Update Failed",
"description": "extName will be the name of the extension that failed to update.",
"placeholders": {
"extName": {
"content": "$1"
}
}
},
"popup_removedExtensions": {
"message": "The following extensions have been removed from the Chrome Web Store",
"description": "Will be shown above list of removed extensions."
},
"popup_removedExtensionsTooltip": {
"message": "These may have been removed due to a violation of the Terms of Service.",
"description": "Shown when hovering over popup_removedExtensions."
},
"contextMenu_updateAll": {
"message": "Update all extensions",
"description": ""
},
"webstore_addButton": {
"message": "Add to Chromium",
"description": ""
},
"webstore_removeButton": {
"message": "Remove from Chromium",
"description": ""
}
}
101 changes: 101 additions & 0 deletions en_nolocale/_locales/fr/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
{
"extension_Name": {
"message": "Chromium Web Store",
"description": "Le nom de l'extension, affiché dans le Chrome Web Store."
},
"extension_Description": {
"message": "Active l'installation et la mise à jour semi-automatique des extensions installées depuis le Chrome Web Store (ou d'ailleurs) sur les navigateurs basés sur Chromium.",
"description": "La description de l'extension, affichée dans le Chrome Web Store."
},

"options_updateHeading": {
"message": "Options de mise à jour",
"description": ""
},
"options_ignoredExtensionsHeading": {
"message": "Extensions ignorées",
"description": ""
},
"options_importExportHeading": {
"message": "Importer/Exporter",
"description": ""
},
"options_autoUpdate": {
"message": "Vérifier automatiquement les mises à jour des extensions",
"description": ""
},
"options_autoUpdateTooltip": {
"message": "Cliquez sur le badge Chromium Web Store pour lancer une vérification manuelle",
"description": ""
},
"options_updateWebstore": {
"message": "Rechercher des mises à jour pour les extensions installées depuis le Chrome Web Store",
"description": ""
},
"options_updateWebstoreTooltip": {
"message": "Contactera Google pour rechercher des mises à jour",
"description": ""
},
"options_updateNonWebstore": {
"message": "Recherche des mises à jour pour les extensions installées hors du Chrome Web Store",
"description": ""
},
"options_updateNonWebstoreTooltip": {
"message": "Ne fonctionne que si l'extension supporte les mises à jour automatiques",
"description": ""
},
"options_neverCheckTooltip": {
"message": "Ne jamais rechercher de mise à jour pour cette extension",
"description": ""
},
"options_updateDelay": {
"message": "Rechercher les mises à jour toutes les $delayInMinutes$ minutes",
"description": "delayInMinutes est le champ qui peut être édité par l'utilisateur",
"placeholders": {
"delayInMinutes": {
"content": "$1"
}
}
},
"options_importExportInstallAllButton": {
"message": "Tout installer",
"description": ""
},
"popup_checkingForUpdates": {
"message": "Recherche de mises à jour...",
"description": ""
},
"popup_allUpToDate": {
"message": "Toutes les extensions sont à jour!",
"description": ""
},
"popup_updateFailed": {
"message": "La mise à jour de $extName$ a échouée",
"description": "extName sera le nom de l'extension qui a échoué à être mis à jour.",
"placeholders": {
"extName": {
"content": "$1"
}
}
},
"popup_removedExtensions": {
"message": "Les extensions suivantes ont été retirées du Chrome Web Store",
"description": "Sera affiché au dessus de la liste des extensions retirées."
},
"popup_removedExtensionsTooltip": {
"message": "Ces extensions peuvent avoir été retirées à cause d'une violation des conditions générales d'utilisation.",
"description": "Affiché en survolant popup_removedExtensions."
},
"contextMenu_updateAll": {
"message": "Mettre à jour toutes les extensions",
"description": ""
},
"webstore_addButton": {
"message": "Ajouter à Chromium",
"description": ""
},
"webstore_removeButton": {
"message": "Supprimer de Chromium",
"description": ""
}
}
Loading

0 comments on commit 5992da0

Please sign in to comment.